- all symbols but hdrVec are now forward references in linkage.
authorjbj <devnull@localhost>
Sun, 21 Oct 2001 21:43:32 +0000 (21:43 +0000)
committerjbj <devnull@localhost>
Sun, 21 Oct 2001 21:43:32 +0000 (21:43 +0000)
CVS patchset: 5128
CVS date: 2001/10/21 21:43:32

65 files changed:
CHANGES
Doxyfile.in
beecrypt/beecrypt.spec
build/files.c
build/pack.c
lib/Makefile.am
lib/depends.c
lib/misc.c
lib/misc.h
lib/package.c
lib/poptBT.c
lib/psm.c
lib/rpmchecksig.c
lib/rpmlib.h
lib/signature.c
lib/transaction.c
lib/verify.c
po/POTFILES.in
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
rpm.spec
rpm.spec.in
rpmdb/.cvsignore
rpmdb/Makefile.am
rpmdb/db1.c
rpmdb/hdrNVR.c [new file with mode: 0644]
rpmdb/legacy.c [new file with mode: 0644]
rpmdb/legacy.h [new file with mode: 0644]
rpmdb/poptDB.c
rpmdb/rpmdb.c
rpmdb/tagname.c [moved from lib/tagName.c with 98% similarity]
rpmio/rpmio.c
rpmio/rpmio.h
rpmio/rpmio_internal.h
rpmio/rpmpgp.c
rpmio/rpmpgp.h

diff --git a/CHANGES b/CHANGES
index 96508e9..59cfacc 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -16,6 +16,7 @@
        - add :base64 and :armor format extensions, dump binary tags in hex.
        - proof-of-concept pubkey retrieval from RPM-{PGP,GPG}-KEY.
        - stupid macros to configure public key file paths.
+       - all symbols but hdrVec are now forward references in linkage.
 
 4.0.3 -> 4.0.4:
 
index 7f6a83e..6cea366 100644 (file)
@@ -390,8 +390,6 @@ INPUT                  = \
        @top_srcdir@/lib/signature.h \
        @top_srcdir@/lib/stringbuf.c \
        @top_srcdir@/lib/stringbuf.h \
-       @top_srcdir@/lib/tagName.c \
-       @top_srcdir@/lib/tagtable.c \
        @top_srcdir@/lib/transaction.c \
        @top_srcdir@/lib/verify.c \
        @top_srcdir@/rpmdb/db1.c \
@@ -401,11 +399,16 @@ INPUT                  = \
        @top_srcdir@/rpmdb/falloc.h \
        @top_srcdir@/rpmdb/fprint.c \
        @top_srcdir@/rpmdb/fprint.h \
+       @top_srcdir@/rpmdb/hdrNVR.c \
+       @top_srcdir@/rpmdb/legacy.c \
+       @top_srcdir@/rpmdb/legacy.h \
        @top_srcdir@/rpmdb/poptDB.c \
        @top_srcdir@/rpmdb/rpmhash.c \
        @top_srcdir@/rpmdb/rpmhash.h \
        @top_srcdir@/rpmdb/rpmdb.c \
        @top_srcdir@/rpmdb/rpmdb.h \
+       @top_srcdir@/rpmdb/tagname.c \
+       @top_srcdir@/rpmdb/tagtbl.c \
        @top_srcdir@/rpmio/digest.c \
        @top_srcdir@/rpmio/macro.c \
        @top_srcdir@/rpmio/rpmlog.c \
index e69de29..01b5cec 100644 (file)
@@ -0,0 +1,63 @@
+Summary: The BeeCrypt Cryptography Library
+Name: beecrypt
+Version: 2.2.0
+Release: 1
+Copyright: LGPL
+Group: Development/Libraries
+Source0: http://beecrypt.virtualunlimited.com/download/beecrypt-%{version}.tar.gz
+URL: http://beecrypt.virtualunlimited.com/
+Buildroot: %{_tmppath}/%{name}-root
+
+%description
+The BeeCrypt Cryptography Library.
+
+%package devel
+Summary: The BeeCrypt Cryptography Library headers
+Group: Development/Libraries
+Requires: beecrypt = %{version}
+
+%description devel
+The BeeCrypt Cryptography Library headers.
+
+%prep
+%setup -q
+
+%build
+%configure --enable-static
+make
+make apidocs
+
+%install
+rm -rf ${RPM_BUILD_ROOT}
+make DESTDIR="${RPM_BUILD_ROOT}" install
+
+%clean
+rm -rf ${RPM_BUILD_ROOT}
+
+%post -p /sbin/ldconfig
+
+%postun -p /sbin/ldconfig
+
+%files
+%defattr(-,root,root)
+%doc BENCHMARKS NEWS README*
+%{_libdir}/libbeecrypt.so.2.2.0
+
+%files devel
+%defattr(-,root,root)
+%doc BUGS ChangeLog apidocs/*
+%{_libdir}/libbeecrypt.so.2
+%{_libdir}/libbeecrypt.so
+%{_libdir}/libbeecrypt.la
+%{_libdir}/libbeecrypt.a
+%{_includedir}/beecrypt
+
+%changelog
+* Mon Oct  8 2001 Jeff Johnson <jbj@redhat.com>
+- upgrade to 2.2.0pre.
+
+* Mon Sep 24 2001 Jeff Johnsopn <jbj@redhat.com>
+- add static libraries.
+
+* Tue Sep 18 2001 Jeff Johnson <jbj@redhat.com>
+- repackage.
index 17f8eb6..4a8c356 100644 (file)
@@ -18,6 +18,7 @@
 #include "buildio.h"
 
 #include "myftw.h"
+#include "legacy.h"    /* XXX mdfile, expandFileList, compressFileList */
 #include "misc.h"
 #include "debug.h"
 
 
 #define MAXDOCDIR 1024
 
-/*@-redecl@*/
-/*@unchecked@*/
-extern int _noDirTokens;
-/*@=redecl@*/
-
 /**
  */
 typedef enum specdFlags_e {
index b1edc65..8034028 100644 (file)
@@ -9,16 +9,11 @@
 #include <rpmbuild.h>
 #include "buildio.h"
 
-#include "misc.h"
+#include "legacy.h"    /* XXX providePackageNVR */
 #include "signature.h"
 #include "rpmlead.h"
 #include "debug.h"
 
-/*@-redecl@*/
-/*@unchecked@*/
-extern int _noDirTokens;
-/*@=redecl@*/
-
 /*@access StringBuf @*/        /* compared with NULL */
 /*@access TFI_t @*/    /* compared with NULL */
 /*@access Header @*/   /* compared with NULL */
index f24816d..cc9a692 100644 (file)
@@ -38,7 +38,7 @@ librpm_la_SOURCES = \
        manifest.c misc.c package.c \
        problems.c poptBT.c poptI.c poptK.c poptQV.c psm.c query.c \
        rpmchecksig.c rpminstall.c rpmlead.c rpmlibprov.c rpmrc.c rpmvercmp.c \
-       signature.c stringbuf.c tagName.c tagtable.c transaction.c \
+       signature.c stringbuf.c transaction.c \
        verify.c
 librpm_la_LDFLAGS = -release @VERSION@
 
@@ -48,19 +48,6 @@ install-data-local:
        sed -e "s|^dependency_libs='|& -lrpmdb -lrpmio -lpopt|" < librpm.la > .librpm.la && \
        mv .librpm.la librpm.la
 
-tagtable.c: rpmlib.h 
-       @echo '#include "system.h"' > tagtable.c
-       @echo '#include "rpmlib.h"' >> tagtable.c
-       @echo '' >> tagtable.c
-       @echo '/*@observer@*/ /*@unchecked@*/' >> tagtable.c
-       @echo 'const struct headerTagTableEntry_s rpmTagTable[] = {' >> tagtable.c
-       $(AWK) '/(RPMTAG_[A-Z0-9]*)[ \t]+([0-9]*)/ && !/internal/ { if ($$2 == "=") { printf("\t{ \"%s\", %s },\n", $$1, $$3); } else { printf("\t{ \"%s\", %s },\n", $$2, $$3); } }' < $(srcdir)/rpmlib.h >> tagtable.c
-       @echo ' { NULL, 0 }' >> tagtable.c
-       @echo '};' >> tagtable.c
-       @echo '' >> tagtable.c
-       @echo '/*@unchecked@*/' >> tagtable.c
-       @echo 'const int rpmTagTableSize = sizeof(rpmTagTable) / sizeof(rpmTagTable[0]) - 1;' >> tagtable.c
-
 getdate.c: getdate.y
        @echo expect 10 shift/reduce conflicts
        $(YACC) $(srcdir)/getdate.y
@@ -90,7 +77,7 @@ getdate.c: getdate.y
           fi ;\
        fi
 
-BUILT_SOURCES = tagtable.c getdate.c
+BUILT_SOURCES = getdate.c
 
 .PHONY:        sources
 sources:
index f6ff01d..6d54b37 100644 (file)
@@ -29,29 +29,6 @@ static int _depends_debug = 0;
 /*@unchecked@*/
 static int _cacheDependsRC = 1;
 
-int headerNVR(Header h, const char **np, const char **vp, const char **rp)
-{
-    int type;
-    int count;
-
-    if (np) {
-       if (!(headerGetEntry(h, RPMTAG_NAME, &type, (void **) np, &count)
-           && type == RPM_STRING_TYPE && count == 1))
-               *np = NULL;
-    }
-    if (vp) {
-       if (!(headerGetEntry(h, RPMTAG_VERSION, &type, (void **) vp, &count)
-           && type == RPM_STRING_TYPE && count == 1))
-               *vp = NULL;
-    }
-    if (rp) {
-       if (!(headerGetEntry(h, RPMTAG_RELEASE, &type, (void **) rp, &count)
-           && type == RPM_STRING_TYPE && count == 1))
-               *rp = NULL;
-    }
-    return 0;
-}
-
 /**
  * Return formatted dependency string.
  * @param depend       type of dependency ("R" == Requires, "C" == Conflcts)
index beb5c77..f673b79 100644 (file)
@@ -18,6 +18,7 @@ static int _debug = 0;
 /*@access Header@*/            /* XXX compared with NULL */
 /*@access FD_t@*/              /* XXX compared with NULL */
 
+#ifdef DYING
 int domd5(const char * fn, unsigned char * digest, int asAscii)
 {
     int rc;
@@ -49,6 +50,7 @@ int domd5(const char * fn, unsigned char * digest, int asAscii)
 
     return rc;
 }
+#endif
 
 /*@-exportheadervar@*/
 /* just to put a marker in librpm.a */
@@ -291,200 +293,6 @@ char * currentDirectory(void)
     return currDir;
 }
 
-/*@-exportheadervar@*/
-/*@unchecked@*/
-int _noDirTokens = 0;
-/*@=exportheadervar@*/
-
-static int dncmp(const void * a, const void * b)
-{
-    const char *const * first = a;
-    const char *const * second = b;
-    return strcmp(*first, *second);
-}
-
-void compressFilelist(Header h)
-{
-    HGE_t hge = (HGE_t)headerGetEntryMinMemory;
-    HAE_t hae = (HAE_t)headerAddEntry;
-    HRE_t hre = (HRE_t)headerRemoveEntry;
-    HFD_t hfd = headerFreeData;
-    char ** fileNames;
-    const char ** dirNames;
-    const char ** baseNames;
-    int_32 * dirIndexes;
-    rpmTagType fnt;
-    int count;
-    int i, xx;
-    int dirIndex = -1;
-
-    /*
-     * This assumes the file list is already sorted, and begins with a
-     * single '/'. That assumption isn't critical, but it makes things go
-     * a bit faster.
-     */
-
-    if (headerIsEntry(h, RPMTAG_DIRNAMES)) {
-       xx = hre(h, RPMTAG_OLDFILENAMES);
-       return;         /* Already converted. */
-    }
-
-    if (!hge(h, RPMTAG_OLDFILENAMES, &fnt, (void **) &fileNames, &count))
-       return;         /* no file list */
-    if (fileNames == NULL || count <= 0)
-       return;
-
-    dirNames = alloca(sizeof(*dirNames) * count);      /* worst case */
-    baseNames = alloca(sizeof(*dirNames) * count);
-    dirIndexes = alloca(sizeof(*dirIndexes) * count);
-
-    if (fileNames[0][0] != '/') {
-       /* HACK. Source RPM, so just do things differently */
-       dirIndex = 0;
-       dirNames[dirIndex] = "";
-       for (i = 0; i < count; i++) {
-           dirIndexes[i] = dirIndex;
-           baseNames[i] = fileNames[i];
-       }
-       goto exit;
-    }
-
-    /*@-branchstate@*/
-    for (i = 0; i < count; i++) {
-       const char ** needle;
-       char savechar;
-       char * baseName;
-       int len;
-
-       if (fileNames[i] == NULL)       /* XXX can't happen */
-           continue;
-       baseName = strrchr(fileNames[i], '/') + 1;
-       len = baseName - fileNames[i];
-       needle = dirNames;
-       savechar = *baseName;
-       *baseName = '\0';
-       if (dirIndex < 0 ||
-           (needle = bsearch(&fileNames[i], dirNames, dirIndex + 1, sizeof(dirNames[0]), dncmp)) == NULL) {
-           char *s = alloca(len + 1);
-           memcpy(s, fileNames[i], len + 1);
-           s[len] = '\0';
-           dirIndexes[i] = ++dirIndex;
-           dirNames[dirIndex] = s;
-       } else
-           dirIndexes[i] = needle - dirNames;
-
-       *baseName = savechar;
-       baseNames[i] = baseName;
-    }
-    /*@=branchstate@*/
-
-exit:
-    if (count > 0) {
-       xx = hae(h, RPMTAG_DIRINDEXES, RPM_INT32_TYPE, dirIndexes, count);
-       xx = hae(h, RPMTAG_BASENAMES, RPM_STRING_ARRAY_TYPE,
-                       baseNames, count);
-       xx = hae(h, RPMTAG_DIRNAMES, RPM_STRING_ARRAY_TYPE,
-                       dirNames, dirIndex + 1);
-    }
-
-    fileNames = hfd(fileNames, fnt);
-
-    xx = hre(h, RPMTAG_OLDFILENAMES);
-}
-
-/*
- * This is pretty straight-forward. The only thing that even resembles a trick
- * is getting all of this into a single xmalloc'd block.
- */
-static void doBuildFileList(Header h, /*@out@*/ const char *** fileListPtr,
-                           /*@out@*/ int * fileCountPtr, rpmTag baseNameTag,
-                           rpmTag dirNameTag, rpmTag dirIndexesTag)
-       /*@modifies *fileListPtr, *fileCountPtr @*/
-{
-    HGE_t hge = (HGE_t)headerGetEntryMinMemory;
-    HFD_t hfd = headerFreeData;
-    const char ** baseNames;
-    const char ** dirNames;
-    int * dirIndexes;
-    int count;
-    const char ** fileNames;
-    int size;
-    rpmTagType bnt, dnt;
-    char * data;
-    int i, xx;
-
-    if (!hge(h, baseNameTag, &bnt, (void **) &baseNames, &count)) {
-       if (fileListPtr) *fileListPtr = NULL;
-       if (fileCountPtr) *fileCountPtr = 0;
-       return;         /* no file list */
-    }
-
-    xx = hge(h, dirNameTag, &dnt, (void **) &dirNames, NULL);
-    xx = hge(h, dirIndexesTag, NULL, (void **) &dirIndexes, &count);
-
-    size = sizeof(*fileNames) * count;
-    for (i = 0; i < count; i++)
-       size += strlen(baseNames[i]) + strlen(dirNames[dirIndexes[i]]) + 1;
-
-    fileNames = xmalloc(size);
-    data = ((char *) fileNames) + (sizeof(*fileNames) * count);
-    /*@-branchstate@*/
-    for (i = 0; i < count; i++) {
-       fileNames[i] = data;
-       data = stpcpy( stpcpy(data, dirNames[dirIndexes[i]]), baseNames[i]);
-       *data++ = '\0';
-    }
-    /*@=branchstate@*/
-    baseNames = hfd(baseNames, bnt);
-    dirNames = hfd(dirNames, dnt);
-
-    /*@-branchstate@*/
-    if (fileListPtr)
-       *fileListPtr = fileNames;
-    else
-       fileNames = _free(fileNames);
-    /*@=branchstate@*/
-    if (fileCountPtr) *fileCountPtr = count;
-}
-
-void expandFilelist(Header h)
-{
-    HAE_t hae = (HAE_t)headerAddEntry;
-    HRE_t hre = (HRE_t)headerRemoveEntry;
-    const char ** fileNames = NULL;
-    int count = 0;
-    int xx;
-
-    /*@-branchstate@*/
-    if (!headerIsEntry(h, RPMTAG_OLDFILENAMES)) {
-       doBuildFileList(h, &fileNames, &count, RPMTAG_BASENAMES,
-                       RPMTAG_DIRNAMES, RPMTAG_DIRINDEXES);
-       if (fileNames == NULL || count <= 0)
-           return;
-       xx = hae(h, RPMTAG_OLDFILENAMES, RPM_STRING_ARRAY_TYPE,
-                       fileNames, count);
-       fileNames = _free(fileNames);
-    }
-    /*@=branchstate@*/
-
-    xx = hre(h, RPMTAG_DIRNAMES);
-    xx = hre(h, RPMTAG_BASENAMES);
-    xx = hre(h, RPMTAG_DIRINDEXES);
-}
-
-
-void rpmBuildFileList(Header h, const char *** fileListPtr, int * fileCountPtr)
-{
-    doBuildFileList(h, fileListPtr, fileCountPtr, RPMTAG_BASENAMES,
-                       RPMTAG_DIRNAMES, RPMTAG_DIRINDEXES);
-}
-
-void buildOrigFileList(Header h, const char *** fileListPtr, int * fileCountPtr)
-{
-    doBuildFileList(h, fileListPtr, fileCountPtr, RPMTAG_ORIGBASENAMES,
-                       RPMTAG_ORIGDIRNAMES, RPMTAG_ORIGDIRINDEXES);
-}
-
 /* glob_pattern_p() taken from bash
  * Copyright (C) 1985, 1988, 1989 Free Software Foundation, Inc.
  *
@@ -715,86 +523,3 @@ int rpmPackageGetEntry( /*@unused@*/ void *leadp, Header sigs, Header h,
 
     return headerGetEntry(sigs, sigtag, type, p, c);
 }
-
-/*
- * Up to rpm 3.0.4, packages implicitly provided their own name-version-release.
- * Retrofit an explicit "Provides: name = epoch:version-release.
- */
-void providePackageNVR(Header h)
-{
-    HGE_t hge = (HGE_t)headerGetEntryMinMemory;
-    HFD_t hfd = headerFreeData;
-    const char *name, *version, *release;
-    int_32 * epoch;
-    const char *pEVR;
-    char *p;
-    int_32 pFlags = RPMSENSE_EQUAL;
-    const char ** provides = NULL;
-    const char ** providesEVR = NULL;
-    rpmTagType pnt, pvt;
-    int_32 * provideFlags = NULL;
-    int providesCount;
-    int i, xx;
-    int bingo = 1;
-
-    /* Generate provides for this package name-version-release. */
-    xx = headerNVR(h, &name, &version, &release);
-    if (!(name && version && release))
-       return;
-    pEVR = p = alloca(21 + strlen(version) + 1 + strlen(release) + 1);
-    *p = '\0';
-    if (hge(h, RPMTAG_EPOCH, NULL, (void **) &epoch, NULL)) {
-       sprintf(p, "%d:", *epoch);
-       while (*p != '\0')
-           p++;
-    }
-    (void) stpcpy( stpcpy( stpcpy(p, version) , "-") , release);
-
-    /*
-     * Rpm prior to 3.0.3 does not have versioned provides.
-     * If no provides at all are available, we can just add.
-     */
-    if (!hge(h, RPMTAG_PROVIDENAME, &pnt, (void **) &provides, &providesCount))
-       goto exit;
-
-    /*
-     * Otherwise, fill in entries on legacy packages.
-     */
-    if (!hge(h, RPMTAG_PROVIDEVERSION, &pvt, (void **) &providesEVR, NULL)) {
-       for (i = 0; i < providesCount; i++) {
-           char * vdummy = "";
-           int_32 fdummy = RPMSENSE_ANY;
-           xx = headerAddOrAppendEntry(h, RPMTAG_PROVIDEVERSION, RPM_STRING_ARRAY_TYPE,
-                       &vdummy, 1);
-           xx = headerAddOrAppendEntry(h, RPMTAG_PROVIDEFLAGS, RPM_INT32_TYPE,
-                       &fdummy, 1);
-       }
-       goto exit;
-    }
-
-    xx = hge(h, RPMTAG_PROVIDEFLAGS, NULL, (void **) &provideFlags, NULL);
-
-    if (provides && providesEVR && provideFlags)
-    for (i = 0; i < providesCount; i++) {
-        if (!(provides[i] && providesEVR[i]))
-            continue;
-       if (!(provideFlags[i] == RPMSENSE_EQUAL &&
-           !strcmp(name, provides[i]) && !strcmp(pEVR, providesEVR[i])))
-           continue;
-       bingo = 0;
-       break;
-    }
-
-exit:
-    provides = hfd(provides, pnt);
-    providesEVR = hfd(providesEVR, pvt);
-
-    if (bingo) {
-       xx = headerAddOrAppendEntry(h, RPMTAG_PROVIDENAME, RPM_STRING_ARRAY_TYPE,
-               &name, 1);
-       xx = headerAddOrAppendEntry(h, RPMTAG_PROVIDEFLAGS, RPM_INT32_TYPE,
-               &pFlags, 1);
-       xx = headerAddOrAppendEntry(h, RPMTAG_PROVIDEVERSION, RPM_STRING_ARRAY_TYPE,
-               &pEVR, 1);
-    }
-}
index 820988c..c730a72 100644 (file)
@@ -6,61 +6,19 @@
  *
  */
 
+#ifdef DYING
 #include <unistd.h>
 #include <sys/types.h>
 
 #include "header.h"
 #include "ugid.h"
+#endif
 
 #ifdef __cplusplus
 extern "C" {
 #endif
 
 /**
- * Calculate MD5 sum for file.
- * @todo Eliminate, use beecrypt instead.
- * @param fn           file name
- * @retval digest      address of md5sum
- * @param asAscii      return md5sum as ascii string?
- * @return             0 on success, 1 on error
- */
-/*@-exportlocal@*/
-int domd5(const char * fn, /*@out@*/ unsigned char * digest, int asAscii)
-       /*@globals fileSystem@*/
-       /*@modifies digest, fileSystem @*/;
-/*@=exportlocal@*/
-
-/**
- * Return MD5 sum of file as ASCII string.
- * @todo Eliminate, use beecrypt instead.
- * @param fn           file name
- * @retval digest      MD5 digest
- * @return             0 on success, 1 on error
- */
-/*@unused@*/ static inline
-int mdfile(const char * fn, /*@out@*/ unsigned char * digest)
-       /*@globals fileSystem@*/
-       /*@modifies digest, fileSystem @*/
-{
-    return domd5(fn, digest, 1);
-}
-
-/**
- * Return MD5 sum of file as binary data.
- * @todo Eliminate, use beecrypt instead.
- * @param fn           file name
- * @retval bindigest   MD5 digest
- * @return             0 on success, 1 on error
- */
-/*@unused@*/ static inline
-int mdbinfile(const char * fn, /*@out@*/ unsigned char * bindigest)
-       /*@globals fileSystem@*/
-       /*@modifies bindigest, fileSystem @*/
-{
-    return domd5(fn, bindigest, 0);
-}
-
-/**
  * Split string into fields separated by a character.
  * @param str          string
  * @param length       length of string
@@ -142,27 +100,6 @@ int makeTempFile(/*@null@*/ const char * prefix,
        /*@*/;
 
 /**
- * Convert absolute path tag to (dirname,basename,dirindex) tags.
- * @param h            header
- */
-void compressFilelist(Header h)
-       /*@modifies h @*/;
-
-/**
- * Convert (dirname,basename,dirindex) tags to absolute path tag.
- * @param h            header
- */
-void expandFilelist(Header h)
-       /*@modifies h @*/;
-
-/**
- * @param h            header
- */
-void buildOrigFileList(Header h, /*@out@*/ const char *** fileListPtr, 
-                       /*@out@*/ int * fileCountPtr)
-       /*@modifies *fileListPtr, *fileCountPtr @*/;
-
-/**
  */
 /*@-exportlocal@*/
 int myGlobPatternP (const char *patternURL)    /*@*/;
@@ -175,14 +112,6 @@ int rpmGlob(const char * patterns, /*@out@*/ int * argcPtr,
        /*@globals fileSystem@*/
        /*@modifies *argcPtr, *argvPtr, fileSystem @*/;
 
-/**
- * Retrofit a Provides: name = version-release dependency into legacy
- * packages.
- * @param h            header
- */
-void providePackageNVR(Header h)
-       /*@modifies h @*/;
-
 #ifdef __cplusplus
 }
 #endif
index 9c4f989..46d99af 100644 (file)
@@ -8,7 +8,8 @@
 
 #include <rpmlib.h>
 
-#include "misc.h"
+#include "misc.h"      /* XXX stripTrailingChar() */
+#include "legacy.h"    /* XXX providePackageNVR() and compressFileList() */
 #include "rpmlead.h"
 #include "signature.h"
 #include "debug.h"
index 0227ab1..72f78c5 100644 (file)
@@ -9,6 +9,7 @@
 #include <rpmbuild.h>
 
 #include "build.h"
+#include "legacy.h"    /* XXX _noDirTokens */
 #include "debug.h"
 
 /*@unchecked@*/
@@ -46,9 +47,6 @@ struct rpmBuildArguments_s         rpmBTArgs;
 
 /*@-redecl@*/
 /*@unchecked@*/
-extern int _noDirTokens;
-
-/*@unchecked@*/
 extern int _fsm_debug;
 /*@=redecl@*/
 
index ca85e57..f5d7b0d 100644 (file)
--- a/lib/psm.c
+++ b/lib/psm.c
@@ -11,7 +11,9 @@
 
 #include "rpmlead.h"           /* writeLead proto */
 #include "signature.h"         /* signature constants */
-#include "misc.h"
+#include "legacy.h"            /* XXX buildOrigFileList() */
+#include "ugid.h"              /* XXX unameToUid() and gnameToGid() */
+#include "misc.h"              /* XXX stripTrailingChar() */
 #include "rpmdb.h"             /* XXX for db_chrootDone */
 #include "debug.h"
 
index c08d91f..bed90b9 100644 (file)
@@ -17,7 +17,7 @@
 /*@access Header @*/           /* XXX compared with NULL */
 /*@access FD_t @*/             /* XXX compared with NULL */
 /*@access DIGEST_CTX @*/       /* XXX compared with NULL */
-/*@access rpmDigest @*/
+/*@access pgpDig @*/
 
 static int manageFile(FD_t *fdp, const char **fnp, int flags,
                /*@unused@*/ int rc)
@@ -247,7 +247,7 @@ exit:
 
 /**
  */
-static int readFile(FD_t *sfdp, const char **sfnp, rpmDigest dig)
+static int readFile(FD_t *sfdp, const char **sfnp, pgpDig dig)
        /*@globals rpmGlobalMacroContext,
                fileSystem, internalState @*/
        /*@modifies *sfdp, *sfnp, *dig, rpmGlobalMacroContext,
@@ -327,7 +327,7 @@ int rpmCheckSig(rpmCheckSigFlags flags, const char ** argv)
     const void * ptr;
     int res = 0;
     int xx;
-    rpmDigest dig = NULL;
+    pgpDig dig = NULL;
     rpmRC rc;
 
     if (argv == NULL) return res;
index f32c3de..93f7217 100644 (file)
@@ -166,7 +166,7 @@ int rpmPackageGetEntry(void *leadp, Header sigs, Header h,
  */
 /*@-redecl@*/
 /*@observer@*/ /*@unchecked@*/
-extern const struct headerTagTableEntry_s rpmTagTable[];
+extern const struct headerTagTableEntry_s * rpmTagTable;
 /*@=redecl@*/
 
 /**
@@ -1734,12 +1734,13 @@ typedef enum rpmVerifySignatureReturn_e {
  * @param sigTag       type of signature
  * @param sig          signature itself
  * @param siglen       no. of bytes in signature
+ * @param dig          signature parameters
  * @retval result      detailed text result of signature verification
  * @return             result of signature verification
  */
 rpmVerifySignatureReturn rpmVerifySignature(const char * fn,
                int_32 sigTag, const void * sig, int siglen,
-               const rpmDigest dig, /*@out@*/ char * result)
+               const pgpDig dig, /*@out@*/ char * result)
        /*@modifies *result @*/;
 
 /** \ingroup signature
index 68a4b82..a558190 100644 (file)
@@ -9,13 +9,14 @@
 #include <rpmmacro.h>  /* XXX for rpmGetPath() */
 
 #include "misc.h"      /* XXX for dosetenv() and makeTempFile() */
+#include "legacy.h"    /* XXX for mdbinfile() */
 #include "rpmlead.h"
 #include "signature.h"
 #include "debug.h"
 
 /*@access Header@*/            /* XXX compared with NULL */
 /*@access FD_t@*/              /* XXX compared with NULL */
-/*@access rpmDigest@*/
+/*@access pgpDig@*/
 
 /*@-mustmod@*/ /* FIX: internalState not modified? */
 int rpmLookupSignatureType(int action)
@@ -601,7 +602,7 @@ static rpmVerifySignatureReturn
 verifySizeSignature(/*@unused@*/ const char * fn,
                const byte * sig,
                /*@unused@*/ int siglen,
-               const rpmDigest dig, /*@out@*/ char * result)
+               const pgpDig dig, /*@out@*/ char * result)
        /*@modifies *result @*/
 {
     char * t = result;
@@ -626,7 +627,7 @@ verifySizeSignature(/*@unused@*/ const char * fn,
 
 static rpmVerifySignatureReturn
 verifyMD5Signature(/*@unused@*/ const char * fn, const byte * sig, int siglen,
-               const rpmDigest dig, /*@out@*/ char * result)
+               const pgpDig dig, /*@out@*/ char * result)
        /*@modifies *result @*/
 {
     char * t = result;
@@ -665,7 +666,7 @@ static rpmVerifySignatureReturn
 verifyPGPSignature(/*@unused@*/ const char * fn,
                /*@unused@*/ const byte * sig,
                /*@unused@*/ int siglen,
-               const rpmDigest dig, /*@out@*/ char * result)
+               const pgpDig dig, /*@out@*/ char * result)
        /*@modifies *result */
 {
     /*@unchecked@*/ static const byte * pgppk = NULL;
@@ -729,7 +730,7 @@ static rpmVerifySignatureReturn
 verifyGPGSignature(/*@unused@*/ const char * fn,
                /*@unused@*/ const byte * sig,
                /*@unused@*/ int siglen,
-               const rpmDigest dig, /*@out@*/ char * result)
+               const pgpDig dig, /*@out@*/ char * result)
        /*@modifies *result @*/
 {
     /*@unchecked@*/ static const byte * gpgpk = NULL;
@@ -791,7 +792,7 @@ verifyGPGSignature(/*@unused@*/ const char * fn,
 
 rpmVerifySignatureReturn
 rpmVerifySignature(const char * fn, int_32 sigTag, const void * sig,
-               int siglen, const rpmDigest dig, char * result)
+               int siglen, const pgpDig dig, char * result)
 {
     int res;
     switch (sigTag) {
index 0986606..0c009df 100644 (file)
@@ -8,6 +8,7 @@
 #include <rpmmacro.h>  /* XXX for rpmExpand */
 
 #include "fprint.h"
+#include "legacy.h"    /* XXX mdfile */
 #include "misc.h" /* XXX stripTrailingChar, splitString, currentDirectory */
 #include "rpmdb.h"
 
index 612ff0f..f42e48e 100644 (file)
@@ -8,6 +8,8 @@
 #include "psm.h"
 #include <rpmcli.h>
 
+#include "legacy.h"    /* XXX mdfile(), uidToUname(), gnameToGid */
+#include "ugid.h"
 #include "misc.h"      /* XXX for uidToUname() and gnameToGid() */
 #include "debug.h"
 
index 2502434..9519697 100644 (file)
@@ -3,7 +3,6 @@
 # Package source files
 
 build.c
-rpm.c
 rpm2cpio.c
 rpmqv.c
 build/build.c
@@ -55,9 +54,12 @@ rpmdb/db3.c
 rpmdb/dbconfig.c
 rpmdb/falloc.c
 rpmdb/fprint.c
+rpmdb/hdrNVR.c
+rpmdb/legacy.c
 rpmdb/poptDB.c
 rpmdb/rpmhash.c
 rpmdb/rpmdb.c
+rpmdb/tagname.c
 rpmio/digest.c
 rpmio/macro.c
 rpmio/rpmio.c
index 4e4a72d..e9952be 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-20 18:27-0400\n"
+"POT-Creation-Date: 2001-10-21 17:21-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"
@@ -727,15 +727,15 @@ msgstr "bin
 msgid "bin/src package (prep, compile, install, package)"
 msgstr "bin/src balíèek (pøíprava, kompilace, instalace, zabalení)"
 
-#: lib/poptBT.c:222 rpm.c:523
+#: lib/poptBT.c:220 rpm.c:523
 msgid "skip straight to specified stage (only for c,i)"
 msgstr "pøeskoèit pøímo na urèenou etapu (pouze pro c,i)"
 
-#: lib/poptBT.c:201 rpm.c:525
+#: lib/poptBT.c:199 rpm.c:525
 msgid "remove build tree when done"
 msgstr "po dokonèení odstranit sestavovací strom"
 
-#: lib/poptBT.c:218 rpm.c:527
+#: lib/poptBT.c:216 rpm.c:527
 msgid "remove sources when done"
 msgstr "po dokonèení odstranit zdrojové kódy"
 
@@ -743,7 +743,7 @@ msgstr "po dokon
 msgid "remove spec file when done"
 msgstr "po dokonèení odstranit spec soubor"
 
-#: lib/poptBT.c:224 rpm.c:531
+#: lib/poptBT.c:222 rpm.c:531
 msgid "generate PGP/GPG signature"
 msgstr "generovat PGP/GPG podpis"
 
@@ -835,7 +835,7 @@ msgstr "zajistit, aby existovala platn
 msgid "rebuild database from existing database"
 msgstr "znovu vytvoøit databázi z existující databáze"
 
-#: rpm.c:565 rpmdb/poptDB.c:27
+#: rpm.c:565 rpmdb/poptDB.c:24
 msgid "verify database files"
 msgstr "zkontrolovat databázové soubory"
 
@@ -1268,7 +1268,7 @@ msgstr "pro sestaven
 msgid "no tar files given for build"
 msgstr "pro sestavení nezadány ¾ádné tar soubory"
 
-#: build/build.c:125 build/pack.c:471
+#: build/build.c:125 build/pack.c:466
 msgid "Unable to open temp file.\n"
 msgstr "Nelze otevøít doèasný soubor.\n"
 
@@ -1346,181 +1346,181 @@ msgstr "&& a || nen
 msgid "syntax error in expression\n"
 msgstr "chyba syntaxe ve výrazu\n"
 
-#: build/files.c:274
+#: build/files.c:270
 #, c-format
 msgid "TIMECHECK failure: %s\n"
 msgstr "TIMECHECK selhal: %s\n"
 
-#: build/files.c:333 build/files.c:525 build/files.c:708
+#: build/files.c:329 build/files.c:521 build/files.c:704
 #, c-format
 msgid "Missing '(' in %s %s\n"
 msgstr "Chybí '(' v %s %s\n"
 
-#: build/files.c:344 build/files.c:650 build/files.c:719
+#: build/files.c:340 build/files.c:646 build/files.c:715
 #, c-format
 msgid "Missing ')' in %s(%s\n"
 msgstr "Chybí ')' v %s(%s\n"
 
-#: build/files.c:382 build/files.c:675
+#: build/files.c:378 build/files.c:671
 #, c-format
 msgid "Invalid %s token: %s\n"
 msgstr "Neplatný %s token: %s\n"
 
-#: build/files.c:488
+#: build/files.c:484
 #, c-format
 msgid "Missing %s in %s %s\n"
 msgstr "Chybìjící %s v %s %s\n"
 
-#: build/files.c:541
+#: build/files.c:537
 #, c-format
 msgid "Non-white space follows %s(): %s\n"
 msgstr "Následuje neprázdný znak %s(): %s\n"
 
-#: build/files.c:579
+#: build/files.c:575
 #, c-format
 msgid "Bad syntax: %s(%s)\n"
 msgstr "©patná syntaxe: %s(%s)\n"
 
-#: build/files.c:589
+#: build/files.c:585
 #, c-format
 msgid "Bad mode spec: %s(%s)\n"
 msgstr "©patná práva spec: %s(%s)\n"
 
-#: build/files.c:601
+#: build/files.c:597
 #, c-format
 msgid "Bad dirmode spec: %s(%s)\n"
 msgstr "©patná práva adresáøe: %s(%s)\n"
 
-#: build/files.c:746
+#: build/files.c:742
 #, 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:757
+#: build/files.c:753
 #, c-format
 msgid "Duplicate locale %.*s in %%lang(%s)\n"
 msgstr "Duplicitní locale %.*s v %%lang(%s)\n"
 
-#: build/files.c:908
+#: build/files.c:904
 #, c-format
 msgid "Hit limit for %%docdir\n"
 msgstr "Dosa¾en limit pro %%docdir\n"
 
-#: build/files.c:914
+#: build/files.c:910
 #, 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:942
+#: build/files.c:938
 #, c-format
 msgid "Two files on one line: %s\n"
 msgstr "Dva soubory na jednom øádku: %s\n"
 
-#: build/files.c:957
+#: build/files.c:953
 #, c-format
 msgid "File must begin with \"/\": %s\n"
 msgstr "Soubor musí zaèínat na \"/\": %s\n"
 
-#: build/files.c:970
+#: build/files.c:966
 #, 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:1147
+#: build/files.c:1143
 #, c-format
 msgid "File listed twice: %s\n"
 msgstr "Soubor uveden dvakrát: %s\n"
 
-#: build/files.c:1282
+#: build/files.c:1278
 #, c-format
 msgid "Symlink points to BuildRoot: %s -> %s\n"
 msgstr "Symbolická linka ukazuje na BuildRoot: %s -> %s\n"
 
-#: build/files.c:1488
+#: build/files.c:1484
 #, c-format
 msgid "File doesn't match prefix (%s): %s\n"
 msgstr "Soubor nesouhlasí s prefixem (%s): %s\n"
 
-#: build/files.c:1512
+#: build/files.c:1508
 #, c-format
 msgid "File not found: %s\n"
 msgstr "Soubor nenalezen: %s\n"
 
-#: build/files.c:1555 build/files.c:2167 build/parsePrep.c:50
+#: build/files.c:1551 build/files.c:2163 build/parsePrep.c:50
 #, c-format
 msgid "Bad owner/group: %s\n"
 msgstr "©patný vlastník/skupina: %s\n"
 
-#: build/files.c:1567
+#: build/files.c:1563
 #, c-format
 msgid "File %4d: %07o %s.%s\t %s\n"
 msgstr "Soubor %4d: %07o %s.%s\t %s\n"
 
-#: build/files.c:1671
+#: build/files.c:1667
 #, c-format
 msgid "File needs leading \"/\": %s\n"
 msgstr "Soubor potøebuje úvodní \"/\": %s\n"
 
-#: build/files.c:1694
+#: build/files.c:1690
 #, c-format
 msgid "Glob not permitted: %s\n"
 msgstr "Glob není dovolen: %s\n"
 
-#: build/files.c:1709
+#: build/files.c:1705
 #, c-format
 msgid "File not found by glob: %s\n"
 msgstr "Soubor nenalezen globem: %s\n"
 
-#: build/files.c:1771
+#: build/files.c:1767
 #, c-format
 msgid "Could not open %%files file %s: %s\n"
 msgstr "Nemohu otevøít %%files soubor %s: %s\n"
 
-#: build/files.c:1782 build/pack.c:150
+#: build/files.c:1778 build/pack.c:145
 #, c-format
 msgid "line: %s\n"
 msgstr "øádek: %s\n"
 
-#: build/files.c:2155
+#: build/files.c:2151
 #, 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:2229
+#: build/files.c:2225
 #, c-format
 msgid "Couldn't exec %s: %s\n"
 msgstr "Nemohu spustit %s: %s\n"
 
-#: build/files.c:2234
+#: build/files.c:2230
 #, c-format
 msgid "Couldn't fork %s: %s\n"
 msgstr "Nemohu provést fork %s: %s\n"
 
-#: build/files.c:2318
+#: build/files.c:2314
 #, c-format
 msgid "%s failed\n"
 msgstr "%s selhalo\n"
 
-#: build/files.c:2322
+#: build/files.c:2318
 #, c-format
 msgid "failed to write all data to %s\n"
 msgstr "Nemohu zapsat v¹echna data do %s\n"
 
-#: build/files.c:2458
+#: build/files.c:2454
 #, c-format
 msgid "Finding  %s: (using %s)...\n"
 msgstr "Hledám   %s: (pou¾it %s)...\n"
 
-#: build/files.c:2484 build/files.c:2498
+#: build/files.c:2480 build/files.c:2494
 #, c-format
 msgid "Failed to find %s:\n"
 msgstr "Selhalo vyhledání %s:\n"
 
-#: build/files.c:2619
+#: build/files.c:2615
 #, c-format
 msgid "Processing files: %s-%s-%s\n"
 msgstr "Zpracovávám soubory: %s-%s-%s\n"
@@ -1554,156 +1554,156 @@ msgstr "getGidS: p
 msgid "Could not canonicalize hostname: %s\n"
 msgstr "Nemohu získat jméno poèítaèe: %s\n"
 
-#: build/pack.c:83
+#: build/pack.c:78
 #, c-format
 msgid "create archive failed on file %s: %s\n"
 msgstr "vytváøení archívu selhalo na souboru %s: %s\n"
 
-#: build/pack.c:86
+#: build/pack.c:81
 #, c-format
 msgid "create archive failed: %s\n"
 msgstr "vytváøení archívu selhalo: %s\n"
 
-#: build/pack.c:108
+#: build/pack.c:103
 #, c-format
 msgid "cpio_copy write failed: %s\n"
 msgstr "zápis cpio_copy selhal: %s\n"
 
-#: build/pack.c:115
+#: build/pack.c:110
 #, c-format
 msgid "cpio_copy read failed: %s\n"
 msgstr "ètení cpio_copy selhalo: %s\n"
 
-#: build/pack.c:218
+#: build/pack.c:213
 #, c-format
 msgid "Could not open PreIn file: %s\n"
 msgstr "Nemohu otevøít PreIn soubor: %s\n"
 
-#: build/pack.c:225
+#: build/pack.c:220
 #, c-format
 msgid "Could not open PreUn file: %s\n"
 msgstr "Nemohu otevøít PreUn soubor: %s\n"
 
-#: build/pack.c:232
+#: build/pack.c:227
 #, c-format
 msgid "Could not open PostIn file: %s\n"
 msgstr "Nemohu otevøít PostIn soubor: %s\n"
 
-#: build/pack.c:239
+#: build/pack.c:234
 #, c-format
 msgid "Could not open PostUn file: %s\n"
 msgstr "Nemohu otevøít PostUn soubor: %s\n"
 
-#: build/pack.c:247
+#: build/pack.c:242
 #, c-format
 msgid "Could not open VerifyScript file: %s\n"
 msgstr "Nemohu otevøít VerifyScript soubor: %s\n"
 
-#: build/pack.c:262
+#: build/pack.c:257
 #, c-format
 msgid "Could not open Trigger script file: %s\n"
 msgstr "Nemohu otevøít soubor se spu¹tí (trigger): %s\n"
 
-#: build/pack.c:290
+#: build/pack.c:285
 #, c-format
 msgid "readRPM: open %s: %s\n"
 msgstr "readRPM: otevøení %s: %s\n"
 
-#: build/pack.c:300
+#: build/pack.c:295
 #, c-format
 msgid "readRPM: read %s: %s\n"
 msgstr "readRPM: ètení %s: %s\n"
 
-#: build/pack.c:309 build/pack.c:513
+#: build/pack.c:304 build/pack.c:508
 #, c-format
 msgid "%s: Fseek failed: %s\n"
 msgstr "%s: Fseek selhal: %s\n"
 
-#: build/pack.c:325
+#: build/pack.c:320
 #, c-format
 msgid "readRPM: %s is not an RPM package\n"
 msgstr "readRPM: %s není RPM balíèek\n"
 
-#: build/pack.c:334
+#: build/pack.c:329
 #, c-format
 msgid "readRPM: reading header from %s\n"
 msgstr "readRPM: ètení hlavièky z %s\n"
 
-#: build/pack.c:459
+#: build/pack.c:454
 #, fuzzy
 msgid "Unable to create immutable header region.\n"
 msgstr "Nemohu pøeèíst hlavièku z %s: %s\n"
 
-#: build/pack.c:477
+#: build/pack.c:472
 #, fuzzy
 msgid "Unable to write temp header\n"
 msgstr "Nemohu zapsat hlavièku do %s: %s\n"
 
-#: build/pack.c:485
+#: build/pack.c:480
 msgid "Bad CSA data\n"
 msgstr "©patná CSA data\n"
 
-#: build/pack.c:520
+#: build/pack.c:515
 #, fuzzy
 msgid "Unable to write final header\n"
 msgstr "Nemohu zapsat hlavièku do %s: %s\n"
 
-#: build/pack.c:538
+#: build/pack.c:533
 #, c-format
 msgid "Generating signature: %d\n"
 msgstr "Generuji podpis: %d\n"
 
-#: build/pack.c:551
+#: build/pack.c:546
 #, fuzzy
 msgid "Unable to reload signature header.\n"
 msgstr "Nemohu pøeèíst hlavièku z %s: %s\n"
 
-#: build/pack.c:559
+#: build/pack.c:554
 #, c-format
 msgid "Could not open %s: %s\n"
 msgstr "Nemohu otevøít %s: %s\n"
 
-#: build/pack.c:595 lib/psm.c:2147
+#: build/pack.c:590 lib/psm.c:2149
 #, c-format
 msgid "Unable to write package: %s\n"
 msgstr "Nemohu zapsat balíèek: %s\n"
 
-#: build/pack.c:610
+#: build/pack.c:605
 #, 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:620
+#: build/pack.c:615
 #, 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:634
+#: build/pack.c:629
 #, c-format
 msgid "Unable to write header to %s: %s\n"
 msgstr "Nemohu zapsat hlavièku do %s: %s\n"
 
-#: build/pack.c:644
+#: build/pack.c:639
 #, c-format
 msgid "Unable to read payload from %s: %s\n"
 msgstr "Nemohu pøeèíst payload z %s: %s\n"
 
-#: build/pack.c:650
+#: build/pack.c:645
 #, c-format
 msgid "Unable to write payload to %s: %s\n"
 msgstr "Nemohu zapsat payload do %s: %s\n"
 
-#: build/pack.c:675 lib/psm.c:2413
+#: build/pack.c:670 lib/psm.c:2415
 #, c-format
 msgid "Wrote: %s\n"
 msgstr "Zapsáno: %s\n"
 
-#: build/pack.c:742
+#: build/pack.c:737
 #, 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:759
+#: build/pack.c:754
 #, c-format
 msgid "cannot create %s: %s\n"
 msgstr "nemohu vytvoøit %s: %s\n"
@@ -2112,7 +2112,7 @@ msgid " failed - "
 msgstr "selhal - "
 
 #. XXX legacy epoch-less requires/conflicts compatibility
-#: lib/depends.c:582
+#: lib/depends.c:559
 #, 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:611
+#: lib/depends.c:588
 #, c-format
 msgid "  %s    A %s\tB %s\n"
 msgstr "  %s    A %s\tB %s\n"
 
-#: lib/depends.c:612 lib/depends.c:1248 lib/depends.c:1381
+#: lib/depends.c:589 lib/depends.c:1225 lib/depends.c:1358
 msgid "YES"
 msgstr "ANO"
 
-#: lib/depends.c:612 lib/depends.c:1248 lib/depends.c:1381
+#: lib/depends.c:589 lib/depends.c:1225 lib/depends.c:1358
 msgid "NO "
 msgstr "NE "
 
-#: lib/depends.c:1042
+#: lib/depends.c:1019
 #, c-format
 msgid "%s: %-45s YES (added files)\n"
 msgstr "%s: %-45s ANO (pøidány soubory)\n"
 
-#: lib/depends.c:1153
+#: lib/depends.c:1130
 #, c-format
 msgid "%s: %-45s YES (added provide)\n"
 msgstr "%s: %-45s ANO (pøidáno poskytuje)\n"
 
-#: lib/depends.c:1247
+#: lib/depends.c:1224
 #, c-format
 msgid "%s: %-45s %-s (cached)\n"
 msgstr "%s: %-45s %-s (ke¹ováno)\n"
 
-#: lib/depends.c:1276
+#: lib/depends.c:1253
 #, c-format
 msgid "%s: %-45s YES (rpmrc provides)\n"
 msgstr "%s: %-45s ANO (rpmrc poskytuje)\n"
 
-#: lib/depends.c:1293
+#: lib/depends.c:1270
 #, c-format
 msgid "%s: %-45s YES (rpmlib provides)\n"
 msgstr "%s: %-45s ANO (rpmlib poskytuje)\n"
 
-#: lib/depends.c:1317
+#: lib/depends.c:1294
 #, c-format
 msgid "%s: %-45s YES (db files)\n"
 msgstr "%s: %-45s ANO (db soubory)\n"
 
-#: lib/depends.c:1330
+#: lib/depends.c:1307
 #, c-format
 msgid "%s: %-45s YES (db provides)\n"
 msgstr "%s: %-45s ANO (db poskytuje)\n"
 
-#: lib/depends.c:1344
+#: lib/depends.c:1321
 #, c-format
 msgid "%s: %-45s YES (db package)\n"
 msgstr "%s: %-45s ANO (db balíèek)\n"
 
-#: lib/depends.c:1360
+#: lib/depends.c:1337
 #, c-format
 msgid "%s: %-45s NO\n"
 msgstr "%s: %-45s NE\n"
 
-#: lib/depends.c:1381
+#: lib/depends.c:1358
 #, 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,43 +2187,43 @@ msgstr "%s: (%s, %s) p
 #. requirements are satisfied.
 #. @switchbreak@
 #. requirements are not satisfied.
-#: lib/depends.c:1454
+#: lib/depends.c:1431
 #, 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:1533
+#: lib/depends.c:1510
 #, c-format
 msgid "package %s conflicts: %s\n"
 msgstr "balíèek %s koliduje: %s\n"
 
-#: lib/depends.c:1786
+#: lib/depends.c:1763
 #, 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:1936
+#: lib/depends.c:1913
 msgid "========== recording tsort relations\n"
 msgstr "========== ukládání tsort relací\n"
 
 #. T4. Scan for zeroes.
-#: lib/depends.c:1996
+#: lib/depends.c:1973
 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:2046
+#: lib/depends.c:2023
 msgid "========== successors only (presentation order)\n"
 msgstr "========== pouze úspì¹né (poøadí dle prezentace)\n"
 
-#: lib/depends.c:2099
+#: lib/depends.c:2076
 msgid "LOOP:\n"
 msgstr "SMYÈKA:\n"
 
-#: lib/depends.c:2129
+#: lib/depends.c:2106
 msgid "========== continuing tsort ...\n"
 msgstr "========== pokraèuje tsort ...\n"
 
@@ -2318,7 +2318,7 @@ 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:351 lib/header_internal.c:161 lib/psm.c:971
+#: lib/header.c:351 lib/header_internal.c:161 lib/psm.c:973
 #, c-format
 msgid "Data type %d not supported\n"
 msgstr "Datový typ %d není podporován\n"
@@ -2398,154 +2398,154 @@ msgstr "na konci v
 msgid "(unknown type)"
 msgstr "(neznámý typ)"
 
-#: lib/misc.c:241 lib/misc.c:246 lib/misc.c:252
+#: lib/misc.c:243 lib/misc.c:248 lib/misc.c:254
 #, c-format
 msgid "error creating temporary file %s\n"
 msgstr "chyba pøi vytváøení doèasného souboru %s\n"
 
-#: lib/package.c:162
+#: lib/package.c:163
 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:228
+#: lib/package.c:229
 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"
 
-#: lib/poptBT.c:118
+#: lib/poptBT.c:116
 #, c-format
 msgid "buildroot already specified, ignoring %s\n"
 msgstr "buildroot byl ji¾ nastaven, ignoruji %s\n"
 
-#: lib/poptBT.c:148
+#: lib/poptBT.c:146
 #, c-format
 msgid "build through %prep (unpack sources and apply patches) from <specfile>"
 msgstr ""
 "sestavení podle %prep (rozbalení zdrojových kódù a aplikace patchù) podle "
 "<spec_soubor>"
 
-#: lib/poptBT.c:149 lib/poptBT.c:152 lib/poptBT.c:155 lib/poptBT.c:158
-#: lib/poptBT.c:161 lib/poptBT.c:164 lib/poptBT.c:167
+#: lib/poptBT.c:147 lib/poptBT.c:150 lib/poptBT.c:153 lib/poptBT.c:156
+#: lib/poptBT.c:159 lib/poptBT.c:162 lib/poptBT.c:165
 msgid "<specfile>"
 msgstr "<spec_soubor>"
 
-#: lib/poptBT.c:151
+#: lib/poptBT.c:149
 msgid "build through %build (%prep, then compile) from <specfile>"
 msgstr "sestavení podle %build (%prep, pak kompilace) podle <spec_soubor>"
 
-#: lib/poptBT.c:154
+#: lib/poptBT.c:152
 msgid "build through %install (%prep, %build, then install) from <specfile>"
 msgstr ""
 "sestavení podle %install (%prep, %build, pak install) podle <spec_soubor>"
 
-#: lib/poptBT.c:157
+#: lib/poptBT.c:155
 #, c-format
 msgid "verify %files section from <specfile>"
 msgstr "kontrola èásti %files ve <spec_soubor>"
 
-#: lib/poptBT.c:160
+#: lib/poptBT.c:158
 msgid "build source and binary packages from <specfile>"
 msgstr "vytvoøení zdrojového a binárního balíèku podle <spec_soubor>"
 
-#: lib/poptBT.c:163
+#: lib/poptBT.c:161
 msgid "build binary package only from <specfile>"
 msgstr "vytvoøení pouze binárního balíèku podle <spec_soubor>"
 
-#: lib/poptBT.c:166
+#: lib/poptBT.c:164
 msgid "build source package only from <specfile>"
 msgstr "vytvoøení zdrojového balíèku podle <spec_soubor>"
 
-#: lib/poptBT.c:170
+#: lib/poptBT.c:168
 #, c-format
 msgid "build through %prep (unpack sources and apply patches) from <tarball>"
 msgstr ""
 "sestavení podle %prep (rozbalení zdrojových kódù, aplikace patchù) z "
 "<tar_soubor>"
 
-#: lib/poptBT.c:171 lib/poptBT.c:174 lib/poptBT.c:177 lib/poptBT.c:180
-#: lib/poptBT.c:183 lib/poptBT.c:186 lib/poptBT.c:189
+#: lib/poptBT.c:169 lib/poptBT.c:172 lib/poptBT.c:175 lib/poptBT.c:178
+#: lib/poptBT.c:181 lib/poptBT.c:184 lib/poptBT.c:187
 msgid "<tarball>"
 msgstr "<tar_soubor>"
 
-#: lib/poptBT.c:173
+#: lib/poptBT.c:171
 msgid "build through %build (%prep, then compile) from <tarball>"
 msgstr "sestavení podle %build (%prep, pak kompilace) z <tar_soubor>"
 
-#: lib/poptBT.c:176
+#: lib/poptBT.c:174
 msgid "build through %install (%prep, %build, then install) from <tarball>"
 msgstr "sestavení podle %%install (%prep, %build, pak install) z <tar_soubor>"
 
-#: lib/poptBT.c:179
+#: lib/poptBT.c:177
 #, c-format
 msgid "verify %files section from <tarball>"
 msgstr "kontrola èásti %files z <tar_soubor>"
 
-#: lib/poptBT.c:182
+#: lib/poptBT.c:180
 msgid "build source and binary packages from <tarball>"
 msgstr "vytvoøení zdrojového a binárního balíèku z <tar_soubor>"
 
-#: lib/poptBT.c:185
+#: lib/poptBT.c:183
 msgid "build binary package only from <tarball>"
 msgstr "vytvoøení pouze binárního balíèku z <tar_soubor>"
 
-#: lib/poptBT.c:188
+#: lib/poptBT.c:186
 msgid "build source package only from <tarball>"
 msgstr "vytvoøení pouze zdrojového balíèku z <tar_soubor>"
 
-#: lib/poptBT.c:192
+#: lib/poptBT.c:190
 msgid "build binary package from <source package>"
 msgstr "vytvoøení binárního balíèku ze <zdrojový balíèek>"
 
-#: lib/poptBT.c:193 lib/poptBT.c:196
+#: lib/poptBT.c:191 lib/poptBT.c:194
 msgid "<source package>"
 msgstr "<zdrojový balíèek>"
 
-#: lib/poptBT.c:195
+#: lib/poptBT.c:193
 msgid ""
 "build through %install (%prep, %build, then install) from <source package>"
 msgstr "sestavení podle %%install (vèetnì %prep, %build) ze <zdrojový balíèek>"
 
-#: lib/poptBT.c:199
+#: lib/poptBT.c:197
 msgid "override build root"
 msgstr "build root pøedefinován"
 
-#: lib/poptBT.c:203 rpmdb/poptDB.c:32
+#: lib/poptBT.c:201 rpmdb/poptDB.c:29
 msgid "generate headers compatible with rpm4 packaging"
 msgstr "generovat hlavièky kompatibilní s RPM verze 4"
 
-#: lib/poptBT.c:205
+#: lib/poptBT.c:203
 msgid "ignore ExcludeArch: directives from spec file"
 msgstr "ignorovat ExcludeArch: direktivy ve spec souboru"
 
-#: lib/poptBT.c:207
+#: lib/poptBT.c:205
 msgid "debug file state machine"
 msgstr "ladit nástroj stavu souborù"
 
-#: lib/poptBT.c:209
+#: lib/poptBT.c:207
 msgid "do not execute any stages of the build"
 msgstr "nespou¹tìt ¾ádné etapy vytváøení balíèku"
 
-#: lib/poptBT.c:211
+#: lib/poptBT.c:209
 msgid "do not verify build dependencies"
 msgstr "nekontrolovat závislosti balíèkù"
 
-#: lib/poptBT.c:213
+#: lib/poptBT.c:211
 msgid "generate package header(s) compatible with (legacy) rpm[23] packaging"
 msgstr "generovat hlavièky balíèkù kompatibilní s RPM verze 2 a 3"
 
-#: lib/poptBT.c:216
+#: lib/poptBT.c:214
 msgid "do not accept i18N msgstr's from specfile"
 msgstr "neakceptovat i18N popisky ze spec souboru"
 
-#: lib/poptBT.c:220
+#: lib/poptBT.c:218
 msgid "remove specfile when done"
 msgstr "po dokonèení odstranit spec soubor"
 
-#: lib/poptBT.c:226
+#: lib/poptBT.c:224
 msgid "override target platform"
 msgstr "cílová platforma pøedefinována"
 
-#: lib/poptBT.c:228
+#: lib/poptBT.c:226
 msgid "lookup i18N strings in specfile catalog"
 msgstr "vyhledat i18N øetìzce ve specfile katalogu"
 
@@ -2861,108 +2861,108 @@ 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:313
+#: lib/psm.c:315
 msgid "========== relocations\n"
 msgstr "========== relokace\n"
 
-#: lib/psm.c:317
+#: lib/psm.c:319
 #, c-format
 msgid "%5d exclude  %s\n"
 msgstr "%5d vynechávám %s\n"
 
-#: lib/psm.c:320
+#: lib/psm.c:322
 #, c-format
 msgid "%5d relocate %s -> %s\n"
 msgstr "%5d pøemís»uji %s -> %s\n"
 
-#: lib/psm.c:390
+#: lib/psm.c:392
 #, c-format
 msgid "excluding multilib path %s%s\n"
 msgstr "vynechávám multilib cestu %s%s\n"
 
-#: lib/psm.c:456
+#: lib/psm.c:458
 #, c-format
 msgid "excluding %s %s\n"
 msgstr "vynechávám %s %s\n"
 
-#: lib/psm.c:466
+#: lib/psm.c:468
 #, c-format
 msgid "relocating %s to %s\n"
 msgstr "pøemís»uji %s do %s\n"
 
-#: lib/psm.c:545
+#: lib/psm.c:547
 #, c-format
 msgid "relocating directory %s to %s\n"
 msgstr "pøemís»uji adresáø %s do %s\n"
 
-#: lib/psm.c:1168
+#: lib/psm.c:1170
 #, c-format
 msgid "cannot create %%%s %s\n"
 msgstr "nemohu vytvoøit %s: %s\n"
 
-#: lib/psm.c:1174
+#: lib/psm.c:1176
 #, c-format
 msgid "cannot write to %%%s %s\n"
 msgstr "nemohu zapsat do %%%s %s\n"
 
-#: lib/psm.c:1212
+#: lib/psm.c:1214
 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:1323
+#: lib/psm.c:1325
 msgid "source package contains no .spec file\n"
 msgstr "zdrojový balíèek neobsahuje .spec soubor\n"
 
-#: lib/psm.c:1430
+#: lib/psm.c:1432
 #, fuzzy, c-format
 msgid "%s: running %s scriptlet\n"
 msgstr "%s: spou¹tím %s skript(y) (pokud existují)\n"
 
-#: lib/psm.c:1598
+#: lib/psm.c:1600
 #, 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:1605
+#: lib/psm.c:1607
 #, 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:1952
+#: lib/psm.c:1954
 #, 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:2069
+#: lib/psm.c:2071
 #, 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:2184
+#: lib/psm.c:2186
 #, 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:2193
+#: lib/psm.c:2195
 #, c-format
 msgid "group %s does not exist - using root\n"
 msgstr "skupina %s neexistuje - pou¾ita skupina root\n"
 
-#: lib/psm.c:2234
+#: lib/psm.c:2236
 #, c-format
 msgid "unpacking of archive failed%s%s: %s\n"
 msgstr "rozbalování archívu selhalo %s%s: %s\n"
 
-#: lib/psm.c:2235
+#: lib/psm.c:2237
 msgid " on file "
 msgstr " na souboru "
 
-#: lib/psm.c:2421
+#: lib/psm.c:2423
 #, fuzzy, c-format
 msgid "%s failed on file %s: %s\n"
 msgstr "nemohu otevøít %s: %s\n"
 
-#: lib/psm.c:2424
+#: lib/psm.c:2426
 #, fuzzy, c-format
 msgid "%s failed: %s\n"
 msgstr "%s selhalo\n"
@@ -3364,211 +3364,211 @@ msgstr "Nemohu 
 msgid "Unable to open %s for reading: %s.\n"
 msgstr "Nemohu otevøít %s pro ètení: %s.\n"
 
-#: lib/signature.c:114
+#: lib/signature.c:115
 msgid "file is not regular -- skipping size check\n"
 msgstr "není obyèejný soubor -- pøeskakuji kontrolu velikosti\n"
 
-#: lib/signature.c:123
+#: lib/signature.c:124
 #, c-format
 msgid "Expected size: %12d = lead(%d)+sigs(%d)+pad(%d)+data(%d)\n"
 msgstr ""
 "Pøedpokl. délka: %12d = hlavièka(%d)+signatura(%d)+výplò(%d)+data(%d)\n"
 
-#: lib/signature.c:128
+#: lib/signature.c:129
 #, c-format
 msgid "  Actual size: %12d\n"
 msgstr "Aktuální délka: %12d\n"
 
-#: lib/signature.c:148
+#: lib/signature.c:149
 msgid "No signature\n"
 msgstr "Chybí podpis\n"
 
-#: lib/signature.c:152
+#: lib/signature.c:153
 msgid "Old PGP signature\n"
 msgstr "Starý PGP podpis\n"
 
-#: lib/signature.c:165
+#: lib/signature.c:166
 msgid "Old (internal-only) signature!  How did you get that!?\n"
 msgstr "Starý (pouze interní) podpis! Jak jste to získali!?\n"
 
-#: lib/signature.c:221
+#: lib/signature.c:222
 #, c-format
 msgid "Signature: size(%d)+pad(%d)\n"
 msgstr "Podpisu: velikost(%d)+vata(%d)\n"
 
-#: lib/signature.c:284
+#: lib/signature.c:285
 #, c-format
 msgid "Couldn't exec pgp (%s)\n"
 msgstr "Nemohu spustit pgp (%s)\n"
 
-#: lib/signature.c:297
+#: lib/signature.c:298
 msgid "pgp failed\n"
 msgstr "pgp selhalo\n"
 
 #. PGP failed to write signature
 #. Just in case
-#: lib/signature.c:304
+#: lib/signature.c:305
 msgid "pgp failed to write signature\n"
 msgstr "pgp selhalo pøi zápisu podpisu\n"
 
-#: lib/signature.c:309
+#: lib/signature.c:310
 #, c-format
 msgid "PGP sig size: %d\n"
 msgstr "Velikost podpisu PGP: %d\n"
 
-#: lib/signature.c:324 lib/signature.c:411
+#: lib/signature.c:325 lib/signature.c:412
 msgid "unable to read the signature\n"
 msgstr "nemohu èíst podpis\n"
 
-#: lib/signature.c:329
+#: lib/signature.c:330
 #, c-format
 msgid "Got %d bytes of PGP sig\n"
 msgstr "Pøeèteno %d bajtù PGP podpisu\n"
 
-#: lib/signature.c:371 lib/signature.c:501
+#: lib/signature.c:372 lib/signature.c:502
 msgid "Couldn't exec gpg\n"
 msgstr "Nemohu spustit gpg\n"
 
-#: lib/signature.c:384
+#: lib/signature.c:385
 msgid "gpg failed\n"
 msgstr "gpg selhalo\n"
 
 #. GPG failed to write signature
 #. Just in case
-#: lib/signature.c:391
+#: lib/signature.c:392
 msgid "gpg failed to write signature\n"
 msgstr "gpg selhalo pøi zápisu podpisu\n"
 
-#: lib/signature.c:396
+#: lib/signature.c:397
 #, c-format
 msgid "GPG sig size: %d\n"
 msgstr "Velikost GPG podpisu: %d\n"
 
-#: lib/signature.c:416
+#: lib/signature.c:417
 #, c-format
 msgid "Got %d bytes of GPG sig\n"
 msgstr "Pøeèteno %d bajtù GPG podpisu\n"
 
-#: lib/signature.c:444
+#: lib/signature.c:445
 msgid "Generating signature using PGP.\n"
 msgstr "Generuji PGP podpis.\n"
 
-#: lib/signature.c:450
+#: lib/signature.c:451
 msgid "Generating signature using GPG.\n"
 msgstr "Generuji GPG podpis.\n"
 
-#: lib/signature.c:530
+#: lib/signature.c:531
 msgid "Couldn't exec pgp\n"
 msgstr "Nemohu spustit pgp\n"
 
 #. @notreached@
 #. This case should have been screened out long ago.
-#: lib/signature.c:534 lib/signature.c:587
+#: lib/signature.c:535 lib/signature.c:588
 #, c-format
 msgid "Invalid %%_signature spec in macro file\n"
 msgstr "©patná %%_signature spec v souboru maker\n"
 
-#: lib/signature.c:567
+#: lib/signature.c:568
 #, c-format
 msgid "You must set \"%%_gpg_name\" in your macro file\n"
 msgstr "Musíte nastavit \"%%_gpg_name\" ve svém makro souboru\n"
 
-#: lib/signature.c:579
+#: lib/signature.c:580
 #, c-format
 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:308
+#: lib/transaction.c:309
 #, 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:936
+#: lib/transaction.c:937
 #, c-format
 msgid "excluding directory %s\n"
 msgstr "vynechávám adresáø %s\n"
 
-#: lib/verify.c:240
+#: lib/verify.c:242
 msgid "package lacks both user name and id lists (this should never happen)\n"
 msgstr ""
 "balíèek neobsahuje ani u¾ivatelská jména ani seznam id (nemìlo by se nikdy "
 "stát)\n"
 
-#: lib/verify.c:261
+#: lib/verify.c:263
 msgid "package lacks both group name and id lists (this should never happen)\n"
 msgstr ""
 "balíèek neobsahuje ani jména skupin ani seznam id (nemìlo by se nikdy stát)\n"
 
-#: lib/verify.c:398
+#: lib/verify.c:400
 #, c-format
 msgid "missing    %s"
 msgstr "chybí      %s"
 
-#: lib/verify.c:495
+#: lib/verify.c:497
 #, 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:101 rpmdb/db3.c:100
+#: rpmdb/db1.c:100 rpmdb/db3.c:100
 #, c-format
 msgid "db%d error(%d) from %s: %s\n"
 msgstr "db%d chyba (%d) z %s: %s\n"
 
-#: rpmdb/db1.c:104 rpmdb/db3.c:103
+#: rpmdb/db1.c:103 rpmdb/db3.c:103
 #, c-format
 msgid "db%d error(%d): %s\n"
 msgstr "db%d chyba (%d): %s\n"
 
-#: rpmdb/db1.c:171
+#: 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:183
+#: 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"
 
 #. @=branchstate@
-#: rpmdb/db1.c:509
+#: rpmdb/db1.c:508
 #, c-format
 msgid "closed  db file        %s\n"
 msgstr "zavøen db soubor       %s\n"
 
-#: rpmdb/db1.c:512
+#: rpmdb/db1.c:511
 #, c-format
 msgid "removed db file        %s\n"
 msgstr "odstranìn db soubor    %s\n"
 
-#: rpmdb/db1.c:547
+#: rpmdb/db1.c:546
 #, c-format
 msgid "bad db file %s\n"
 msgstr "¹patný db soubor %s\n"
 
-#: rpmdb/db1.c:552
+#: 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:575
+#: 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:576 rpmdb/db3.c:1213
+#: rpmdb/db1.c:575 rpmdb/db3.c:1213
 msgid "exclusive"
 msgstr "výhradní"
 
-#: rpmdb/db1.c:576 rpmdb/db3.c:1213
+#: rpmdb/db1.c:575 rpmdb/db3.c:1213
 msgid "shared"
 msgstr "sdílený"
 
@@ -3646,54 +3646,54 @@ msgstr ""
 "Pokud tento pøíkaz nevyøe¹í problém, naleznete více informací\n"
 "na http://www.rpm.org nebo v diskuzním listu rpm-list@redhat.com.\n"
 
-#: rpmdb/poptDB.c:22
+#: rpmdb/poptDB.c:19
 msgid "initialize database"
 msgstr "inicializovat databázi"
 
-#: rpmdb/poptDB.c:24
+#: rpmdb/poptDB.c:21
 msgid "rebuild database inverted lists from installed package headers"
 msgstr "znovusestavení databáze z instalovaných hlavièek balíèkù"
 
-#: rpmdb/poptDB.c:29
+#: rpmdb/poptDB.c:26
 msgid "generate headers compatible with (legacy) rpm[23] packaging"
 msgstr "generovat hlavièky kompatibilní RPM verze 2 a 3"
 
 #. @-modfilesys@
-#: rpmdb/rpmdb.c:130
+#: rpmdb/rpmdb.c:126
 #, c-format
 msgid "dbiTagsInit: unrecognized tag name: \"%s\" ignored\n"
 msgstr "dbiTagsInit: neznámá znaèka: \"%s\" ignorována\n"
 
-#: rpmdb/rpmdb.c:384
+#: rpmdb/rpmdb.c:380
 #, 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:406
+#: rpmdb/rpmdb.c:402
 #, c-format
 msgid "cannot open %s index\n"
 msgstr "nemohu otevøít index %s\n"
 
-#: rpmdb/rpmdb.c:498
+#: 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:629
+#: rpmdb/rpmdb.c:625
 #, 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:639
+#: rpmdb/rpmdb.c:635
 #, 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:893
+#: rpmdb/rpmdb.c:889
 msgid "no dbpath has been set\n"
 msgstr "nebyla nastavena dbpath\n"
 
-#: rpmdb/rpmdb.c:1032
+#: rpmdb/rpmdb.c:1028
 msgid ""
 "old format database is present; use --rebuilddb to generate a new format "
 "database\n"
@@ -3701,115 +3701,115 @@ msgstr ""
 "databáze je ve starém formátu; pou¾ijte --rebuilddb pro pøevod do nového\n"
 
 #. error
-#: rpmdb/rpmdb.c:1277
+#: rpmdb/rpmdb.c:1273
 #, c-format
 msgid "error(%d) counting packages\n"
 msgstr "chyba(%d) pøi poèítání balíèkù\n"
 
-#: rpmdb/rpmdb.c:2061 rpmdb/rpmdb.c:3276
+#: rpmdb/rpmdb.c:2057 rpmdb/rpmdb.c:3310
 #, 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:2114
+#: rpmdb/rpmdb.c:2110
 #, 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:2384
+#: rpmdb/rpmdb.c:2380
 #, 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:2456
+#: rpmdb/rpmdb.c:2452
 #, c-format
 msgid "removing \"%s\" from %s index.\n"
 msgstr "odstraòuji \"%s\" z indexu %s.\n"
 
-#: rpmdb/rpmdb.c:2465
+#: rpmdb/rpmdb.c:2461
 #, c-format
 msgid "removing %d entries from %s index.\n"
 msgstr "odstraòuji %d polo¾ek z indexu %s.\n"
 
-#: rpmdb/rpmdb.c:2666
+#: rpmdb/rpmdb.c:2662
 #, c-format
 msgid "error(%d) allocating new package instance\n"
 msgstr "chyba(%d) pøi alokaci nové instance balíèku\n"
 
-#: rpmdb/rpmdb.c:2747
+#: rpmdb/rpmdb.c:2743
 #, c-format
 msgid "adding \"%s\" to %s index.\n"
 msgstr "pøidávám \"%s\" do indexu %s\n"
 
-#: rpmdb/rpmdb.c:2758
+#: rpmdb/rpmdb.c:2754
 #, 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:3162
+#: rpmdb/rpmdb.c:3196
 #, c-format
 msgid "removing %s after successful db3 rebuild.\n"
 msgstr "odstraòuji %s po úspì¹ném znovusestavení db3.\n"
 
-#: rpmdb/rpmdb.c:3195
+#: rpmdb/rpmdb.c:3229
 msgid "no dbpath has been set"
 msgstr "nebyla nastavena dbpath"
 
-#: rpmdb/rpmdb.c:3222
+#: rpmdb/rpmdb.c:3256
 #, c-format
 msgid "rebuilding database %s into %s\n"
 msgstr "databázi %s pøevádím do %s\n"
 
-#: rpmdb/rpmdb.c:3226
+#: rpmdb/rpmdb.c:3260
 #, c-format
 msgid "temporary database %s already exists\n"
 msgstr "doèasná databáze %s ji¾ existuje\n"
 
-#: rpmdb/rpmdb.c:3232
+#: rpmdb/rpmdb.c:3266
 #, c-format
 msgid "creating directory %s\n"
 msgstr "vytváøím adresáø %s\n"
 
-#: rpmdb/rpmdb.c:3234
+#: rpmdb/rpmdb.c:3268
 #, c-format
 msgid "creating directory %s: %s\n"
 msgstr "vytváøím adresáø %s: %s\n"
 
-#: rpmdb/rpmdb.c:3241
+#: rpmdb/rpmdb.c:3275
 #, c-format
 msgid "opening old database with dbapi %d\n"
 msgstr "otevírám starou databázi s dbapi %d\n"
 
-#: rpmdb/rpmdb.c:3252
+#: rpmdb/rpmdb.c:3286
 #, c-format
 msgid "opening new database with dbapi %d\n"
 msgstr "otevírám novou databázi s dbapi %d\n"
 
-#: rpmdb/rpmdb.c:3316
+#: rpmdb/rpmdb.c:3350
 #, c-format
 msgid "cannot add record originally at %u\n"
 msgstr "nemohu pøidat záznam - pùvodnì u %d\n"
 
-#: rpmdb/rpmdb.c:3334
+#: rpmdb/rpmdb.c:3368
 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:3342
+#: rpmdb/rpmdb.c:3376
 msgid "failed to replace old database with new database!\n"
 msgstr "starou databázi nelze nahradit novou databází!\n"
 
-#: rpmdb/rpmdb.c:3344
+#: rpmdb/rpmdb.c:3378
 #, 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:3354
+#: rpmdb/rpmdb.c:3388
 #, c-format
 msgid "removing directory %s\n"
 msgstr "ma¾u adresáø %s\n"
 
-#: rpmdb/rpmdb.c:3356
+#: rpmdb/rpmdb.c:3390
 #, c-format
 msgid "failed to remove directory %s: %s\n"
 msgstr "nemohu odstranit adresáø %s: %s\n"
index 5e2ad9a..e6bdae8 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-20 18:27-0400\n"
+"POT-Creation-Date: 2001-10-21 17:21-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"
@@ -729,15 +729,15 @@ msgstr "bin
 msgid "bin/src package (prep, compile, install, package)"
 msgstr "binær og kilde-pakke (forbered, oversæt, installér, pak)"
 
-#: lib/poptBT.c:222 rpm.c:523
+#: lib/poptBT.c:220 rpm.c:523
 msgid "skip straight to specified stage (only for c,i)"
 msgstr "spring direkte til angivet stadium (kun for c,i)"
 
-#: lib/poptBT.c:201 rpm.c:525
+#: lib/poptBT.c:199 rpm.c:525
 msgid "remove build tree when done"
 msgstr "fjern bygge-træ ved afslutning"
 
-#: lib/poptBT.c:218 rpm.c:527
+#: lib/poptBT.c:216 rpm.c:527
 msgid "remove sources when done"
 msgstr "fjern kilder ved afslutning"
 
@@ -745,7 +745,7 @@ msgstr "fjern kilder ved afslutning"
 msgid "remove spec file when done"
 msgstr "fjern spec-fil ved afslutning"
 
-#: lib/poptBT.c:224 rpm.c:531
+#: lib/poptBT.c:222 rpm.c:531
 msgid "generate PGP/GPG signature"
 msgstr "generér PGP/GPG-signatur"
 
@@ -837,7 +837,7 @@ msgstr "tjek at der eksisterer en gyldig database"
 msgid "rebuild database from existing database"
 msgstr "genopbyg database fra eksisterende database"
 
-#: rpm.c:565 rpmdb/poptDB.c:27
+#: rpm.c:565 rpmdb/poptDB.c:24
 #, fuzzy
 msgid "verify database files"
 msgstr "forespørg en spec-fil"
@@ -1267,7 +1267,7 @@ msgstr "ingen spec-fil angivet til opbygning"
 msgid "no tar files given for build"
 msgstr "ingen tar-arkiver angivet til opbygning"
 
-#: build/build.c:125 build/pack.c:471
+#: build/build.c:125 build/pack.c:466
 msgid "Unable to open temp file.\n"
 msgstr "Kunne ikke åbne midlertidig fil.\n"
 
@@ -1345,181 +1345,181 @@ msgstr "&& og || underst
 msgid "syntax error in expression\n"
 msgstr "syntaksfejl i udtryk\n"
 
-#: build/files.c:274
+#: build/files.c:270
 #, c-format
 msgid "TIMECHECK failure: %s\n"
 msgstr "TIMECHECK-fejl: %s\n"
 
-#: build/files.c:333 build/files.c:525 build/files.c:708
+#: build/files.c:329 build/files.c:521 build/files.c:704
 #, c-format
 msgid "Missing '(' in %s %s\n"
 msgstr "Manglende '(' i %s %s\n"
 
-#: build/files.c:344 build/files.c:650 build/files.c:719
+#: build/files.c:340 build/files.c:646 build/files.c:715
 #, c-format
 msgid "Missing ')' in %s(%s\n"
 msgstr "Manglende ')' i %s %s\n"
 
-#: build/files.c:382 build/files.c:675
+#: build/files.c:378 build/files.c:671
 #, c-format
 msgid "Invalid %s token: %s\n"
 msgstr "Ugyldigt %s-symbol: %s\n"
 
-#: build/files.c:488
+#: build/files.c:484
 #, fuzzy, c-format
 msgid "Missing %s in %s %s\n"
 msgstr "Manglende '(' i %s %s\n"
 
-#: build/files.c:541
+#: build/files.c:537
 #, c-format
 msgid "Non-white space follows %s(): %s\n"
 msgstr "Ikke-mellemrum efterfølger %s(): %s\n"
 
-#: build/files.c:579
+#: build/files.c:575
 #, c-format
 msgid "Bad syntax: %s(%s)\n"
 msgstr "Ugyldig syntaks: %s(%s)\n"
 
-#: build/files.c:589
+#: build/files.c:585
 #, c-format
 msgid "Bad mode spec: %s(%s)\n"
 msgstr "Ugyldig tilstandsangivelse: %s(%s)\n"
 
-#: build/files.c:601
+#: build/files.c:597
 #, c-format
 msgid "Bad dirmode spec: %s(%s)\n"
 msgstr "Ugyldig dirmode-spec: %s(%s)\n"
 
-#: build/files.c:746
+#: build/files.c:742
 #, 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:757
+#: build/files.c:753
 #, c-format
 msgid "Duplicate locale %.*s in %%lang(%s)\n"
 msgstr "Dobbelt locale %.*s i %%lang(%s)\n"
 
-#: build/files.c:908
+#: build/files.c:904
 #, c-format
 msgid "Hit limit for %%docdir\n"
 msgstr "Træfningsgrænse for %%docdir\n"
 
-#: build/files.c:914
+#: build/files.c:910
 #, 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:942
+#: build/files.c:938
 #, c-format
 msgid "Two files on one line: %s\n"
 msgstr "To filer på én linie: %s\n"
 
-#: build/files.c:957
+#: build/files.c:953
 #, c-format
 msgid "File must begin with \"/\": %s\n"
 msgstr "Fil skal begynde med \"/\": %s\n"
 
-#: build/files.c:970
+#: build/files.c:966
 #, 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:1147
+#: build/files.c:1143
 #, c-format
 msgid "File listed twice: %s\n"
 msgstr "Fil angivet to gange: %s\n"
 
-#: build/files.c:1282
+#: build/files.c:1278
 #, c-format
 msgid "Symlink points to BuildRoot: %s -> %s\n"
 msgstr "Symbolsk lænke peger på BuildRoot: %s -> %s\n"
 
-#: build/files.c:1488
+#: build/files.c:1484
 #, c-format
 msgid "File doesn't match prefix (%s): %s\n"
 msgstr "Fil passer ikke til præfiks (%s): %s\n"
 
-#: build/files.c:1512
+#: build/files.c:1508
 #, c-format
 msgid "File not found: %s\n"
 msgstr "Fil ikke fundet: %s\n"
 
-#: build/files.c:1555 build/files.c:2167 build/parsePrep.c:50
+#: build/files.c:1551 build/files.c:2163 build/parsePrep.c:50
 #, c-format
 msgid "Bad owner/group: %s\n"
 msgstr "Ugyldig ejer/gruppe: %s\n"
 
-#: build/files.c:1567
+#: build/files.c:1563
 #, c-format
 msgid "File %4d: %07o %s.%s\t %s\n"
 msgstr "Fil %4d: %07o %s.%s\t %s\n"
 
-#: build/files.c:1671
+#: build/files.c:1667
 #, c-format
 msgid "File needs leading \"/\": %s\n"
 msgstr "Fil kræver foranstillet \"/\": %s\n"
 
-#: build/files.c:1694
+#: build/files.c:1690
 #, fuzzy, c-format
 msgid "Glob not permitted: %s\n"
 msgstr "linie %d: Filnavn ikke tilladt: %s\n"
 
-#: build/files.c:1709
+#: build/files.c:1705
 #, c-format
 msgid "File not found by glob: %s\n"
 msgstr "Fil ikke fundet med glob: %s\n"
 
-#: build/files.c:1771
+#: build/files.c:1767
 #, c-format
 msgid "Could not open %%files file %s: %s\n"
 msgstr "Kunne ikke åbne '%%files'-fil %s: %s\n"
 
-#: build/files.c:1782 build/pack.c:150
+#: build/files.c:1778 build/pack.c:145
 #, c-format
 msgid "line: %s\n"
 msgstr "linie: %s\n"
 
-#: build/files.c:2155
+#: build/files.c:2151
 #, 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:2229
+#: build/files.c:2225
 #, c-format
 msgid "Couldn't exec %s: %s\n"
 msgstr "Kunne ikke udføre %s: %s\n"
 
-#: build/files.c:2234
+#: build/files.c:2230
 #, c-format
 msgid "Couldn't fork %s: %s\n"
 msgstr "Kunne ikke fraspalte ny proces til %s: %s\n"
 
-#: build/files.c:2318
+#: build/files.c:2314
 #, c-format
 msgid "%s failed\n"
 msgstr "%s mislykkedes\n"
 
-#: build/files.c:2322
+#: build/files.c:2318
 #, c-format
 msgid "failed to write all data to %s\n"
 msgstr "kunne ikke skrive alle data til %s\n"
 
-#: build/files.c:2458
+#: build/files.c:2454
 #, c-format
 msgid "Finding  %s: (using %s)...\n"
 msgstr "Finder %s: (benytter %s)...\n"
 
-#: build/files.c:2484 build/files.c:2498
+#: build/files.c:2480 build/files.c:2494
 #, c-format
 msgid "Failed to find %s:\n"
 msgstr "Kunne ikke finde %s:\n"
 
-#: build/files.c:2619
+#: build/files.c:2615
 #, c-format
 msgid "Processing files: %s-%s-%s\n"
 msgstr "Gennemløber filer: %s-%s-%s\n"
@@ -1555,156 +1555,156 @@ msgstr "getGnameS: for mange gid'er\n"
 msgid "Could not canonicalize hostname: %s\n"
 msgstr "Kunne ikke kanonisere værtsnavn: %s\n"
 
-#: build/pack.c:83
+#: build/pack.c:78
 #, c-format
 msgid "create archive failed on file %s: %s\n"
 msgstr "arkivoprettelse mislykkedes ved fil %s: %s\n"
 
-#: build/pack.c:86
+#: build/pack.c:81
 #, fuzzy, c-format
 msgid "create archive failed: %s\n"
 msgstr "arkivoprettelse mislykkedes ved fil %s: %s\n"
 
-#: build/pack.c:108
+#: build/pack.c:103
 #, c-format
 msgid "cpio_copy write failed: %s\n"
 msgstr "cpio_copy-skrivning mislykkedes: %s\n"
 
-#: build/pack.c:115
+#: build/pack.c:110
 #, c-format
 msgid "cpio_copy read failed: %s\n"
 msgstr "cpio_copy-læsning mislykkedes: %s\n"
 
-#: build/pack.c:218
+#: build/pack.c:213
 #, c-format
 msgid "Could not open PreIn file: %s\n"
 msgstr "Kunne ikke åbne 'PreIn'-fil: %s\n"
 
-#: build/pack.c:225
+#: build/pack.c:220
 #, c-format
 msgid "Could not open PreUn file: %s\n"
 msgstr "Kunne ikke åbne 'PreUn'-fil: %s\n"
 
-#: build/pack.c:232
+#: build/pack.c:227
 #, c-format
 msgid "Could not open PostIn file: %s\n"
 msgstr "Kunne ikke åbne 'PostIn'-fil: %s\n"
 
-#: build/pack.c:239
+#: build/pack.c:234
 #, c-format
 msgid "Could not open PostUn file: %s\n"
 msgstr "Kunne ikke åbne 'PostUn'-fil: %s\n"
 
-#: build/pack.c:247
+#: build/pack.c:242
 #, c-format
 msgid "Could not open VerifyScript file: %s\n"
 msgstr "Kunne ikke åbne 'VerifyScript'-fil: %s\n"
 
-#: build/pack.c:262
+#: build/pack.c:257
 #, c-format
 msgid "Could not open Trigger script file: %s\n"
 msgstr "Kunne ikke åbne skriptfilen Trigger: %s\n"
 
-#: build/pack.c:290
+#: build/pack.c:285
 #, c-format
 msgid "readRPM: open %s: %s\n"
 msgstr "readRPM: åbn %s: %s\n"
 
-#: build/pack.c:300
+#: build/pack.c:295
 #, c-format
 msgid "readRPM: read %s: %s\n"
 msgstr "readRPM: læs %s: %s\n"
 
-#: build/pack.c:309 build/pack.c:513
+#: build/pack.c:304 build/pack.c:508
 #, fuzzy, c-format
 msgid "%s: Fseek failed: %s\n"
 msgstr "%s: Fread mislykkedes: %s\n"
 
-#: build/pack.c:325
+#: build/pack.c:320
 #, c-format
 msgid "readRPM: %s is not an RPM package\n"
 msgstr "readRPM: %s er ikke nogen RPM-pakke\n"
 
-#: build/pack.c:334
+#: build/pack.c:329
 #, c-format
 msgid "readRPM: reading header from %s\n"
 msgstr "readRPM: læser hoved fra %s\n"
 
-#: build/pack.c:459
+#: build/pack.c:454
 #, fuzzy
 msgid "Unable to create immutable header region.\n"
 msgstr "Kunne ikke læse hoved fra %s: %s\n"
 
-#: build/pack.c:477
+#: build/pack.c:472
 #, fuzzy
 msgid "Unable to write temp header\n"
 msgstr "Kunne ikke skrive hoved til %s: %s\n"
 
-#: build/pack.c:485
+#: build/pack.c:480
 msgid "Bad CSA data\n"
 msgstr "Ugyldige CSA-data\n"
 
-#: build/pack.c:520
+#: build/pack.c:515
 #, fuzzy
 msgid "Unable to write final header\n"
 msgstr "Kunne ikke skrive hoved til %s: %s\n"
 
-#: build/pack.c:538
+#: build/pack.c:533
 #, c-format
 msgid "Generating signature: %d\n"
 msgstr "Genererer signatur: %d\n"
 
-#: build/pack.c:551
+#: build/pack.c:546
 #, fuzzy
 msgid "Unable to reload signature header.\n"
 msgstr "Kunne ikke læse hoved fra %s: %s\n"
 
-#: build/pack.c:559
+#: build/pack.c:554
 #, c-format
 msgid "Could not open %s: %s\n"
 msgstr "Kunne ikke åbne %s: %s\n"
 
-#: build/pack.c:595 lib/psm.c:2147
+#: build/pack.c:590 lib/psm.c:2149
 #, c-format
 msgid "Unable to write package: %s\n"
 msgstr "Kunne ikke skrive pakke: %s\n"
 
-#: build/pack.c:610
+#: build/pack.c:605
 #, c-format
 msgid "Unable to open sigtarget %s: %s\n"
 msgstr "Kunne ikke åbne sigtarget %s: %s\n"
 
-#: build/pack.c:620
+#: build/pack.c:615
 #, c-format
 msgid "Unable to read header from %s: %s\n"
 msgstr "Kunne ikke læse hoved fra %s: %s\n"
 
-#: build/pack.c:634
+#: build/pack.c:629
 #, c-format
 msgid "Unable to write header to %s: %s\n"
 msgstr "Kunne ikke skrive hoved til %s: %s\n"
 
-#: build/pack.c:644
+#: build/pack.c:639
 #, c-format
 msgid "Unable to read payload from %s: %s\n"
 msgstr "Kunne ikke læse pakkeindhold fra %s: %s\n"
 
-#: build/pack.c:650
+#: build/pack.c:645
 #, c-format
 msgid "Unable to write payload to %s: %s\n"
 msgstr "Kunne ikke skrive pakkeindhold til %s: %s\n"
 
-#: build/pack.c:675 lib/psm.c:2413
+#: build/pack.c:670 lib/psm.c:2415
 #, c-format
 msgid "Wrote: %s\n"
 msgstr "Skrev: %s\n"
 
-#: build/pack.c:742
+#: build/pack.c:737
 #, 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:759
+#: build/pack.c:754
 #, c-format
 msgid "cannot create %s: %s\n"
 msgstr "kan ikke oprette %s: %s\n"
@@ -2117,7 +2117,7 @@ msgid " failed - "
 msgstr " mislykkedes - "
 
 #. XXX legacy epoch-less requires/conflicts compatibility
-#: lib/depends.c:582
+#: lib/depends.c:559
 #, 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:611
+#: lib/depends.c:588
 #, c-format
 msgid "  %s    A %s\tB %s\n"
 msgstr "  %s    A %s\tB %s\n"
 
-#: lib/depends.c:612 lib/depends.c:1248 lib/depends.c:1381
+#: lib/depends.c:589 lib/depends.c:1225 lib/depends.c:1358
 msgid "YES"
 msgstr ""
 
-#: lib/depends.c:612 lib/depends.c:1248 lib/depends.c:1381
+#: lib/depends.c:589 lib/depends.c:1225 lib/depends.c:1358
 #, fuzzy
 msgid "NO "
 msgstr "IKKE O.K."
 
-#: lib/depends.c:1042
+#: lib/depends.c:1019
 #, c-format
 msgid "%s: %-45s YES (added files)\n"
 msgstr "%s: %-45s JA (tilføjede filer)\n"
 
-#: lib/depends.c:1153
+#: lib/depends.c:1130
 #, c-format
 msgid "%s: %-45s YES (added provide)\n"
 msgstr "%s: %-45s JA (tilføjede 'provide')\n"
 
-#: lib/depends.c:1247
+#: lib/depends.c:1224
 #, fuzzy, c-format
 msgid "%s: %-45s %-s (cached)\n"
 msgstr "%s: %-45s %-3s (husket)\n"
 
-#: lib/depends.c:1276
+#: lib/depends.c:1253
 #, c-format
 msgid "%s: %-45s YES (rpmrc provides)\n"
 msgstr "%s: %-45s JA (rpmrc tilfører)\n"
 
-#: lib/depends.c:1293
+#: lib/depends.c:1270
 #, c-format
 msgid "%s: %-45s YES (rpmlib provides)\n"
 msgstr "%s: %-45s JA (rpmlib tilfører)\n"
 
-#: lib/depends.c:1317
+#: lib/depends.c:1294
 #, c-format
 msgid "%s: %-45s YES (db files)\n"
 msgstr "%s: %-45s JA (db-filer)\n"
 
-#: lib/depends.c:1330
+#: lib/depends.c:1307
 #, c-format
 msgid "%s: %-45s YES (db provides)\n"
 msgstr "%s: %-45s JA (db tilfører)\n"
 
-#: lib/depends.c:1344
+#: lib/depends.c:1321
 #, c-format
 msgid "%s: %-45s YES (db package)\n"
 msgstr "%s: %-45s JA (db-pakke)\n"
 
-#: lib/depends.c:1360
+#: lib/depends.c:1337
 #, c-format
 msgid "%s: %-45s NO\n"
 msgstr "%s: %-45s NEJ\n"
 
-#: lib/depends.c:1381
+#: lib/depends.c:1358
 #, c-format
 msgid "%s: (%s, %s) added to Depends cache.\n"
 msgstr "%s: (%s, %s) tilføjet til afhængigheds-buffer.\n"
@@ -2193,42 +2193,42 @@ msgstr "%s: (%s, %s) tilf
 #. requirements are satisfied.
 #. @switchbreak@
 #. requirements are not satisfied.
-#: lib/depends.c:1454
+#: lib/depends.c:1431
 #, 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:1533
+#: lib/depends.c:1510
 #, c-format
 msgid "package %s conflicts: %s\n"
 msgstr "pakke %s skaber konflikt: %s\n"
 
-#: lib/depends.c:1786
+#: lib/depends.c:1763
 #, 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:1936
+#: lib/depends.c:1913
 msgid "========== recording tsort relations\n"
 msgstr "========== gemmer tsort-relationer\n"
 
 #. T4. Scan for zeroes.
-#: lib/depends.c:1996
+#: lib/depends.c:1973
 msgid ""
 "========== tsorting packages (order, #predecessors, #succesors, depth)\n"
 msgstr ""
 
-#: lib/depends.c:2046
+#: lib/depends.c:2023
 msgid "========== successors only (presentation order)\n"
 msgstr "========== kun efterfølgere (præsentationsrækkefølge)\n"
 
-#: lib/depends.c:2099
+#: lib/depends.c:2076
 msgid "LOOP:\n"
 msgstr "LØKKE:\n"
 
-#: lib/depends.c:2129
+#: lib/depends.c:2106
 msgid "========== continuing tsort ...\n"
 msgstr "========== fortsætter tsort ...\n"
 
@@ -2322,7 +2322,7 @@ 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:351 lib/header_internal.c:161 lib/psm.c:971
+#: lib/header.c:351 lib/header_internal.c:161 lib/psm.c:973
 #, c-format
 msgid "Data type %d not supported\n"
 msgstr "Datatype %d understøttes ikke\n"
@@ -2402,155 +2402,155 @@ msgstr "| forventet ved slutningen af udtryk"
 msgid "(unknown type)"
 msgstr "(ukendt type)"
 
-#: lib/misc.c:241 lib/misc.c:246 lib/misc.c:252
+#: lib/misc.c:243 lib/misc.c:248 lib/misc.c:254
 #, c-format
 msgid "error creating temporary file %s\n"
 msgstr "fejl ved oprettelse af midlertidig fil %s\n"
 
-#: lib/package.c:162
+#: lib/package.c:163
 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:228
+#: lib/package.c:229
 msgid ""
 "only packaging with major numbers <= 4 is supported by this version of RPM\n"
 msgstr ""
 "kun indpakninger med hovedversion <= 4 understøttes af denne udgave af RPM\n"
 
-#: lib/poptBT.c:118
+#: lib/poptBT.c:116
 #, c-format
 msgid "buildroot already specified, ignoring %s\n"
 msgstr ""
 "buildroot allerede angivet, ignorerer %s\n"
 "\n"
 
-#: lib/poptBT.c:148
+#: lib/poptBT.c:146
 #, c-format
 msgid "build through %prep (unpack sources and apply patches) from <specfile>"
 msgstr "opbyg gennem %prep (udpak kilder og påfør lapper) ud fra <spec-fil>"
 
-#: lib/poptBT.c:149 lib/poptBT.c:152 lib/poptBT.c:155 lib/poptBT.c:158
-#: lib/poptBT.c:161 lib/poptBT.c:164 lib/poptBT.c:167
+#: lib/poptBT.c:147 lib/poptBT.c:150 lib/poptBT.c:153 lib/poptBT.c:156
+#: lib/poptBT.c:159 lib/poptBT.c:162 lib/poptBT.c:165
 msgid "<specfile>"
 msgstr "<spec-fil>"
 
-#: lib/poptBT.c:151
+#: lib/poptBT.c:149
 msgid "build through %build (%prep, then compile) from <specfile>"
 msgstr "opbyg gennem %build (%prep, så oversæt) ud fra <spec-fil>"
 
-#: lib/poptBT.c:154
+#: lib/poptBT.c:152
 msgid "build through %install (%prep, %build, then install) from <specfile>"
 msgstr "opbyg gennem %install (%prep, %build, så installér) ud fra <spec-fil>"
 
-#: lib/poptBT.c:157
+#: lib/poptBT.c:155
 #, c-format
 msgid "verify %files section from <specfile>"
 msgstr "verificér afsnittet %files ud fra <spec-fil>"
 
-#: lib/poptBT.c:160
+#: lib/poptBT.c:158
 msgid "build source and binary packages from <specfile>"
 msgstr "opbyg kilde- og binærpakke ud fra <spec-fil>"
 
-#: lib/poptBT.c:163
+#: lib/poptBT.c:161
 msgid "build binary package only from <specfile>"
 msgstr "opbyg kun binærpakke ud fra <spec-fil>"
 
-#: lib/poptBT.c:166
+#: lib/poptBT.c:164
 msgid "build source package only from <specfile>"
 msgstr "opbyg kun kildepakke ud fra <spec-fil>"
 
-#: lib/poptBT.c:170
+#: lib/poptBT.c:168
 #, c-format
 msgid "build through %prep (unpack sources and apply patches) from <tarball>"
 msgstr "opbyg gennem %prep (udpak kilder og påfør lapper) ud fra <tararkiv>"
 
-#: lib/poptBT.c:171 lib/poptBT.c:174 lib/poptBT.c:177 lib/poptBT.c:180
-#: lib/poptBT.c:183 lib/poptBT.c:186 lib/poptBT.c:189
+#: lib/poptBT.c:169 lib/poptBT.c:172 lib/poptBT.c:175 lib/poptBT.c:178
+#: lib/poptBT.c:181 lib/poptBT.c:184 lib/poptBT.c:187
 msgid "<tarball>"
 msgstr "<tararkiv>"
 
-#: lib/poptBT.c:173
+#: lib/poptBT.c:171
 msgid "build through %build (%prep, then compile) from <tarball>"
 msgstr "opbyg gennem %build (%prep, så oversæt) ud fra <tararkiv>"
 
-#: lib/poptBT.c:176
+#: lib/poptBT.c:174
 msgid "build through %install (%prep, %build, then install) from <tarball>"
 msgstr "opbyg gennem %install (%prep, %build, så installér) ud fra <tararkiv>"
 
-#: lib/poptBT.c:179
+#: lib/poptBT.c:177
 #, c-format
 msgid "verify %files section from <tarball>"
 msgstr "verificér afsnittet %files fra <tararkiv>"
 
-#: lib/poptBT.c:182
+#: lib/poptBT.c:180
 msgid "build source and binary packages from <tarball>"
 msgstr "opbyg kilde- og binærpakker ud fra <tararkiv>"
 
-#: lib/poptBT.c:185
+#: lib/poptBT.c:183
 msgid "build binary package only from <tarball>"
 msgstr "opbyg kun binærpakke ud fra <tararkiv>"
 
-#: lib/poptBT.c:188
+#: lib/poptBT.c:186
 msgid "build source package only from <tarball>"
 msgstr "opbyg kun kildepakke ud fra <tararkiv>"
 
-#: lib/poptBT.c:192
+#: lib/poptBT.c:190
 msgid "build binary package from <source package>"
 msgstr "opbyg binærpakke ud fra <kildepakke>"
 
-#: lib/poptBT.c:193 lib/poptBT.c:196
+#: lib/poptBT.c:191 lib/poptBT.c:194
 msgid "<source package>"
 msgstr "<kildepakke>"
 
-#: lib/poptBT.c:195
+#: lib/poptBT.c:193
 msgid ""
 "build through %install (%prep, %build, then install) from <source package>"
 msgstr ""
 "opbyg gennem %install (%prep, %build, så installér) ud fra <kildepakke>"
 
-#: lib/poptBT.c:199
+#: lib/poptBT.c:197
 msgid "override build root"
 msgstr "gennemtving opbygningsrod"
 
-#: lib/poptBT.c:203 rpmdb/poptDB.c:32
+#: lib/poptBT.c:201 rpmdb/poptDB.c:29
 msgid "generate headers compatible with rpm4 packaging"
 msgstr "generér hoveder, der er kompatible med rpm4-indpakningsversionen"
 
-#: lib/poptBT.c:205
+#: lib/poptBT.c:203
 msgid "ignore ExcludeArch: directives from spec file"
 msgstr "ignorér 'ExcludeArch':-angivelser fra spec-fil"
 
-#: lib/poptBT.c:207
+#: lib/poptBT.c:205
 msgid "debug file state machine"
 msgstr ""
 
-#: lib/poptBT.c:209
+#: lib/poptBT.c:207
 msgid "do not execute any stages of the build"
 msgstr "udfør ingen stadier af opbygningen"
 
-#: lib/poptBT.c:211
+#: lib/poptBT.c:209
 #, fuzzy
 msgid "do not verify build dependencies"
 msgstr "undlad at tjekke pakkers afhængighedskrav"
 
-#: lib/poptBT.c:213
+#: lib/poptBT.c:211
 msgid "generate package header(s) compatible with (legacy) rpm[23] packaging"
 msgstr ""
 "generér pakkehoved(er), der er kompatible med (gamle) rpm[23]-indpakninger"
 
-#: lib/poptBT.c:216
+#: lib/poptBT.c:214
 msgid "do not accept i18N msgstr's from specfile"
 msgstr "acceptér ikke i18N msgstr'er fra spec-fil"
 
-#: lib/poptBT.c:220
+#: lib/poptBT.c:218
 msgid "remove specfile when done"
 msgstr "fjern spec-fil ved afslutning"
 
-#: lib/poptBT.c:226
+#: lib/poptBT.c:224
 msgid "override target platform"
 msgstr "gennemtving målplatform"
 
-#: lib/poptBT.c:228
+#: lib/poptBT.c:226
 msgid "lookup i18N strings in specfile catalog"
 msgstr "slå i18N-strenge op i spec-fil katalog"
 
@@ -2884,110 +2884,110 @@ 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:313
+#: lib/psm.c:315
 msgid "========== relocations\n"
 msgstr "========== gemmer omrokeringer\n"
 
-#: lib/psm.c:317
+#: lib/psm.c:319
 #, c-format
 msgid "%5d exclude  %s\n"
 msgstr "%5d ekskluderer %s\n"
 
-#: lib/psm.c:320
+#: lib/psm.c:322
 #, c-format
 msgid "%5d relocate %s -> %s\n"
 msgstr "%5d omrokerer %s -> %s\n"
 
-#: lib/psm.c:390
+#: lib/psm.c:392
 #, c-format
 msgid "excluding multilib path %s%s\n"
 msgstr "ekskluderer multilib-sti %s%s\n"
 
-#: lib/psm.c:456
+#: lib/psm.c:458
 #, c-format
 msgid "excluding %s %s\n"
 msgstr "ekskluderer %s %s\n"
 
-#: lib/psm.c:466
+#: lib/psm.c:468
 #, c-format
 msgid "relocating %s to %s\n"
 msgstr "omrokerer %s til %s\n"
 
-#: lib/psm.c:545
+#: lib/psm.c:547
 #, c-format
 msgid "relocating directory %s to %s\n"
 msgstr "omrokerer kataloget %s til %s\n"
 
-#: lib/psm.c:1168
+#: lib/psm.c:1170
 #, fuzzy, c-format
 msgid "cannot create %%%s %s\n"
 msgstr "kan ikke oprette %s: %s\n"
 
-#: lib/psm.c:1174
+#: lib/psm.c:1176
 #, fuzzy, c-format
 msgid "cannot write to %%%s %s\n"
 msgstr "kunne ikke skrive til %s\n"
 
-#: lib/psm.c:1212
+#: lib/psm.c:1214
 msgid "source package expected, binary found\n"
 msgstr "kildepakke forventet, binær fundet\n"
 
-#: lib/psm.c:1323
+#: lib/psm.c:1325
 msgid "source package contains no .spec file\n"
 msgstr "kildepakke indeholder ingen .spec-fil\n"
 
-#: lib/psm.c:1430
+#: lib/psm.c:1432
 #, fuzzy, c-format
 msgid "%s: running %s scriptlet\n"
 msgstr "kører postinstallations-skript (hvis det findes)\n"
 
-#: lib/psm.c:1598
+#: lib/psm.c:1600
 #, 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:1605
+#: lib/psm.c:1607
 #, 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:1952
+#: lib/psm.c:1954
 #, 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:2069
+#: lib/psm.c:2071
 #, c-format
 msgid "%s: %s scriptlet failed (%d), skipping %s-%s-%s\n"
 msgstr ""
 
-#: lib/psm.c:2184
+#: lib/psm.c:2186
 #, c-format
 msgid "user %s does not exist - using root\n"
 msgstr "bruger %s eksisterer ikke - bruger root\n"
 
-#: lib/psm.c:2193
+#: lib/psm.c:2195
 #, c-format
 msgid "group %s does not exist - using root\n"
 msgstr "gruppe %s eksisterer ikke - bruger root\n"
 
-#: lib/psm.c:2234
+#: lib/psm.c:2236
 #, c-format
 msgid "unpacking of archive failed%s%s: %s\n"
 msgstr "udpakning af arkiv mislykkedes%s%s: %s\n"
 
-#: lib/psm.c:2235
+#: lib/psm.c:2237
 msgid " on file "
 msgstr " for fil "
 
-#: lib/psm.c:2421
+#: lib/psm.c:2423
 #, fuzzy, c-format
 msgid "%s failed on file %s: %s\n"
 msgstr "kunne ikke åbne %s: %s\n"
 
-#: lib/psm.c:2424
+#: lib/psm.c:2426
 #, fuzzy, c-format
 msgid "%s failed: %s\n"
 msgstr "%s mislykkedes\n"
@@ -3391,210 +3391,210 @@ msgstr "Kunne ikke l
 msgid "Unable to open %s for reading: %s.\n"
 msgstr "Kunne ikke åbne %s for læsning: %s.\n"
 
-#: lib/signature.c:114
+#: lib/signature.c:115
 msgid "file is not regular -- skipping size check\n"
 msgstr "filen er ikke regulær -- overspringer størrelsestjek\n"
 
-#: lib/signature.c:123
+#: lib/signature.c:124
 #, c-format
 msgid "Expected size: %12d = lead(%d)+sigs(%d)+pad(%d)+data(%d)\n"
 msgstr "Forventet størrelse: %12d = indled(%d)+sign(%d)+fyld(%d)+data(%d)\n"
 
-#: lib/signature.c:128
+#: lib/signature.c:129
 #, c-format
 msgid "  Actual size: %12d\n"
 msgstr "  Faktisk størrelse: %12d\n"
 
-#: lib/signature.c:148
+#: lib/signature.c:149
 msgid "No signature\n"
 msgstr "Ingen signatur\n"
 
-#: lib/signature.c:152
+#: lib/signature.c:153
 msgid "Old PGP signature\n"
 msgstr "Gammel PGP-signatur\n"
 
-#: lib/signature.c:165
+#: lib/signature.c:166
 msgid "Old (internal-only) signature!  How did you get that!?\n"
 msgstr "Gammel (internt brug) signatur! Hvordan fik du fingre i den!?\n"
 
-#: lib/signature.c:221
+#: lib/signature.c:222
 #, fuzzy, c-format
 msgid "Signature: size(%d)+pad(%d)\n"
 msgstr "Signaturstørrelse: %d\n"
 
-#: lib/signature.c:284
+#: lib/signature.c:285
 #, c-format
 msgid "Couldn't exec pgp (%s)\n"
 msgstr "Kunne ikke køre pgp (%s)\n"
 
-#: lib/signature.c:297
+#: lib/signature.c:298
 msgid "pgp failed\n"
 msgstr "pgp fejlede\n"
 
 #. PGP failed to write signature
 #. Just in case
-#: lib/signature.c:304
+#: lib/signature.c:305
 msgid "pgp failed to write signature\n"
 msgstr "pgp kunne ikke skrive signatur\n"
 
-#: lib/signature.c:309
+#: lib/signature.c:310
 #, c-format
 msgid "PGP sig size: %d\n"
 msgstr "PGP-signaturstørrelse: %d\n"
 
-#: lib/signature.c:324 lib/signature.c:411
+#: lib/signature.c:325 lib/signature.c:412
 msgid "unable to read the signature\n"
 msgstr "kunne ikke læse signaturen\n"
 
-#: lib/signature.c:329
+#: lib/signature.c:330
 #, c-format
 msgid "Got %d bytes of PGP sig\n"
 msgstr "Fik %d byte af PGP-signatur\n"
 
-#: lib/signature.c:371 lib/signature.c:501
+#: lib/signature.c:372 lib/signature.c:502
 msgid "Couldn't exec gpg\n"
 msgstr "Kunne ikke køre gpg\n"
 
-#: lib/signature.c:384
+#: lib/signature.c:385
 msgid "gpg failed\n"
 msgstr "gpg fejlede\n"
 
 #. GPG failed to write signature
 #. Just in case
-#: lib/signature.c:391
+#: lib/signature.c:392
 msgid "gpg failed to write signature\n"
 msgstr "gpg kunne ikke skrive signaturen\n"
 
-#: lib/signature.c:396
+#: lib/signature.c:397
 #, c-format
 msgid "GPG sig size: %d\n"
 msgstr "GPG-signaturstørrelse: %d\n"
 
-#: lib/signature.c:416
+#: lib/signature.c:417
 #, c-format
 msgid "Got %d bytes of GPG sig\n"
 msgstr "Fik %d byte GPG-signatur\n"
 
-#: lib/signature.c:444
+#: lib/signature.c:445
 msgid "Generating signature using PGP.\n"
 msgstr "Genererer signatur med pgp.\n"
 
-#: lib/signature.c:450
+#: lib/signature.c:451
 msgid "Generating signature using GPG.\n"
 msgstr "Genererer signatur med gpg.\n"
 
-#: lib/signature.c:530
+#: lib/signature.c:531
 msgid "Couldn't exec pgp\n"
 msgstr "Kunne ikke køre pgp\n"
 
 #. @notreached@
 #. This case should have been screened out long ago.
-#: lib/signature.c:534 lib/signature.c:587
+#: lib/signature.c:535 lib/signature.c:588
 #, c-format
 msgid "Invalid %%_signature spec in macro file\n"
 msgstr "Ugyldig angivelse af '%%_signature'-spec i makrofil.\n"
 
-#: lib/signature.c:567
+#: lib/signature.c:568
 #, c-format
 msgid "You must set \"%%_gpg_name\" in your macro file\n"
 msgstr "Du skal angive \"%%_gpg_name\" i din makrofil\n"
 
-#: lib/signature.c:579
+#: lib/signature.c:580
 #, c-format
 msgid "You must set \"%%_pgp_name\" in your macro file\n"
 msgstr "Du skal angive \"%%_pgp_name\" i din makrofil\n"
 
-#: lib/transaction.c:308
+#: lib/transaction.c:309
 #, c-format
 msgid "%s skipped due to missingok flag\n"
 msgstr "%s oversprunget grundet manglende ok-flag\n"
 
 #. @innercontinue@
-#: lib/transaction.c:936
+#: lib/transaction.c:937
 #, c-format
 msgid "excluding directory %s\n"
 msgstr "ekskluderer kataloget %s\n"
 
-#: lib/verify.c:240
+#: lib/verify.c:242
 msgid "package lacks both user name and id lists (this should never happen)\n"
 msgstr ""
 "pakken har hverken en liste over brugernavne eller id (det burde ikke kunne "
 "ske)\n"
 
-#: lib/verify.c:261
+#: lib/verify.c:263
 msgid "package lacks both group name and id lists (this should never happen)\n"
 msgstr ""
 "pakken har hverken en liste over gruppenavne eller id (det burde ikke kunne "
 "ske)\n"
 
-#: lib/verify.c:398
+#: lib/verify.c:400
 #, c-format
 msgid "missing    %s"
 msgstr "manglende  %s"
 
-#: lib/verify.c:495
+#: lib/verify.c:497
 #, 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:101 rpmdb/db3.c:100
+#: rpmdb/db1.c:100 rpmdb/db3.c:100
 #, c-format
 msgid "db%d error(%d) from %s: %s\n"
 msgstr "db%d fejl(%d) fra %s: %s\n"
 
-#: rpmdb/db1.c:104 rpmdb/db3.c:103
+#: rpmdb/db1.c:103 rpmdb/db3.c:103
 #, c-format
 msgid "db%d error(%d): %s\n"
 msgstr "db%d fejl(%d): %s\n"
 
-#: rpmdb/db1.c:171
+#: rpmdb/db1.c:170
 #, c-format
 msgid ""
 "Broken package chain at offset %d(0x%08x), attempting to reconnect ...\n"
 msgstr ""
 
-#: rpmdb/db1.c:183
+#: rpmdb/db1.c:182
 #, c-format
 msgid "Reconnecting broken chain at offset %d(0x%08x).\n"
 msgstr ""
 
 #. @=branchstate@
-#: rpmdb/db1.c:509
+#: rpmdb/db1.c:508
 #, c-format
 msgid "closed  db file        %s\n"
 msgstr "lukket  db-fil    %s\n"
 
-#: rpmdb/db1.c:512
+#: rpmdb/db1.c:511
 #, c-format
 msgid "removed db file        %s\n"
 msgstr "fjernet db-fil    %s\n"
 
-#: rpmdb/db1.c:547
+#: rpmdb/db1.c:546
 #, c-format
 msgid "bad db file %s\n"
 msgstr "ugyldig db-fil %s\n"
 
-#: rpmdb/db1.c:552
+#: 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:575
+#: 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:576 rpmdb/db3.c:1213
+#: rpmdb/db1.c:575 rpmdb/db3.c:1213
 msgid "exclusive"
 msgstr "eksklusiv"
 
-#: rpmdb/db1.c:576 rpmdb/db3.c:1213
+#: rpmdb/db1.c:575 rpmdb/db3.c:1213
 msgid "shared"
 msgstr "delt"
 
@@ -3673,55 +3673,55 @@ msgstr ""
 "list@redhat.com\n"
 "hvis \"rpm --rebuilddb\" ikke løser problemet.\n"
 
-#: rpmdb/poptDB.c:22
+#: rpmdb/poptDB.c:19
 msgid "initialize database"
 msgstr "initialisér database"
 
-#: rpmdb/poptDB.c:24
+#: rpmdb/poptDB.c:21
 msgid "rebuild database inverted lists from installed package headers"
 msgstr "genopbyg omvendte databaselister ud fra installerede pakkehoveder"
 
-#: rpmdb/poptDB.c:29
+#: rpmdb/poptDB.c:26
 msgid "generate headers compatible with (legacy) rpm[23] packaging"
 msgstr ""
 "generér hoveder, der er kompatible med (gamle) rpm[23]-indpakningsversioner"
 
 #. @-modfilesys@
-#: rpmdb/rpmdb.c:130
+#: rpmdb/rpmdb.c:126
 #, c-format
 msgid "dbiTagsInit: unrecognized tag name: \"%s\" ignored\n"
 msgstr "dbiTagsInit: ukendt mærkenavn: \"%s\" ignoreret\n"
 
-#: rpmdb/rpmdb.c:384
+#: rpmdb/rpmdb.c:380
 #, 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:406
+#: rpmdb/rpmdb.c:402
 #, c-format
 msgid "cannot open %s index\n"
 msgstr "kan ikke åbne '%s'-indeks\n"
 
-#: rpmdb/rpmdb.c:498
+#: 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:629
+#: rpmdb/rpmdb.c:625
 #, 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:639
+#: rpmdb/rpmdb.c:635
 #, 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:893
+#: rpmdb/rpmdb.c:889
 msgid "no dbpath has been set\n"
 msgstr "der er ikke sat nogen dbpath\n"
 
-#: rpmdb/rpmdb.c:1032
+#: rpmdb/rpmdb.c:1028
 msgid ""
 "old format database is present; use --rebuilddb to generate a new format "
 "database\n"
@@ -3730,118 +3730,118 @@ msgstr ""
 "database med det nye format\n"
 
 #. error
-#: rpmdb/rpmdb.c:1277
+#: rpmdb/rpmdb.c:1273
 #, c-format
 msgid "error(%d) counting packages\n"
 msgstr "fejl(%d) ved optælling af pakker\n"
 
-#: rpmdb/rpmdb.c:2061 rpmdb/rpmdb.c:3276
+#: rpmdb/rpmdb.c:2057 rpmdb/rpmdb.c:3310
 #, 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:2114
+#: rpmdb/rpmdb.c:2110
 #, c-format
 msgid "rpmdb: damaged header instance #%u retrieved, skipping.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2384
+#: rpmdb/rpmdb.c:2380
 #, 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:2456
+#: rpmdb/rpmdb.c:2452
 #, c-format
 msgid "removing \"%s\" from %s index.\n"
 msgstr "fjerner \"%s\" fra %s-indekset.\n"
 
-#: rpmdb/rpmdb.c:2465
+#: rpmdb/rpmdb.c:2461
 #, c-format
 msgid "removing %d entries from %s index.\n"
 msgstr "fjerne %d indgange fra %s-indekset.\n"
 
-#: rpmdb/rpmdb.c:2666
+#: rpmdb/rpmdb.c:2662
 #, c-format
 msgid "error(%d) allocating new package instance\n"
 msgstr "fejl(%d) under allokering af ny pakkeinstans\n"
 
-#: rpmdb/rpmdb.c:2747
+#: rpmdb/rpmdb.c:2743
 #, c-format
 msgid "adding \"%s\" to %s index.\n"
 msgstr ""
 "tilføjer \"%s\" til '%s'-indekset.\n"
 "\n"
 
-#: rpmdb/rpmdb.c:2758
+#: rpmdb/rpmdb.c:2754
 #, c-format
 msgid "adding %d entries to %s index.\n"
 msgstr "tilføjer %d indgange til '%s'-indekset.\n"
 
-#: rpmdb/rpmdb.c:3162
+#: rpmdb/rpmdb.c:3196
 #, c-format
 msgid "removing %s after successful db3 rebuild.\n"
 msgstr "fjerner %s efter vellykket genopbygning af db3.\n"
 
-#: rpmdb/rpmdb.c:3195
+#: rpmdb/rpmdb.c:3229
 msgid "no dbpath has been set"
 msgstr "der ikke sat nogen dbpath"
 
-#: rpmdb/rpmdb.c:3222
+#: rpmdb/rpmdb.c:3256
 #, c-format
 msgid "rebuilding database %s into %s\n"
 msgstr "genopbygger database %s over i %s\n"
 
-#: rpmdb/rpmdb.c:3226
+#: rpmdb/rpmdb.c:3260
 #, c-format
 msgid "temporary database %s already exists\n"
 msgstr "den midlertidige database %s eksisterer allerede\n"
 
-#: rpmdb/rpmdb.c:3232
+#: rpmdb/rpmdb.c:3266
 #, c-format
 msgid "creating directory %s\n"
 msgstr ""
 "opretter kataloget %s\n"
 "\n"
 
-#: rpmdb/rpmdb.c:3234
+#: rpmdb/rpmdb.c:3268
 #, c-format
 msgid "creating directory %s: %s\n"
 msgstr "opretter kataloget %s: %s\n"
 
-#: rpmdb/rpmdb.c:3241
+#: rpmdb/rpmdb.c:3275
 #, c-format
 msgid "opening old database with dbapi %d\n"
 msgstr "åbner gammel database med dbapi %d\n"
 
-#: rpmdb/rpmdb.c:3252
+#: rpmdb/rpmdb.c:3286
 #, c-format
 msgid "opening new database with dbapi %d\n"
 msgstr "åbner ny database med dbapi %d\n"
 
-#: rpmdb/rpmdb.c:3316
+#: rpmdb/rpmdb.c:3350
 #, 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:3334
+#: rpmdb/rpmdb.c:3368
 msgid "failed to rebuild database: original database remains in place\n"
 msgstr "kunne ikke genopbygge database: original-databasen beholdes\n"
 
-#: rpmdb/rpmdb.c:3342
+#: rpmdb/rpmdb.c:3376
 msgid "failed to replace old database with new database!\n"
 msgstr "kunne ikke erstatte gammel database med ny database!\n"
 
-#: rpmdb/rpmdb.c:3344
+#: rpmdb/rpmdb.c:3378
 #, 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:3354
+#: rpmdb/rpmdb.c:3388
 #, c-format
 msgid "removing directory %s\n"
 msgstr "fjerner kataloget %s\n"
 
-#: rpmdb/rpmdb.c:3356
+#: rpmdb/rpmdb.c:3390
 #, c-format
 msgid "failed to remove directory %s: %s\n"
 msgstr "kunne ikke fjerne katalog %s: %s\n"
index 6376e1a..0677af0 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-20 18:27-0400\n"
+"POT-Creation-Date: 2001-10-21 17:21-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"
@@ -817,15 +817,15 @@ msgstr ""
 "Binär- und Quellpaket erstellen (präparieren, kompilieren, installieren und "
 "Paketieren"
 
-#: lib/poptBT.c:222 rpm.c:523
+#: lib/poptBT.c:220 rpm.c:523
 msgid "skip straight to specified stage (only for c,i)"
 msgstr "Direkt zur angegeben Stufe springen (nur für c und i)"
 
-#: lib/poptBT.c:201 rpm.c:525
+#: lib/poptBT.c:199 rpm.c:525
 msgid "remove build tree when done"
 msgstr "Erstellungsdateibaum nach Beendigung löschen"
 
-#: lib/poptBT.c:218 rpm.c:527
+#: lib/poptBT.c:216 rpm.c:527
 #, fuzzy
 msgid "remove sources when done"
 msgstr "Quellen und spec-Dateien nach Beendigung löschen"
@@ -835,7 +835,7 @@ msgstr "Quellen und spec-Dateien nach Beendigung l
 msgid "remove spec file when done"
 msgstr "Quellen und spec-Dateien nach Beendigung löschen"
 
-#: lib/poptBT.c:224 rpm.c:531
+#: lib/poptBT.c:222 rpm.c:531
 #, fuzzy
 msgid "generate PGP/GPG signature"
 msgstr "PGP-Signatur generieren"
@@ -934,7 +934,7 @@ msgstr "Sicherstellen, da
 msgid "rebuild database from existing database"
 msgstr "Datenbank aus der vorhandenen neu erstellen"
 
-#: rpm.c:565 rpmdb/poptDB.c:27
+#: rpm.c:565 rpmdb/poptDB.c:24
 #, fuzzy
 msgid "verify database files"
 msgstr "Anfrage von %s fehlgeschlagen\n"
@@ -1395,7 +1395,7 @@ msgid "no tar files given for build"
 msgstr "Es wurde keine tar-Datei für die Erstellung angegeben"
 
 # , c-format
-#: build/build.c:125 build/pack.c:471
+#: build/build.c:125 build/pack.c:466
 #, fuzzy
 msgid "Unable to open temp file.\n"
 msgstr "Datei %s kann nicht zum Lesen geöffnet werden: %s."
@@ -1478,193 +1478,193 @@ msgstr ""
 msgid "syntax error in expression\n"
 msgstr "? im Ausdruck erwartet"
 
-#: build/files.c:274
+#: build/files.c:270
 #, c-format
 msgid "TIMECHECK failure: %s\n"
 msgstr ""
 
-#: build/files.c:333 build/files.c:525 build/files.c:708
+#: build/files.c:329 build/files.c:521 build/files.c:704
 #, fuzzy, c-format
 msgid "Missing '(' in %s %s\n"
 msgstr "fehlende { nach %{"
 
-#: build/files.c:344 build/files.c:650 build/files.c:719
+#: build/files.c:340 build/files.c:646 build/files.c:715
 #, fuzzy, c-format
 msgid "Missing ')' in %s(%s\n"
 msgstr "fehlender ':' bei %s:%d"
 
-#: build/files.c:382 build/files.c:675
+#: build/files.c:378 build/files.c:671
 #, fuzzy, c-format
 msgid "Invalid %s token: %s\n"
 msgstr "ungültige Paket-Nummer: %s\n"
 
-#: build/files.c:488
+#: build/files.c:484
 #, fuzzy, c-format
 msgid "Missing %s in %s %s\n"
 msgstr "fehlende { nach %{"
 
-#: build/files.c:541
+#: build/files.c:537
 #, c-format
 msgid "Non-white space follows %s(): %s\n"
 msgstr ""
 
 # , c-format
-#: build/files.c:579
+#: build/files.c:575
 #, fuzzy, c-format
 msgid "Bad syntax: %s(%s)\n"
 msgstr "Lesen von %s fehlgeschlagen: %s."
 
 # , c-format
-#: build/files.c:589
+#: build/files.c:585
 #, fuzzy, c-format
 msgid "Bad mode spec: %s(%s)\n"
 msgstr "Lesen von %s fehlgeschlagen: %s."
 
 # , c-format
-#: build/files.c:601
+#: build/files.c:597
 #, fuzzy, c-format
 msgid "Bad dirmode spec: %s(%s)\n"
 msgstr "Lesen von %s fehlgeschlagen: %s."
 
-#: build/files.c:746
+#: build/files.c:742
 #, c-format
 msgid "Unusual locale length: \"%.*s\" in %%lang(%s)\n"
 msgstr ""
 
 #. @innercontinue@
-#: build/files.c:757
+#: build/files.c:753
 #, c-format
 msgid "Duplicate locale %.*s in %%lang(%s)\n"
 msgstr ""
 
-#: build/files.c:908
+#: build/files.c:904
 #, c-format
 msgid "Hit limit for %%docdir\n"
 msgstr ""
 
-#: build/files.c:914
+#: build/files.c:910
 #, c-format
 msgid "Only one arg for %%docdir\n"
 msgstr ""
 
 # , c-format
 #. We already got a file -- error
-#: build/files.c:942
+#: build/files.c:938
 #, fuzzy, c-format
 msgid "Two files on one line: %s\n"
 msgstr "Öffnen von %s fehlgeschlagen: %s"
 
-#: build/files.c:957
+#: build/files.c:953
 #, fuzzy, c-format
 msgid "File must begin with \"/\": %s\n"
 msgstr "Verschiebungen müssen mit einem »/« beginnen"
 
-#: build/files.c:970
+#: build/files.c:966
 #, 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:1147
+#: build/files.c:1143
 #, fuzzy, c-format
 msgid "File listed twice: %s\n"
 msgstr "Lesen von %s fehlgeschlagen: %s."
 
-#: build/files.c:1282
+#: build/files.c:1278
 #, c-format
 msgid "Symlink points to BuildRoot: %s -> %s\n"
 msgstr ""
 
 # , c-format
-#: build/files.c:1488
+#: build/files.c:1484
 #, fuzzy, c-format
 msgid "File doesn't match prefix (%s): %s\n"
 msgstr "Lesen von %s fehlgeschlagen: %s."
 
-#: build/files.c:1512
+#: build/files.c:1508
 #, fuzzy, c-format
 msgid "File not found: %s\n"
 msgstr "Datei auf dem Server nicht gefunden"
 
-#: build/files.c:1555 build/files.c:2167 build/parsePrep.c:50
+#: build/files.c:1551 build/files.c:2163 build/parsePrep.c:50
 #, c-format
 msgid "Bad owner/group: %s\n"
 msgstr ""
 
 # , c-format
-#: build/files.c:1567
+#: build/files.c:1563
 #, fuzzy, c-format
 msgid "File %4d: %07o %s.%s\t %s\n"
 msgstr "Öffnen von %s fehlgeschlagen: %s"
 
-#: build/files.c:1671
+#: build/files.c:1667
 #, fuzzy, c-format
 msgid "File needs leading \"/\": %s\n"
 msgstr "Verschiebungen müssen mit einem »/« beginnen"
 
-#: build/files.c:1694
+#: build/files.c:1690
 #, fuzzy, c-format
 msgid "Glob not permitted: %s\n"
 msgstr "Paket %s wird nicht in %s aufgeführt"
 
-#: build/files.c:1709
+#: build/files.c:1705
 #, fuzzy, c-format
 msgid "File not found by glob: %s\n"
 msgstr "Datei auf dem Server nicht gefunden"
 
-#: build/files.c:1771
+#: build/files.c:1767
 #, 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:1782 build/pack.c:150
+#: build/files.c:1778 build/pack.c:145
 #, fuzzy, c-format
 msgid "line: %s\n"
 msgstr "Öffnen von %s fehlgeschlagen: %s"
 
 # , c-format
-#: build/files.c:2155
+#: build/files.c:2151
 #, 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:2229
+#: build/files.c:2225
 #, fuzzy, c-format
 msgid "Couldn't exec %s: %s\n"
 msgstr "Konnte pgp nicht durchführen"
 
-#: build/files.c:2234
+#: build/files.c:2230
 #, fuzzy, c-format
 msgid "Couldn't fork %s: %s\n"
 msgstr "Konnte Signatur-Ziel (»sigtarget«) nicht lesen"
 
-#: build/files.c:2318
+#: build/files.c:2314
 #, fuzzy, c-format
 msgid "%s failed\n"
 msgstr "pgp fehlgeschlagen"
 
 # , c-format
-#: build/files.c:2322
+#: build/files.c:2318
 #, fuzzy, c-format
 msgid "failed to write all data to %s\n"
 msgstr "anlegen von %s fehlgeschlagen\n"
 
-#: build/files.c:2458
+#: build/files.c:2454
 #, c-format
 msgid "Finding  %s: (using %s)...\n"
 msgstr ""
 
 # , c-format
-#: build/files.c:2484 build/files.c:2498
+#: build/files.c:2480 build/files.c:2494
 #, fuzzy, c-format
 msgid "Failed to find %s:\n"
 msgstr "anlegen von %s fehlgeschlagen\n"
 
 # , c-format
-#: build/files.c:2619
+#: build/files.c:2615
 #, fuzzy, c-format
 msgid "Processing files: %s-%s-%s\n"
 msgstr "Öffnen von %s fehlgeschlagen: %s"
@@ -1699,170 +1699,170 @@ msgid "Could not canonicalize hostname: %s\n"
 msgstr ""
 
 # , c-format
-#: build/pack.c:83
+#: build/pack.c:78
 #, fuzzy, c-format
 msgid "create archive failed on file %s: %s\n"
 msgstr "Öffnen von %s fehlgeschlagen: %s"
 
 # , c-format
-#: build/pack.c:86
+#: build/pack.c:81
 #, fuzzy, c-format
 msgid "create archive failed: %s\n"
 msgstr "Öffnen von %s fehlgeschlagen: %s"
 
-#: build/pack.c:108
+#: build/pack.c:103
 #, fuzzy, c-format
 msgid "cpio_copy write failed: %s\n"
 msgstr "lesen fehlgeschlagen: %s (%d)"
 
-#: build/pack.c:115
+#: build/pack.c:110
 #, fuzzy, c-format
 msgid "cpio_copy read failed: %s\n"
 msgstr "lesen fehlgeschlagen: %s (%d)"
 
-#: build/pack.c:218
+#: build/pack.c:213
 #, fuzzy, c-format
 msgid "Could not open PreIn file: %s\n"
 msgstr "Fehler: kann Datei %s nicht öffnen\n"
 
-#: build/pack.c:225
+#: build/pack.c:220
 #, fuzzy, c-format
 msgid "Could not open PreUn file: %s\n"
 msgstr "Fehler: kann Datei %s nicht öffnen\n"
 
-#: build/pack.c:232
+#: build/pack.c:227
 #, fuzzy, c-format
 msgid "Could not open PostIn file: %s\n"
 msgstr "Fehler: kann Datei %s nicht öffnen\n"
 
-#: build/pack.c:239
+#: build/pack.c:234
 #, fuzzy, c-format
 msgid "Could not open PostUn file: %s\n"
 msgstr "Fehler: kann Datei %s nicht öffnen\n"
 
-#: build/pack.c:247
+#: build/pack.c:242
 #, fuzzy, c-format
 msgid "Could not open VerifyScript file: %s\n"
 msgstr "Fehler: kann Datei %s nicht öffnen\n"
 
-#: build/pack.c:262
+#: build/pack.c:257
 #, fuzzy, c-format
 msgid "Could not open Trigger script file: %s\n"
 msgstr "Fehler: kann Datei %s nicht öffnen\n"
 
 # , c-format
-#: build/pack.c:290
+#: build/pack.c:285
 #, fuzzy, c-format
 msgid "readRPM: open %s: %s\n"
 msgstr "Öffnen von %s fehlgeschlagen: %s"
 
 # , c-format
-#: build/pack.c:300
+#: build/pack.c:295
 #, fuzzy, c-format
 msgid "readRPM: read %s: %s\n"
 msgstr "Lesen von %s fehlgeschlagen: %s."
 
-#: build/pack.c:309 build/pack.c:513
+#: build/pack.c:304 build/pack.c:508
 #, fuzzy, c-format
 msgid "%s: Fseek failed: %s\n"
 msgstr "%s: »readLead« fehlgeschlagen\n"
 
-#: build/pack.c:325
+#: build/pack.c:320
 #, fuzzy, c-format
 msgid "readRPM: %s is not an RPM package\n"
 msgstr "Fehler: %s scheint zu keinem RPM-Paket zu gehören\n"
 
-#: build/pack.c:334
+#: build/pack.c:329
 #, fuzzy, c-format
 msgid "readRPM: reading header from %s\n"
 msgstr "Fehler beim Eintrag %s von %s"
 
 # , c-format
-#: build/pack.c:459
+#: build/pack.c:454
 #, fuzzy
 msgid "Unable to create immutable header region.\n"
 msgstr "Nicht möglich %s zu schreiben"
 
 # , c-format
-#: build/pack.c:477
+#: build/pack.c:472
 #, fuzzy
 msgid "Unable to write temp header\n"
 msgstr "Nicht möglich %s zu schreiben"
 
-#: build/pack.c:485
+#: build/pack.c:480
 msgid "Bad CSA data\n"
 msgstr ""
 
 # , c-format
-#: build/pack.c:520
+#: build/pack.c:515
 #, fuzzy
 msgid "Unable to write final header\n"
 msgstr "Nicht möglich %s zu schreiben"
 
-#: build/pack.c:538
+#: build/pack.c:533
 #, fuzzy, c-format
 msgid "Generating signature: %d\n"
 msgstr "PGP-Signatur generieren"
 
 # , c-format
-#: build/pack.c:551
+#: build/pack.c:546
 #, fuzzy
 msgid "Unable to reload signature header.\n"
 msgstr "Nicht möglich %s zu schreiben"
 
 # , c-format
-#: build/pack.c:559
+#: build/pack.c:554
 #, fuzzy, c-format
 msgid "Could not open %s: %s\n"
 msgstr "Öffnen von %s fehlgeschlagen\n"
 
 # , c-format
-#: build/pack.c:595 lib/psm.c:2147
+#: build/pack.c:590 lib/psm.c:2149
 #, fuzzy, c-format
 msgid "Unable to write package: %s\n"
 msgstr "Nicht möglich %s zu schreiben"
 
 # , c-format
-#: build/pack.c:610
+#: build/pack.c:605
 #, fuzzy, c-format
 msgid "Unable to open sigtarget %s: %s\n"
 msgstr "Nicht möglich %s zu schreiben"
 
 # , c-format
-#: build/pack.c:620
+#: build/pack.c:615
 #, fuzzy, c-format
 msgid "Unable to read header from %s: %s\n"
 msgstr "Nicht möglich %s zu schreiben"
 
 # , c-format
-#: build/pack.c:634
+#: build/pack.c:629
 #, fuzzy, c-format
 msgid "Unable to write header to %s: %s\n"
 msgstr "Nicht möglich %s zu schreiben"
 
 # , c-format
-#: build/pack.c:644
+#: build/pack.c:639
 #, fuzzy, c-format
 msgid "Unable to read payload from %s: %s\n"
 msgstr "Nicht möglich %s zu schreiben"
 
 # , c-format
-#: build/pack.c:650
+#: build/pack.c:645
 #, fuzzy, c-format
 msgid "Unable to write payload to %s: %s\n"
 msgstr "Nicht möglich %s zu schreiben"
 
-#: build/pack.c:675 lib/psm.c:2413
+#: build/pack.c:670 lib/psm.c:2415
 #, c-format
 msgid "Wrote: %s\n"
 msgstr ""
 
-#: build/pack.c:742
+#: build/pack.c:737
 #, c-format
 msgid "Could not generate output filename for package %s: %s\n"
 msgstr ""
 
-#: build/pack.c:759
+#: build/pack.c:754
 #, fuzzy, c-format
 msgid "cannot create %s: %s\n"
 msgstr "kann Datei %s nicht öffnen: "
@@ -2297,72 +2297,72 @@ msgid " failed - "
 msgstr "pgp fehlgeschlagen"
 
 #. XXX legacy epoch-less requires/conflicts compatibility
-#: lib/depends.c:582
+#: lib/depends.c:559
 #, c-format
 msgid ""
 "the \"B\" dependency needs an epoch (assuming same as \"A\")\n"
 "\tA %s\tB %s\n"
 msgstr ""
 
-#: lib/depends.c:611
+#: lib/depends.c:588
 #, c-format
 msgid "  %s    A %s\tB %s\n"
 msgstr ""
 
-#: lib/depends.c:612 lib/depends.c:1248 lib/depends.c:1381
+#: lib/depends.c:589 lib/depends.c:1225 lib/depends.c:1358
 msgid "YES"
 msgstr ""
 
-#: lib/depends.c:612 lib/depends.c:1248 lib/depends.c:1381
+#: lib/depends.c:589 lib/depends.c:1225 lib/depends.c:1358
 msgid "NO "
 msgstr ""
 
-#: lib/depends.c:1042
+#: lib/depends.c:1019
 #, c-format
 msgid "%s: %-45s YES (added files)\n"
 msgstr ""
 
-#: lib/depends.c:1153
+#: lib/depends.c:1130
 #, c-format
 msgid "%s: %-45s YES (added provide)\n"
 msgstr ""
 
-#: lib/depends.c:1247
+#: lib/depends.c:1224
 #, fuzzy, c-format
 msgid "%s: %-45s %-s (cached)\n"
 msgstr "die Datei »%s« gehört zu keinem Paket\n"
 
-#: lib/depends.c:1276
+#: lib/depends.c:1253
 #, c-format
 msgid "%s: %-45s YES (rpmrc provides)\n"
 msgstr ""
 
-#: lib/depends.c:1293
+#: lib/depends.c:1270
 #, fuzzy, c-format
 msgid "%s: %-45s YES (rpmlib provides)\n"
 msgstr "die Datei »%s« gehört zu keinem Paket\n"
 
-#: lib/depends.c:1317
+#: lib/depends.c:1294
 #, c-format
 msgid "%s: %-45s YES (db files)\n"
 msgstr ""
 
-#: lib/depends.c:1330
+#: lib/depends.c:1307
 #, c-format
 msgid "%s: %-45s YES (db provides)\n"
 msgstr ""
 
-#: lib/depends.c:1344
+#: lib/depends.c:1321
 #, fuzzy, c-format
 msgid "%s: %-45s YES (db package)\n"
 msgstr "die Datei »%s« gehört zu keinem Paket\n"
 
-#: lib/depends.c:1360
+#: lib/depends.c:1337
 #, c-format
 msgid "%s: %-45s NO\n"
 msgstr ""
 
-#: lib/depends.c:1381
+#: lib/depends.c:1358
 #, fuzzy, c-format
 msgid "%s: (%s, %s) added to Depends cache.\n"
 msgstr "die Datei »%s« gehört zu keinem Paket\n"
@@ -2370,43 +2370,43 @@ msgstr "die Datei 
 #. requirements are satisfied.
 #. @switchbreak@
 #. requirements are not satisfied.
-#: lib/depends.c:1454
+#: lib/depends.c:1431
 #, 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:1533
+#: lib/depends.c:1510
 #, fuzzy, c-format
 msgid "package %s conflicts: %s\n"
 msgstr "Paket %s wird nicht in %s aufgeführt"
 
 # FIXME
-#: lib/depends.c:1786
+#: lib/depends.c:1763
 #, 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:1936
+#: lib/depends.c:1913
 msgid "========== recording tsort relations\n"
 msgstr ""
 
 #. T4. Scan for zeroes.
-#: lib/depends.c:1996
+#: lib/depends.c:1973
 msgid ""
 "========== tsorting packages (order, #predecessors, #succesors, depth)\n"
 msgstr ""
 
-#: lib/depends.c:2046
+#: lib/depends.c:2023
 msgid "========== successors only (presentation order)\n"
 msgstr ""
 
-#: lib/depends.c:2099
+#: lib/depends.c:2076
 msgid "LOOP:\n"
 msgstr ""
 
-#: lib/depends.c:2129
+#: lib/depends.c:2106
 msgid "========== continuing tsort ...\n"
 msgstr ""
 
@@ -2504,7 +2504,7 @@ msgid "dataLength() RPM_STRING_TYPE count must be 1.\n"
 msgstr ""
 
 #. @-modfilesys@
-#: lib/header.c:351 lib/header_internal.c:161 lib/psm.c:971
+#: lib/header.c:351 lib/header_internal.c:161 lib/psm.c:973
 #, c-format
 msgid "Data type %d not supported\n"
 msgstr ""
@@ -2587,18 +2587,18 @@ msgstr "| am Ende des Ausdrucks erwartet"
 msgid "(unknown type)"
 msgstr "(unbekannter Typ)"
 
-#: lib/misc.c:241 lib/misc.c:246 lib/misc.c:252
+#: lib/misc.c:243 lib/misc.c:248 lib/misc.c:254
 #, fuzzy, c-format
 msgid "error creating temporary file %s\n"
 msgstr "Fehler beim Anlegen des Verzeichnisses %s: %s"
 
-#: lib/package.c:162
+#: lib/package.c:163
 #, fuzzy
 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:228
+#: lib/package.c:229
 #, fuzzy
 msgid ""
 "only packaging with major numbers <= 4 is supported by this version of RPM\n"
@@ -2606,152 +2606,152 @@ msgstr ""
 "Nur Pakete mit Hauptnummern <= 3 werden von dieser RPM-Version unterstützt"
 
 # , c-format
-#: lib/poptBT.c:118
+#: lib/poptBT.c:116
 #, fuzzy, c-format
 msgid "buildroot already specified, ignoring %s\n"
 msgstr "Lesen von %s fehlgeschlagen: %s."
 
-#: lib/poptBT.c:148
+#: lib/poptBT.c:146
 #, fuzzy, c-format
 msgid "build through %prep (unpack sources and apply patches) from <specfile>"
 msgstr "präparieren (Quellen entpacken und Patch-Dateien anwenden"
 
-#: lib/poptBT.c:149 lib/poptBT.c:152 lib/poptBT.c:155 lib/poptBT.c:158
-#: lib/poptBT.c:161 lib/poptBT.c:164 lib/poptBT.c:167
+#: lib/poptBT.c:147 lib/poptBT.c:150 lib/poptBT.c:153 lib/poptBT.c:156
+#: lib/poptBT.c:159 lib/poptBT.c:162 lib/poptBT.c:165
 msgid "<specfile>"
 msgstr ""
 
-#: lib/poptBT.c:151
+#: lib/poptBT.c:149
 msgid "build through %build (%prep, then compile) from <specfile>"
 msgstr ""
 
-#: lib/poptBT.c:154
+#: lib/poptBT.c:152
 #, fuzzy
 msgid "build through %install (%prep, %build, then install) from <specfile>"
 msgstr "Paket installieren"
 
-#: lib/poptBT.c:157
+#: lib/poptBT.c:155
 #, fuzzy, c-format
 msgid "verify %files section from <specfile>"
 msgstr "Anfrage nach Paket, das die Datei <DATEI> besitzt"
 
-#: lib/poptBT.c:160
+#: lib/poptBT.c:158
 #, fuzzy
 msgid "build source and binary packages from <specfile>"
 msgstr "Gruppe %s beinhaltet kein einziges Paket\n"
 
-#: lib/poptBT.c:163
+#: lib/poptBT.c:161
 #, fuzzy
 msgid "build binary package only from <specfile>"
 msgstr "Anfrage nach Paket, das die Datei <DATEI> besitzt"
 
-#: lib/poptBT.c:166
+#: lib/poptBT.c:164
 #, fuzzy
 msgid "build source package only from <specfile>"
 msgstr "Anfrage nach Paket, das die Datei <DATEI> besitzt"
 
-#: lib/poptBT.c:170
+#: lib/poptBT.c:168
 #, fuzzy, c-format
 msgid "build through %prep (unpack sources and apply patches) from <tarball>"
 msgstr "präparieren (Quellen entpacken und Patch-Dateien anwenden"
 
-#: lib/poptBT.c:171 lib/poptBT.c:174 lib/poptBT.c:177 lib/poptBT.c:180
-#: lib/poptBT.c:183 lib/poptBT.c:186 lib/poptBT.c:189
+#: lib/poptBT.c:169 lib/poptBT.c:172 lib/poptBT.c:175 lib/poptBT.c:178
+#: lib/poptBT.c:181 lib/poptBT.c:184 lib/poptBT.c:187
 msgid "<tarball>"
 msgstr ""
 
-#: lib/poptBT.c:173
+#: lib/poptBT.c:171
 msgid "build through %build (%prep, then compile) from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:176
+#: lib/poptBT.c:174
 msgid "build through %install (%prep, %build, then install) from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:179
+#: lib/poptBT.c:177
 #, fuzzy, c-format
 msgid "verify %files section from <tarball>"
 msgstr "Anfrage nach Paket, das die Datei <DATEI> besitzt"
 
-#: lib/poptBT.c:182
+#: lib/poptBT.c:180
 #, fuzzy
 msgid "build source and binary packages from <tarball>"
 msgstr "Gruppe %s beinhaltet kein einziges Paket\n"
 
-#: lib/poptBT.c:185
+#: lib/poptBT.c:183
 #, fuzzy
 msgid "build binary package only from <tarball>"
 msgstr "Gruppe %s beinhaltet kein einziges Paket\n"
 
-#: lib/poptBT.c:188
+#: lib/poptBT.c:186
 #, fuzzy
 msgid "build source package only from <tarball>"
 msgstr "Erstelle die Pakete für das Betriebssystem <BS>"
 
-#: lib/poptBT.c:192
+#: lib/poptBT.c:190
 #, fuzzy
 msgid "build binary package from <source package>"
 msgstr ""
 "Binärpaket erstellen (präparieren, kompilieren, installieren und paketieren)"
 
-#: lib/poptBT.c:193 lib/poptBT.c:196
+#: lib/poptBT.c:191 lib/poptBT.c:194
 #, fuzzy
 msgid "<source package>"
 msgstr "Anfrage an alle Pakete"
 
-#: lib/poptBT.c:195
+#: lib/poptBT.c:193
 #, fuzzy
 msgid ""
 "build through %install (%prep, %build, then install) from <source package>"
 msgstr "Paket installieren"
 
-#: lib/poptBT.c:199
+#: lib/poptBT.c:197
 #, fuzzy
 msgid "override build root"
 msgstr "Benutze <VERZ> als Stammverzeichnis beim Erstellen"
 
-#: lib/poptBT.c:203 rpmdb/poptDB.c:32
+#: lib/poptBT.c:201 rpmdb/poptDB.c:29
 msgid "generate headers compatible with rpm4 packaging"
 msgstr ""
 
-#: lib/poptBT.c:205
+#: lib/poptBT.c:203
 msgid "ignore ExcludeArch: directives from spec file"
 msgstr ""
 
 # , c-format
-#: lib/poptBT.c:207
+#: lib/poptBT.c:205
 #, fuzzy
 msgid "debug file state machine"
 msgstr "Öffnen von %s fehlgeschlagen: %s"
 
-#: lib/poptBT.c:209
+#: lib/poptBT.c:207
 #, fuzzy
 msgid "do not execute any stages of the build"
 msgstr "Keine Stufen ausführen"
 
-#: lib/poptBT.c:211
+#: lib/poptBT.c:209
 #, fuzzy
 msgid "do not verify build dependencies"
 msgstr "Dateiabhängigkeiten nicht überprüfen"
 
-#: lib/poptBT.c:213
+#: lib/poptBT.c:211
 msgid "generate package header(s) compatible with (legacy) rpm[23] packaging"
 msgstr ""
 
-#: lib/poptBT.c:216
+#: lib/poptBT.c:214
 msgid "do not accept i18N msgstr's from specfile"
 msgstr ""
 
-#: lib/poptBT.c:220
+#: lib/poptBT.c:218
 #, fuzzy
 msgid "remove specfile when done"
 msgstr "Quellen und spec-Dateien nach Beendigung löschen"
 
-#: lib/poptBT.c:226
+#: lib/poptBT.c:224
 msgid "override target platform"
 msgstr ""
 
-#: lib/poptBT.c:228
+#: lib/poptBT.c:226
 msgid "lookup i18N strings in specfile catalog"
 msgstr ""
 
@@ -3108,114 +3108,114 @@ msgstr "Paket %s-%s-%s beinhaltet geteilte Dateien\n"
 msgid "unknown error %d encountered while manipulating package %s"
 msgstr ""
 
-#: lib/psm.c:313
+#: lib/psm.c:315
 msgid "========== relocations\n"
 msgstr ""
 
 # , c-format
-#: lib/psm.c:317
+#: lib/psm.c:319
 #, fuzzy, c-format
 msgid "%5d exclude  %s\n"
 msgstr "Hole %s heraus\n"
 
-#: lib/psm.c:320
+#: lib/psm.c:322
 #, fuzzy, c-format
 msgid "%5d relocate %s -> %s\n"
 msgstr "kann Datei %s nicht öffnen: "
 
 # , c-format
-#: lib/psm.c:390
+#: lib/psm.c:392
 #, fuzzy, c-format
 msgid "excluding multilib path %s%s\n"
 msgstr "Hole %s heraus\n"
 
 # , c-format
-#: lib/psm.c:456
+#: lib/psm.c:458
 #, fuzzy, c-format
 msgid "excluding %s %s\n"
 msgstr "Hole %s heraus\n"
 
-#: lib/psm.c:466
+#: lib/psm.c:468
 #, c-format
 msgid "relocating %s to %s\n"
 msgstr ""
 
-#: lib/psm.c:545
+#: lib/psm.c:547
 #, fuzzy, c-format
 msgid "relocating directory %s to %s\n"
 msgstr "Fehler beim Anlegen des Verzeichnisses %s: %s"
 
-#: lib/psm.c:1168
+#: lib/psm.c:1170
 #, fuzzy, c-format
 msgid "cannot create %%%s %s\n"
 msgstr "kann Datei %s nicht öffnen: "
 
-#: lib/psm.c:1174
+#: lib/psm.c:1176
 #, fuzzy, c-format
 msgid "cannot write to %%%s %s\n"
 msgstr "kann Datei %s nicht öffnen: "
 
-#: lib/psm.c:1212
+#: lib/psm.c:1214
 msgid "source package expected, binary found\n"
 msgstr ""
 
-#: lib/psm.c:1323
+#: lib/psm.c:1325
 #, fuzzy
 msgid "source package contains no .spec file\n"
 msgstr "Anfrage nach Paket, das die Datei <DATEI> besitzt"
 
-#: lib/psm.c:1430
+#: lib/psm.c:1432
 #, fuzzy, c-format
 msgid "%s: running %s scriptlet\n"
 msgstr "Keine Stufen ausführen"
 
-#: lib/psm.c:1598
+#: lib/psm.c:1600
 #, 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:1605
+#: lib/psm.c:1607
 #, 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:1952
+#: lib/psm.c:1954
 #, 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:2069
+#: lib/psm.c:2071
 #, c-format
 msgid "%s: %s scriptlet failed (%d), skipping %s-%s-%s\n"
 msgstr ""
 
-#: lib/psm.c:2184
+#: lib/psm.c:2186
 #, c-format
 msgid "user %s does not exist - using root\n"
 msgstr ""
 
-#: lib/psm.c:2193
+#: lib/psm.c:2195
 #, fuzzy, c-format
 msgid "group %s does not exist - using root\n"
 msgstr "Gruppe %s beinhaltet kein einziges Paket\n"
 
-#: lib/psm.c:2234
+#: lib/psm.c:2236
 #, fuzzy, c-format
 msgid "unpacking of archive failed%s%s: %s\n"
 msgstr "öffnen von %s fehlgeschlagen: %s\n"
 
-#: lib/psm.c:2235
+#: lib/psm.c:2237
 msgid " on file "
 msgstr ""
 
 # , c-format
-#: lib/psm.c:2421
+#: lib/psm.c:2423
 #, fuzzy, c-format
 msgid "%s failed on file %s: %s\n"
 msgstr "Öffnen von %s fehlgeschlagen: %s"
 
-#: lib/psm.c:2424
+#: lib/psm.c:2426
 #, fuzzy, c-format
 msgid "%s failed: %s\n"
 msgstr "pgp fehlgeschlagen"
@@ -3631,219 +3631,219 @@ msgstr ""
 msgid "Unable to open %s for reading: %s.\n"
 msgstr "Datei %s kann nicht zum Lesen geöffnet werden: %s."
 
-#: lib/signature.c:114
+#: lib/signature.c:115
 msgid "file is not regular -- skipping size check\n"
 msgstr ""
 
-#: lib/signature.c:123
+#: lib/signature.c:124
 #, c-format
 msgid "Expected size: %12d = lead(%d)+sigs(%d)+pad(%d)+data(%d)\n"
 msgstr ""
 
-#: lib/signature.c:128
+#: lib/signature.c:129
 #, c-format
 msgid "  Actual size: %12d\n"
 msgstr ""
 
-#: lib/signature.c:148
+#: lib/signature.c:149
 #, fuzzy
 msgid "No signature\n"
 msgstr "%s: Keine Signatur verfügbar\n"
 
-#: lib/signature.c:152
+#: lib/signature.c:153
 #, fuzzy
 msgid "Old PGP signature\n"
 msgstr "PGP-Signatur generieren"
 
-#: lib/signature.c:165
+#: lib/signature.c:166
 #, fuzzy
 msgid "Old (internal-only) signature!  How did you get that!?\n"
 msgstr "Alte Signatur (nur intern)!  Wie bist du daran gekommen!?"
 
-#: lib/signature.c:221
+#: lib/signature.c:222
 #, c-format
 msgid "Signature: size(%d)+pad(%d)\n"
 msgstr ""
 
-#: lib/signature.c:284
+#: lib/signature.c:285
 #, fuzzy, c-format
 msgid "Couldn't exec pgp (%s)\n"
 msgstr "Konnte pgp nicht durchführen"
 
-#: lib/signature.c:297
+#: lib/signature.c:298
 #, fuzzy
 msgid "pgp failed\n"
 msgstr "pgp fehlgeschlagen"
 
 #. PGP failed to write signature
 #. Just in case
-#: lib/signature.c:304
+#: lib/signature.c:305
 #, fuzzy
 msgid "pgp failed to write signature\n"
 msgstr "pgp fehlgeschlagen beim Schreiben der Signatur"
 
-#: lib/signature.c:309
+#: lib/signature.c:310
 #, c-format
 msgid "PGP sig size: %d\n"
 msgstr ""
 
-#: lib/signature.c:324 lib/signature.c:411
+#: lib/signature.c:325 lib/signature.c:412
 #, fuzzy
 msgid "unable to read the signature\n"
 msgstr "nicht möglich, die Signatur zu lesen"
 
-#: lib/signature.c:329
+#: lib/signature.c:330
 #, c-format
 msgid "Got %d bytes of PGP sig\n"
 msgstr ""
 
-#: lib/signature.c:371 lib/signature.c:501
+#: lib/signature.c:372 lib/signature.c:502
 #, fuzzy
 msgid "Couldn't exec gpg\n"
 msgstr "Konnte pgp nicht durchführen"
 
-#: lib/signature.c:384
+#: lib/signature.c:385
 #, fuzzy
 msgid "gpg failed\n"
 msgstr "pgp fehlgeschlagen"
 
 #. GPG failed to write signature
 #. Just in case
-#: lib/signature.c:391
+#: lib/signature.c:392
 #, fuzzy
 msgid "gpg failed to write signature\n"
 msgstr "pgp fehlgeschlagen beim Schreiben der Signatur"
 
-#: lib/signature.c:396
+#: lib/signature.c:397
 #, c-format
 msgid "GPG sig size: %d\n"
 msgstr ""
 
-#: lib/signature.c:416
+#: lib/signature.c:417
 #, c-format
 msgid "Got %d bytes of GPG sig\n"
 msgstr ""
 
-#: lib/signature.c:444
+#: lib/signature.c:445
 #, fuzzy
 msgid "Generating signature using PGP.\n"
 msgstr "PGP-Signatur generieren"
 
-#: lib/signature.c:450
+#: lib/signature.c:451
 #, fuzzy
 msgid "Generating signature using GPG.\n"
 msgstr "PGP-Signatur generieren"
 
-#: lib/signature.c:530
+#: lib/signature.c:531
 #, fuzzy
 msgid "Couldn't exec pgp\n"
 msgstr "Konnte pgp nicht durchführen"
 
 #. @notreached@
 #. This case should have been screened out long ago.
-#: lib/signature.c:534 lib/signature.c:587
+#: lib/signature.c:535 lib/signature.c:588
 #, c-format
 msgid "Invalid %%_signature spec in macro file\n"
 msgstr ""
 
-#: lib/signature.c:567
+#: lib/signature.c:568
 #, fuzzy, c-format
 msgid "You must set \"%%_gpg_name\" in your macro file\n"
 msgstr "\"pgp_name:\" muss in der rpmrc-Datei gesetzt sein"
 
-#: lib/signature.c:579
+#: lib/signature.c:580
 #, fuzzy, c-format
 msgid "You must set \"%%_pgp_name\" in your macro file\n"
 msgstr "\"pgp_name:\" muss in der rpmrc-Datei gesetzt sein"
 
-#: lib/transaction.c:308
+#: lib/transaction.c:309
 #, c-format
 msgid "%s skipped due to missingok flag\n"
 msgstr ""
 
 #. @innercontinue@
-#: lib/transaction.c:936
+#: lib/transaction.c:937
 #, fuzzy, c-format
 msgid "excluding directory %s\n"
 msgstr "Fehler beim Anlegen des Verzeichnisses %s: %s"
 
-#: lib/verify.c:240
+#: lib/verify.c:242
 msgid "package lacks both user name and id lists (this should never happen)\n"
 msgstr ""
 
-#: lib/verify.c:261
+#: lib/verify.c:263
 msgid "package lacks both group name and id lists (this should never happen)\n"
 msgstr ""
 
-#: lib/verify.c:398
+#: lib/verify.c:400
 #, fuzzy, c-format
 msgid "missing    %s"
 msgstr "fehlende { nach %{"
 
-#: lib/verify.c:495
+#: lib/verify.c:497
 #, 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:101 rpmdb/db3.c:100
+#: rpmdb/db1.c:100 rpmdb/db3.c:100
 #, c-format
 msgid "db%d error(%d) from %s: %s\n"
 msgstr ""
 
-#: rpmdb/db1.c:104 rpmdb/db3.c:103
+#: rpmdb/db1.c:103 rpmdb/db3.c:103
 #, c-format
 msgid "db%d error(%d): %s\n"
 msgstr ""
 
-#: rpmdb/db1.c:171
+#: rpmdb/db1.c:170
 #, c-format
 msgid ""
 "Broken package chain at offset %d(0x%08x), attempting to reconnect ...\n"
 msgstr ""
 
-#: rpmdb/db1.c:183
+#: rpmdb/db1.c:182
 #, c-format
 msgid "Reconnecting broken chain at offset %d(0x%08x).\n"
 msgstr ""
 
 #. @=branchstate@
-#: rpmdb/db1.c:509
+#: rpmdb/db1.c:508
 #, c-format
 msgid "closed  db file        %s\n"
 msgstr ""
 
-#: rpmdb/db1.c:512
+#: rpmdb/db1.c:511
 #, c-format
 msgid "removed db file        %s\n"
 msgstr ""
 
 # , c-format
-#: rpmdb/db1.c:547
+#: rpmdb/db1.c:546
 #, fuzzy, c-format
 msgid "bad db file %s\n"
 msgstr "Öffnen von %s fehlgeschlagen: %s"
 
-#: rpmdb/db1.c:552
+#: 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:575
+#: 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:576 rpmdb/db3.c:1213
+#: rpmdb/db1.c:575 rpmdb/db3.c:1213
 msgid "exclusive"
 msgstr "exklusiv"
 
-#: rpmdb/db1.c:576 rpmdb/db3.c:1213
+#: rpmdb/db1.c:575 rpmdb/db3.c:1213
 msgid "shared"
 msgstr "geteilt"
 
@@ -3917,176 +3917,176 @@ msgid ""
 "if \"rpm --rebuilddb\" fails to correct the problem.\n"
 msgstr ""
 
-#: rpmdb/poptDB.c:22
+#: rpmdb/poptDB.c:19
 msgid "initialize database"
 msgstr ""
 
-#: rpmdb/poptDB.c:24
+#: rpmdb/poptDB.c:21
 #, fuzzy
 msgid "rebuild database inverted lists from installed package headers"
 msgstr "Datenbank aus der vorhandenen neu erstellen"
 
-#: rpmdb/poptDB.c:29
+#: rpmdb/poptDB.c:26
 msgid "generate headers compatible with (legacy) rpm[23] packaging"
 msgstr ""
 
 #. @-modfilesys@
-#: rpmdb/rpmdb.c:130
+#: rpmdb/rpmdb.c:126
 #, c-format
 msgid "dbiTagsInit: unrecognized tag name: \"%s\" ignored\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:384
+#: rpmdb/rpmdb.c:380
 #, fuzzy, c-format
 msgid "cannot open %s index using db%d - %s (%d)\n"
 msgstr "kann Datei %s nicht öffnen: "
 
-#: rpmdb/rpmdb.c:406
+#: rpmdb/rpmdb.c:402
 #, fuzzy, c-format
 msgid "cannot open %s index\n"
 msgstr "Fehler: kann %s nicht öffnen\n"
 
-#: rpmdb/rpmdb.c:498
+#: 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:629
+#: rpmdb/rpmdb.c:625
 #, 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:639
+#: rpmdb/rpmdb.c:635
 #, 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:893
+#: rpmdb/rpmdb.c:889
 #, fuzzy
 msgid "no dbpath has been set\n"
 msgstr "»dbpath« ist nicht gesetzt"
 
-#: rpmdb/rpmdb.c:1032
+#: rpmdb/rpmdb.c:1028
 msgid ""
 "old format database is present; use --rebuilddb to generate a new format "
 "database\n"
 msgstr ""
 
 #. error
-#: rpmdb/rpmdb.c:1277
+#: rpmdb/rpmdb.c:1273
 #, fuzzy, c-format
 msgid "error(%d) counting packages\n"
 msgstr "Fehler beim Suchen nach Paket %s\n"
 
-#: rpmdb/rpmdb.c:2061 rpmdb/rpmdb.c:3276
+#: rpmdb/rpmdb.c:2057 rpmdb/rpmdb.c:3310
 #, 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:2114
+#: rpmdb/rpmdb.c:2110
 #, c-format
 msgid "rpmdb: damaged header instance #%u retrieved, skipping.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2384
+#: rpmdb/rpmdb.c:2380
 #, 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:2456
+#: rpmdb/rpmdb.c:2452
 #, fuzzy, c-format
 msgid "removing \"%s\" from %s index.\n"
 msgstr "Fehler beim Löschen des Eintrags %s nach %s"
 
 # FIXME
-#: rpmdb/rpmdb.c:2465
+#: rpmdb/rpmdb.c:2461
 #, fuzzy, c-format
 msgid "removing %d entries from %s index.\n"
 msgstr "Fehler beim Löschen des Eintrags %s nach %s"
 
-#: rpmdb/rpmdb.c:2666
+#: rpmdb/rpmdb.c:2662
 #, fuzzy, c-format
 msgid "error(%d) allocating new package instance\n"
 msgstr "Fehler beim Suchen nach Paket %s\n"
 
-#: rpmdb/rpmdb.c:2747
+#: rpmdb/rpmdb.c:2743
 #, c-format
 msgid "adding \"%s\" to %s index.\n"
 msgstr ""
 
 # FIXME
-#: rpmdb/rpmdb.c:2758
+#: rpmdb/rpmdb.c:2754
 #, fuzzy, c-format
 msgid "adding %d entries to %s index.\n"
 msgstr "Fehler beim Löschen des Eintrags %s nach %s"
 
-#: rpmdb/rpmdb.c:3162
+#: rpmdb/rpmdb.c:3196
 #, c-format
 msgid "removing %s after successful db3 rebuild.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3195
+#: rpmdb/rpmdb.c:3229
 msgid "no dbpath has been set"
 msgstr "»dbpath« ist nicht gesetzt"
 
-#: rpmdb/rpmdb.c:3222
+#: rpmdb/rpmdb.c:3256
 #, fuzzy, c-format
 msgid "rebuilding database %s into %s\n"
 msgstr "Datenbank aus der vorhandenen neu erstellen"
 
-#: rpmdb/rpmdb.c:3226
+#: rpmdb/rpmdb.c:3260
 #, fuzzy, c-format
 msgid "temporary database %s already exists\n"
 msgstr "die temporäre Datenbank %s existiert schon"
 
-#: rpmdb/rpmdb.c:3232
+#: rpmdb/rpmdb.c:3266
 #, fuzzy, c-format
 msgid "creating directory %s\n"
 msgstr "Fehler beim Anlegen des Verzeichnisses %s: %s"
 
-#: rpmdb/rpmdb.c:3234
+#: rpmdb/rpmdb.c:3268
 #, fuzzy, c-format
 msgid "creating directory %s: %s\n"
 msgstr "Fehler beim Anlegen des Verzeichnisses %s: %s"
 
-#: rpmdb/rpmdb.c:3241
+#: rpmdb/rpmdb.c:3275
 #, fuzzy, c-format
 msgid "opening old database with dbapi %d\n"
 msgstr "Datenbank aus der vorhandenen neu erstellen"
 
-#: rpmdb/rpmdb.c:3252
+#: rpmdb/rpmdb.c:3286
 #, fuzzy, c-format
 msgid "opening new database with dbapi %d\n"
 msgstr "Datenbank aus der vorhandenen neu erstellen"
 
-#: rpmdb/rpmdb.c:3316
+#: rpmdb/rpmdb.c:3350
 #, fuzzy, c-format
 msgid "cannot add record originally at %u\n"
 msgstr "kann einen Eintrag hinzufügen, ursprünglich bei %d"
 
-#: rpmdb/rpmdb.c:3334
+#: rpmdb/rpmdb.c:3368
 msgid "failed to rebuild database: original database remains in place\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3342
+#: rpmdb/rpmdb.c:3376
 msgid "failed to replace old database with new database!\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3344
+#: rpmdb/rpmdb.c:3378
 #, c-format
 msgid "replace files in %s with files from %s to recover"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3354
+#: rpmdb/rpmdb.c:3388
 #, fuzzy, c-format
 msgid "removing directory %s\n"
 msgstr "Fehler beim Anlegen des Verzeichnisses %s: %s"
 
 # , c-format
-#: rpmdb/rpmdb.c:3356
+#: rpmdb/rpmdb.c:3390
 #, fuzzy, c-format
 msgid "failed to remove directory %s: %s\n"
 msgstr "Öffnen von %s fehlgeschlagen: %s"
index 2d6a397..3bd4918 100644 (file)
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: rpm 4.0.3\n"
-"POT-Creation-Date: 2001-10-20 18:27-0400\n"
+"POT-Creation-Date: 2001-10-21 17:21-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"
@@ -704,15 +704,15 @@ msgstr ""
 msgid "bin/src package (prep, compile, install, package)"
 msgstr ""
 
-#: lib/poptBT.c:222 rpm.c:523
+#: lib/poptBT.c:220 rpm.c:523
 msgid "skip straight to specified stage (only for c,i)"
 msgstr ""
 
-#: lib/poptBT.c:201 rpm.c:525
+#: lib/poptBT.c:199 rpm.c:525
 msgid "remove build tree when done"
 msgstr ""
 
-#: lib/poptBT.c:218 rpm.c:527
+#: lib/poptBT.c:216 rpm.c:527
 msgid "remove sources when done"
 msgstr ""
 
@@ -720,7 +720,7 @@ msgstr ""
 msgid "remove spec file when done"
 msgstr ""
 
-#: lib/poptBT.c:224 rpm.c:531
+#: lib/poptBT.c:222 rpm.c:531
 msgid "generate PGP/GPG signature"
 msgstr ""
 
@@ -810,7 +810,7 @@ msgstr ""
 msgid "rebuild database from existing database"
 msgstr ""
 
-#: rpm.c:565 rpmdb/poptDB.c:27
+#: rpm.c:565 rpmdb/poptDB.c:24
 msgid "verify database files"
 msgstr ""
 
@@ -1225,7 +1225,7 @@ msgstr ""
 msgid "no tar files given for build"
 msgstr ""
 
-#: build/build.c:125 build/pack.c:471
+#: build/build.c:125 build/pack.c:466
 msgid "Unable to open temp file.\n"
 msgstr ""
 
@@ -1300,181 +1300,181 @@ msgstr ""
 msgid "syntax error in expression\n"
 msgstr ""
 
-#: build/files.c:274
+#: build/files.c:270
 #, c-format
 msgid "TIMECHECK failure: %s\n"
 msgstr ""
 
-#: build/files.c:333 build/files.c:525 build/files.c:708
+#: build/files.c:329 build/files.c:521 build/files.c:704
 #, c-format
 msgid "Missing '(' in %s %s\n"
 msgstr ""
 
-#: build/files.c:344 build/files.c:650 build/files.c:719
+#: build/files.c:340 build/files.c:646 build/files.c:715
 #, c-format
 msgid "Missing ')' in %s(%s\n"
 msgstr ""
 
-#: build/files.c:382 build/files.c:675
+#: build/files.c:378 build/files.c:671
 #, c-format
 msgid "Invalid %s token: %s\n"
 msgstr ""
 
-#: build/files.c:488
+#: build/files.c:484
 #, c-format
 msgid "Missing %s in %s %s\n"
 msgstr ""
 
-#: build/files.c:541
+#: build/files.c:537
 #, c-format
 msgid "Non-white space follows %s(): %s\n"
 msgstr ""
 
-#: build/files.c:579
+#: build/files.c:575
 #, c-format
 msgid "Bad syntax: %s(%s)\n"
 msgstr ""
 
-#: build/files.c:589
+#: build/files.c:585
 #, c-format
 msgid "Bad mode spec: %s(%s)\n"
 msgstr ""
 
-#: build/files.c:601
+#: build/files.c:597
 #, c-format
 msgid "Bad dirmode spec: %s(%s)\n"
 msgstr ""
 
-#: build/files.c:746
+#: build/files.c:742
 #, c-format
 msgid "Unusual locale length: \"%.*s\" in %%lang(%s)\n"
 msgstr ""
 
 #. @innercontinue@
-#: build/files.c:757
+#: build/files.c:753
 #, c-format
 msgid "Duplicate locale %.*s in %%lang(%s)\n"
 msgstr ""
 
-#: build/files.c:908
+#: build/files.c:904
 #, c-format
 msgid "Hit limit for %%docdir\n"
 msgstr ""
 
-#: build/files.c:914
+#: build/files.c:910
 #, c-format
 msgid "Only one arg for %%docdir\n"
 msgstr ""
 
 #. We already got a file -- error
-#: build/files.c:942
+#: build/files.c:938
 #, c-format
 msgid "Two files on one line: %s\n"
 msgstr ""
 
-#: build/files.c:957
+#: build/files.c:953
 #, c-format
 msgid "File must begin with \"/\": %s\n"
 msgstr ""
 
-#: build/files.c:970
+#: build/files.c:966
 #, 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:1147
+#: build/files.c:1143
 #, c-format
 msgid "File listed twice: %s\n"
 msgstr ""
 
-#: build/files.c:1282
+#: build/files.c:1278
 #, c-format
 msgid "Symlink points to BuildRoot: %s -> %s\n"
 msgstr ""
 
-#: build/files.c:1488
+#: build/files.c:1484
 #, c-format
 msgid "File doesn't match prefix (%s): %s\n"
 msgstr ""
 
-#: build/files.c:1512
+#: build/files.c:1508
 #, c-format
 msgid "File not found: %s\n"
 msgstr ""
 
-#: build/files.c:1555 build/files.c:2167 build/parsePrep.c:50
+#: build/files.c:1551 build/files.c:2163 build/parsePrep.c:50
 #, c-format
 msgid "Bad owner/group: %s\n"
 msgstr ""
 
-#: build/files.c:1567
+#: build/files.c:1563
 #, c-format
 msgid "File %4d: %07o %s.%s\t %s\n"
 msgstr ""
 
-#: build/files.c:1671
+#: build/files.c:1667
 #, c-format
 msgid "File needs leading \"/\": %s\n"
 msgstr ""
 
-#: build/files.c:1694
+#: build/files.c:1690
 #, c-format
 msgid "Glob not permitted: %s\n"
 msgstr ""
 
-#: build/files.c:1709
+#: build/files.c:1705
 #, c-format
 msgid "File not found by glob: %s\n"
 msgstr ""
 
-#: build/files.c:1771
+#: build/files.c:1767
 #, c-format
 msgid "Could not open %%files file %s: %s\n"
 msgstr ""
 
-#: build/files.c:1782 build/pack.c:150
+#: build/files.c:1778 build/pack.c:145
 #, c-format
 msgid "line: %s\n"
 msgstr ""
 
-#: build/files.c:2155
+#: build/files.c:2151
 #, c-format
 msgid "Bad file: %s: %s\n"
 msgstr ""
 
 #. XXX this error message is probably not seen.
-#: build/files.c:2229
+#: build/files.c:2225
 #, c-format
 msgid "Couldn't exec %s: %s\n"
 msgstr ""
 
-#: build/files.c:2234
+#: build/files.c:2230
 #, c-format
 msgid "Couldn't fork %s: %s\n"
 msgstr ""
 
-#: build/files.c:2318
+#: build/files.c:2314
 #, c-format
 msgid "%s failed\n"
 msgstr ""
 
-#: build/files.c:2322
+#: build/files.c:2318
 #, c-format
 msgid "failed to write all data to %s\n"
 msgstr ""
 
-#: build/files.c:2458
+#: build/files.c:2454
 #, c-format
 msgid "Finding  %s: (using %s)...\n"
 msgstr ""
 
-#: build/files.c:2484 build/files.c:2498
+#: build/files.c:2480 build/files.c:2494
 #, c-format
 msgid "Failed to find %s:\n"
 msgstr ""
 
-#: build/files.c:2619
+#: build/files.c:2615
 #, c-format
 msgid "Processing files: %s-%s-%s\n"
 msgstr ""
@@ -1508,152 +1508,152 @@ msgstr ""
 msgid "Could not canonicalize hostname: %s\n"
 msgstr ""
 
-#: build/pack.c:83
+#: build/pack.c:78
 #, c-format
 msgid "create archive failed on file %s: %s\n"
 msgstr ""
 
-#: build/pack.c:86
+#: build/pack.c:81
 #, c-format
 msgid "create archive failed: %s\n"
 msgstr ""
 
-#: build/pack.c:108
+#: build/pack.c:103
 #, c-format
 msgid "cpio_copy write failed: %s\n"
 msgstr ""
 
-#: build/pack.c:115
+#: build/pack.c:110
 #, c-format
 msgid "cpio_copy read failed: %s\n"
 msgstr ""
 
-#: build/pack.c:218
+#: build/pack.c:213
 #, c-format
 msgid "Could not open PreIn file: %s\n"
 msgstr ""
 
-#: build/pack.c:225
+#: build/pack.c:220
 #, c-format
 msgid "Could not open PreUn file: %s\n"
 msgstr ""
 
-#: build/pack.c:232
+#: build/pack.c:227
 #, c-format
 msgid "Could not open PostIn file: %s\n"
 msgstr ""
 
-#: build/pack.c:239
+#: build/pack.c:234
 #, c-format
 msgid "Could not open PostUn file: %s\n"
 msgstr ""
 
-#: build/pack.c:247
+#: build/pack.c:242
 #, c-format
 msgid "Could not open VerifyScript file: %s\n"
 msgstr ""
 
-#: build/pack.c:262
+#: build/pack.c:257
 #, c-format
 msgid "Could not open Trigger script file: %s\n"
 msgstr ""
 
-#: build/pack.c:290
+#: build/pack.c:285
 #, c-format
 msgid "readRPM: open %s: %s\n"
 msgstr ""
 
-#: build/pack.c:300
+#: build/pack.c:295
 #, c-format
 msgid "readRPM: read %s: %s\n"
 msgstr ""
 
-#: build/pack.c:309 build/pack.c:513
+#: build/pack.c:304 build/pack.c:508
 #, c-format
 msgid "%s: Fseek failed: %s\n"
 msgstr ""
 
-#: build/pack.c:325
+#: build/pack.c:320
 #, c-format
 msgid "readRPM: %s is not an RPM package\n"
 msgstr ""
 
-#: build/pack.c:334
+#: build/pack.c:329
 #, c-format
 msgid "readRPM: reading header from %s\n"
 msgstr ""
 
-#: build/pack.c:459
+#: build/pack.c:454
 msgid "Unable to create immutable header region.\n"
 msgstr ""
 
-#: build/pack.c:477
+#: build/pack.c:472
 msgid "Unable to write temp header\n"
 msgstr ""
 
-#: build/pack.c:485
+#: build/pack.c:480
 msgid "Bad CSA data\n"
 msgstr ""
 
-#: build/pack.c:520
+#: build/pack.c:515
 msgid "Unable to write final header\n"
 msgstr ""
 
-#: build/pack.c:538
+#: build/pack.c:533
 #, c-format
 msgid "Generating signature: %d\n"
 msgstr ""
 
-#: build/pack.c:551
+#: build/pack.c:546
 msgid "Unable to reload signature header.\n"
 msgstr ""
 
-#: build/pack.c:559
+#: build/pack.c:554
 #, c-format
 msgid "Could not open %s: %s\n"
 msgstr ""
 
-#: build/pack.c:595 lib/psm.c:2147
+#: build/pack.c:590 lib/psm.c:2149
 #, c-format
 msgid "Unable to write package: %s\n"
 msgstr ""
 
-#: build/pack.c:610
+#: build/pack.c:605
 #, c-format
 msgid "Unable to open sigtarget %s: %s\n"
 msgstr ""
 
-#: build/pack.c:620
+#: build/pack.c:615
 #, c-format
 msgid "Unable to read header from %s: %s\n"
 msgstr ""
 
-#: build/pack.c:634
+#: build/pack.c:629
 #, c-format
 msgid "Unable to write header to %s: %s\n"
 msgstr ""
 
-#: build/pack.c:644
+#: build/pack.c:639
 #, c-format
 msgid "Unable to read payload from %s: %s\n"
 msgstr ""
 
-#: build/pack.c:650
+#: build/pack.c:645
 #, c-format
 msgid "Unable to write payload to %s: %s\n"
 msgstr ""
 
-#: build/pack.c:675 lib/psm.c:2413
+#: build/pack.c:670 lib/psm.c:2415
 #, c-format
 msgid "Wrote: %s\n"
 msgstr ""
 
-#: build/pack.c:742
+#: build/pack.c:737
 #, c-format
 msgid "Could not generate output filename for package %s: %s\n"
 msgstr ""
 
-#: build/pack.c:759
+#: build/pack.c:754
 #, c-format
 msgid "cannot create %s: %s\n"
 msgstr ""
@@ -2060,72 +2060,72 @@ msgid " failed - "
 msgstr ""
 
 #. XXX legacy epoch-less requires/conflicts compatibility
-#: lib/depends.c:582
+#: lib/depends.c:559
 #, c-format
 msgid ""
 "the \"B\" dependency needs an epoch (assuming same as \"A\")\n"
 "\tA %s\tB %s\n"
 msgstr ""
 
-#: lib/depends.c:611
+#: lib/depends.c:588
 #, c-format
 msgid "  %s    A %s\tB %s\n"
 msgstr ""
 
-#: lib/depends.c:612 lib/depends.c:1248 lib/depends.c:1381
+#: lib/depends.c:589 lib/depends.c:1225 lib/depends.c:1358
 msgid "YES"
 msgstr ""
 
-#: lib/depends.c:612 lib/depends.c:1248 lib/depends.c:1381
+#: lib/depends.c:589 lib/depends.c:1225 lib/depends.c:1358
 msgid "NO "
 msgstr ""
 
-#: lib/depends.c:1042
+#: lib/depends.c:1019
 #, c-format
 msgid "%s: %-45s YES (added files)\n"
 msgstr ""
 
-#: lib/depends.c:1153
+#: lib/depends.c:1130
 #, c-format
 msgid "%s: %-45s YES (added provide)\n"
 msgstr ""
 
-#: lib/depends.c:1247
+#: lib/depends.c:1224
 #, c-format
 msgid "%s: %-45s %-s (cached)\n"
 msgstr ""
 
-#: lib/depends.c:1276
+#: lib/depends.c:1253
 #, c-format
 msgid "%s: %-45s YES (rpmrc provides)\n"
 msgstr ""
 
-#: lib/depends.c:1293
+#: lib/depends.c:1270
 #, c-format
 msgid "%s: %-45s YES (rpmlib provides)\n"
 msgstr ""
 
-#: lib/depends.c:1317
+#: lib/depends.c:1294
 #, c-format
 msgid "%s: %-45s YES (db files)\n"
 msgstr ""
 
-#: lib/depends.c:1330
+#: lib/depends.c:1307
 #, c-format
 msgid "%s: %-45s YES (db provides)\n"
 msgstr ""
 
-#: lib/depends.c:1344
+#: lib/depends.c:1321
 #, c-format
 msgid "%s: %-45s YES (db package)\n"
 msgstr ""
 
-#: lib/depends.c:1360
+#: lib/depends.c:1337
 #, c-format
 msgid "%s: %-45s NO\n"
 msgstr ""
 
-#: lib/depends.c:1381
+#: lib/depends.c:1358
 #, c-format
 msgid "%s: (%s, %s) added to Depends cache.\n"
 msgstr ""
@@ -2133,42 +2133,42 @@ msgstr ""
 #. requirements are satisfied.
 #. @switchbreak@
 #. requirements are not satisfied.
-#: lib/depends.c:1454
+#: lib/depends.c:1431
 #, c-format
 msgid "package %s-%s-%s require not satisfied: %s\n"
 msgstr ""
 
 #. conflicts exist.
-#: lib/depends.c:1533
+#: lib/depends.c:1510
 #, c-format
 msgid "package %s conflicts: %s\n"
 msgstr ""
 
-#: lib/depends.c:1786
+#: lib/depends.c:1763
 #, c-format
 msgid "removing %s-%s-%s \"%s\" from tsort relations.\n"
 msgstr ""
 
 #. Record all relations.
-#: lib/depends.c:1936
+#: lib/depends.c:1913
 msgid "========== recording tsort relations\n"
 msgstr ""
 
 #. T4. Scan for zeroes.
-#: lib/depends.c:1996
+#: lib/depends.c:1973
 msgid ""
 "========== tsorting packages (order, #predecessors, #succesors, depth)\n"
 msgstr ""
 
-#: lib/depends.c:2046
+#: lib/depends.c:2023
 msgid "========== successors only (presentation order)\n"
 msgstr ""
 
-#: lib/depends.c:2099
+#: lib/depends.c:2076
 msgid "LOOP:\n"
 msgstr ""
 
-#: lib/depends.c:2129
+#: lib/depends.c:2106
 msgid "========== continuing tsort ...\n"
 msgstr ""
 
@@ -2261,7 +2261,7 @@ msgid "dataLength() RPM_STRING_TYPE count must be 1.\n"
 msgstr ""
 
 #. @-modfilesys@
-#: lib/header.c:351 lib/header_internal.c:161 lib/psm.c:971
+#: lib/header.c:351 lib/header_internal.c:161 lib/psm.c:973
 #, c-format
 msgid "Data type %d not supported\n"
 msgstr ""
@@ -2341,149 +2341,149 @@ msgstr ""
 msgid "(unknown type)"
 msgstr ""
 
-#: lib/misc.c:241 lib/misc.c:246 lib/misc.c:252
+#: lib/misc.c:243 lib/misc.c:248 lib/misc.c:254
 #, c-format
 msgid "error creating temporary file %s\n"
 msgstr ""
 
-#: lib/package.c:162
+#: lib/package.c:163
 msgid "packaging version 1 is not supported by this version of RPM\n"
 msgstr ""
 
-#: lib/package.c:228
+#: lib/package.c:229
 msgid ""
 "only packaging with major numbers <= 4 is supported by this version of RPM\n"
 msgstr ""
 
-#: lib/poptBT.c:118
+#: lib/poptBT.c:116
 #, c-format
 msgid "buildroot already specified, ignoring %s\n"
 msgstr ""
 
-#: lib/poptBT.c:148
+#: lib/poptBT.c:146
 #, c-format
 msgid "build through %prep (unpack sources and apply patches) from <specfile>"
 msgstr ""
 
-#: lib/poptBT.c:149 lib/poptBT.c:152 lib/poptBT.c:155 lib/poptBT.c:158
-#: lib/poptBT.c:161 lib/poptBT.c:164 lib/poptBT.c:167
+#: lib/poptBT.c:147 lib/poptBT.c:150 lib/poptBT.c:153 lib/poptBT.c:156
+#: lib/poptBT.c:159 lib/poptBT.c:162 lib/poptBT.c:165
 msgid "<specfile>"
 msgstr ""
 
-#: lib/poptBT.c:151
+#: lib/poptBT.c:149
 msgid "build through %build (%prep, then compile) from <specfile>"
 msgstr ""
 
-#: lib/poptBT.c:154
+#: lib/poptBT.c:152
 msgid "build through %install (%prep, %build, then install) from <specfile>"
 msgstr ""
 
-#: lib/poptBT.c:157
+#: lib/poptBT.c:155
 #, c-format
 msgid "verify %files section from <specfile>"
 msgstr ""
 
-#: lib/poptBT.c:160
+#: lib/poptBT.c:158
 msgid "build source and binary packages from <specfile>"
 msgstr ""
 
-#: lib/poptBT.c:163
+#: lib/poptBT.c:161
 msgid "build binary package only from <specfile>"
 msgstr ""
 
-#: lib/poptBT.c:166
+#: lib/poptBT.c:164
 msgid "build source package only from <specfile>"
 msgstr ""
 
-#: lib/poptBT.c:170
+#: lib/poptBT.c:168
 #, c-format
 msgid "build through %prep (unpack sources and apply patches) from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:171 lib/poptBT.c:174 lib/poptBT.c:177 lib/poptBT.c:180
-#: lib/poptBT.c:183 lib/poptBT.c:186 lib/poptBT.c:189
+#: lib/poptBT.c:169 lib/poptBT.c:172 lib/poptBT.c:175 lib/poptBT.c:178
+#: lib/poptBT.c:181 lib/poptBT.c:184 lib/poptBT.c:187
 msgid "<tarball>"
 msgstr ""
 
-#: lib/poptBT.c:173
+#: lib/poptBT.c:171
 msgid "build through %build (%prep, then compile) from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:176
+#: lib/poptBT.c:174
 msgid "build through %install (%prep, %build, then install) from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:179
+#: lib/poptBT.c:177
 #, c-format
 msgid "verify %files section from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:182
+#: lib/poptBT.c:180
 msgid "build source and binary packages from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:185
+#: lib/poptBT.c:183
 msgid "build binary package only from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:188
+#: lib/poptBT.c:186
 msgid "build source package only from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:192
+#: lib/poptBT.c:190
 msgid "build binary package from <source package>"
 msgstr ""
 
-#: lib/poptBT.c:193 lib/poptBT.c:196
+#: lib/poptBT.c:191 lib/poptBT.c:194
 msgid "<source package>"
 msgstr ""
 
-#: lib/poptBT.c:195
+#: lib/poptBT.c:193
 msgid ""
 "build through %install (%prep, %build, then install) from <source package>"
 msgstr ""
 
-#: lib/poptBT.c:199
+#: lib/poptBT.c:197
 msgid "override build root"
 msgstr ""
 
-#: lib/poptBT.c:203 rpmdb/poptDB.c:32
+#: lib/poptBT.c:201 rpmdb/poptDB.c:29
 msgid "generate headers compatible with rpm4 packaging"
 msgstr ""
 
-#: lib/poptBT.c:205
+#: lib/poptBT.c:203
 msgid "ignore ExcludeArch: directives from spec file"
 msgstr ""
 
-#: lib/poptBT.c:207
+#: lib/poptBT.c:205
 msgid "debug file state machine"
 msgstr ""
 
-#: lib/poptBT.c:209
+#: lib/poptBT.c:207
 msgid "do not execute any stages of the build"
 msgstr ""
 
-#: lib/poptBT.c:211
+#: lib/poptBT.c:209
 msgid "do not verify build dependencies"
 msgstr ""
 
-#: lib/poptBT.c:213
+#: lib/poptBT.c:211
 msgid "generate package header(s) compatible with (legacy) rpm[23] packaging"
 msgstr ""
 
-#: lib/poptBT.c:216
+#: lib/poptBT.c:214
 msgid "do not accept i18N msgstr's from specfile"
 msgstr ""
 
-#: lib/poptBT.c:220
+#: lib/poptBT.c:218
 msgid "remove specfile when done"
 msgstr ""
 
-#: lib/poptBT.c:226
+#: lib/poptBT.c:224
 msgid "override target platform"
 msgstr ""
 
-#: lib/poptBT.c:228
+#: lib/poptBT.c:226
 msgid "lookup i18N strings in specfile catalog"
 msgstr ""
 
@@ -2799,108 +2799,108 @@ msgstr ""
 msgid "unknown error %d encountered while manipulating package %s"
 msgstr ""
 
-#: lib/psm.c:313
+#: lib/psm.c:315
 msgid "========== relocations\n"
 msgstr ""
 
-#: lib/psm.c:317
+#: lib/psm.c:319
 #, c-format
 msgid "%5d exclude  %s\n"
 msgstr ""
 
-#: lib/psm.c:320
+#: lib/psm.c:322
 #, c-format
 msgid "%5d relocate %s -> %s\n"
 msgstr ""
 
-#: lib/psm.c:390
+#: lib/psm.c:392
 #, c-format
 msgid "excluding multilib path %s%s\n"
 msgstr ""
 
-#: lib/psm.c:456
+#: lib/psm.c:458
 #, c-format
 msgid "excluding %s %s\n"
 msgstr ""
 
-#: lib/psm.c:466
+#: lib/psm.c:468
 #, c-format
 msgid "relocating %s to %s\n"
 msgstr ""
 
-#: lib/psm.c:545
+#: lib/psm.c:547
 #, c-format
 msgid "relocating directory %s to %s\n"
 msgstr ""
 
-#: lib/psm.c:1168
+#: lib/psm.c:1170
 #, c-format
 msgid "cannot create %%%s %s\n"
 msgstr ""
 
-#: lib/psm.c:1174
+#: lib/psm.c:1176
 #, c-format
 msgid "cannot write to %%%s %s\n"
 msgstr ""
 
-#: lib/psm.c:1212
+#: lib/psm.c:1214
 msgid "source package expected, binary found\n"
 msgstr ""
 
-#: lib/psm.c:1323
+#: lib/psm.c:1325
 msgid "source package contains no .spec file\n"
 msgstr ""
 
-#: lib/psm.c:1430
+#: lib/psm.c:1432
 #, c-format
 msgid "%s: running %s scriptlet\n"
 msgstr ""
 
-#: lib/psm.c:1598
+#: lib/psm.c:1600
 #, c-format
 msgid "execution of %s scriptlet from %s-%s-%s failed, waitpid returned %s\n"
 msgstr ""
 
-#: lib/psm.c:1605
+#: lib/psm.c:1607
 #, c-format
 msgid "execution of %s scriptlet from %s-%s-%s failed, exit status %d\n"
 msgstr ""
 
-#: lib/psm.c:1952
+#: lib/psm.c:1954
 #, c-format
 msgid "%s: %s-%s-%s has %d files, test = %d\n"
 msgstr ""
 
-#: lib/psm.c:2069
+#: lib/psm.c:2071
 #, c-format
 msgid "%s: %s scriptlet failed (%d), skipping %s-%s-%s\n"
 msgstr ""
 
-#: lib/psm.c:2184
+#: lib/psm.c:2186
 #, c-format
 msgid "user %s does not exist - using root\n"
 msgstr ""
 
-#: lib/psm.c:2193
+#: lib/psm.c:2195
 #, c-format
 msgid "group %s does not exist - using root\n"
 msgstr ""
 
-#: lib/psm.c:2234
+#: lib/psm.c:2236
 #, c-format
 msgid "unpacking of archive failed%s%s: %s\n"
 msgstr ""
 
-#: lib/psm.c:2235
+#: lib/psm.c:2237
 msgid " on file "
 msgstr ""
 
-#: lib/psm.c:2421
+#: lib/psm.c:2423
 #, c-format
 msgid "%s failed on file %s: %s\n"
 msgstr ""
 
-#: lib/psm.c:2424
+#: lib/psm.c:2426
 #, c-format
 msgid "%s failed: %s\n"
 msgstr ""
@@ -3302,206 +3302,206 @@ msgstr ""
 msgid "Unable to open %s for reading: %s.\n"
 msgstr ""
 
-#: lib/signature.c:114
+#: lib/signature.c:115
 msgid "file is not regular -- skipping size check\n"
 msgstr ""
 
-#: lib/signature.c:123
+#: lib/signature.c:124
 #, c-format
 msgid "Expected size: %12d = lead(%d)+sigs(%d)+pad(%d)+data(%d)\n"
 msgstr ""
 
-#: lib/signature.c:128
+#: lib/signature.c:129
 #, c-format
 msgid "  Actual size: %12d\n"
 msgstr ""
 
-#: lib/signature.c:148
+#: lib/signature.c:149
 msgid "No signature\n"
 msgstr ""
 
-#: lib/signature.c:152
+#: lib/signature.c:153
 msgid "Old PGP signature\n"
 msgstr ""
 
-#: lib/signature.c:165
+#: lib/signature.c:166
 msgid "Old (internal-only) signature!  How did you get that!?\n"
 msgstr ""
 
-#: lib/signature.c:221
+#: lib/signature.c:222
 #, c-format
 msgid "Signature: size(%d)+pad(%d)\n"
 msgstr ""
 
-#: lib/signature.c:284
+#: lib/signature.c:285
 #, c-format
 msgid "Couldn't exec pgp (%s)\n"
 msgstr ""
 
-#: lib/signature.c:297
+#: lib/signature.c:298
 msgid "pgp failed\n"
 msgstr ""
 
 #. PGP failed to write signature
 #. Just in case
-#: lib/signature.c:304
+#: lib/signature.c:305
 msgid "pgp failed to write signature\n"
 msgstr ""
 
-#: lib/signature.c:309
+#: lib/signature.c:310
 #, c-format
 msgid "PGP sig size: %d\n"
 msgstr ""
 
-#: lib/signature.c:324 lib/signature.c:411
+#: lib/signature.c:325 lib/signature.c:412
 msgid "unable to read the signature\n"
 msgstr ""
 
-#: lib/signature.c:329
+#: lib/signature.c:330
 #, c-format
 msgid "Got %d bytes of PGP sig\n"
 msgstr ""
 
-#: lib/signature.c:371 lib/signature.c:501
+#: lib/signature.c:372 lib/signature.c:502
 msgid "Couldn't exec gpg\n"
 msgstr ""
 
-#: lib/signature.c:384
+#: lib/signature.c:385
 msgid "gpg failed\n"
 msgstr ""
 
 #. GPG failed to write signature
 #. Just in case
-#: lib/signature.c:391
+#: lib/signature.c:392
 msgid "gpg failed to write signature\n"
 msgstr ""
 
-#: lib/signature.c:396
+#: lib/signature.c:397
 #, c-format
 msgid "GPG sig size: %d\n"
 msgstr ""
 
-#: lib/signature.c:416
+#: lib/signature.c:417
 #, c-format
 msgid "Got %d bytes of GPG sig\n"
 msgstr ""
 
-#: lib/signature.c:444
+#: lib/signature.c:445
 msgid "Generating signature using PGP.\n"
 msgstr ""
 
-#: lib/signature.c:450
+#: lib/signature.c:451
 msgid "Generating signature using GPG.\n"
 msgstr ""
 
-#: lib/signature.c:530
+#: lib/signature.c:531
 msgid "Couldn't exec pgp\n"
 msgstr ""
 
 #. @notreached@
 #. This case should have been screened out long ago.
-#: lib/signature.c:534 lib/signature.c:587
+#: lib/signature.c:535 lib/signature.c:588
 #, c-format
 msgid "Invalid %%_signature spec in macro file\n"
 msgstr ""
 
-#: lib/signature.c:567
+#: lib/signature.c:568
 #, c-format
 msgid "You must set \"%%_gpg_name\" in your macro file\n"
 msgstr ""
 
-#: lib/signature.c:579
+#: lib/signature.c:580
 #, c-format
 msgid "You must set \"%%_pgp_name\" in your macro file\n"
 msgstr ""
 
-#: lib/transaction.c:308
+#: lib/transaction.c:309
 #, c-format
 msgid "%s skipped due to missingok flag\n"
 msgstr ""
 
 #. @innercontinue@
-#: lib/transaction.c:936
+#: lib/transaction.c:937
 #, c-format
 msgid "excluding directory %s\n"
 msgstr ""
 
-#: lib/verify.c:240
+#: lib/verify.c:242
 msgid "package lacks both user name and id lists (this should never happen)\n"
 msgstr ""
 
-#: lib/verify.c:261
+#: lib/verify.c:263
 msgid "package lacks both group name and id lists (this should never happen)\n"
 msgstr ""
 
-#: lib/verify.c:398
+#: lib/verify.c:400
 #, c-format
 msgid "missing    %s"
 msgstr ""
 
-#: lib/verify.c:495
+#: lib/verify.c:497
 #, 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:101 rpmdb/db3.c:100
+#: rpmdb/db1.c:100 rpmdb/db3.c:100
 #, c-format
 msgid "db%d error(%d) from %s: %s\n"
 msgstr ""
 
-#: rpmdb/db1.c:104 rpmdb/db3.c:103
+#: rpmdb/db1.c:103 rpmdb/db3.c:103
 #, c-format
 msgid "db%d error(%d): %s\n"
 msgstr ""
 
-#: rpmdb/db1.c:171
+#: rpmdb/db1.c:170
 #, c-format
 msgid ""
 "Broken package chain at offset %d(0x%08x), attempting to reconnect ...\n"
 msgstr ""
 
-#: rpmdb/db1.c:183
+#: rpmdb/db1.c:182
 #, c-format
 msgid "Reconnecting broken chain at offset %d(0x%08x).\n"
 msgstr ""
 
 #. @=branchstate@
-#: rpmdb/db1.c:509
+#: rpmdb/db1.c:508
 #, c-format
 msgid "closed  db file        %s\n"
 msgstr ""
 
-#: rpmdb/db1.c:512
+#: rpmdb/db1.c:511
 #, c-format
 msgid "removed db file        %s\n"
 msgstr ""
 
-#: rpmdb/db1.c:547
+#: rpmdb/db1.c:546
 #, c-format
 msgid "bad db file %s\n"
 msgstr ""
 
-#: rpmdb/db1.c:552
+#: rpmdb/db1.c:551
 #, c-format
 msgid "opening db file        %s mode 0x%x\n"
 msgstr ""
 
 #. XXX check errno validity
-#: rpmdb/db1.c:575
+#: rpmdb/db1.c:574
 #, c-format
 msgid "cannot get %s lock on database\n"
 msgstr ""
 
-#: rpmdb/db1.c:576 rpmdb/db3.c:1213
+#: rpmdb/db1.c:575 rpmdb/db3.c:1213
 msgid "exclusive"
 msgstr ""
 
-#: rpmdb/db1.c:576 rpmdb/db3.c:1213
+#: rpmdb/db1.c:575 rpmdb/db3.c:1213
 msgid "shared"
 msgstr ""
 
@@ -3575,168 +3575,168 @@ msgid ""
 "if \"rpm --rebuilddb\" fails to correct the problem.\n"
 msgstr ""
 
-#: rpmdb/poptDB.c:22
+#: rpmdb/poptDB.c:19
 msgid "initialize database"
 msgstr ""
 
-#: rpmdb/poptDB.c:24
+#: rpmdb/poptDB.c:21
 msgid "rebuild database inverted lists from installed package headers"
 msgstr ""
 
-#: rpmdb/poptDB.c:29
+#: rpmdb/poptDB.c:26
 msgid "generate headers compatible with (legacy) rpm[23] packaging"
 msgstr ""
 
 #. @-modfilesys@
-#: rpmdb/rpmdb.c:130
+#: rpmdb/rpmdb.c:126
 #, c-format
 msgid "dbiTagsInit: unrecognized tag name: \"%s\" ignored\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:384
+#: rpmdb/rpmdb.c:380
 #, c-format
 msgid "cannot open %s index using db%d - %s (%d)\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:406
+#: rpmdb/rpmdb.c:402
 #, c-format
 msgid "cannot open %s index\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:498
+#: rpmdb/rpmdb.c:494
 #, c-format
 msgid "error(%d) getting \"%s\" records from %s index\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:629
+#: rpmdb/rpmdb.c:625
 #, c-format
 msgid "error(%d) storing record %s into %s\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:639
+#: rpmdb/rpmdb.c:635
 #, c-format
 msgid "error(%d) removing record %s from %s\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:893
+#: rpmdb/rpmdb.c:889
 msgid "no dbpath has been set\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:1032
+#: rpmdb/rpmdb.c:1028
 msgid ""
 "old format database is present; use --rebuilddb to generate a new format "
 "database\n"
 msgstr ""
 
 #. error
-#: rpmdb/rpmdb.c:1277
+#: rpmdb/rpmdb.c:1273
 #, c-format
 msgid "error(%d) counting packages\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2061 rpmdb/rpmdb.c:3276
+#: rpmdb/rpmdb.c:2057 rpmdb/rpmdb.c:3310
 #, c-format
 msgid "record number %u in database is bad -- skipping.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2114
+#: rpmdb/rpmdb.c:2110
 #, c-format
 msgid "rpmdb: damaged header instance #%u retrieved, skipping.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2384
+#: rpmdb/rpmdb.c:2380
 #, c-format
 msgid "%s: cannot read header at 0x%x\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2456
+#: rpmdb/rpmdb.c:2452
 #, c-format
 msgid "removing \"%s\" from %s index.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2465
+#: rpmdb/rpmdb.c:2461
 #, c-format
 msgid "removing %d entries from %s index.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2666
+#: rpmdb/rpmdb.c:2662
 #, c-format
 msgid "error(%d) allocating new package instance\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2747
+#: rpmdb/rpmdb.c:2743
 #, c-format
 msgid "adding \"%s\" to %s index.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2758
+#: rpmdb/rpmdb.c:2754
 #, c-format
 msgid "adding %d entries to %s index.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3162
+#: rpmdb/rpmdb.c:3196
 #, c-format
 msgid "removing %s after successful db3 rebuild.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3195
+#: rpmdb/rpmdb.c:3229
 msgid "no dbpath has been set"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3222
+#: rpmdb/rpmdb.c:3256
 #, c-format
 msgid "rebuilding database %s into %s\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3226
+#: rpmdb/rpmdb.c:3260
 #, c-format
 msgid "temporary database %s already exists\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3232
+#: rpmdb/rpmdb.c:3266
 #, c-format
 msgid "creating directory %s\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3234
+#: rpmdb/rpmdb.c:3268
 #, c-format
 msgid "creating directory %s: %s\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3241
+#: rpmdb/rpmdb.c:3275
 #, c-format
 msgid "opening old database with dbapi %d\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3252
+#: rpmdb/rpmdb.c:3286
 #, c-format
 msgid "opening new database with dbapi %d\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3316
+#: rpmdb/rpmdb.c:3350
 #, c-format
 msgid "cannot add record originally at %u\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3334
+#: rpmdb/rpmdb.c:3368
 msgid "failed to rebuild database: original database remains in place\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3342
+#: rpmdb/rpmdb.c:3376
 msgid "failed to replace old database with new database!\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3344
+#: rpmdb/rpmdb.c:3378
 #, c-format
 msgid "replace files in %s with files from %s to recover"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3354
+#: rpmdb/rpmdb.c:3388
 #, c-format
 msgid "removing directory %s\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3356
+#: rpmdb/rpmdb.c:3390
 #, c-format
 msgid "failed to remove directory %s: %s\n"
 msgstr ""
index 2d6a397..3bd4918 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-20 18:27-0400\n"
+"POT-Creation-Date: 2001-10-21 17:21-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"
@@ -704,15 +704,15 @@ msgstr ""
 msgid "bin/src package (prep, compile, install, package)"
 msgstr ""
 
-#: lib/poptBT.c:222 rpm.c:523
+#: lib/poptBT.c:220 rpm.c:523
 msgid "skip straight to specified stage (only for c,i)"
 msgstr ""
 
-#: lib/poptBT.c:201 rpm.c:525
+#: lib/poptBT.c:199 rpm.c:525
 msgid "remove build tree when done"
 msgstr ""
 
-#: lib/poptBT.c:218 rpm.c:527
+#: lib/poptBT.c:216 rpm.c:527
 msgid "remove sources when done"
 msgstr ""
 
@@ -720,7 +720,7 @@ msgstr ""
 msgid "remove spec file when done"
 msgstr ""
 
-#: lib/poptBT.c:224 rpm.c:531
+#: lib/poptBT.c:222 rpm.c:531
 msgid "generate PGP/GPG signature"
 msgstr ""
 
@@ -810,7 +810,7 @@ msgstr ""
 msgid "rebuild database from existing database"
 msgstr ""
 
-#: rpm.c:565 rpmdb/poptDB.c:27
+#: rpm.c:565 rpmdb/poptDB.c:24
 msgid "verify database files"
 msgstr ""
 
@@ -1225,7 +1225,7 @@ msgstr ""
 msgid "no tar files given for build"
 msgstr ""
 
-#: build/build.c:125 build/pack.c:471
+#: build/build.c:125 build/pack.c:466
 msgid "Unable to open temp file.\n"
 msgstr ""
 
@@ -1300,181 +1300,181 @@ msgstr ""
 msgid "syntax error in expression\n"
 msgstr ""
 
-#: build/files.c:274
+#: build/files.c:270
 #, c-format
 msgid "TIMECHECK failure: %s\n"
 msgstr ""
 
-#: build/files.c:333 build/files.c:525 build/files.c:708
+#: build/files.c:329 build/files.c:521 build/files.c:704
 #, c-format
 msgid "Missing '(' in %s %s\n"
 msgstr ""
 
-#: build/files.c:344 build/files.c:650 build/files.c:719
+#: build/files.c:340 build/files.c:646 build/files.c:715
 #, c-format
 msgid "Missing ')' in %s(%s\n"
 msgstr ""
 
-#: build/files.c:382 build/files.c:675
+#: build/files.c:378 build/files.c:671
 #, c-format
 msgid "Invalid %s token: %s\n"
 msgstr ""
 
-#: build/files.c:488
+#: build/files.c:484
 #, c-format
 msgid "Missing %s in %s %s\n"
 msgstr ""
 
-#: build/files.c:541
+#: build/files.c:537
 #, c-format
 msgid "Non-white space follows %s(): %s\n"
 msgstr ""
 
-#: build/files.c:579
+#: build/files.c:575
 #, c-format
 msgid "Bad syntax: %s(%s)\n"
 msgstr ""
 
-#: build/files.c:589
+#: build/files.c:585
 #, c-format
 msgid "Bad mode spec: %s(%s)\n"
 msgstr ""
 
-#: build/files.c:601
+#: build/files.c:597
 #, c-format
 msgid "Bad dirmode spec: %s(%s)\n"
 msgstr ""
 
-#: build/files.c:746
+#: build/files.c:742
 #, c-format
 msgid "Unusual locale length: \"%.*s\" in %%lang(%s)\n"
 msgstr ""
 
 #. @innercontinue@
-#: build/files.c:757
+#: build/files.c:753
 #, c-format
 msgid "Duplicate locale %.*s in %%lang(%s)\n"
 msgstr ""
 
-#: build/files.c:908
+#: build/files.c:904
 #, c-format
 msgid "Hit limit for %%docdir\n"
 msgstr ""
 
-#: build/files.c:914
+#: build/files.c:910
 #, c-format
 msgid "Only one arg for %%docdir\n"
 msgstr ""
 
 #. We already got a file -- error
-#: build/files.c:942
+#: build/files.c:938
 #, c-format
 msgid "Two files on one line: %s\n"
 msgstr ""
 
-#: build/files.c:957
+#: build/files.c:953
 #, c-format
 msgid "File must begin with \"/\": %s\n"
 msgstr ""
 
-#: build/files.c:970
+#: build/files.c:966
 #, 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:1147
+#: build/files.c:1143
 #, c-format
 msgid "File listed twice: %s\n"
 msgstr ""
 
-#: build/files.c:1282
+#: build/files.c:1278
 #, c-format
 msgid "Symlink points to BuildRoot: %s -> %s\n"
 msgstr ""
 
-#: build/files.c:1488
+#: build/files.c:1484
 #, c-format
 msgid "File doesn't match prefix (%s): %s\n"
 msgstr ""
 
-#: build/files.c:1512
+#: build/files.c:1508
 #, c-format
 msgid "File not found: %s\n"
 msgstr ""
 
-#: build/files.c:1555 build/files.c:2167 build/parsePrep.c:50
+#: build/files.c:1551 build/files.c:2163 build/parsePrep.c:50
 #, c-format
 msgid "Bad owner/group: %s\n"
 msgstr ""
 
-#: build/files.c:1567
+#: build/files.c:1563
 #, c-format
 msgid "File %4d: %07o %s.%s\t %s\n"
 msgstr ""
 
-#: build/files.c:1671
+#: build/files.c:1667
 #, c-format
 msgid "File needs leading \"/\": %s\n"
 msgstr ""
 
-#: build/files.c:1694
+#: build/files.c:1690
 #, c-format
 msgid "Glob not permitted: %s\n"
 msgstr ""
 
-#: build/files.c:1709
+#: build/files.c:1705
 #, c-format
 msgid "File not found by glob: %s\n"
 msgstr ""
 
-#: build/files.c:1771
+#: build/files.c:1767
 #, c-format
 msgid "Could not open %%files file %s: %s\n"
 msgstr ""
 
-#: build/files.c:1782 build/pack.c:150
+#: build/files.c:1778 build/pack.c:145
 #, c-format
 msgid "line: %s\n"
 msgstr ""
 
-#: build/files.c:2155
+#: build/files.c:2151
 #, c-format
 msgid "Bad file: %s: %s\n"
 msgstr ""
 
 #. XXX this error message is probably not seen.
-#: build/files.c:2229
+#: build/files.c:2225
 #, c-format
 msgid "Couldn't exec %s: %s\n"
 msgstr ""
 
-#: build/files.c:2234
+#: build/files.c:2230
 #, c-format
 msgid "Couldn't fork %s: %s\n"
 msgstr ""
 
-#: build/files.c:2318
+#: build/files.c:2314
 #, c-format
 msgid "%s failed\n"
 msgstr ""
 
-#: build/files.c:2322
+#: build/files.c:2318
 #, c-format
 msgid "failed to write all data to %s\n"
 msgstr ""
 
-#: build/files.c:2458
+#: build/files.c:2454
 #, c-format
 msgid "Finding  %s: (using %s)...\n"
 msgstr ""
 
-#: build/files.c:2484 build/files.c:2498
+#: build/files.c:2480 build/files.c:2494
 #, c-format
 msgid "Failed to find %s:\n"
 msgstr ""
 
-#: build/files.c:2619
+#: build/files.c:2615
 #, c-format
 msgid "Processing files: %s-%s-%s\n"
 msgstr ""
@@ -1508,152 +1508,152 @@ msgstr ""
 msgid "Could not canonicalize hostname: %s\n"
 msgstr ""
 
-#: build/pack.c:83
+#: build/pack.c:78
 #, c-format
 msgid "create archive failed on file %s: %s\n"
 msgstr ""
 
-#: build/pack.c:86
+#: build/pack.c:81
 #, c-format
 msgid "create archive failed: %s\n"
 msgstr ""
 
-#: build/pack.c:108
+#: build/pack.c:103
 #, c-format
 msgid "cpio_copy write failed: %s\n"
 msgstr ""
 
-#: build/pack.c:115
+#: build/pack.c:110
 #, c-format
 msgid "cpio_copy read failed: %s\n"
 msgstr ""
 
-#: build/pack.c:218
+#: build/pack.c:213
 #, c-format
 msgid "Could not open PreIn file: %s\n"
 msgstr ""
 
-#: build/pack.c:225
+#: build/pack.c:220
 #, c-format
 msgid "Could not open PreUn file: %s\n"
 msgstr ""
 
-#: build/pack.c:232
+#: build/pack.c:227
 #, c-format
 msgid "Could not open PostIn file: %s\n"
 msgstr ""
 
-#: build/pack.c:239
+#: build/pack.c:234
 #, c-format
 msgid "Could not open PostUn file: %s\n"
 msgstr ""
 
-#: build/pack.c:247
+#: build/pack.c:242
 #, c-format
 msgid "Could not open VerifyScript file: %s\n"
 msgstr ""
 
-#: build/pack.c:262
+#: build/pack.c:257
 #, c-format
 msgid "Could not open Trigger script file: %s\n"
 msgstr ""
 
-#: build/pack.c:290
+#: build/pack.c:285
 #, c-format
 msgid "readRPM: open %s: %s\n"
 msgstr ""
 
-#: build/pack.c:300
+#: build/pack.c:295
 #, c-format
 msgid "readRPM: read %s: %s\n"
 msgstr ""
 
-#: build/pack.c:309 build/pack.c:513
+#: build/pack.c:304 build/pack.c:508
 #, c-format
 msgid "%s: Fseek failed: %s\n"
 msgstr ""
 
-#: build/pack.c:325
+#: build/pack.c:320
 #, c-format
 msgid "readRPM: %s is not an RPM package\n"
 msgstr ""
 
-#: build/pack.c:334
+#: build/pack.c:329
 #, c-format
 msgid "readRPM: reading header from %s\n"
 msgstr ""
 
-#: build/pack.c:459
+#: build/pack.c:454
 msgid "Unable to create immutable header region.\n"
 msgstr ""
 
-#: build/pack.c:477
+#: build/pack.c:472
 msgid "Unable to write temp header\n"
 msgstr ""
 
-#: build/pack.c:485
+#: build/pack.c:480
 msgid "Bad CSA data\n"
 msgstr ""
 
-#: build/pack.c:520
+#: build/pack.c:515
 msgid "Unable to write final header\n"
 msgstr ""
 
-#: build/pack.c:538
+#: build/pack.c:533
 #, c-format
 msgid "Generating signature: %d\n"
 msgstr ""
 
-#: build/pack.c:551
+#: build/pack.c:546
 msgid "Unable to reload signature header.\n"
 msgstr ""
 
-#: build/pack.c:559
+#: build/pack.c:554
 #, c-format
 msgid "Could not open %s: %s\n"
 msgstr ""
 
-#: build/pack.c:595 lib/psm.c:2147
+#: build/pack.c:590 lib/psm.c:2149
 #, c-format
 msgid "Unable to write package: %s\n"
 msgstr ""
 
-#: build/pack.c:610
+#: build/pack.c:605
 #, c-format
 msgid "Unable to open sigtarget %s: %s\n"
 msgstr ""
 
-#: build/pack.c:620
+#: build/pack.c:615
 #, c-format
 msgid "Unable to read header from %s: %s\n"
 msgstr ""
 
-#: build/pack.c:634
+#: build/pack.c:629
 #, c-format
 msgid "Unable to write header to %s: %s\n"
 msgstr ""
 
-#: build/pack.c:644
+#: build/pack.c:639
 #, c-format
 msgid "Unable to read payload from %s: %s\n"
 msgstr ""
 
-#: build/pack.c:650
+#: build/pack.c:645
 #, c-format
 msgid "Unable to write payload to %s: %s\n"
 msgstr ""
 
-#: build/pack.c:675 lib/psm.c:2413
+#: build/pack.c:670 lib/psm.c:2415
 #, c-format
 msgid "Wrote: %s\n"
 msgstr ""
 
-#: build/pack.c:742
+#: build/pack.c:737
 #, c-format
 msgid "Could not generate output filename for package %s: %s\n"
 msgstr ""
 
-#: build/pack.c:759
+#: build/pack.c:754
 #, c-format
 msgid "cannot create %s: %s\n"
 msgstr ""
@@ -2060,72 +2060,72 @@ msgid " failed - "
 msgstr ""
 
 #. XXX legacy epoch-less requires/conflicts compatibility
-#: lib/depends.c:582
+#: lib/depends.c:559
 #, c-format
 msgid ""
 "the \"B\" dependency needs an epoch (assuming same as \"A\")\n"
 "\tA %s\tB %s\n"
 msgstr ""
 
-#: lib/depends.c:611
+#: lib/depends.c:588
 #, c-format
 msgid "  %s    A %s\tB %s\n"
 msgstr ""
 
-#: lib/depends.c:612 lib/depends.c:1248 lib/depends.c:1381
+#: lib/depends.c:589 lib/depends.c:1225 lib/depends.c:1358
 msgid "YES"
 msgstr ""
 
-#: lib/depends.c:612 lib/depends.c:1248 lib/depends.c:1381
+#: lib/depends.c:589 lib/depends.c:1225 lib/depends.c:1358
 msgid "NO "
 msgstr ""
 
-#: lib/depends.c:1042
+#: lib/depends.c:1019
 #, c-format
 msgid "%s: %-45s YES (added files)\n"
 msgstr ""
 
-#: lib/depends.c:1153
+#: lib/depends.c:1130
 #, c-format
 msgid "%s: %-45s YES (added provide)\n"
 msgstr ""
 
-#: lib/depends.c:1247
+#: lib/depends.c:1224
 #, c-format
 msgid "%s: %-45s %-s (cached)\n"
 msgstr ""
 
-#: lib/depends.c:1276
+#: lib/depends.c:1253
 #, c-format
 msgid "%s: %-45s YES (rpmrc provides)\n"
 msgstr ""
 
-#: lib/depends.c:1293
+#: lib/depends.c:1270
 #, c-format
 msgid "%s: %-45s YES (rpmlib provides)\n"
 msgstr ""
 
-#: lib/depends.c:1317
+#: lib/depends.c:1294
 #, c-format
 msgid "%s: %-45s YES (db files)\n"
 msgstr ""
 
-#: lib/depends.c:1330
+#: lib/depends.c:1307
 #, c-format
 msgid "%s: %-45s YES (db provides)\n"
 msgstr ""
 
-#: lib/depends.c:1344
+#: lib/depends.c:1321
 #, c-format
 msgid "%s: %-45s YES (db package)\n"
 msgstr ""
 
-#: lib/depends.c:1360
+#: lib/depends.c:1337
 #, c-format
 msgid "%s: %-45s NO\n"
 msgstr ""
 
-#: lib/depends.c:1381
+#: lib/depends.c:1358
 #, c-format
 msgid "%s: (%s, %s) added to Depends cache.\n"
 msgstr ""
@@ -2133,42 +2133,42 @@ msgstr ""
 #. requirements are satisfied.
 #. @switchbreak@
 #. requirements are not satisfied.
-#: lib/depends.c:1454
+#: lib/depends.c:1431
 #, c-format
 msgid "package %s-%s-%s require not satisfied: %s\n"
 msgstr ""
 
 #. conflicts exist.
-#: lib/depends.c:1533
+#: lib/depends.c:1510
 #, c-format
 msgid "package %s conflicts: %s\n"
 msgstr ""
 
-#: lib/depends.c:1786
+#: lib/depends.c:1763
 #, c-format
 msgid "removing %s-%s-%s \"%s\" from tsort relations.\n"
 msgstr ""
 
 #. Record all relations.
-#: lib/depends.c:1936
+#: lib/depends.c:1913
 msgid "========== recording tsort relations\n"
 msgstr ""
 
 #. T4. Scan for zeroes.
-#: lib/depends.c:1996
+#: lib/depends.c:1973
 msgid ""
 "========== tsorting packages (order, #predecessors, #succesors, depth)\n"
 msgstr ""
 
-#: lib/depends.c:2046
+#: lib/depends.c:2023
 msgid "========== successors only (presentation order)\n"
 msgstr ""
 
-#: lib/depends.c:2099
+#: lib/depends.c:2076
 msgid "LOOP:\n"
 msgstr ""
 
-#: lib/depends.c:2129
+#: lib/depends.c:2106
 msgid "========== continuing tsort ...\n"
 msgstr ""
 
@@ -2261,7 +2261,7 @@ msgid "dataLength() RPM_STRING_TYPE count must be 1.\n"
 msgstr ""
 
 #. @-modfilesys@
-#: lib/header.c:351 lib/header_internal.c:161 lib/psm.c:971
+#: lib/header.c:351 lib/header_internal.c:161 lib/psm.c:973
 #, c-format
 msgid "Data type %d not supported\n"
 msgstr ""
@@ -2341,149 +2341,149 @@ msgstr ""
 msgid "(unknown type)"
 msgstr ""
 
-#: lib/misc.c:241 lib/misc.c:246 lib/misc.c:252
+#: lib/misc.c:243 lib/misc.c:248 lib/misc.c:254
 #, c-format
 msgid "error creating temporary file %s\n"
 msgstr ""
 
-#: lib/package.c:162
+#: lib/package.c:163
 msgid "packaging version 1 is not supported by this version of RPM\n"
 msgstr ""
 
-#: lib/package.c:228
+#: lib/package.c:229
 msgid ""
 "only packaging with major numbers <= 4 is supported by this version of RPM\n"
 msgstr ""
 
-#: lib/poptBT.c:118
+#: lib/poptBT.c:116
 #, c-format
 msgid "buildroot already specified, ignoring %s\n"
 msgstr ""
 
-#: lib/poptBT.c:148
+#: lib/poptBT.c:146
 #, c-format
 msgid "build through %prep (unpack sources and apply patches) from <specfile>"
 msgstr ""
 
-#: lib/poptBT.c:149 lib/poptBT.c:152 lib/poptBT.c:155 lib/poptBT.c:158
-#: lib/poptBT.c:161 lib/poptBT.c:164 lib/poptBT.c:167
+#: lib/poptBT.c:147 lib/poptBT.c:150 lib/poptBT.c:153 lib/poptBT.c:156
+#: lib/poptBT.c:159 lib/poptBT.c:162 lib/poptBT.c:165
 msgid "<specfile>"
 msgstr ""
 
-#: lib/poptBT.c:151
+#: lib/poptBT.c:149
 msgid "build through %build (%prep, then compile) from <specfile>"
 msgstr ""
 
-#: lib/poptBT.c:154
+#: lib/poptBT.c:152
 msgid "build through %install (%prep, %build, then install) from <specfile>"
 msgstr ""
 
-#: lib/poptBT.c:157
+#: lib/poptBT.c:155
 #, c-format
 msgid "verify %files section from <specfile>"
 msgstr ""
 
-#: lib/poptBT.c:160
+#: lib/poptBT.c:158
 msgid "build source and binary packages from <specfile>"
 msgstr ""
 
-#: lib/poptBT.c:163
+#: lib/poptBT.c:161
 msgid "build binary package only from <specfile>"
 msgstr ""
 
-#: lib/poptBT.c:166
+#: lib/poptBT.c:164
 msgid "build source package only from <specfile>"
 msgstr ""
 
-#: lib/poptBT.c:170
+#: lib/poptBT.c:168
 #, c-format
 msgid "build through %prep (unpack sources and apply patches) from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:171 lib/poptBT.c:174 lib/poptBT.c:177 lib/poptBT.c:180
-#: lib/poptBT.c:183 lib/poptBT.c:186 lib/poptBT.c:189
+#: lib/poptBT.c:169 lib/poptBT.c:172 lib/poptBT.c:175 lib/poptBT.c:178
+#: lib/poptBT.c:181 lib/poptBT.c:184 lib/poptBT.c:187
 msgid "<tarball>"
 msgstr ""
 
-#: lib/poptBT.c:173
+#: lib/poptBT.c:171
 msgid "build through %build (%prep, then compile) from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:176
+#: lib/poptBT.c:174
 msgid "build through %install (%prep, %build, then install) from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:179
+#: lib/poptBT.c:177
 #, c-format
 msgid "verify %files section from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:182
+#: lib/poptBT.c:180
 msgid "build source and binary packages from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:185
+#: lib/poptBT.c:183
 msgid "build binary package only from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:188
+#: lib/poptBT.c:186
 msgid "build source package only from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:192
+#: lib/poptBT.c:190
 msgid "build binary package from <source package>"
 msgstr ""
 
-#: lib/poptBT.c:193 lib/poptBT.c:196
+#: lib/poptBT.c:191 lib/poptBT.c:194
 msgid "<source package>"
 msgstr ""
 
-#: lib/poptBT.c:195
+#: lib/poptBT.c:193
 msgid ""
 "build through %install (%prep, %build, then install) from <source package>"
 msgstr ""
 
-#: lib/poptBT.c:199
+#: lib/poptBT.c:197
 msgid "override build root"
 msgstr ""
 
-#: lib/poptBT.c:203 rpmdb/poptDB.c:32
+#: lib/poptBT.c:201 rpmdb/poptDB.c:29
 msgid "generate headers compatible with rpm4 packaging"
 msgstr ""
 
-#: lib/poptBT.c:205
+#: lib/poptBT.c:203
 msgid "ignore ExcludeArch: directives from spec file"
 msgstr ""
 
-#: lib/poptBT.c:207
+#: lib/poptBT.c:205
 msgid "debug file state machine"
 msgstr ""
 
-#: lib/poptBT.c:209
+#: lib/poptBT.c:207
 msgid "do not execute any stages of the build"
 msgstr ""
 
-#: lib/poptBT.c:211
+#: lib/poptBT.c:209
 msgid "do not verify build dependencies"
 msgstr ""
 
-#: lib/poptBT.c:213
+#: lib/poptBT.c:211
 msgid "generate package header(s) compatible with (legacy) rpm[23] packaging"
 msgstr ""
 
-#: lib/poptBT.c:216
+#: lib/poptBT.c:214
 msgid "do not accept i18N msgstr's from specfile"
 msgstr ""
 
-#: lib/poptBT.c:220
+#: lib/poptBT.c:218
 msgid "remove specfile when done"
 msgstr ""
 
-#: lib/poptBT.c:226
+#: lib/poptBT.c:224
 msgid "override target platform"
 msgstr ""
 
-#: lib/poptBT.c:228
+#: lib/poptBT.c:226
 msgid "lookup i18N strings in specfile catalog"
 msgstr ""
 
@@ -2799,108 +2799,108 @@ msgstr ""
 msgid "unknown error %d encountered while manipulating package %s"
 msgstr ""
 
-#: lib/psm.c:313
+#: lib/psm.c:315
 msgid "========== relocations\n"
 msgstr ""
 
-#: lib/psm.c:317
+#: lib/psm.c:319
 #, c-format
 msgid "%5d exclude  %s\n"
 msgstr ""
 
-#: lib/psm.c:320
+#: lib/psm.c:322
 #, c-format
 msgid "%5d relocate %s -> %s\n"
 msgstr ""
 
-#: lib/psm.c:390
+#: lib/psm.c:392
 #, c-format
 msgid "excluding multilib path %s%s\n"
 msgstr ""
 
-#: lib/psm.c:456
+#: lib/psm.c:458
 #, c-format
 msgid "excluding %s %s\n"
 msgstr ""
 
-#: lib/psm.c:466
+#: lib/psm.c:468
 #, c-format
 msgid "relocating %s to %s\n"
 msgstr ""
 
-#: lib/psm.c:545
+#: lib/psm.c:547
 #, c-format
 msgid "relocating directory %s to %s\n"
 msgstr ""
 
-#: lib/psm.c:1168
+#: lib/psm.c:1170
 #, c-format
 msgid "cannot create %%%s %s\n"
 msgstr ""
 
-#: lib/psm.c:1174
+#: lib/psm.c:1176
 #, c-format
 msgid "cannot write to %%%s %s\n"
 msgstr ""
 
-#: lib/psm.c:1212
+#: lib/psm.c:1214
 msgid "source package expected, binary found\n"
 msgstr ""
 
-#: lib/psm.c:1323
+#: lib/psm.c:1325
 msgid "source package contains no .spec file\n"
 msgstr ""
 
-#: lib/psm.c:1430
+#: lib/psm.c:1432
 #, c-format
 msgid "%s: running %s scriptlet\n"
 msgstr ""
 
-#: lib/psm.c:1598
+#: lib/psm.c:1600
 #, c-format
 msgid "execution of %s scriptlet from %s-%s-%s failed, waitpid returned %s\n"
 msgstr ""
 
-#: lib/psm.c:1605
+#: lib/psm.c:1607
 #, c-format
 msgid "execution of %s scriptlet from %s-%s-%s failed, exit status %d\n"
 msgstr ""
 
-#: lib/psm.c:1952
+#: lib/psm.c:1954
 #, c-format
 msgid "%s: %s-%s-%s has %d files, test = %d\n"
 msgstr ""
 
-#: lib/psm.c:2069
+#: lib/psm.c:2071
 #, c-format
 msgid "%s: %s scriptlet failed (%d), skipping %s-%s-%s\n"
 msgstr ""
 
-#: lib/psm.c:2184
+#: lib/psm.c:2186
 #, c-format
 msgid "user %s does not exist - using root\n"
 msgstr ""
 
-#: lib/psm.c:2193
+#: lib/psm.c:2195
 #, c-format
 msgid "group %s does not exist - using root\n"
 msgstr ""
 
-#: lib/psm.c:2234
+#: lib/psm.c:2236
 #, c-format
 msgid "unpacking of archive failed%s%s: %s\n"
 msgstr ""
 
-#: lib/psm.c:2235
+#: lib/psm.c:2237
 msgid " on file "
 msgstr ""
 
-#: lib/psm.c:2421
+#: lib/psm.c:2423
 #, c-format
 msgid "%s failed on file %s: %s\n"
 msgstr ""
 
-#: lib/psm.c:2424
+#: lib/psm.c:2426
 #, c-format
 msgid "%s failed: %s\n"
 msgstr ""
@@ -3302,206 +3302,206 @@ msgstr ""
 msgid "Unable to open %s for reading: %s.\n"
 msgstr ""
 
-#: lib/signature.c:114
+#: lib/signature.c:115
 msgid "file is not regular -- skipping size check\n"
 msgstr ""
 
-#: lib/signature.c:123
+#: lib/signature.c:124
 #, c-format
 msgid "Expected size: %12d = lead(%d)+sigs(%d)+pad(%d)+data(%d)\n"
 msgstr ""
 
-#: lib/signature.c:128
+#: lib/signature.c:129
 #, c-format
 msgid "  Actual size: %12d\n"
 msgstr ""
 
-#: lib/signature.c:148
+#: lib/signature.c:149
 msgid "No signature\n"
 msgstr ""
 
-#: lib/signature.c:152
+#: lib/signature.c:153
 msgid "Old PGP signature\n"
 msgstr ""
 
-#: lib/signature.c:165
+#: lib/signature.c:166
 msgid "Old (internal-only) signature!  How did you get that!?\n"
 msgstr ""
 
-#: lib/signature.c:221
+#: lib/signature.c:222
 #, c-format
 msgid "Signature: size(%d)+pad(%d)\n"
 msgstr ""
 
-#: lib/signature.c:284
+#: lib/signature.c:285
 #, c-format
 msgid "Couldn't exec pgp (%s)\n"
 msgstr ""
 
-#: lib/signature.c:297
+#: lib/signature.c:298
 msgid "pgp failed\n"
 msgstr ""
 
 #. PGP failed to write signature
 #. Just in case
-#: lib/signature.c:304
+#: lib/signature.c:305
 msgid "pgp failed to write signature\n"
 msgstr ""
 
-#: lib/signature.c:309
+#: lib/signature.c:310
 #, c-format
 msgid "PGP sig size: %d\n"
 msgstr ""
 
-#: lib/signature.c:324 lib/signature.c:411
+#: lib/signature.c:325 lib/signature.c:412
 msgid "unable to read the signature\n"
 msgstr ""
 
-#: lib/signature.c:329
+#: lib/signature.c:330
 #, c-format
 msgid "Got %d bytes of PGP sig\n"
 msgstr ""
 
-#: lib/signature.c:371 lib/signature.c:501
+#: lib/signature.c:372 lib/signature.c:502
 msgid "Couldn't exec gpg\n"
 msgstr ""
 
-#: lib/signature.c:384
+#: lib/signature.c:385
 msgid "gpg failed\n"
 msgstr ""
 
 #. GPG failed to write signature
 #. Just in case
-#: lib/signature.c:391
+#: lib/signature.c:392
 msgid "gpg failed to write signature\n"
 msgstr ""
 
-#: lib/signature.c:396
+#: lib/signature.c:397
 #, c-format
 msgid "GPG sig size: %d\n"
 msgstr ""
 
-#: lib/signature.c:416
+#: lib/signature.c:417
 #, c-format
 msgid "Got %d bytes of GPG sig\n"
 msgstr ""
 
-#: lib/signature.c:444
+#: lib/signature.c:445
 msgid "Generating signature using PGP.\n"
 msgstr ""
 
-#: lib/signature.c:450
+#: lib/signature.c:451
 msgid "Generating signature using GPG.\n"
 msgstr ""
 
-#: lib/signature.c:530
+#: lib/signature.c:531
 msgid "Couldn't exec pgp\n"
 msgstr ""
 
 #. @notreached@
 #. This case should have been screened out long ago.
-#: lib/signature.c:534 lib/signature.c:587
+#: lib/signature.c:535 lib/signature.c:588
 #, c-format
 msgid "Invalid %%_signature spec in macro file\n"
 msgstr ""
 
-#: lib/signature.c:567
+#: lib/signature.c:568
 #, c-format
 msgid "You must set \"%%_gpg_name\" in your macro file\n"
 msgstr ""
 
-#: lib/signature.c:579
+#: lib/signature.c:580
 #, c-format
 msgid "You must set \"%%_pgp_name\" in your macro file\n"
 msgstr ""
 
-#: lib/transaction.c:308
+#: lib/transaction.c:309
 #, c-format
 msgid "%s skipped due to missingok flag\n"
 msgstr ""
 
 #. @innercontinue@
-#: lib/transaction.c:936
+#: lib/transaction.c:937
 #, c-format
 msgid "excluding directory %s\n"
 msgstr ""
 
-#: lib/verify.c:240
+#: lib/verify.c:242
 msgid "package lacks both user name and id lists (this should never happen)\n"
 msgstr ""
 
-#: lib/verify.c:261
+#: lib/verify.c:263
 msgid "package lacks both group name and id lists (this should never happen)\n"
 msgstr ""
 
-#: lib/verify.c:398
+#: lib/verify.c:400
 #, c-format
 msgid "missing    %s"
 msgstr ""
 
-#: lib/verify.c:495
+#: lib/verify.c:497
 #, 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:101 rpmdb/db3.c:100
+#: rpmdb/db1.c:100 rpmdb/db3.c:100
 #, c-format
 msgid "db%d error(%d) from %s: %s\n"
 msgstr ""
 
-#: rpmdb/db1.c:104 rpmdb/db3.c:103
+#: rpmdb/db1.c:103 rpmdb/db3.c:103
 #, c-format
 msgid "db%d error(%d): %s\n"
 msgstr ""
 
-#: rpmdb/db1.c:171
+#: rpmdb/db1.c:170
 #, c-format
 msgid ""
 "Broken package chain at offset %d(0x%08x), attempting to reconnect ...\n"
 msgstr ""
 
-#: rpmdb/db1.c:183
+#: rpmdb/db1.c:182
 #, c-format
 msgid "Reconnecting broken chain at offset %d(0x%08x).\n"
 msgstr ""
 
 #. @=branchstate@
-#: rpmdb/db1.c:509
+#: rpmdb/db1.c:508
 #, c-format
 msgid "closed  db file        %s\n"
 msgstr ""
 
-#: rpmdb/db1.c:512
+#: rpmdb/db1.c:511
 #, c-format
 msgid "removed db file        %s\n"
 msgstr ""
 
-#: rpmdb/db1.c:547
+#: rpmdb/db1.c:546
 #, c-format
 msgid "bad db file %s\n"
 msgstr ""
 
-#: rpmdb/db1.c:552
+#: rpmdb/db1.c:551
 #, c-format
 msgid "opening db file        %s mode 0x%x\n"
 msgstr ""
 
 #. XXX check errno validity
-#: rpmdb/db1.c:575
+#: rpmdb/db1.c:574
 #, c-format
 msgid "cannot get %s lock on database\n"
 msgstr ""
 
-#: rpmdb/db1.c:576 rpmdb/db3.c:1213
+#: rpmdb/db1.c:575 rpmdb/db3.c:1213
 msgid "exclusive"
 msgstr ""
 
-#: rpmdb/db1.c:576 rpmdb/db3.c:1213
+#: rpmdb/db1.c:575 rpmdb/db3.c:1213
 msgid "shared"
 msgstr ""
 
@@ -3575,168 +3575,168 @@ msgid ""
 "if \"rpm --rebuilddb\" fails to correct the problem.\n"
 msgstr ""
 
-#: rpmdb/poptDB.c:22
+#: rpmdb/poptDB.c:19
 msgid "initialize database"
 msgstr ""
 
-#: rpmdb/poptDB.c:24
+#: rpmdb/poptDB.c:21
 msgid "rebuild database inverted lists from installed package headers"
 msgstr ""
 
-#: rpmdb/poptDB.c:29
+#: rpmdb/poptDB.c:26
 msgid "generate headers compatible with (legacy) rpm[23] packaging"
 msgstr ""
 
 #. @-modfilesys@
-#: rpmdb/rpmdb.c:130
+#: rpmdb/rpmdb.c:126
 #, c-format
 msgid "dbiTagsInit: unrecognized tag name: \"%s\" ignored\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:384
+#: rpmdb/rpmdb.c:380
 #, c-format
 msgid "cannot open %s index using db%d - %s (%d)\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:406
+#: rpmdb/rpmdb.c:402
 #, c-format
 msgid "cannot open %s index\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:498
+#: rpmdb/rpmdb.c:494
 #, c-format
 msgid "error(%d) getting \"%s\" records from %s index\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:629
+#: rpmdb/rpmdb.c:625
 #, c-format
 msgid "error(%d) storing record %s into %s\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:639
+#: rpmdb/rpmdb.c:635
 #, c-format
 msgid "error(%d) removing record %s from %s\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:893
+#: rpmdb/rpmdb.c:889
 msgid "no dbpath has been set\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:1032
+#: rpmdb/rpmdb.c:1028
 msgid ""
 "old format database is present; use --rebuilddb to generate a new format "
 "database\n"
 msgstr ""
 
 #. error
-#: rpmdb/rpmdb.c:1277
+#: rpmdb/rpmdb.c:1273
 #, c-format
 msgid "error(%d) counting packages\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2061 rpmdb/rpmdb.c:3276
+#: rpmdb/rpmdb.c:2057 rpmdb/rpmdb.c:3310
 #, c-format
 msgid "record number %u in database is bad -- skipping.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2114
+#: rpmdb/rpmdb.c:2110
 #, c-format
 msgid "rpmdb: damaged header instance #%u retrieved, skipping.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2384
+#: rpmdb/rpmdb.c:2380
 #, c-format
 msgid "%s: cannot read header at 0x%x\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2456
+#: rpmdb/rpmdb.c:2452
 #, c-format
 msgid "removing \"%s\" from %s index.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2465
+#: rpmdb/rpmdb.c:2461
 #, c-format
 msgid "removing %d entries from %s index.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2666
+#: rpmdb/rpmdb.c:2662
 #, c-format
 msgid "error(%d) allocating new package instance\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2747
+#: rpmdb/rpmdb.c:2743
 #, c-format
 msgid "adding \"%s\" to %s index.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2758
+#: rpmdb/rpmdb.c:2754
 #, c-format
 msgid "adding %d entries to %s index.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3162
+#: rpmdb/rpmdb.c:3196
 #, c-format
 msgid "removing %s after successful db3 rebuild.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3195
+#: rpmdb/rpmdb.c:3229
 msgid "no dbpath has been set"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3222
+#: rpmdb/rpmdb.c:3256
 #, c-format
 msgid "rebuilding database %s into %s\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3226
+#: rpmdb/rpmdb.c:3260
 #, c-format
 msgid "temporary database %s already exists\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3232
+#: rpmdb/rpmdb.c:3266
 #, c-format
 msgid "creating directory %s\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3234
+#: rpmdb/rpmdb.c:3268
 #, c-format
 msgid "creating directory %s: %s\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3241
+#: rpmdb/rpmdb.c:3275
 #, c-format
 msgid "opening old database with dbapi %d\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3252
+#: rpmdb/rpmdb.c:3286
 #, c-format
 msgid "opening new database with dbapi %d\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3316
+#: rpmdb/rpmdb.c:3350
 #, c-format
 msgid "cannot add record originally at %u\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3334
+#: rpmdb/rpmdb.c:3368
 msgid "failed to rebuild database: original database remains in place\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3342
+#: rpmdb/rpmdb.c:3376
 msgid "failed to replace old database with new database!\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3344
+#: rpmdb/rpmdb.c:3378
 #, c-format
 msgid "replace files in %s with files from %s to recover"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3354
+#: rpmdb/rpmdb.c:3388
 #, c-format
 msgid "removing directory %s\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3356
+#: rpmdb/rpmdb.c:3390
 #, c-format
 msgid "failed to remove directory %s: %s\n"
 msgstr ""
index 2d6a397..3bd4918 100644 (file)
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: rpm 4.0.3\n"
-"POT-Creation-Date: 2001-10-20 18:27-0400\n"
+"POT-Creation-Date: 2001-10-21 17:21-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"
@@ -704,15 +704,15 @@ msgstr ""
 msgid "bin/src package (prep, compile, install, package)"
 msgstr ""
 
-#: lib/poptBT.c:222 rpm.c:523
+#: lib/poptBT.c:220 rpm.c:523
 msgid "skip straight to specified stage (only for c,i)"
 msgstr ""
 
-#: lib/poptBT.c:201 rpm.c:525
+#: lib/poptBT.c:199 rpm.c:525
 msgid "remove build tree when done"
 msgstr ""
 
-#: lib/poptBT.c:218 rpm.c:527
+#: lib/poptBT.c:216 rpm.c:527
 msgid "remove sources when done"
 msgstr ""
 
@@ -720,7 +720,7 @@ msgstr ""
 msgid "remove spec file when done"
 msgstr ""
 
-#: lib/poptBT.c:224 rpm.c:531
+#: lib/poptBT.c:222 rpm.c:531
 msgid "generate PGP/GPG signature"
 msgstr ""
 
@@ -810,7 +810,7 @@ msgstr ""
 msgid "rebuild database from existing database"
 msgstr ""
 
-#: rpm.c:565 rpmdb/poptDB.c:27
+#: rpm.c:565 rpmdb/poptDB.c:24
 msgid "verify database files"
 msgstr ""
 
@@ -1225,7 +1225,7 @@ msgstr ""
 msgid "no tar files given for build"
 msgstr ""
 
-#: build/build.c:125 build/pack.c:471
+#: build/build.c:125 build/pack.c:466
 msgid "Unable to open temp file.\n"
 msgstr ""
 
@@ -1300,181 +1300,181 @@ msgstr ""
 msgid "syntax error in expression\n"
 msgstr ""
 
-#: build/files.c:274
+#: build/files.c:270
 #, c-format
 msgid "TIMECHECK failure: %s\n"
 msgstr ""
 
-#: build/files.c:333 build/files.c:525 build/files.c:708
+#: build/files.c:329 build/files.c:521 build/files.c:704
 #, c-format
 msgid "Missing '(' in %s %s\n"
 msgstr ""
 
-#: build/files.c:344 build/files.c:650 build/files.c:719
+#: build/files.c:340 build/files.c:646 build/files.c:715
 #, c-format
 msgid "Missing ')' in %s(%s\n"
 msgstr ""
 
-#: build/files.c:382 build/files.c:675
+#: build/files.c:378 build/files.c:671
 #, c-format
 msgid "Invalid %s token: %s\n"
 msgstr ""
 
-#: build/files.c:488
+#: build/files.c:484
 #, c-format
 msgid "Missing %s in %s %s\n"
 msgstr ""
 
-#: build/files.c:541
+#: build/files.c:537
 #, c-format
 msgid "Non-white space follows %s(): %s\n"
 msgstr ""
 
-#: build/files.c:579
+#: build/files.c:575
 #, c-format
 msgid "Bad syntax: %s(%s)\n"
 msgstr ""
 
-#: build/files.c:589
+#: build/files.c:585
 #, c-format
 msgid "Bad mode spec: %s(%s)\n"
 msgstr ""
 
-#: build/files.c:601
+#: build/files.c:597
 #, c-format
 msgid "Bad dirmode spec: %s(%s)\n"
 msgstr ""
 
-#: build/files.c:746
+#: build/files.c:742
 #, c-format
 msgid "Unusual locale length: \"%.*s\" in %%lang(%s)\n"
 msgstr ""
 
 #. @innercontinue@
-#: build/files.c:757
+#: build/files.c:753
 #, c-format
 msgid "Duplicate locale %.*s in %%lang(%s)\n"
 msgstr ""
 
-#: build/files.c:908
+#: build/files.c:904
 #, c-format
 msgid "Hit limit for %%docdir\n"
 msgstr ""
 
-#: build/files.c:914
+#: build/files.c:910
 #, c-format
 msgid "Only one arg for %%docdir\n"
 msgstr ""
 
 #. We already got a file -- error
-#: build/files.c:942
+#: build/files.c:938
 #, c-format
 msgid "Two files on one line: %s\n"
 msgstr ""
 
-#: build/files.c:957
+#: build/files.c:953
 #, c-format
 msgid "File must begin with \"/\": %s\n"
 msgstr ""
 
-#: build/files.c:970
+#: build/files.c:966
 #, 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:1147
+#: build/files.c:1143
 #, c-format
 msgid "File listed twice: %s\n"
 msgstr ""
 
-#: build/files.c:1282
+#: build/files.c:1278
 #, c-format
 msgid "Symlink points to BuildRoot: %s -> %s\n"
 msgstr ""
 
-#: build/files.c:1488
+#: build/files.c:1484
 #, c-format
 msgid "File doesn't match prefix (%s): %s\n"
 msgstr ""
 
-#: build/files.c:1512
+#: build/files.c:1508
 #, c-format
 msgid "File not found: %s\n"
 msgstr ""
 
-#: build/files.c:1555 build/files.c:2167 build/parsePrep.c:50
+#: build/files.c:1551 build/files.c:2163 build/parsePrep.c:50
 #, c-format
 msgid "Bad owner/group: %s\n"
 msgstr ""
 
-#: build/files.c:1567
+#: build/files.c:1563
 #, c-format
 msgid "File %4d: %07o %s.%s\t %s\n"
 msgstr ""
 
-#: build/files.c:1671
+#: build/files.c:1667
 #, c-format
 msgid "File needs leading \"/\": %s\n"
 msgstr ""
 
-#: build/files.c:1694
+#: build/files.c:1690
 #, c-format
 msgid "Glob not permitted: %s\n"
 msgstr ""
 
-#: build/files.c:1709
+#: build/files.c:1705
 #, c-format
 msgid "File not found by glob: %s\n"
 msgstr ""
 
-#: build/files.c:1771
+#: build/files.c:1767
 #, c-format
 msgid "Could not open %%files file %s: %s\n"
 msgstr ""
 
-#: build/files.c:1782 build/pack.c:150
+#: build/files.c:1778 build/pack.c:145
 #, c-format
 msgid "line: %s\n"
 msgstr ""
 
-#: build/files.c:2155
+#: build/files.c:2151
 #, c-format
 msgid "Bad file: %s: %s\n"
 msgstr ""
 
 #. XXX this error message is probably not seen.
-#: build/files.c:2229
+#: build/files.c:2225
 #, c-format
 msgid "Couldn't exec %s: %s\n"
 msgstr ""
 
-#: build/files.c:2234
+#: build/files.c:2230
 #, c-format
 msgid "Couldn't fork %s: %s\n"
 msgstr ""
 
-#: build/files.c:2318
+#: build/files.c:2314
 #, c-format
 msgid "%s failed\n"
 msgstr ""
 
-#: build/files.c:2322
+#: build/files.c:2318
 #, c-format
 msgid "failed to write all data to %s\n"
 msgstr ""
 
-#: build/files.c:2458
+#: build/files.c:2454
 #, c-format
 msgid "Finding  %s: (using %s)...\n"
 msgstr ""
 
-#: build/files.c:2484 build/files.c:2498
+#: build/files.c:2480 build/files.c:2494
 #, c-format
 msgid "Failed to find %s:\n"
 msgstr ""
 
-#: build/files.c:2619
+#: build/files.c:2615
 #, c-format
 msgid "Processing files: %s-%s-%s\n"
 msgstr ""
@@ -1508,152 +1508,152 @@ msgstr ""
 msgid "Could not canonicalize hostname: %s\n"
 msgstr ""
 
-#: build/pack.c:83
+#: build/pack.c:78
 #, c-format
 msgid "create archive failed on file %s: %s\n"
 msgstr ""
 
-#: build/pack.c:86
+#: build/pack.c:81
 #, c-format
 msgid "create archive failed: %s\n"
 msgstr ""
 
-#: build/pack.c:108
+#: build/pack.c:103
 #, c-format
 msgid "cpio_copy write failed: %s\n"
 msgstr ""
 
-#: build/pack.c:115
+#: build/pack.c:110
 #, c-format
 msgid "cpio_copy read failed: %s\n"
 msgstr ""
 
-#: build/pack.c:218
+#: build/pack.c:213
 #, c-format
 msgid "Could not open PreIn file: %s\n"
 msgstr ""
 
-#: build/pack.c:225
+#: build/pack.c:220
 #, c-format
 msgid "Could not open PreUn file: %s\n"
 msgstr ""
 
-#: build/pack.c:232
+#: build/pack.c:227
 #, c-format
 msgid "Could not open PostIn file: %s\n"
 msgstr ""
 
-#: build/pack.c:239
+#: build/pack.c:234
 #, c-format
 msgid "Could not open PostUn file: %s\n"
 msgstr ""
 
-#: build/pack.c:247
+#: build/pack.c:242
 #, c-format
 msgid "Could not open VerifyScript file: %s\n"
 msgstr ""
 
-#: build/pack.c:262
+#: build/pack.c:257
 #, c-format
 msgid "Could not open Trigger script file: %s\n"
 msgstr ""
 
-#: build/pack.c:290
+#: build/pack.c:285
 #, c-format
 msgid "readRPM: open %s: %s\n"
 msgstr ""
 
-#: build/pack.c:300
+#: build/pack.c:295
 #, c-format
 msgid "readRPM: read %s: %s\n"
 msgstr ""
 
-#: build/pack.c:309 build/pack.c:513
+#: build/pack.c:304 build/pack.c:508
 #, c-format
 msgid "%s: Fseek failed: %s\n"
 msgstr ""
 
-#: build/pack.c:325
+#: build/pack.c:320
 #, c-format
 msgid "readRPM: %s is not an RPM package\n"
 msgstr ""
 
-#: build/pack.c:334
+#: build/pack.c:329
 #, c-format
 msgid "readRPM: reading header from %s\n"
 msgstr ""
 
-#: build/pack.c:459
+#: build/pack.c:454
 msgid "Unable to create immutable header region.\n"
 msgstr ""
 
-#: build/pack.c:477
+#: build/pack.c:472
 msgid "Unable to write temp header\n"
 msgstr ""
 
-#: build/pack.c:485
+#: build/pack.c:480
 msgid "Bad CSA data\n"
 msgstr ""
 
-#: build/pack.c:520
+#: build/pack.c:515
 msgid "Unable to write final header\n"
 msgstr ""
 
-#: build/pack.c:538
+#: build/pack.c:533
 #, c-format
 msgid "Generating signature: %d\n"
 msgstr ""
 
-#: build/pack.c:551
+#: build/pack.c:546
 msgid "Unable to reload signature header.\n"
 msgstr ""
 
-#: build/pack.c:559
+#: build/pack.c:554
 #, c-format
 msgid "Could not open %s: %s\n"
 msgstr ""
 
-#: build/pack.c:595 lib/psm.c:2147
+#: build/pack.c:590 lib/psm.c:2149
 #, c-format
 msgid "Unable to write package: %s\n"
 msgstr ""
 
-#: build/pack.c:610
+#: build/pack.c:605
 #, c-format
 msgid "Unable to open sigtarget %s: %s\n"
 msgstr ""
 
-#: build/pack.c:620
+#: build/pack.c:615
 #, c-format
 msgid "Unable to read header from %s: %s\n"
 msgstr ""
 
-#: build/pack.c:634
+#: build/pack.c:629
 #, c-format
 msgid "Unable to write header to %s: %s\n"
 msgstr ""
 
-#: build/pack.c:644
+#: build/pack.c:639
 #, c-format
 msgid "Unable to read payload from %s: %s\n"
 msgstr ""
 
-#: build/pack.c:650
+#: build/pack.c:645
 #, c-format
 msgid "Unable to write payload to %s: %s\n"
 msgstr ""
 
-#: build/pack.c:675 lib/psm.c:2413
+#: build/pack.c:670 lib/psm.c:2415
 #, c-format
 msgid "Wrote: %s\n"
 msgstr ""
 
-#: build/pack.c:742
+#: build/pack.c:737
 #, c-format
 msgid "Could not generate output filename for package %s: %s\n"
 msgstr ""
 
-#: build/pack.c:759
+#: build/pack.c:754
 #, c-format
 msgid "cannot create %s: %s\n"
 msgstr ""
@@ -2060,72 +2060,72 @@ msgid " failed - "
 msgstr ""
 
 #. XXX legacy epoch-less requires/conflicts compatibility
-#: lib/depends.c:582
+#: lib/depends.c:559
 #, c-format
 msgid ""
 "the \"B\" dependency needs an epoch (assuming same as \"A\")\n"
 "\tA %s\tB %s\n"
 msgstr ""
 
-#: lib/depends.c:611
+#: lib/depends.c:588
 #, c-format
 msgid "  %s    A %s\tB %s\n"
 msgstr ""
 
-#: lib/depends.c:612 lib/depends.c:1248 lib/depends.c:1381
+#: lib/depends.c:589 lib/depends.c:1225 lib/depends.c:1358
 msgid "YES"
 msgstr ""
 
-#: lib/depends.c:612 lib/depends.c:1248 lib/depends.c:1381
+#: lib/depends.c:589 lib/depends.c:1225 lib/depends.c:1358
 msgid "NO "
 msgstr ""
 
-#: lib/depends.c:1042
+#: lib/depends.c:1019
 #, c-format
 msgid "%s: %-45s YES (added files)\n"
 msgstr ""
 
-#: lib/depends.c:1153
+#: lib/depends.c:1130
 #, c-format
 msgid "%s: %-45s YES (added provide)\n"
 msgstr ""
 
-#: lib/depends.c:1247
+#: lib/depends.c:1224
 #, c-format
 msgid "%s: %-45s %-s (cached)\n"
 msgstr ""
 
-#: lib/depends.c:1276
+#: lib/depends.c:1253
 #, c-format
 msgid "%s: %-45s YES (rpmrc provides)\n"
 msgstr ""
 
-#: lib/depends.c:1293
+#: lib/depends.c:1270
 #, c-format
 msgid "%s: %-45s YES (rpmlib provides)\n"
 msgstr ""
 
-#: lib/depends.c:1317
+#: lib/depends.c:1294
 #, c-format
 msgid "%s: %-45s YES (db files)\n"
 msgstr ""
 
-#: lib/depends.c:1330
+#: lib/depends.c:1307
 #, c-format
 msgid "%s: %-45s YES (db provides)\n"
 msgstr ""
 
-#: lib/depends.c:1344
+#: lib/depends.c:1321
 #, c-format
 msgid "%s: %-45s YES (db package)\n"
 msgstr ""
 
-#: lib/depends.c:1360
+#: lib/depends.c:1337
 #, c-format
 msgid "%s: %-45s NO\n"
 msgstr ""
 
-#: lib/depends.c:1381
+#: lib/depends.c:1358
 #, c-format
 msgid "%s: (%s, %s) added to Depends cache.\n"
 msgstr ""
@@ -2133,42 +2133,42 @@ msgstr ""
 #. requirements are satisfied.
 #. @switchbreak@
 #. requirements are not satisfied.
-#: lib/depends.c:1454
+#: lib/depends.c:1431
 #, c-format
 msgid "package %s-%s-%s require not satisfied: %s\n"
 msgstr ""
 
 #. conflicts exist.
-#: lib/depends.c:1533
+#: lib/depends.c:1510
 #, c-format
 msgid "package %s conflicts: %s\n"
 msgstr ""
 
-#: lib/depends.c:1786
+#: lib/depends.c:1763
 #, c-format
 msgid "removing %s-%s-%s \"%s\" from tsort relations.\n"
 msgstr ""
 
 #. Record all relations.
-#: lib/depends.c:1936
+#: lib/depends.c:1913
 msgid "========== recording tsort relations\n"
 msgstr ""
 
 #. T4. Scan for zeroes.
-#: lib/depends.c:1996
+#: lib/depends.c:1973
 msgid ""
 "========== tsorting packages (order, #predecessors, #succesors, depth)\n"
 msgstr ""
 
-#: lib/depends.c:2046
+#: lib/depends.c:2023
 msgid "========== successors only (presentation order)\n"
 msgstr ""
 
-#: lib/depends.c:2099
+#: lib/depends.c:2076
 msgid "LOOP:\n"
 msgstr ""
 
-#: lib/depends.c:2129
+#: lib/depends.c:2106
 msgid "========== continuing tsort ...\n"
 msgstr ""
 
@@ -2261,7 +2261,7 @@ msgid "dataLength() RPM_STRING_TYPE count must be 1.\n"
 msgstr ""
 
 #. @-modfilesys@
-#: lib/header.c:351 lib/header_internal.c:161 lib/psm.c:971
+#: lib/header.c:351 lib/header_internal.c:161 lib/psm.c:973
 #, c-format
 msgid "Data type %d not supported\n"
 msgstr ""
@@ -2341,149 +2341,149 @@ msgstr ""
 msgid "(unknown type)"
 msgstr ""
 
-#: lib/misc.c:241 lib/misc.c:246 lib/misc.c:252
+#: lib/misc.c:243 lib/misc.c:248 lib/misc.c:254
 #, c-format
 msgid "error creating temporary file %s\n"
 msgstr ""
 
-#: lib/package.c:162
+#: lib/package.c:163
 msgid "packaging version 1 is not supported by this version of RPM\n"
 msgstr ""
 
-#: lib/package.c:228
+#: lib/package.c:229
 msgid ""
 "only packaging with major numbers <= 4 is supported by this version of RPM\n"
 msgstr ""
 
-#: lib/poptBT.c:118
+#: lib/poptBT.c:116
 #, c-format
 msgid "buildroot already specified, ignoring %s\n"
 msgstr ""
 
-#: lib/poptBT.c:148
+#: lib/poptBT.c:146
 #, c-format
 msgid "build through %prep (unpack sources and apply patches) from <specfile>"
 msgstr ""
 
-#: lib/poptBT.c:149 lib/poptBT.c:152 lib/poptBT.c:155 lib/poptBT.c:158
-#: lib/poptBT.c:161 lib/poptBT.c:164 lib/poptBT.c:167
+#: lib/poptBT.c:147 lib/poptBT.c:150 lib/poptBT.c:153 lib/poptBT.c:156
+#: lib/poptBT.c:159 lib/poptBT.c:162 lib/poptBT.c:165
 msgid "<specfile>"
 msgstr ""
 
-#: lib/poptBT.c:151
+#: lib/poptBT.c:149
 msgid "build through %build (%prep, then compile) from <specfile>"
 msgstr ""
 
-#: lib/poptBT.c:154
+#: lib/poptBT.c:152
 msgid "build through %install (%prep, %build, then install) from <specfile>"
 msgstr ""
 
-#: lib/poptBT.c:157
+#: lib/poptBT.c:155
 #, c-format
 msgid "verify %files section from <specfile>"
 msgstr ""
 
-#: lib/poptBT.c:160
+#: lib/poptBT.c:158
 msgid "build source and binary packages from <specfile>"
 msgstr ""
 
-#: lib/poptBT.c:163
+#: lib/poptBT.c:161
 msgid "build binary package only from <specfile>"
 msgstr ""
 
-#: lib/poptBT.c:166
+#: lib/poptBT.c:164
 msgid "build source package only from <specfile>"
 msgstr ""
 
-#: lib/poptBT.c:170
+#: lib/poptBT.c:168
 #, c-format
 msgid "build through %prep (unpack sources and apply patches) from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:171 lib/poptBT.c:174 lib/poptBT.c:177 lib/poptBT.c:180
-#: lib/poptBT.c:183 lib/poptBT.c:186 lib/poptBT.c:189
+#: lib/poptBT.c:169 lib/poptBT.c:172 lib/poptBT.c:175 lib/poptBT.c:178
+#: lib/poptBT.c:181 lib/poptBT.c:184 lib/poptBT.c:187
 msgid "<tarball>"
 msgstr ""
 
-#: lib/poptBT.c:173
+#: lib/poptBT.c:171
 msgid "build through %build (%prep, then compile) from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:176
+#: lib/poptBT.c:174
 msgid "build through %install (%prep, %build, then install) from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:179
+#: lib/poptBT.c:177
 #, c-format
 msgid "verify %files section from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:182
+#: lib/poptBT.c:180
 msgid "build source and binary packages from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:185
+#: lib/poptBT.c:183
 msgid "build binary package only from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:188
+#: lib/poptBT.c:186
 msgid "build source package only from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:192
+#: lib/poptBT.c:190
 msgid "build binary package from <source package>"
 msgstr ""
 
-#: lib/poptBT.c:193 lib/poptBT.c:196
+#: lib/poptBT.c:191 lib/poptBT.c:194
 msgid "<source package>"
 msgstr ""
 
-#: lib/poptBT.c:195
+#: lib/poptBT.c:193
 msgid ""
 "build through %install (%prep, %build, then install) from <source package>"
 msgstr ""
 
-#: lib/poptBT.c:199
+#: lib/poptBT.c:197
 msgid "override build root"
 msgstr ""
 
-#: lib/poptBT.c:203 rpmdb/poptDB.c:32
+#: lib/poptBT.c:201 rpmdb/poptDB.c:29
 msgid "generate headers compatible with rpm4 packaging"
 msgstr ""
 
-#: lib/poptBT.c:205
+#: lib/poptBT.c:203
 msgid "ignore ExcludeArch: directives from spec file"
 msgstr ""
 
-#: lib/poptBT.c:207
+#: lib/poptBT.c:205
 msgid "debug file state machine"
 msgstr ""
 
-#: lib/poptBT.c:209
+#: lib/poptBT.c:207
 msgid "do not execute any stages of the build"
 msgstr ""
 
-#: lib/poptBT.c:211
+#: lib/poptBT.c:209
 msgid "do not verify build dependencies"
 msgstr ""
 
-#: lib/poptBT.c:213
+#: lib/poptBT.c:211
 msgid "generate package header(s) compatible with (legacy) rpm[23] packaging"
 msgstr ""
 
-#: lib/poptBT.c:216
+#: lib/poptBT.c:214
 msgid "do not accept i18N msgstr's from specfile"
 msgstr ""
 
-#: lib/poptBT.c:220
+#: lib/poptBT.c:218
 msgid "remove specfile when done"
 msgstr ""
 
-#: lib/poptBT.c:226
+#: lib/poptBT.c:224
 msgid "override target platform"
 msgstr ""
 
-#: lib/poptBT.c:228
+#: lib/poptBT.c:226
 msgid "lookup i18N strings in specfile catalog"
 msgstr ""
 
@@ -2799,108 +2799,108 @@ msgstr ""
 msgid "unknown error %d encountered while manipulating package %s"
 msgstr ""
 
-#: lib/psm.c:313
+#: lib/psm.c:315
 msgid "========== relocations\n"
 msgstr ""
 
-#: lib/psm.c:317
+#: lib/psm.c:319
 #, c-format
 msgid "%5d exclude  %s\n"
 msgstr ""
 
-#: lib/psm.c:320
+#: lib/psm.c:322
 #, c-format
 msgid "%5d relocate %s -> %s\n"
 msgstr ""
 
-#: lib/psm.c:390
+#: lib/psm.c:392
 #, c-format
 msgid "excluding multilib path %s%s\n"
 msgstr ""
 
-#: lib/psm.c:456
+#: lib/psm.c:458
 #, c-format
 msgid "excluding %s %s\n"
 msgstr ""
 
-#: lib/psm.c:466
+#: lib/psm.c:468
 #, c-format
 msgid "relocating %s to %s\n"
 msgstr ""
 
-#: lib/psm.c:545
+#: lib/psm.c:547
 #, c-format
 msgid "relocating directory %s to %s\n"
 msgstr ""
 
-#: lib/psm.c:1168
+#: lib/psm.c:1170
 #, c-format
 msgid "cannot create %%%s %s\n"
 msgstr ""
 
-#: lib/psm.c:1174
+#: lib/psm.c:1176
 #, c-format
 msgid "cannot write to %%%s %s\n"
 msgstr ""
 
-#: lib/psm.c:1212
+#: lib/psm.c:1214
 msgid "source package expected, binary found\n"
 msgstr ""
 
-#: lib/psm.c:1323
+#: lib/psm.c:1325
 msgid "source package contains no .spec file\n"
 msgstr ""
 
-#: lib/psm.c:1430
+#: lib/psm.c:1432
 #, c-format
 msgid "%s: running %s scriptlet\n"
 msgstr ""
 
-#: lib/psm.c:1598
+#: lib/psm.c:1600
 #, c-format
 msgid "execution of %s scriptlet from %s-%s-%s failed, waitpid returned %s\n"
 msgstr ""
 
-#: lib/psm.c:1605
+#: lib/psm.c:1607
 #, c-format
 msgid "execution of %s scriptlet from %s-%s-%s failed, exit status %d\n"
 msgstr ""
 
-#: lib/psm.c:1952
+#: lib/psm.c:1954
 #, c-format
 msgid "%s: %s-%s-%s has %d files, test = %d\n"
 msgstr ""
 
-#: lib/psm.c:2069
+#: lib/psm.c:2071
 #, c-format
 msgid "%s: %s scriptlet failed (%d), skipping %s-%s-%s\n"
 msgstr ""
 
-#: lib/psm.c:2184
+#: lib/psm.c:2186
 #, c-format
 msgid "user %s does not exist - using root\n"
 msgstr ""
 
-#: lib/psm.c:2193
+#: lib/psm.c:2195
 #, c-format
 msgid "group %s does not exist - using root\n"
 msgstr ""
 
-#: lib/psm.c:2234
+#: lib/psm.c:2236
 #, c-format
 msgid "unpacking of archive failed%s%s: %s\n"
 msgstr ""
 
-#: lib/psm.c:2235
+#: lib/psm.c:2237
 msgid " on file "
 msgstr ""
 
-#: lib/psm.c:2421
+#: lib/psm.c:2423
 #, c-format
 msgid "%s failed on file %s: %s\n"
 msgstr ""
 
-#: lib/psm.c:2424
+#: lib/psm.c:2426
 #, c-format
 msgid "%s failed: %s\n"
 msgstr ""
@@ -3302,206 +3302,206 @@ msgstr ""
 msgid "Unable to open %s for reading: %s.\n"
 msgstr ""
 
-#: lib/signature.c:114
+#: lib/signature.c:115
 msgid "file is not regular -- skipping size check\n"
 msgstr ""
 
-#: lib/signature.c:123
+#: lib/signature.c:124
 #, c-format
 msgid "Expected size: %12d = lead(%d)+sigs(%d)+pad(%d)+data(%d)\n"
 msgstr ""
 
-#: lib/signature.c:128
+#: lib/signature.c:129
 #, c-format
 msgid "  Actual size: %12d\n"
 msgstr ""
 
-#: lib/signature.c:148
+#: lib/signature.c:149
 msgid "No signature\n"
 msgstr ""
 
-#: lib/signature.c:152
+#: lib/signature.c:153
 msgid "Old PGP signature\n"
 msgstr ""
 
-#: lib/signature.c:165
+#: lib/signature.c:166
 msgid "Old (internal-only) signature!  How did you get that!?\n"
 msgstr ""
 
-#: lib/signature.c:221
+#: lib/signature.c:222
 #, c-format
 msgid "Signature: size(%d)+pad(%d)\n"
 msgstr ""
 
-#: lib/signature.c:284
+#: lib/signature.c:285
 #, c-format
 msgid "Couldn't exec pgp (%s)\n"
 msgstr ""
 
-#: lib/signature.c:297
+#: lib/signature.c:298
 msgid "pgp failed\n"
 msgstr ""
 
 #. PGP failed to write signature
 #. Just in case
-#: lib/signature.c:304
+#: lib/signature.c:305
 msgid "pgp failed to write signature\n"
 msgstr ""
 
-#: lib/signature.c:309
+#: lib/signature.c:310
 #, c-format
 msgid "PGP sig size: %d\n"
 msgstr ""
 
-#: lib/signature.c:324 lib/signature.c:411
+#: lib/signature.c:325 lib/signature.c:412
 msgid "unable to read the signature\n"
 msgstr ""
 
-#: lib/signature.c:329
+#: lib/signature.c:330
 #, c-format
 msgid "Got %d bytes of PGP sig\n"
 msgstr ""
 
-#: lib/signature.c:371 lib/signature.c:501
+#: lib/signature.c:372 lib/signature.c:502
 msgid "Couldn't exec gpg\n"
 msgstr ""
 
-#: lib/signature.c:384
+#: lib/signature.c:385
 msgid "gpg failed\n"
 msgstr ""
 
 #. GPG failed to write signature
 #. Just in case
-#: lib/signature.c:391
+#: lib/signature.c:392
 msgid "gpg failed to write signature\n"
 msgstr ""
 
-#: lib/signature.c:396
+#: lib/signature.c:397
 #, c-format
 msgid "GPG sig size: %d\n"
 msgstr ""
 
-#: lib/signature.c:416
+#: lib/signature.c:417
 #, c-format
 msgid "Got %d bytes of GPG sig\n"
 msgstr ""
 
-#: lib/signature.c:444
+#: lib/signature.c:445
 msgid "Generating signature using PGP.\n"
 msgstr ""
 
-#: lib/signature.c:450
+#: lib/signature.c:451
 msgid "Generating signature using GPG.\n"
 msgstr ""
 
-#: lib/signature.c:530
+#: lib/signature.c:531
 msgid "Couldn't exec pgp\n"
 msgstr ""
 
 #. @notreached@
 #. This case should have been screened out long ago.
-#: lib/signature.c:534 lib/signature.c:587
+#: lib/signature.c:535 lib/signature.c:588
 #, c-format
 msgid "Invalid %%_signature spec in macro file\n"
 msgstr ""
 
-#: lib/signature.c:567
+#: lib/signature.c:568
 #, c-format
 msgid "You must set \"%%_gpg_name\" in your macro file\n"
 msgstr ""
 
-#: lib/signature.c:579
+#: lib/signature.c:580
 #, c-format
 msgid "You must set \"%%_pgp_name\" in your macro file\n"
 msgstr ""
 
-#: lib/transaction.c:308
+#: lib/transaction.c:309
 #, c-format
 msgid "%s skipped due to missingok flag\n"
 msgstr ""
 
 #. @innercontinue@
-#: lib/transaction.c:936
+#: lib/transaction.c:937
 #, c-format
 msgid "excluding directory %s\n"
 msgstr ""
 
-#: lib/verify.c:240
+#: lib/verify.c:242
 msgid "package lacks both user name and id lists (this should never happen)\n"
 msgstr ""
 
-#: lib/verify.c:261
+#: lib/verify.c:263
 msgid "package lacks both group name and id lists (this should never happen)\n"
 msgstr ""
 
-#: lib/verify.c:398
+#: lib/verify.c:400
 #, c-format
 msgid "missing    %s"
 msgstr ""
 
-#: lib/verify.c:495
+#: lib/verify.c:497
 #, 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:101 rpmdb/db3.c:100
+#: rpmdb/db1.c:100 rpmdb/db3.c:100
 #, c-format
 msgid "db%d error(%d) from %s: %s\n"
 msgstr ""
 
-#: rpmdb/db1.c:104 rpmdb/db3.c:103
+#: rpmdb/db1.c:103 rpmdb/db3.c:103
 #, c-format
 msgid "db%d error(%d): %s\n"
 msgstr ""
 
-#: rpmdb/db1.c:171
+#: rpmdb/db1.c:170
 #, c-format
 msgid ""
 "Broken package chain at offset %d(0x%08x), attempting to reconnect ...\n"
 msgstr ""
 
-#: rpmdb/db1.c:183
+#: rpmdb/db1.c:182
 #, c-format
 msgid "Reconnecting broken chain at offset %d(0x%08x).\n"
 msgstr ""
 
 #. @=branchstate@
-#: rpmdb/db1.c:509
+#: rpmdb/db1.c:508
 #, c-format
 msgid "closed  db file        %s\n"
 msgstr ""
 
-#: rpmdb/db1.c:512
+#: rpmdb/db1.c:511
 #, c-format
 msgid "removed db file        %s\n"
 msgstr ""
 
-#: rpmdb/db1.c:547
+#: rpmdb/db1.c:546
 #, c-format
 msgid "bad db file %s\n"
 msgstr ""
 
-#: rpmdb/db1.c:552
+#: rpmdb/db1.c:551
 #, c-format
 msgid "opening db file        %s mode 0x%x\n"
 msgstr ""
 
 #. XXX check errno validity
-#: rpmdb/db1.c:575
+#: rpmdb/db1.c:574
 #, c-format
 msgid "cannot get %s lock on database\n"
 msgstr ""
 
-#: rpmdb/db1.c:576 rpmdb/db3.c:1213
+#: rpmdb/db1.c:575 rpmdb/db3.c:1213
 msgid "exclusive"
 msgstr ""
 
-#: rpmdb/db1.c:576 rpmdb/db3.c:1213
+#: rpmdb/db1.c:575 rpmdb/db3.c:1213
 msgid "shared"
 msgstr ""
 
@@ -3575,168 +3575,168 @@ msgid ""
 "if \"rpm --rebuilddb\" fails to correct the problem.\n"
 msgstr ""
 
-#: rpmdb/poptDB.c:22
+#: rpmdb/poptDB.c:19
 msgid "initialize database"
 msgstr ""
 
-#: rpmdb/poptDB.c:24
+#: rpmdb/poptDB.c:21
 msgid "rebuild database inverted lists from installed package headers"
 msgstr ""
 
-#: rpmdb/poptDB.c:29
+#: rpmdb/poptDB.c:26
 msgid "generate headers compatible with (legacy) rpm[23] packaging"
 msgstr ""
 
 #. @-modfilesys@
-#: rpmdb/rpmdb.c:130
+#: rpmdb/rpmdb.c:126
 #, c-format
 msgid "dbiTagsInit: unrecognized tag name: \"%s\" ignored\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:384
+#: rpmdb/rpmdb.c:380
 #, c-format
 msgid "cannot open %s index using db%d - %s (%d)\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:406
+#: rpmdb/rpmdb.c:402
 #, c-format
 msgid "cannot open %s index\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:498
+#: rpmdb/rpmdb.c:494
 #, c-format
 msgid "error(%d) getting \"%s\" records from %s index\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:629
+#: rpmdb/rpmdb.c:625
 #, c-format
 msgid "error(%d) storing record %s into %s\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:639
+#: rpmdb/rpmdb.c:635
 #, c-format
 msgid "error(%d) removing record %s from %s\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:893
+#: rpmdb/rpmdb.c:889
 msgid "no dbpath has been set\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:1032
+#: rpmdb/rpmdb.c:1028
 msgid ""
 "old format database is present; use --rebuilddb to generate a new format "
 "database\n"
 msgstr ""
 
 #. error
-#: rpmdb/rpmdb.c:1277
+#: rpmdb/rpmdb.c:1273
 #, c-format
 msgid "error(%d) counting packages\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2061 rpmdb/rpmdb.c:3276
+#: rpmdb/rpmdb.c:2057 rpmdb/rpmdb.c:3310
 #, c-format
 msgid "record number %u in database is bad -- skipping.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2114
+#: rpmdb/rpmdb.c:2110
 #, c-format
 msgid "rpmdb: damaged header instance #%u retrieved, skipping.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2384
+#: rpmdb/rpmdb.c:2380
 #, c-format
 msgid "%s: cannot read header at 0x%x\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2456
+#: rpmdb/rpmdb.c:2452
 #, c-format
 msgid "removing \"%s\" from %s index.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2465
+#: rpmdb/rpmdb.c:2461
 #, c-format
 msgid "removing %d entries from %s index.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2666
+#: rpmdb/rpmdb.c:2662
 #, c-format
 msgid "error(%d) allocating new package instance\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2747
+#: rpmdb/rpmdb.c:2743
 #, c-format
 msgid "adding \"%s\" to %s index.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2758
+#: rpmdb/rpmdb.c:2754
 #, c-format
 msgid "adding %d entries to %s index.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3162
+#: rpmdb/rpmdb.c:3196
 #, c-format
 msgid "removing %s after successful db3 rebuild.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3195
+#: rpmdb/rpmdb.c:3229
 msgid "no dbpath has been set"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3222
+#: rpmdb/rpmdb.c:3256
 #, c-format
 msgid "rebuilding database %s into %s\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3226
+#: rpmdb/rpmdb.c:3260
 #, c-format
 msgid "temporary database %s already exists\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3232
+#: rpmdb/rpmdb.c:3266
 #, c-format
 msgid "creating directory %s\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3234
+#: rpmdb/rpmdb.c:3268
 #, c-format
 msgid "creating directory %s: %s\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3241
+#: rpmdb/rpmdb.c:3275
 #, c-format
 msgid "opening old database with dbapi %d\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3252
+#: rpmdb/rpmdb.c:3286
 #, c-format
 msgid "opening new database with dbapi %d\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3316
+#: rpmdb/rpmdb.c:3350
 #, c-format
 msgid "cannot add record originally at %u\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3334
+#: rpmdb/rpmdb.c:3368
 msgid "failed to rebuild database: original database remains in place\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3342
+#: rpmdb/rpmdb.c:3376
 msgid "failed to replace old database with new database!\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3344
+#: rpmdb/rpmdb.c:3378
 #, c-format
 msgid "replace files in %s with files from %s to recover"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3354
+#: rpmdb/rpmdb.c:3388
 #, c-format
 msgid "removing directory %s\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3356
+#: rpmdb/rpmdb.c:3390
 #, c-format
 msgid "failed to remove directory %s: %s\n"
 msgstr ""
index 693c941..c74eede 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-20 18:27-0400\n"
+"POT-Creation-Date: 2001-10-21 17:21-0400\n"
 "Last-Translator: Raimo Koski <rkoski@pp.weppi.fi>\n"
 "Language-Team: Finnish <linux@sot.com>\n"
 "Content-Type: text/plain; charset=\n"
@@ -759,15 +759,15 @@ msgstr "bin
 msgid "bin/src package (prep, compile, install, package)"
 msgstr "bin/src-paketti (valmistele, käännä, asenna, paketoi)"
 
-#: lib/poptBT.c:222 rpm.c:523
+#: lib/poptBT.c:220 rpm.c:523
 msgid "skip straight to specified stage (only for c,i)"
 msgstr "siirry suoraan määriteltyyn vaiheeseen (vain c ja i yhteydessä)"
 
-#: lib/poptBT.c:201 rpm.c:525
+#: lib/poptBT.c:199 rpm.c:525
 msgid "remove build tree when done"
 msgstr "poista käännöspuu, kun valmis"
 
-#: lib/poptBT.c:218 rpm.c:527
+#: lib/poptBT.c:216 rpm.c:527
 #, fuzzy
 msgid "remove sources when done"
 msgstr "poista lähdekoodit ja määrittelytiedosto, kun valmis"
@@ -777,7 +777,7 @@ msgstr "poista l
 msgid "remove spec file when done"
 msgstr "poista lähdekoodit ja määrittelytiedosto, kun valmis"
 
-#: lib/poptBT.c:224 rpm.c:531
+#: lib/poptBT.c:222 rpm.c:531
 #, fuzzy
 msgid "generate PGP/GPG signature"
 msgstr "generoi PGP-allekirjoitus"
@@ -874,7 +874,7 @@ msgstr "tarkista, ett
 msgid "rebuild database from existing database"
 msgstr "kokoa tietokanta uudelleen vanhasta tietokannasta"
 
-#: rpm.c:565 rpmdb/poptDB.c:27
+#: rpm.c:565 rpmdb/poptDB.c:24
 #, fuzzy
 msgid "verify database files"
 msgstr "%s:n kysely ei onnistunut\n"
@@ -1309,7 +1309,7 @@ msgstr "k
 msgid "no tar files given for build"
 msgstr "käännökselle ei määritelty tar-tiedostoja"
 
-#: build/build.c:125 build/pack.c:471
+#: build/build.c:125 build/pack.c:466
 #, fuzzy
 msgid "Unable to open temp file.\n"
 msgstr "En voi avata %s luettavaksi: %s."
@@ -1390,181 +1390,181 @@ msgstr ""
 msgid "syntax error in expression\n"
 msgstr "odotin '?'-merkkiä ilmauksessa"
 
-#: build/files.c:274
+#: build/files.c:270
 #, c-format
 msgid "TIMECHECK failure: %s\n"
 msgstr ""
 
-#: build/files.c:333 build/files.c:525 build/files.c:708
+#: build/files.c:329 build/files.c:521 build/files.c:704
 #, fuzzy, c-format
 msgid "Missing '(' in %s %s\n"
 msgstr "puuttuva '{' '%':n jälkeen"
 
-#: build/files.c:344 build/files.c:650 build/files.c:719
+#: build/files.c:340 build/files.c:646 build/files.c:715
 #, fuzzy, c-format
 msgid "Missing ')' in %s(%s\n"
 msgstr "puuttuva ':', %s:%d"
 
-#: build/files.c:382 build/files.c:675
+#: build/files.c:378 build/files.c:671
 #, fuzzy, c-format
 msgid "Invalid %s token: %s\n"
 msgstr "virheellinen paketin numero: %s\n"
 
-#: build/files.c:488
+#: build/files.c:484
 #, fuzzy, c-format
 msgid "Missing %s in %s %s\n"
 msgstr "puuttuva '{' '%':n jälkeen"
 
-#: build/files.c:541
+#: build/files.c:537
 #, c-format
 msgid "Non-white space follows %s(): %s\n"
 msgstr ""
 
-#: build/files.c:579
+#: build/files.c:575
 #, fuzzy, c-format
 msgid "Bad syntax: %s(%s)\n"
 msgstr "En voi lukea %s: %s."
 
-#: build/files.c:589
+#: build/files.c:585
 #, fuzzy, c-format
 msgid "Bad mode spec: %s(%s)\n"
 msgstr "En voi lukea %s: %s."
 
-#: build/files.c:601
+#: build/files.c:597
 #, fuzzy, c-format
 msgid "Bad dirmode spec: %s(%s)\n"
 msgstr "En voi lukea %s: %s."
 
-#: build/files.c:746
+#: build/files.c:742
 #, c-format
 msgid "Unusual locale length: \"%.*s\" in %%lang(%s)\n"
 msgstr ""
 
 #. @innercontinue@
-#: build/files.c:757
+#: build/files.c:753
 #, c-format
 msgid "Duplicate locale %.*s in %%lang(%s)\n"
 msgstr ""
 
-#: build/files.c:908
+#: build/files.c:904
 #, c-format
 msgid "Hit limit for %%docdir\n"
 msgstr ""
 
-#: build/files.c:914
+#: build/files.c:910
 #, c-format
 msgid "Only one arg for %%docdir\n"
 msgstr ""
 
 #. We already got a file -- error
-#: build/files.c:942
+#: build/files.c:938
 #, fuzzy, c-format
 msgid "Two files on one line: %s\n"
 msgstr "en voinut avata %s: %s"
 
-#: build/files.c:957
+#: build/files.c:953
 #, fuzzy, c-format
 msgid "File must begin with \"/\": %s\n"
 msgstr "siirtojen pitää alkaa /-merkillä"
 
-#: build/files.c:970
+#: build/files.c:966
 #, 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:1147
+#: build/files.c:1143
 #, fuzzy, c-format
 msgid "File listed twice: %s\n"
 msgstr "En voi lukea %s: %s."
 
-#: build/files.c:1282
+#: build/files.c:1278
 #, c-format
 msgid "Symlink points to BuildRoot: %s -> %s\n"
 msgstr ""
 
-#: build/files.c:1488
+#: build/files.c:1484
 #, fuzzy, c-format
 msgid "File doesn't match prefix (%s): %s\n"
 msgstr "En voi lukea %s: %s."
 
-#: build/files.c:1512
+#: build/files.c:1508
 #, fuzzy, c-format
 msgid "File not found: %s\n"
 msgstr "Tiedostoa ei löytynyt palvelimelta"
 
-#: build/files.c:1555 build/files.c:2167 build/parsePrep.c:50
+#: build/files.c:1551 build/files.c:2163 build/parsePrep.c:50
 #, c-format
 msgid "Bad owner/group: %s\n"
 msgstr ""
 
-#: build/files.c:1567
+#: build/files.c:1563
 #, fuzzy, c-format
 msgid "File %4d: %07o %s.%s\t %s\n"
 msgstr "en voinut avata %s: %s"
 
-#: build/files.c:1671
+#: build/files.c:1667
 #, fuzzy, c-format
 msgid "File needs leading \"/\": %s\n"
 msgstr "siirtojen pitää alkaa /-merkillä"
 
-#: build/files.c:1694
+#: build/files.c:1690
 #, fuzzy, c-format
 msgid "Glob not permitted: %s\n"
 msgstr "paketti %s ei ole %s:ssä"
 
-#: build/files.c:1709
+#: build/files.c:1705
 #, fuzzy, c-format
 msgid "File not found by glob: %s\n"
 msgstr "Tiedostoa ei löytynyt palvelimelta"
 
-#: build/files.c:1771
+#: build/files.c:1767
 #, fuzzy, c-format
 msgid "Could not open %%files file %s: %s\n"
 msgstr "virhe: tiedostoa %s ei voi avata\n"
 
-#: build/files.c:1782 build/pack.c:150
+#: build/files.c:1778 build/pack.c:145
 #, fuzzy, c-format
 msgid "line: %s\n"
 msgstr "en voinut avata %s: %s"
 
-#: build/files.c:2155
+#: build/files.c:2151
 #, 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:2229
+#: build/files.c:2225
 #, fuzzy, c-format
 msgid "Couldn't exec %s: %s\n"
 msgstr "En voinut ajaa pgp:tä"
 
-#: build/files.c:2234
+#: build/files.c:2230
 #, fuzzy, c-format
 msgid "Couldn't fork %s: %s\n"
 msgstr "En voinut ajaa pgp:tä"
 
-#: build/files.c:2318
+#: build/files.c:2314
 #, fuzzy, c-format
 msgid "%s failed\n"
 msgstr "pgp epäonnistui"
 
-#: build/files.c:2322
+#: build/files.c:2318
 #, fuzzy, c-format
 msgid "failed to write all data to %s\n"
 msgstr "%s:n luonti epäonnistui\n"
 
-#: build/files.c:2458
+#: build/files.c:2454
 #, c-format
 msgid "Finding  %s: (using %s)...\n"
 msgstr ""
 
-#: build/files.c:2484 build/files.c:2498
+#: build/files.c:2480 build/files.c:2494
 #, fuzzy, c-format
 msgid "Failed to find %s:\n"
 msgstr "%s:n luonti epäonnistui\n"
 
-#: build/files.c:2619
+#: build/files.c:2615
 #, fuzzy, c-format
 msgid "Processing files: %s-%s-%s\n"
 msgstr "en voinut avata %s: %s"
@@ -1598,156 +1598,156 @@ msgstr ""
 msgid "Could not canonicalize hostname: %s\n"
 msgstr ""
 
-#: build/pack.c:83
+#: build/pack.c:78
 #, fuzzy, c-format
 msgid "create archive failed on file %s: %s\n"
 msgstr "en voinut avata %s: %s"
 
-#: build/pack.c:86
+#: build/pack.c:81
 #, fuzzy, c-format
 msgid "create archive failed: %s\n"
 msgstr "en voinut avata %s: %s"
 
-#: build/pack.c:108
+#: build/pack.c:103
 #, fuzzy, c-format
 msgid "cpio_copy write failed: %s\n"
 msgstr "luku epäonnistui: %s (%d)"
 
-#: build/pack.c:115
+#: build/pack.c:110
 #, fuzzy, c-format
 msgid "cpio_copy read failed: %s\n"
 msgstr "luku epäonnistui: %s (%d)"
 
-#: build/pack.c:218
+#: build/pack.c:213
 #, fuzzy, c-format
 msgid "Could not open PreIn file: %s\n"
 msgstr "virhe: tiedostoa %s ei voi avata\n"
 
-#: build/pack.c:225
+#: build/pack.c:220
 #, fuzzy, c-format
 msgid "Could not open PreUn file: %s\n"
 msgstr "virhe: tiedostoa %s ei voi avata\n"
 
-#: build/pack.c:232
+#: build/pack.c:227
 #, fuzzy, c-format
 msgid "Could not open PostIn file: %s\n"
 msgstr "virhe: tiedostoa %s ei voi avata\n"
 
-#: build/pack.c:239
+#: build/pack.c:234
 #, fuzzy, c-format
 msgid "Could not open PostUn file: %s\n"
 msgstr "virhe: tiedostoa %s ei voi avata\n"
 
-#: build/pack.c:247
+#: build/pack.c:242
 #, fuzzy, c-format
 msgid "Could not open VerifyScript file: %s\n"
 msgstr "virhe: tiedostoa %s ei voi avata\n"
 
-#: build/pack.c:262
+#: build/pack.c:257
 #, fuzzy, c-format
 msgid "Could not open Trigger script file: %s\n"
 msgstr "virhe: tiedostoa %s ei voi avata\n"
 
-#: build/pack.c:290
+#: build/pack.c:285
 #, fuzzy, c-format
 msgid "readRPM: open %s: %s\n"
 msgstr "en voinut avata %s: %s"
 
-#: build/pack.c:300
+#: build/pack.c:295
 #, fuzzy, c-format
 msgid "readRPM: read %s: %s\n"
 msgstr "En voi lukea %s: %s."
 
-#: build/pack.c:309 build/pack.c:513
+#: build/pack.c:304 build/pack.c:508
 #, fuzzy, c-format
 msgid "%s: Fseek failed: %s\n"
 msgstr "%s: readLead  epäonnistui\n"
 
-#: build/pack.c:325
+#: build/pack.c:320
 #, fuzzy, c-format
 msgid "readRPM: %s is not an RPM package\n"
 msgstr "virhe: %s ei vaikuta RPM paketilta\n"
 
-#: build/pack.c:334
+#: build/pack.c:329
 #, fuzzy, c-format
 msgid "readRPM: reading header from %s\n"
 msgstr "virhe luettaessa tietuetta %s %s:stä"
 
-#: build/pack.c:459
+#: build/pack.c:454
 #, fuzzy
 msgid "Unable to create immutable header region.\n"
 msgstr "%s:n kirjoitus ei onnistu"
 
-#: build/pack.c:477
+#: build/pack.c:472
 #, fuzzy
 msgid "Unable to write temp header\n"
 msgstr "%s:n kirjoitus ei onnistu"
 
-#: build/pack.c:485
+#: build/pack.c:480
 msgid "Bad CSA data\n"
 msgstr ""
 
-#: build/pack.c:520
+#: build/pack.c:515
 #, fuzzy
 msgid "Unable to write final header\n"
 msgstr "%s:n kirjoitus ei onnistu"
 
-#: build/pack.c:538
+#: build/pack.c:533
 #, fuzzy, c-format
 msgid "Generating signature: %d\n"
 msgstr "generoi PGP-allekirjoitus"
 
-#: build/pack.c:551
+#: build/pack.c:546
 #, fuzzy
 msgid "Unable to reload signature header.\n"
 msgstr "%s:n kirjoitus ei onnistu"
 
-#: build/pack.c:559
+#: build/pack.c:554
 #, fuzzy, c-format
 msgid "Could not open %s: %s\n"
 msgstr "%s:n avaus epäonnistui\n"
 
-#: build/pack.c:595 lib/psm.c:2147
+#: build/pack.c:590 lib/psm.c:2149
 #, fuzzy, c-format
 msgid "Unable to write package: %s\n"
 msgstr "%s:n kirjoitus ei onnistu"
 
-#: build/pack.c:610
+#: build/pack.c:605
 #, fuzzy, c-format
 msgid "Unable to open sigtarget %s: %s\n"
 msgstr "%s:n kirjoitus ei onnistu"
 
-#: build/pack.c:620
+#: build/pack.c:615
 #, fuzzy, c-format
 msgid "Unable to read header from %s: %s\n"
 msgstr "%s:n kirjoitus ei onnistu"
 
-#: build/pack.c:634
+#: build/pack.c:629
 #, fuzzy, c-format
 msgid "Unable to write header to %s: %s\n"
 msgstr "%s:n kirjoitus ei onnistu"
 
-#: build/pack.c:644
+#: build/pack.c:639
 #, fuzzy, c-format
 msgid "Unable to read payload from %s: %s\n"
 msgstr "%s:n kirjoitus ei onnistu"
 
-#: build/pack.c:650
+#: build/pack.c:645
 #, fuzzy, c-format
 msgid "Unable to write payload to %s: %s\n"
 msgstr "%s:n kirjoitus ei onnistu"
 
-#: build/pack.c:675 lib/psm.c:2413
+#: build/pack.c:670 lib/psm.c:2415
 #, c-format
 msgid "Wrote: %s\n"
 msgstr ""
 
-#: build/pack.c:742
+#: build/pack.c:737
 #, c-format
 msgid "Could not generate output filename for package %s: %s\n"
 msgstr ""
 
-#: build/pack.c:759
+#: build/pack.c:754
 #, fuzzy, c-format
 msgid "cannot create %s: %s\n"
 msgstr "en voinut avata tiedostoa %s: "
@@ -2159,72 +2159,72 @@ msgid " failed - "
 msgstr "pgp epäonnistui"
 
 #. XXX legacy epoch-less requires/conflicts compatibility
-#: lib/depends.c:582
+#: lib/depends.c:559
 #, c-format
 msgid ""
 "the \"B\" dependency needs an epoch (assuming same as \"A\")\n"
 "\tA %s\tB %s\n"
 msgstr ""
 
-#: lib/depends.c:611
+#: lib/depends.c:588
 #, c-format
 msgid "  %s    A %s\tB %s\n"
 msgstr ""
 
-#: lib/depends.c:612 lib/depends.c:1248 lib/depends.c:1381
+#: lib/depends.c:589 lib/depends.c:1225 lib/depends.c:1358
 msgid "YES"
 msgstr ""
 
-#: lib/depends.c:612 lib/depends.c:1248 lib/depends.c:1381
+#: lib/depends.c:589 lib/depends.c:1225 lib/depends.c:1358
 msgid "NO "
 msgstr ""
 
-#: lib/depends.c:1042
+#: lib/depends.c:1019
 #, c-format
 msgid "%s: %-45s YES (added files)\n"
 msgstr ""
 
-#: lib/depends.c:1153
+#: lib/depends.c:1130
 #, c-format
 msgid "%s: %-45s YES (added provide)\n"
 msgstr ""
 
-#: lib/depends.c:1247
+#: lib/depends.c:1224
 #, fuzzy, c-format
 msgid "%s: %-45s %-s (cached)\n"
 msgstr "tiedostoa %s ei omista mikään paketti\n"
 
-#: lib/depends.c:1276
+#: lib/depends.c:1253
 #, c-format
 msgid "%s: %-45s YES (rpmrc provides)\n"
 msgstr ""
 
-#: lib/depends.c:1293
+#: lib/depends.c:1270
 #, fuzzy, c-format
 msgid "%s: %-45s YES (rpmlib provides)\n"
 msgstr "tiedostoa %s ei omista mikään paketti\n"
 
-#: lib/depends.c:1317
+#: lib/depends.c:1294
 #, c-format
 msgid "%s: %-45s YES (db files)\n"
 msgstr ""
 
-#: lib/depends.c:1330
+#: lib/depends.c:1307
 #, c-format
 msgid "%s: %-45s YES (db provides)\n"
 msgstr ""
 
-#: lib/depends.c:1344
+#: lib/depends.c:1321
 #, fuzzy, c-format
 msgid "%s: %-45s YES (db package)\n"
 msgstr "tiedostoa %s ei omista mikään paketti\n"
 
-#: lib/depends.c:1360
+#: lib/depends.c:1337
 #, c-format
 msgid "%s: %-45s NO\n"
 msgstr ""
 
-#: lib/depends.c:1381
+#: lib/depends.c:1358
 #, fuzzy, c-format
 msgid "%s: (%s, %s) added to Depends cache.\n"
 msgstr "tiedostoa %s ei omista mikään paketti\n"
@@ -2232,42 +2232,42 @@ msgstr "tiedostoa %s ei omista mik
 #. requirements are satisfied.
 #. @switchbreak@
 #. requirements are not satisfied.
-#: lib/depends.c:1454
+#: lib/depends.c:1431
 #, 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:1533
+#: lib/depends.c:1510
 #, fuzzy, c-format
 msgid "package %s conflicts: %s\n"
 msgstr "paketti %s ei ole %s:ssä"
 
-#: lib/depends.c:1786
+#: lib/depends.c:1763
 #, 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:1936
+#: lib/depends.c:1913
 msgid "========== recording tsort relations\n"
 msgstr ""
 
 #. T4. Scan for zeroes.
-#: lib/depends.c:1996
+#: lib/depends.c:1973
 msgid ""
 "========== tsorting packages (order, #predecessors, #succesors, depth)\n"
 msgstr ""
 
-#: lib/depends.c:2046
+#: lib/depends.c:2023
 msgid "========== successors only (presentation order)\n"
 msgstr ""
 
-#: lib/depends.c:2099
+#: lib/depends.c:2076
 msgid "LOOP:\n"
 msgstr ""
 
-#: lib/depends.c:2129
+#: lib/depends.c:2106
 msgid "========== continuing tsort ...\n"
 msgstr ""
 
@@ -2361,7 +2361,7 @@ msgid "dataLength() RPM_STRING_TYPE count must be 1.\n"
 msgstr ""
 
 #. @-modfilesys@
-#: lib/header.c:351 lib/header_internal.c:161 lib/psm.c:971
+#: lib/header.c:351 lib/header_internal.c:161 lib/psm.c:973
 #, c-format
 msgid "Data type %d not supported\n"
 msgstr ""
@@ -2443,166 +2443,166 @@ msgstr "odotin '}'-merkki
 msgid "(unknown type)"
 msgstr "(tuntematon tyyppi)"
 
-#: lib/misc.c:241 lib/misc.c:246 lib/misc.c:252
+#: lib/misc.c:243 lib/misc.c:248 lib/misc.c:254
 #, fuzzy, c-format
 msgid "error creating temporary file %s\n"
 msgstr "virhe luotaessa hakemistoa %s: %s"
 
-#: lib/package.c:162
+#: lib/package.c:163
 #, fuzzy
 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:228
+#: lib/package.c:229
 #, fuzzy
 msgid ""
 "only packaging with major numbers <= 4 is supported by this version of RPM\n"
 msgstr "tämä versio RPM:stä tukee vain suuremmman kuin 3 versionumeron paketteja"
 
-#: lib/poptBT.c:118
+#: lib/poptBT.c:116
 #, fuzzy, c-format
 msgid "buildroot already specified, ignoring %s\n"
 msgstr "En voi lukea %s: %s."
 
-#: lib/poptBT.c:148
+#: lib/poptBT.c:146
 #, fuzzy, c-format
 msgid "build through %prep (unpack sources and apply patches) from <specfile>"
 msgstr "valmistele (pura lähdekoodi ja tee korjaukset)"
 
-#: lib/poptBT.c:149 lib/poptBT.c:152 lib/poptBT.c:155 lib/poptBT.c:158
-#: lib/poptBT.c:161 lib/poptBT.c:164 lib/poptBT.c:167
+#: lib/poptBT.c:147 lib/poptBT.c:150 lib/poptBT.c:153 lib/poptBT.c:156
+#: lib/poptBT.c:159 lib/poptBT.c:162 lib/poptBT.c:165
 msgid "<specfile>"
 msgstr ""
 
-#: lib/poptBT.c:151
+#: lib/poptBT.c:149
 msgid "build through %build (%prep, then compile) from <specfile>"
 msgstr ""
 
-#: lib/poptBT.c:154
+#: lib/poptBT.c:152
 #, fuzzy
 msgid "build through %install (%prep, %build, then install) from <specfile>"
 msgstr "asenna paketti"
 
-#: lib/poptBT.c:157
+#: lib/poptBT.c:155
 #, fuzzy, c-format
 msgid "verify %files section from <specfile>"
 msgstr "kysy pakettia, jonka omistuksessa <tiedosto> on"
 
-#: lib/poptBT.c:160
+#: lib/poptBT.c:158
 #, fuzzy
 msgid "build source and binary packages from <specfile>"
 msgstr "ryhmässä %s ei ole paketteja\n"
 
-#: lib/poptBT.c:163
+#: lib/poptBT.c:161
 #, fuzzy
 msgid "build binary package only from <specfile>"
 msgstr "kysy pakettia, jonka omistuksessa <tiedosto> on"
 
-#: lib/poptBT.c:166
+#: lib/poptBT.c:164
 #, fuzzy
 msgid "build source package only from <specfile>"
 msgstr "kysy pakettia, jonka omistuksessa <tiedosto> on"
 
-#: lib/poptBT.c:170
+#: lib/poptBT.c:168
 #, fuzzy, c-format
 msgid "build through %prep (unpack sources and apply patches) from <tarball>"
 msgstr "valmistele (pura lähdekoodi ja tee korjaukset)"
 
-#: lib/poptBT.c:171 lib/poptBT.c:174 lib/poptBT.c:177 lib/poptBT.c:180
-#: lib/poptBT.c:183 lib/poptBT.c:186 lib/poptBT.c:189
+#: lib/poptBT.c:169 lib/poptBT.c:172 lib/poptBT.c:175 lib/poptBT.c:178
+#: lib/poptBT.c:181 lib/poptBT.c:184 lib/poptBT.c:187
 msgid "<tarball>"
 msgstr ""
 
-#: lib/poptBT.c:173
+#: lib/poptBT.c:171
 msgid "build through %build (%prep, then compile) from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:176
+#: lib/poptBT.c:174
 msgid "build through %install (%prep, %build, then install) from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:179
+#: lib/poptBT.c:177
 #, fuzzy, c-format
 msgid "verify %files section from <tarball>"
 msgstr "kysy pakettia, jonka omistuksessa <tiedosto> on"
 
-#: lib/poptBT.c:182
+#: lib/poptBT.c:180
 #, fuzzy
 msgid "build source and binary packages from <tarball>"
 msgstr "ryhmässä %s ei ole paketteja\n"
 
-#: lib/poptBT.c:185
+#: lib/poptBT.c:183
 #, fuzzy
 msgid "build binary package only from <tarball>"
 msgstr "ryhmässä %s ei ole paketteja\n"
 
-#: lib/poptBT.c:188
+#: lib/poptBT.c:186
 #, fuzzy
 msgid "build source package only from <tarball>"
 msgstr "käännä paketit käyttöjärjestelmälle <kj>"
 
-#: lib/poptBT.c:192
+#: lib/poptBT.c:190
 #, fuzzy
 msgid "build binary package from <source package>"
 msgstr "binääripaketti (valmistele, käännä, asenna, paketoi)"
 
-#: lib/poptBT.c:193 lib/poptBT.c:196
+#: lib/poptBT.c:191 lib/poptBT.c:194
 #, fuzzy
 msgid "<source package>"
 msgstr "kysele kaikki paketit"
 
-#: lib/poptBT.c:195
+#: lib/poptBT.c:193
 #, fuzzy
 msgid ""
 "build through %install (%prep, %build, then install) from <source package>"
 msgstr "asenna paketti"
 
-#: lib/poptBT.c:199
+#: lib/poptBT.c:197
 #, fuzzy
 msgid "override build root"
 msgstr "käytä <hakem> käännöspuun juurena"
 
-#: lib/poptBT.c:203 rpmdb/poptDB.c:32
+#: lib/poptBT.c:201 rpmdb/poptDB.c:29
 msgid "generate headers compatible with rpm4 packaging"
 msgstr ""
 
-#: lib/poptBT.c:205
+#: lib/poptBT.c:203
 msgid "ignore ExcludeArch: directives from spec file"
 msgstr ""
 
-#: lib/poptBT.c:207
+#: lib/poptBT.c:205
 #, fuzzy
 msgid "debug file state machine"
 msgstr "en voinut avata %s: %s"
 
-#: lib/poptBT.c:209
+#: lib/poptBT.c:207
 #, fuzzy
 msgid "do not execute any stages of the build"
 msgstr "älä suorita mitään vaiheita"
 
-#: lib/poptBT.c:211
+#: lib/poptBT.c:209
 #, fuzzy
 msgid "do not verify build dependencies"
 msgstr "älä tarkista paketin riippuvuuksia"
 
-#: lib/poptBT.c:213
+#: lib/poptBT.c:211
 msgid "generate package header(s) compatible with (legacy) rpm[23] packaging"
 msgstr ""
 
-#: lib/poptBT.c:216
+#: lib/poptBT.c:214
 msgid "do not accept i18N msgstr's from specfile"
 msgstr ""
 
-#: lib/poptBT.c:220
+#: lib/poptBT.c:218
 #, fuzzy
 msgid "remove specfile when done"
 msgstr "poista lähdekoodit ja määrittelytiedosto, kun valmis"
 
-#: lib/poptBT.c:226
+#: lib/poptBT.c:224
 msgid "override target platform"
 msgstr ""
 
-#: lib/poptBT.c:228
+#: lib/poptBT.c:226
 msgid "lookup i18N strings in specfile catalog"
 msgstr ""
 
@@ -2955,109 +2955,109 @@ msgstr "paketti %s-%s-%s  sis
 msgid "unknown error %d encountered while manipulating package %s"
 msgstr ""
 
-#: lib/psm.c:313
+#: lib/psm.c:315
 msgid "========== relocations\n"
 msgstr ""
 
-#: lib/psm.c:317
+#: lib/psm.c:319
 #, fuzzy, c-format
 msgid "%5d exclude  %s\n"
 msgstr "Haen: %s\n"
 
-#: lib/psm.c:320
+#: lib/psm.c:322
 #, fuzzy, c-format
 msgid "%5d relocate %s -> %s\n"
 msgstr "en voinut avata tiedostoa %s: "
 
-#: lib/psm.c:390
+#: lib/psm.c:392
 #, fuzzy, c-format
 msgid "excluding multilib path %s%s\n"
 msgstr "Haen: %s\n"
 
-#: lib/psm.c:456
+#: lib/psm.c:458
 #, fuzzy, c-format
 msgid "excluding %s %s\n"
 msgstr "Haen: %s\n"
 
-#: lib/psm.c:466
+#: lib/psm.c:468
 #, c-format
 msgid "relocating %s to %s\n"
 msgstr ""
 
-#: lib/psm.c:545
+#: lib/psm.c:547
 #, fuzzy, c-format
 msgid "relocating directory %s to %s\n"
 msgstr "virhe luotaessa hakemistoa %s: %s"
 
-#: lib/psm.c:1168
+#: lib/psm.c:1170
 #, fuzzy, c-format
 msgid "cannot create %%%s %s\n"
 msgstr "en voinut avata tiedostoa %s: "
 
-#: lib/psm.c:1174
+#: lib/psm.c:1176
 #, fuzzy, c-format
 msgid "cannot write to %%%s %s\n"
 msgstr "en voinut avata tiedostoa %s: "
 
-#: lib/psm.c:1212
+#: lib/psm.c:1214
 msgid "source package expected, binary found\n"
 msgstr ""
 
-#: lib/psm.c:1323
+#: lib/psm.c:1325
 #, fuzzy
 msgid "source package contains no .spec file\n"
 msgstr "kysy pakettia, jonka omistuksessa <tiedosto> on"
 
-#: lib/psm.c:1430
+#: lib/psm.c:1432
 #, fuzzy, c-format
 msgid "%s: running %s scriptlet\n"
 msgstr "älä suorita mitään vaiheita"
 
-#: lib/psm.c:1598
+#: lib/psm.c:1600
 #, 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:1605
+#: lib/psm.c:1607
 #, 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:1952
+#: lib/psm.c:1954
 #, 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:2069
+#: lib/psm.c:2071
 #, c-format
 msgid "%s: %s scriptlet failed (%d), skipping %s-%s-%s\n"
 msgstr ""
 
-#: lib/psm.c:2184
+#: lib/psm.c:2186
 #, c-format
 msgid "user %s does not exist - using root\n"
 msgstr ""
 
-#: lib/psm.c:2193
+#: lib/psm.c:2195
 #, fuzzy, c-format
 msgid "group %s does not exist - using root\n"
 msgstr "ryhmässä %s ei ole paketteja\n"
 
-#: lib/psm.c:2234
+#: lib/psm.c:2236
 #, fuzzy, c-format
 msgid "unpacking of archive failed%s%s: %s\n"
 msgstr "%s:n avaus ei onnistunut: %s\n"
 
-#: lib/psm.c:2235
+#: lib/psm.c:2237
 msgid " on file "
 msgstr ""
 
-#: lib/psm.c:2421
+#: lib/psm.c:2423
 #, fuzzy, c-format
 msgid "%s failed on file %s: %s\n"
 msgstr "en voinut avata %s: %s"
 
-#: lib/psm.c:2424
+#: lib/psm.c:2426
 #, fuzzy, c-format
 msgid "%s failed: %s\n"
 msgstr "pgp epäonnistui"
@@ -3466,218 +3466,218 @@ msgstr ""
 msgid "Unable to open %s for reading: %s.\n"
 msgstr "En voi avata %s luettavaksi: %s."
 
-#: lib/signature.c:114
+#: lib/signature.c:115
 msgid "file is not regular -- skipping size check\n"
 msgstr ""
 
-#: lib/signature.c:123
+#: lib/signature.c:124
 #, c-format
 msgid "Expected size: %12d = lead(%d)+sigs(%d)+pad(%d)+data(%d)\n"
 msgstr ""
 
-#: lib/signature.c:128
+#: lib/signature.c:129
 #, c-format
 msgid "  Actual size: %12d\n"
 msgstr ""
 
-#: lib/signature.c:148
+#: lib/signature.c:149
 #, fuzzy
 msgid "No signature\n"
 msgstr "%s: Ei allekirjoitusta saatavilla\n"
 
-#: lib/signature.c:152
+#: lib/signature.c:153
 #, fuzzy
 msgid "Old PGP signature\n"
 msgstr "generoi PGP-allekirjoitus"
 
-#: lib/signature.c:165
+#: lib/signature.c:166
 #, fuzzy
 msgid "Old (internal-only) signature!  How did you get that!?\n"
 msgstr "Vanha (sisäisen käytön) allekirjoitus! Mistä sait sen!?"
 
-#: lib/signature.c:221
+#: lib/signature.c:222
 #, c-format
 msgid "Signature: size(%d)+pad(%d)\n"
 msgstr ""
 
-#: lib/signature.c:284
+#: lib/signature.c:285
 #, fuzzy, c-format
 msgid "Couldn't exec pgp (%s)\n"
 msgstr "En voinut ajaa pgp:tä"
 
-#: lib/signature.c:297
+#: lib/signature.c:298
 #, fuzzy
 msgid "pgp failed\n"
 msgstr "pgp epäonnistui"
 
 #. PGP failed to write signature
 #. Just in case
-#: lib/signature.c:304
+#: lib/signature.c:305
 #, fuzzy
 msgid "pgp failed to write signature\n"
 msgstr "pgp ei voinut kirjoittaa allekirjoitusta"
 
-#: lib/signature.c:309
+#: lib/signature.c:310
 #, c-format
 msgid "PGP sig size: %d\n"
 msgstr ""
 
-#: lib/signature.c:324 lib/signature.c:411
+#: lib/signature.c:325 lib/signature.c:412
 #, fuzzy
 msgid "unable to read the signature\n"
 msgstr "en voinut lukea allekirjoitusta"
 
-#: lib/signature.c:329
+#: lib/signature.c:330
 #, c-format
 msgid "Got %d bytes of PGP sig\n"
 msgstr ""
 
-#: lib/signature.c:371 lib/signature.c:501
+#: lib/signature.c:372 lib/signature.c:502
 #, fuzzy
 msgid "Couldn't exec gpg\n"
 msgstr "En voinut ajaa pgp:tä"
 
-#: lib/signature.c:384
+#: lib/signature.c:385
 #, fuzzy
 msgid "gpg failed\n"
 msgstr "pgp epäonnistui"
 
 #. GPG failed to write signature
 #. Just in case
-#: lib/signature.c:391
+#: lib/signature.c:392
 #, fuzzy
 msgid "gpg failed to write signature\n"
 msgstr "pgp ei voinut kirjoittaa allekirjoitusta"
 
-#: lib/signature.c:396
+#: lib/signature.c:397
 #, c-format
 msgid "GPG sig size: %d\n"
 msgstr ""
 
-#: lib/signature.c:416
+#: lib/signature.c:417
 #, c-format
 msgid "Got %d bytes of GPG sig\n"
 msgstr ""
 
-#: lib/signature.c:444
+#: lib/signature.c:445
 #, fuzzy
 msgid "Generating signature using PGP.\n"
 msgstr "generoi PGP-allekirjoitus"
 
-#: lib/signature.c:450
+#: lib/signature.c:451
 #, fuzzy
 msgid "Generating signature using GPG.\n"
 msgstr "generoi PGP-allekirjoitus"
 
-#: lib/signature.c:530
+#: lib/signature.c:531
 #, fuzzy
 msgid "Couldn't exec pgp\n"
 msgstr "En voinut ajaa pgp:tä"
 
 #. @notreached@
 #. This case should have been screened out long ago.
-#: lib/signature.c:534 lib/signature.c:587
+#: lib/signature.c:535 lib/signature.c:588
 #, c-format
 msgid "Invalid %%_signature spec in macro file\n"
 msgstr ""
 
-#: lib/signature.c:567
+#: lib/signature.c:568
 #, fuzzy, c-format
 msgid "You must set \"%%_gpg_name\" in your macro file\n"
 msgstr "Sinun pitää asettaa \"pgp_name:\" rpmrc-tiedostossa"
 
-#: lib/signature.c:579
+#: lib/signature.c:580
 #, fuzzy, c-format
 msgid "You must set \"%%_pgp_name\" in your macro file\n"
 msgstr "Sinun pitää asettaa \"pgp_name:\" rpmrc-tiedostossa"
 
-#: lib/transaction.c:308
+#: lib/transaction.c:309
 #, c-format
 msgid "%s skipped due to missingok flag\n"
 msgstr ""
 
 #. @innercontinue@
-#: lib/transaction.c:936
+#: lib/transaction.c:937
 #, fuzzy, c-format
 msgid "excluding directory %s\n"
 msgstr "virhe luotaessa hakemistoa %s: %s"
 
-#: lib/verify.c:240
+#: lib/verify.c:242
 msgid "package lacks both user name and id lists (this should never happen)\n"
 msgstr ""
 
-#: lib/verify.c:261
+#: lib/verify.c:263
 msgid "package lacks both group name and id lists (this should never happen)\n"
 msgstr ""
 
-#: lib/verify.c:398
+#: lib/verify.c:400
 #, fuzzy, c-format
 msgid "missing    %s"
 msgstr "puuttuva '{' '%':n jälkeen"
 
-#: lib/verify.c:495
+#: lib/verify.c:497
 #, 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:101 rpmdb/db3.c:100
+#: rpmdb/db1.c:100 rpmdb/db3.c:100
 #, c-format
 msgid "db%d error(%d) from %s: %s\n"
 msgstr ""
 
-#: rpmdb/db1.c:104 rpmdb/db3.c:103
+#: rpmdb/db1.c:103 rpmdb/db3.c:103
 #, c-format
 msgid "db%d error(%d): %s\n"
 msgstr ""
 
-#: rpmdb/db1.c:171
+#: rpmdb/db1.c:170
 #, c-format
 msgid ""
 "Broken package chain at offset %d(0x%08x), attempting to reconnect ...\n"
 msgstr ""
 
-#: rpmdb/db1.c:183
+#: rpmdb/db1.c:182
 #, c-format
 msgid "Reconnecting broken chain at offset %d(0x%08x).\n"
 msgstr ""
 
 #. @=branchstate@
-#: rpmdb/db1.c:509
+#: rpmdb/db1.c:508
 #, c-format
 msgid "closed  db file        %s\n"
 msgstr ""
 
-#: rpmdb/db1.c:512
+#: rpmdb/db1.c:511
 #, c-format
 msgid "removed db file        %s\n"
 msgstr ""
 
-#: rpmdb/db1.c:547
+#: rpmdb/db1.c:546
 #, fuzzy, c-format
 msgid "bad db file %s\n"
 msgstr "en voinut avata %s: %s"
 
-#: rpmdb/db1.c:552
+#: 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:575
+#: 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:576 rpmdb/db3.c:1213
+#: rpmdb/db1.c:575 rpmdb/db3.c:1213
 msgid "exclusive"
 msgstr "poissulkevaa"
 
-#: rpmdb/db1.c:576 rpmdb/db3.c:1213
+#: rpmdb/db1.c:575 rpmdb/db3.c:1213
 msgid "shared"
 msgstr "jaettua"
 
@@ -3751,170 +3751,170 @@ msgid ""
 "if \"rpm --rebuilddb\" fails to correct the problem.\n"
 msgstr ""
 
-#: rpmdb/poptDB.c:22
+#: rpmdb/poptDB.c:19
 msgid "initialize database"
 msgstr ""
 
-#: rpmdb/poptDB.c:24
+#: rpmdb/poptDB.c:21
 #, fuzzy
 msgid "rebuild database inverted lists from installed package headers"
 msgstr "kokoa tietokanta uudelleen vanhasta tietokannasta"
 
-#: rpmdb/poptDB.c:29
+#: rpmdb/poptDB.c:26
 msgid "generate headers compatible with (legacy) rpm[23] packaging"
 msgstr ""
 
 #. @-modfilesys@
-#: rpmdb/rpmdb.c:130
+#: rpmdb/rpmdb.c:126
 #, c-format
 msgid "dbiTagsInit: unrecognized tag name: \"%s\" ignored\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:384
+#: rpmdb/rpmdb.c:380
 #, fuzzy, c-format
 msgid "cannot open %s index using db%d - %s (%d)\n"
 msgstr "en voinut avata tiedostoa %s: "
 
-#: rpmdb/rpmdb.c:406
+#: rpmdb/rpmdb.c:402
 #, fuzzy, c-format
 msgid "cannot open %s index\n"
 msgstr "virhe: en voi avata %s\n"
 
-#: rpmdb/rpmdb.c:498
+#: 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:629
+#: rpmdb/rpmdb.c:625
 #, fuzzy, c-format
 msgid "error(%d) storing record %s into %s\n"
 msgstr "virhe talletettaessa tietuetta %s %s:ään"
 
-#: rpmdb/rpmdb.c:639
+#: rpmdb/rpmdb.c:635
 #, fuzzy, c-format
 msgid "error(%d) removing record %s from %s\n"
 msgstr "virhe poistettaessa tietuetta %s %s:stä"
 
-#: rpmdb/rpmdb.c:893
+#: rpmdb/rpmdb.c:889
 #, fuzzy
 msgid "no dbpath has been set\n"
 msgstr "dbpath ei ole asetettu"
 
-#: rpmdb/rpmdb.c:1032
+#: rpmdb/rpmdb.c:1028
 msgid ""
 "old format database is present; use --rebuilddb to generate a new format "
 "database\n"
 msgstr ""
 
 #. error
-#: rpmdb/rpmdb.c:1277
+#: rpmdb/rpmdb.c:1273
 #, fuzzy, c-format
 msgid "error(%d) counting packages\n"
 msgstr "virhe etsittäessä pakettia %s\n"
 
-#: rpmdb/rpmdb.c:2061 rpmdb/rpmdb.c:3276
+#: rpmdb/rpmdb.c:2057 rpmdb/rpmdb.c:3310
 #, fuzzy, c-format
 msgid "record number %u in database is bad -- skipping.\n"
 msgstr "tietue numero %d tietokannassa viallinen -- ohitan sen"
 
-#: rpmdb/rpmdb.c:2114
+#: rpmdb/rpmdb.c:2110
 #, c-format
 msgid "rpmdb: damaged header instance #%u retrieved, skipping.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2384
+#: rpmdb/rpmdb.c:2380
 #, 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:2456
+#: rpmdb/rpmdb.c:2452
 #, fuzzy, c-format
 msgid "removing \"%s\" from %s index.\n"
 msgstr "virhe poistettaessa tietuetta %s %s:stä"
 
-#: rpmdb/rpmdb.c:2465
+#: rpmdb/rpmdb.c:2461
 #, fuzzy, c-format
 msgid "removing %d entries from %s index.\n"
 msgstr "virhe poistettaessa tietuetta %s %s:stä"
 
-#: rpmdb/rpmdb.c:2666
+#: rpmdb/rpmdb.c:2662
 #, fuzzy, c-format
 msgid "error(%d) allocating new package instance\n"
 msgstr "virhe etsittäessä pakettia %s\n"
 
-#: rpmdb/rpmdb.c:2747
+#: rpmdb/rpmdb.c:2743
 #, c-format
 msgid "adding \"%s\" to %s index.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2758
+#: rpmdb/rpmdb.c:2754
 #, fuzzy, c-format
 msgid "adding %d entries to %s index.\n"
 msgstr "virhe poistettaessa tietuetta %s %s:stä"
 
-#: rpmdb/rpmdb.c:3162
+#: rpmdb/rpmdb.c:3196
 #, c-format
 msgid "removing %s after successful db3 rebuild.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3195
+#: rpmdb/rpmdb.c:3229
 msgid "no dbpath has been set"
 msgstr "dbpath ei ole asetettu"
 
-#: rpmdb/rpmdb.c:3222
+#: rpmdb/rpmdb.c:3256
 #, fuzzy, c-format
 msgid "rebuilding database %s into %s\n"
 msgstr "kokoa tietokanta uudelleen vanhasta tietokannasta"
 
-#: rpmdb/rpmdb.c:3226
+#: rpmdb/rpmdb.c:3260
 #, fuzzy, c-format
 msgid "temporary database %s already exists\n"
 msgstr "väliaikainen tietokanta %s on jo olemassa"
 
-#: rpmdb/rpmdb.c:3232
+#: rpmdb/rpmdb.c:3266
 #, fuzzy, c-format
 msgid "creating directory %s\n"
 msgstr "virhe luotaessa hakemistoa %s: %s"
 
-#: rpmdb/rpmdb.c:3234
+#: rpmdb/rpmdb.c:3268
 #, fuzzy, c-format
 msgid "creating directory %s: %s\n"
 msgstr "virhe luotaessa hakemistoa %s: %s"
 
-#: rpmdb/rpmdb.c:3241
+#: rpmdb/rpmdb.c:3275
 #, fuzzy, c-format
 msgid "opening old database with dbapi %d\n"
 msgstr "kokoa tietokanta uudelleen vanhasta tietokannasta"
 
-#: rpmdb/rpmdb.c:3252
+#: rpmdb/rpmdb.c:3286
 #, fuzzy, c-format
 msgid "opening new database with dbapi %d\n"
 msgstr "kokoa tietokanta uudelleen vanhasta tietokannasta"
 
-#: rpmdb/rpmdb.c:3316
+#: rpmdb/rpmdb.c:3350
 #, fuzzy, c-format
 msgid "cannot add record originally at %u\n"
 msgstr "en voi lisätä tietuetta %d:stä"
 
-#: rpmdb/rpmdb.c:3334
+#: rpmdb/rpmdb.c:3368
 msgid "failed to rebuild database: original database remains in place\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3342
+#: rpmdb/rpmdb.c:3376
 msgid "failed to replace old database with new database!\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3344
+#: rpmdb/rpmdb.c:3378
 #, c-format
 msgid "replace files in %s with files from %s to recover"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3354
+#: rpmdb/rpmdb.c:3388
 #, fuzzy, c-format
 msgid "removing directory %s\n"
 msgstr "virhe luotaessa hakemistoa %s: %s"
 
-#: rpmdb/rpmdb.c:3356
+#: rpmdb/rpmdb.c:3390
 #, fuzzy, c-format
 msgid "failed to remove directory %s: %s\n"
 msgstr "en voinut avata %s: %s"
index b2b9a1b..6d1cebb 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-20 18:27-0400\n"
+"POT-Creation-Date: 2001-10-21 17:21-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"
@@ -786,19 +786,19 @@ msgstr "\t\t\t  b - package binaire (prpare, compile, installe, package)"
 msgid "bin/src package (prep, compile, install, package)"
 msgstr "\t\t\t  a - package bin/src (prpare, compile, installe, package)"
 
-#: lib/poptBT.c:222 rpm.c:523
+#: lib/poptBT.c:220 rpm.c:523
 #, fuzzy
 msgid "skip straight to specified stage (only for c,i)"
 msgstr ""
 "      --short-circuit   - passe directement  l'tape spcifie (seulement pour "
 "c,i)"
 
-#: lib/poptBT.c:201 rpm.c:525
+#: lib/poptBT.c:199 rpm.c:525
 #, fuzzy
 msgid "remove build tree when done"
 msgstr "      --clean           - efface l'arborescence aprs construction"
 
-#: lib/poptBT.c:218 rpm.c:527
+#: lib/poptBT.c:216 rpm.c:527
 #, fuzzy
 msgid "remove sources when done"
 msgstr "      --clean           - efface l'arborescence aprs construction"
@@ -808,7 +808,7 @@ msgstr "      --clean           - efface l'arborescence aprs construction"
 msgid "remove spec file when done"
 msgstr "      --clean           - efface l'arborescence aprs construction"
 
-#: lib/poptBT.c:224 rpm.c:531
+#: lib/poptBT.c:222 rpm.c:531
 #, fuzzy
 msgid "generate PGP/GPG signature"
 msgstr "      --sign            - genre une signature PGP"
@@ -906,7 +906,7 @@ msgstr ""
 msgid "rebuild database from existing database"
 msgstr ""
 
-#: rpm.c:565 rpmdb/poptDB.c:27
+#: rpm.c:565 rpmdb/poptDB.c:24
 #, fuzzy
 msgid "verify database files"
 msgstr ""
@@ -1381,7 +1381,7 @@ msgstr "aucun package n'a t spcifi pour la construction"
 msgid "no tar files given for build"
 msgstr "aucun package n'a t spcifi pour la construction"
 
-#: build/build.c:125 build/pack.c:471
+#: build/build.c:125 build/pack.c:466
 #, fuzzy
 msgid "Unable to open temp file.\n"
 msgstr "impossible d'ouvrir: %s\n"
@@ -1457,181 +1457,181 @@ msgstr ""
 msgid "syntax error in expression\n"
 msgstr ""
 
-#: build/files.c:274
+#: build/files.c:270
 #, c-format
 msgid "TIMECHECK failure: %s\n"
 msgstr ""
 
-#: build/files.c:333 build/files.c:525 build/files.c:708
+#: build/files.c:329 build/files.c:521 build/files.c:704
 #, c-format
 msgid "Missing '(' in %s %s\n"
 msgstr ""
 
-#: build/files.c:344 build/files.c:650 build/files.c:719
+#: build/files.c:340 build/files.c:646 build/files.c:715
 #, c-format
 msgid "Missing ')' in %s(%s\n"
 msgstr ""
 
-#: build/files.c:382 build/files.c:675
+#: build/files.c:378 build/files.c:671
 #, fuzzy, c-format
 msgid "Invalid %s token: %s\n"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: build/files.c:488
+#: build/files.c:484
 #, c-format
 msgid "Missing %s in %s %s\n"
 msgstr ""
 
-#: build/files.c:541
+#: build/files.c:537
 #, c-format
 msgid "Non-white space follows %s(): %s\n"
 msgstr ""
 
-#: build/files.c:579
+#: build/files.c:575
 #, fuzzy, c-format
 msgid "Bad syntax: %s(%s)\n"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: build/files.c:589
+#: build/files.c:585
 #, fuzzy, c-format
 msgid "Bad mode spec: %s(%s)\n"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: build/files.c:601
+#: build/files.c:597
 #, fuzzy, c-format
 msgid "Bad dirmode spec: %s(%s)\n"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: build/files.c:746
+#: build/files.c:742
 #, c-format
 msgid "Unusual locale length: \"%.*s\" in %%lang(%s)\n"
 msgstr ""
 
 #. @innercontinue@
-#: build/files.c:757
+#: build/files.c:753
 #, c-format
 msgid "Duplicate locale %.*s in %%lang(%s)\n"
 msgstr ""
 
-#: build/files.c:908
+#: build/files.c:904
 #, c-format
 msgid "Hit limit for %%docdir\n"
 msgstr ""
 
-#: build/files.c:914
+#: build/files.c:910
 #, c-format
 msgid "Only one arg for %%docdir\n"
 msgstr ""
 
 #. We already got a file -- error
-#: build/files.c:942
+#: build/files.c:938
 #, fuzzy, c-format
 msgid "Two files on one line: %s\n"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: build/files.c:957
+#: build/files.c:953
 #, fuzzy, c-format
 msgid "File must begin with \"/\": %s\n"
 msgstr "les arguments de --root (-r) doivent commencer par un /"
 
-#: build/files.c:970
+#: build/files.c:966
 #, 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:1147
+#: build/files.c:1143
 #, fuzzy, c-format
 msgid "File listed twice: %s\n"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: build/files.c:1282
+#: build/files.c:1278
 #, c-format
 msgid "Symlink points to BuildRoot: %s -> %s\n"
 msgstr ""
 
-#: build/files.c:1488
+#: build/files.c:1484
 #, c-format
 msgid "File doesn't match prefix (%s): %s\n"
 msgstr ""
 
-#: build/files.c:1512
+#: build/files.c:1508
 #, fuzzy, c-format
 msgid "File not found: %s\n"
 msgstr "aucun package n'a t spcifi pour la dsinstallation"
 
-#: build/files.c:1555 build/files.c:2167 build/parsePrep.c:50
+#: build/files.c:1551 build/files.c:2163 build/parsePrep.c:50
 #, c-format
 msgid "Bad owner/group: %s\n"
 msgstr ""
 
-#: build/files.c:1567
+#: build/files.c:1563
 #, c-format
 msgid "File %4d: %07o %s.%s\t %s\n"
 msgstr ""
 
-#: build/files.c:1671
+#: build/files.c:1667
 #, fuzzy, c-format
 msgid "File needs leading \"/\": %s\n"
 msgstr "les arguments de --root (-r) doivent commencer par un /"
 
-#: build/files.c:1694
+#: build/files.c:1690
 #, fuzzy, c-format
 msgid "Glob not permitted: %s\n"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: build/files.c:1709
+#: build/files.c:1705
 #, fuzzy, c-format
 msgid "File not found by glob: %s\n"
 msgstr "aucun package n'a t spcifi pour la dsinstallation"
 
-#: build/files.c:1771
+#: build/files.c:1767
 #, fuzzy, c-format
 msgid "Could not open %%files file %s: %s\n"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: build/files.c:1782 build/pack.c:150
+#: build/files.c:1778 build/pack.c:145
 #, fuzzy, c-format
 msgid "line: %s\n"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: build/files.c:2155
+#: build/files.c:2151
 #, 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:2229
+#: build/files.c:2225
 #, fuzzy, c-format
 msgid "Couldn't exec %s: %s\n"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: build/files.c:2234
+#: build/files.c:2230
 #, fuzzy, c-format
 msgid "Couldn't fork %s: %s\n"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: build/files.c:2318
+#: build/files.c:2314
 #, fuzzy, c-format
 msgid "%s failed\n"
 msgstr "La construction a chou.\n"
 
-#: build/files.c:2322
+#: build/files.c:2318
 #, fuzzy, c-format
 msgid "failed to write all data to %s\n"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: build/files.c:2458
+#: build/files.c:2454
 #, c-format
 msgid "Finding  %s: (using %s)...\n"
 msgstr ""
 
-#: build/files.c:2484 build/files.c:2498
+#: build/files.c:2480 build/files.c:2494
 #, fuzzy, c-format
 msgid "Failed to find %s:\n"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: build/files.c:2619
+#: build/files.c:2615
 #, c-format
 msgid "Processing files: %s-%s-%s\n"
 msgstr ""
@@ -1665,156 +1665,156 @@ msgstr ""
 msgid "Could not canonicalize hostname: %s\n"
 msgstr ""
 
-#: build/pack.c:83
+#: build/pack.c:78
 #, fuzzy, c-format
 msgid "create archive failed on file %s: %s\n"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: build/pack.c:86
+#: build/pack.c:81
 #, fuzzy, c-format
 msgid "create archive failed: %s\n"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: build/pack.c:108
+#: build/pack.c:103
 #, fuzzy, c-format
 msgid "cpio_copy write failed: %s\n"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: build/pack.c:115
+#: build/pack.c:110
 #, fuzzy, c-format
 msgid "cpio_copy read failed: %s\n"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: build/pack.c:218
+#: build/pack.c:213
 #, fuzzy, c-format
 msgid "Could not open PreIn file: %s\n"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: build/pack.c:225
+#: build/pack.c:220
 #, fuzzy, c-format
 msgid "Could not open PreUn file: %s\n"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: build/pack.c:232
+#: build/pack.c:227
 #, fuzzy, c-format
 msgid "Could not open PostIn file: %s\n"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: build/pack.c:239
+#: build/pack.c:234
 #, fuzzy, c-format
 msgid "Could not open PostUn file: %s\n"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: build/pack.c:247
+#: build/pack.c:242
 #, fuzzy, c-format
 msgid "Could not open VerifyScript file: %s\n"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: build/pack.c:262
+#: build/pack.c:257
 #, fuzzy, c-format
 msgid "Could not open Trigger script file: %s\n"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: build/pack.c:290
+#: build/pack.c:285
 #, fuzzy, c-format
 msgid "readRPM: open %s: %s\n"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: build/pack.c:300
+#: build/pack.c:295
 #, fuzzy, c-format
 msgid "readRPM: read %s: %s\n"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: build/pack.c:309 build/pack.c:513
+#: build/pack.c:304 build/pack.c:508
 #, fuzzy, c-format
 msgid "%s: Fseek failed: %s\n"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: build/pack.c:325
+#: build/pack.c:320
 #, c-format
 msgid "readRPM: %s is not an RPM package\n"
 msgstr ""
 
-#: build/pack.c:334
+#: build/pack.c:329
 #, c-format
 msgid "readRPM: reading header from %s\n"
 msgstr ""
 
-#: build/pack.c:459
+#: build/pack.c:454
 #, fuzzy
 msgid "Unable to create immutable header region.\n"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: build/pack.c:477
+#: build/pack.c:472
 #, fuzzy
 msgid "Unable to write temp header\n"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: build/pack.c:485
+#: build/pack.c:480
 msgid "Bad CSA data\n"
 msgstr ""
 
-#: build/pack.c:520
+#: build/pack.c:515
 #, fuzzy
 msgid "Unable to write final header\n"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: build/pack.c:538
+#: build/pack.c:533
 #, fuzzy, c-format
 msgid "Generating signature: %d\n"
 msgstr "      --sign            - genre une signature PGP"
 
-#: build/pack.c:551
+#: build/pack.c:546
 #, fuzzy
 msgid "Unable to reload signature header.\n"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: build/pack.c:559
+#: build/pack.c:554
 #, fuzzy, c-format
 msgid "Could not open %s: %s\n"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: build/pack.c:595 lib/psm.c:2147
+#: build/pack.c:590 lib/psm.c:2149
 #, fuzzy, c-format
 msgid "Unable to write package: %s\n"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: build/pack.c:610
+#: build/pack.c:605
 #, fuzzy, c-format
 msgid "Unable to open sigtarget %s: %s\n"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: build/pack.c:620
+#: build/pack.c:615
 #, fuzzy, c-format
 msgid "Unable to read header from %s: %s\n"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: build/pack.c:634
+#: build/pack.c:629
 #, fuzzy, c-format
 msgid "Unable to write header to %s: %s\n"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: build/pack.c:644
+#: build/pack.c:639
 #, fuzzy, c-format
 msgid "Unable to read payload from %s: %s\n"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: build/pack.c:650
+#: build/pack.c:645
 #, fuzzy, c-format
 msgid "Unable to write payload to %s: %s\n"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: build/pack.c:675 lib/psm.c:2413
+#: build/pack.c:670 lib/psm.c:2415
 #, c-format
 msgid "Wrote: %s\n"
 msgstr ""
 
-#: build/pack.c:742
+#: build/pack.c:737
 #, c-format
 msgid "Could not generate output filename for package %s: %s\n"
 msgstr ""
 
-#: build/pack.c:759
+#: build/pack.c:754
 #, fuzzy, c-format
 msgid "cannot create %s: %s\n"
 msgstr "impossible d'ouvrir: %s\n"
@@ -2223,72 +2223,72 @@ msgid " failed - "
 msgstr "La construction a chou.\n"
 
 #. XXX legacy epoch-less requires/conflicts compatibility
-#: lib/depends.c:582
+#: lib/depends.c:559
 #, c-format
 msgid ""
 "the \"B\" dependency needs an epoch (assuming same as \"A\")\n"
 "\tA %s\tB %s\n"
 msgstr ""
 
-#: lib/depends.c:611
+#: lib/depends.c:588
 #, c-format
 msgid "  %s    A %s\tB %s\n"
 msgstr ""
 
-#: lib/depends.c:612 lib/depends.c:1248 lib/depends.c:1381
+#: lib/depends.c:589 lib/depends.c:1225 lib/depends.c:1358
 msgid "YES"
 msgstr ""
 
-#: lib/depends.c:612 lib/depends.c:1248 lib/depends.c:1381
+#: lib/depends.c:589 lib/depends.c:1225 lib/depends.c:1358
 msgid "NO "
 msgstr ""
 
-#: lib/depends.c:1042
+#: lib/depends.c:1019
 #, c-format
 msgid "%s: %-45s YES (added files)\n"
 msgstr ""
 
-#: lib/depends.c:1153
+#: lib/depends.c:1130
 #, c-format
 msgid "%s: %-45s YES (added provide)\n"
 msgstr ""
 
-#: lib/depends.c:1247
+#: lib/depends.c:1224
 #, c-format
 msgid "%s: %-45s %-s (cached)\n"
 msgstr ""
 
-#: lib/depends.c:1276
+#: lib/depends.c:1253
 #, c-format
 msgid "%s: %-45s YES (rpmrc provides)\n"
 msgstr ""
 
-#: lib/depends.c:1293
+#: lib/depends.c:1270
 #, c-format
 msgid "%s: %-45s YES (rpmlib provides)\n"
 msgstr ""
 
-#: lib/depends.c:1317
+#: lib/depends.c:1294
 #, c-format
 msgid "%s: %-45s YES (db files)\n"
 msgstr ""
 
-#: lib/depends.c:1330
+#: lib/depends.c:1307
 #, c-format
 msgid "%s: %-45s YES (db provides)\n"
 msgstr ""
 
-#: lib/depends.c:1344
+#: lib/depends.c:1321
 #, c-format
 msgid "%s: %-45s YES (db package)\n"
 msgstr ""
 
-#: lib/depends.c:1360
+#: lib/depends.c:1337
 #, c-format
 msgid "%s: %-45s NO\n"
 msgstr ""
 
-#: lib/depends.c:1381
+#: lib/depends.c:1358
 #, c-format
 msgid "%s: (%s, %s) added to Depends cache.\n"
 msgstr ""
@@ -2296,42 +2296,42 @@ msgstr ""
 #. requirements are satisfied.
 #. @switchbreak@
 #. requirements are not satisfied.
-#: lib/depends.c:1454
+#: lib/depends.c:1431
 #, 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:1533
+#: lib/depends.c:1510
 #, fuzzy, c-format
 msgid "package %s conflicts: %s\n"
 msgstr "aucun package n'a t spcifi pour la dsinstallation"
 
-#: lib/depends.c:1786
+#: lib/depends.c:1763
 #, c-format
 msgid "removing %s-%s-%s \"%s\" from tsort relations.\n"
 msgstr ""
 
 #. Record all relations.
-#: lib/depends.c:1936
+#: lib/depends.c:1913
 msgid "========== recording tsort relations\n"
 msgstr ""
 
 #. T4. Scan for zeroes.
-#: lib/depends.c:1996
+#: lib/depends.c:1973
 msgid ""
 "========== tsorting packages (order, #predecessors, #succesors, depth)\n"
 msgstr ""
 
-#: lib/depends.c:2046
+#: lib/depends.c:2023
 msgid "========== successors only (presentation order)\n"
 msgstr ""
 
-#: lib/depends.c:2099
+#: lib/depends.c:2076
 msgid "LOOP:\n"
 msgstr ""
 
-#: lib/depends.c:2129
+#: lib/depends.c:2106
 msgid "========== continuing tsort ...\n"
 msgstr ""
 
@@ -2424,7 +2424,7 @@ msgid "dataLength() RPM_STRING_TYPE count must be 1.\n"
 msgstr ""
 
 #. @-modfilesys@
-#: lib/header.c:351 lib/header_internal.c:161 lib/psm.c:971
+#: lib/header.c:351 lib/header_internal.c:161 lib/psm.c:973
 #, c-format
 msgid "Data type %d not supported\n"
 msgstr ""
@@ -2506,168 +2506,168 @@ msgstr ""
 msgid "(unknown type)"
 msgstr ""
 
-#: lib/misc.c:241 lib/misc.c:246 lib/misc.c:252
+#: lib/misc.c:243 lib/misc.c:248 lib/misc.c:254
 #, fuzzy, c-format
 msgid "error creating temporary file %s\n"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: lib/package.c:162
+#: lib/package.c:163
 msgid "packaging version 1 is not supported by this version of RPM\n"
 msgstr ""
 
-#: lib/package.c:228
+#: lib/package.c:229
 msgid ""
 "only packaging with major numbers <= 4 is supported by this version of RPM\n"
 msgstr ""
 
-#: lib/poptBT.c:118
+#: lib/poptBT.c:116
 #, fuzzy, c-format
 msgid "buildroot already specified, ignoring %s\n"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: lib/poptBT.c:148
+#: lib/poptBT.c:146
 #, fuzzy, c-format
 msgid "build through %prep (unpack sources and apply patches) from <specfile>"
 msgstr "\t\t\t  p - prpare (extrait le source et applique les patches)"
 
-#: lib/poptBT.c:149 lib/poptBT.c:152 lib/poptBT.c:155 lib/poptBT.c:158
-#: lib/poptBT.c:161 lib/poptBT.c:164 lib/poptBT.c:167
+#: lib/poptBT.c:147 lib/poptBT.c:150 lib/poptBT.c:153 lib/poptBT.c:156
+#: lib/poptBT.c:159 lib/poptBT.c:162 lib/poptBT.c:165
 msgid "<specfile>"
 msgstr ""
 
-#: lib/poptBT.c:151
+#: lib/poptBT.c:149
 msgid "build through %build (%prep, then compile) from <specfile>"
 msgstr ""
 
-#: lib/poptBT.c:154
+#: lib/poptBT.c:152
 msgid "build through %install (%prep, %build, then install) from <specfile>"
 msgstr ""
 
-#: lib/poptBT.c:157
+#: lib/poptBT.c:155
 #, fuzzy, c-format
 msgid "verify %files section from <specfile>"
 msgstr ""
 "        -f <file>+        - interroge le package  qui appartient <file>"
 
-#: lib/poptBT.c:160
+#: lib/poptBT.c:158
 #, fuzzy
 msgid "build source and binary packages from <specfile>"
 msgstr ""
 "        -f <file>+        - interroge le package  qui appartient <file>"
 
-#: lib/poptBT.c:163
+#: lib/poptBT.c:161
 #, fuzzy
 msgid "build binary package only from <specfile>"
 msgstr ""
 "        -f <file>+        - interroge le package  qui appartient <file>"
 
-#: lib/poptBT.c:166
+#: lib/poptBT.c:164
 #, fuzzy
 msgid "build source package only from <specfile>"
 msgstr ""
 "        -f <file>+        - interroge le package  qui appartient <file>"
 
-#: lib/poptBT.c:170
+#: lib/poptBT.c:168
 #, fuzzy, c-format
 msgid "build through %prep (unpack sources and apply patches) from <tarball>"
 msgstr "\t\t\t  p - prpare (extrait le source et applique les patches)"
 
-#: lib/poptBT.c:171 lib/poptBT.c:174 lib/poptBT.c:177 lib/poptBT.c:180
-#: lib/poptBT.c:183 lib/poptBT.c:186 lib/poptBT.c:189
+#: lib/poptBT.c:169 lib/poptBT.c:172 lib/poptBT.c:175 lib/poptBT.c:178
+#: lib/poptBT.c:181 lib/poptBT.c:184 lib/poptBT.c:187
 msgid "<tarball>"
 msgstr ""
 
-#: lib/poptBT.c:173
+#: lib/poptBT.c:171
 msgid "build through %build (%prep, then compile) from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:176
+#: lib/poptBT.c:174
 msgid "build through %install (%prep, %build, then install) from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:179
+#: lib/poptBT.c:177
 #, fuzzy, c-format
 msgid "verify %files section from <tarball>"
 msgstr ""
 "        -f <file>+        - interroge le package  qui appartient <file>"
 
-#: lib/poptBT.c:182
+#: lib/poptBT.c:180
 #, fuzzy
 msgid "build source and binary packages from <tarball>"
 msgstr ""
 "        -f <file>+        - interroge le package  qui appartient <file>"
 
-#: lib/poptBT.c:185
+#: lib/poptBT.c:183
 #, fuzzy
 msgid "build binary package only from <tarball>"
 msgstr ""
 "        -f <file>+        - interroge le package  qui appartient <file>"
 
-#: lib/poptBT.c:188
+#: lib/poptBT.c:186
 #, fuzzy
 msgid "build source package only from <tarball>"
 msgstr ""
 "        -f <file>+        - interroge le package  qui appartient <file>"
 
-#: lib/poptBT.c:192
+#: lib/poptBT.c:190
 #, fuzzy
 msgid "build binary package from <source package>"
 msgstr "\t\t\t  b - package binaire (prpare, compile, installe, package)"
 
-#: lib/poptBT.c:193 lib/poptBT.c:196
+#: lib/poptBT.c:191 lib/poptBT.c:194
 #, fuzzy
 msgid "<source package>"
 msgstr "aucun package n'a t spcifi pour l'installation"
 
-#: lib/poptBT.c:195
+#: lib/poptBT.c:193
 msgid ""
 "build through %install (%prep, %build, then install) from <source package>"
 msgstr ""
 
-#: lib/poptBT.c:199
+#: lib/poptBT.c:197
 msgid "override build root"
 msgstr ""
 
-#: lib/poptBT.c:203 rpmdb/poptDB.c:32
+#: lib/poptBT.c:201 rpmdb/poptDB.c:29
 msgid "generate headers compatible with rpm4 packaging"
 msgstr ""
 
-#: lib/poptBT.c:205
+#: lib/poptBT.c:203
 msgid "ignore ExcludeArch: directives from spec file"
 msgstr ""
 
-#: lib/poptBT.c:207
+#: lib/poptBT.c:205
 #, fuzzy
 msgid "debug file state machine"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: lib/poptBT.c:209
+#: lib/poptBT.c:207
 msgid "do not execute any stages of the build"
 msgstr ""
 
-#: lib/poptBT.c:211
+#: lib/poptBT.c:209
 #, fuzzy
 msgid "do not verify build dependencies"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: lib/poptBT.c:213
+#: lib/poptBT.c:211
 msgid "generate package header(s) compatible with (legacy) rpm[23] packaging"
 msgstr ""
 
-#: lib/poptBT.c:216
+#: lib/poptBT.c:214
 msgid "do not accept i18N msgstr's from specfile"
 msgstr ""
 
-#: lib/poptBT.c:220
+#: lib/poptBT.c:218
 #, fuzzy
 msgid "remove specfile when done"
 msgstr "      --clean           - efface l'arborescence aprs construction"
 
-#: lib/poptBT.c:226
+#: lib/poptBT.c:224
 msgid "override target platform"
 msgstr ""
 
-#: lib/poptBT.c:228
+#: lib/poptBT.c:226
 msgid "lookup i18N strings in specfile catalog"
 msgstr ""
 
@@ -3022,110 +3022,110 @@ msgstr ""
 msgid "unknown error %d encountered while manipulating package %s"
 msgstr ""
 
-#: lib/psm.c:313
+#: lib/psm.c:315
 msgid "========== relocations\n"
 msgstr ""
 
-#: lib/psm.c:317
+#: lib/psm.c:319
 #, c-format
 msgid "%5d exclude  %s\n"
 msgstr ""
 
-#: lib/psm.c:320
+#: lib/psm.c:322
 #, fuzzy, c-format
 msgid "%5d relocate %s -> %s\n"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: lib/psm.c:390
+#: lib/psm.c:392
 #, c-format
 msgid "excluding multilib path %s%s\n"
 msgstr ""
 
-#: lib/psm.c:456
+#: lib/psm.c:458
 #, c-format
 msgid "excluding %s %s\n"
 msgstr ""
 
-#: lib/psm.c:466
+#: lib/psm.c:468
 #, c-format
 msgid "relocating %s to %s\n"
 msgstr ""
 
-#: lib/psm.c:545
+#: lib/psm.c:547
 #, fuzzy, c-format
 msgid "relocating directory %s to %s\n"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: lib/psm.c:1168
+#: lib/psm.c:1170
 #, fuzzy, c-format
 msgid "cannot create %%%s %s\n"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: lib/psm.c:1174
+#: lib/psm.c:1176
 #, fuzzy, c-format
 msgid "cannot write to %%%s %s\n"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: lib/psm.c:1212
+#: lib/psm.c:1214
 msgid "source package expected, binary found\n"
 msgstr ""
 
-#: lib/psm.c:1323
+#: lib/psm.c:1325
 #, fuzzy
 msgid "source package contains no .spec file\n"
 msgstr ""
 "        -f <file>+        - interroge le package  qui appartient <file>"
 
-#: lib/psm.c:1430
+#: lib/psm.c:1432
 #, c-format
 msgid "%s: running %s scriptlet\n"
 msgstr ""
 
-#: lib/psm.c:1598
+#: lib/psm.c:1600
 #, c-format
 msgid "execution of %s scriptlet from %s-%s-%s failed, waitpid returned %s\n"
 msgstr ""
 
-#: lib/psm.c:1605
+#: lib/psm.c:1607
 #, c-format
 msgid "execution of %s scriptlet from %s-%s-%s failed, exit status %d\n"
 msgstr ""
 
-#: lib/psm.c:1952
+#: lib/psm.c:1954
 #, 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:2069
+#: lib/psm.c:2071
 #, c-format
 msgid "%s: %s scriptlet failed (%d), skipping %s-%s-%s\n"
 msgstr ""
 
-#: lib/psm.c:2184
+#: lib/psm.c:2186
 #, c-format
 msgid "user %s does not exist - using root\n"
 msgstr ""
 
-#: lib/psm.c:2193
+#: lib/psm.c:2195
 #, c-format
 msgid "group %s does not exist - using root\n"
 msgstr ""
 
-#: lib/psm.c:2234
+#: lib/psm.c:2236
 #, fuzzy, c-format
 msgid "unpacking of archive failed%s%s: %s\n"
 msgstr "La construction a chou.\n"
 
-#: lib/psm.c:2235
+#: lib/psm.c:2237
 msgid " on file "
 msgstr ""
 
-#: lib/psm.c:2421
+#: lib/psm.c:2423
 #, fuzzy, c-format
 msgid "%s failed on file %s: %s\n"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: lib/psm.c:2424
+#: lib/psm.c:2426
 #, fuzzy, c-format
 msgid "%s failed: %s\n"
 msgstr "La construction a chou.\n"
@@ -3532,216 +3532,216 @@ msgstr ""
 msgid "Unable to open %s for reading: %s.\n"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: lib/signature.c:114
+#: lib/signature.c:115
 msgid "file is not regular -- skipping size check\n"
 msgstr ""
 
-#: lib/signature.c:123
+#: lib/signature.c:124
 #, c-format
 msgid "Expected size: %12d = lead(%d)+sigs(%d)+pad(%d)+data(%d)\n"
 msgstr ""
 
-#: lib/signature.c:128
+#: lib/signature.c:129
 #, c-format
 msgid "  Actual size: %12d\n"
 msgstr ""
 
-#: lib/signature.c:148
+#: lib/signature.c:149
 msgid "No signature\n"
 msgstr ""
 
-#: lib/signature.c:152
+#: lib/signature.c:153
 #, fuzzy
 msgid "Old PGP signature\n"
 msgstr "      --sign            - genre une signature PGP"
 
-#: lib/signature.c:165
+#: lib/signature.c:166
 msgid "Old (internal-only) signature!  How did you get that!?\n"
 msgstr ""
 
-#: lib/signature.c:221
+#: lib/signature.c:222
 #, c-format
 msgid "Signature: size(%d)+pad(%d)\n"
 msgstr ""
 
-#: lib/signature.c:284
+#: lib/signature.c:285
 #, fuzzy, c-format
 msgid "Couldn't exec pgp (%s)\n"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: lib/signature.c:297
+#: lib/signature.c:298
 #, fuzzy
 msgid "pgp failed\n"
 msgstr "La construction a chou.\n"
 
 #. PGP failed to write signature
 #. Just in case
-#: lib/signature.c:304
+#: lib/signature.c:305
 #, fuzzy
 msgid "pgp failed to write signature\n"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: lib/signature.c:309
+#: lib/signature.c:310
 #, c-format
 msgid "PGP sig size: %d\n"
 msgstr ""
 
-#: lib/signature.c:324 lib/signature.c:411
+#: lib/signature.c:325 lib/signature.c:412
 #, fuzzy
 msgid "unable to read the signature\n"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: lib/signature.c:329
+#: lib/signature.c:330
 #, c-format
 msgid "Got %d bytes of PGP sig\n"
 msgstr ""
 
-#: lib/signature.c:371 lib/signature.c:501
+#: lib/signature.c:372 lib/signature.c:502
 #, fuzzy
 msgid "Couldn't exec gpg\n"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: lib/signature.c:384
+#: lib/signature.c:385
 #, fuzzy
 msgid "gpg failed\n"
 msgstr "La construction a chou.\n"
 
 #. GPG failed to write signature
 #. Just in case
-#: lib/signature.c:391
+#: lib/signature.c:392
 #, fuzzy
 msgid "gpg failed to write signature\n"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: lib/signature.c:396
+#: lib/signature.c:397
 #, c-format
 msgid "GPG sig size: %d\n"
 msgstr ""
 
-#: lib/signature.c:416
+#: lib/signature.c:417
 #, c-format
 msgid "Got %d bytes of GPG sig\n"
 msgstr ""
 
-#: lib/signature.c:444
+#: lib/signature.c:445
 #, fuzzy
 msgid "Generating signature using PGP.\n"
 msgstr "      --sign            - genre une signature PGP"
 
-#: lib/signature.c:450
+#: lib/signature.c:451
 #, fuzzy
 msgid "Generating signature using GPG.\n"
 msgstr "      --sign            - genre une signature PGP"
 
-#: lib/signature.c:530
+#: lib/signature.c:531
 #, fuzzy
 msgid "Couldn't exec pgp\n"
 msgstr "impossible d'ouvrir: %s\n"
 
 #. @notreached@
 #. This case should have been screened out long ago.
-#: lib/signature.c:534 lib/signature.c:587
+#: lib/signature.c:535 lib/signature.c:588
 #, c-format
 msgid "Invalid %%_signature spec in macro file\n"
 msgstr ""
 
-#: lib/signature.c:567
+#: lib/signature.c:568
 #, c-format
 msgid "You must set \"%%_gpg_name\" in your macro file\n"
 msgstr ""
 
-#: lib/signature.c:579
+#: lib/signature.c:580
 #, c-format
 msgid "You must set \"%%_pgp_name\" in your macro file\n"
 msgstr ""
 
-#: lib/transaction.c:308
+#: lib/transaction.c:309
 #, c-format
 msgid "%s skipped due to missingok flag\n"
 msgstr ""
 
 #. @innercontinue@
-#: lib/transaction.c:936
+#: lib/transaction.c:937
 #, c-format
 msgid "excluding directory %s\n"
 msgstr ""
 
-#: lib/verify.c:240
+#: lib/verify.c:242
 msgid "package lacks both user name and id lists (this should never happen)\n"
 msgstr ""
 
-#: lib/verify.c:261
+#: lib/verify.c:263
 msgid "package lacks both group name and id lists (this should never happen)\n"
 msgstr ""
 
-#: lib/verify.c:398
+#: lib/verify.c:400
 #, c-format
 msgid "missing    %s"
 msgstr ""
 
-#: lib/verify.c:495
+#: lib/verify.c:497
 #, 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:101 rpmdb/db3.c:100
+#: rpmdb/db1.c:100 rpmdb/db3.c:100
 #, c-format
 msgid "db%d error(%d) from %s: %s\n"
 msgstr ""
 
-#: rpmdb/db1.c:104 rpmdb/db3.c:103
+#: rpmdb/db1.c:103 rpmdb/db3.c:103
 #, c-format
 msgid "db%d error(%d): %s\n"
 msgstr ""
 
-#: rpmdb/db1.c:171
+#: rpmdb/db1.c:170
 #, c-format
 msgid ""
 "Broken package chain at offset %d(0x%08x), attempting to reconnect ...\n"
 msgstr ""
 
-#: rpmdb/db1.c:183
+#: rpmdb/db1.c:182
 #, c-format
 msgid "Reconnecting broken chain at offset %d(0x%08x).\n"
 msgstr ""
 
 #. @=branchstate@
-#: rpmdb/db1.c:509
+#: rpmdb/db1.c:508
 #, c-format
 msgid "closed  db file        %s\n"
 msgstr ""
 
-#: rpmdb/db1.c:512
+#: rpmdb/db1.c:511
 #, c-format
 msgid "removed db file        %s\n"
 msgstr ""
 
-#: rpmdb/db1.c:547
+#: rpmdb/db1.c:546
 #, fuzzy, c-format
 msgid "bad db file %s\n"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: rpmdb/db1.c:552
+#: 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:575
+#: 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:576 rpmdb/db3.c:1213
+#: rpmdb/db1.c:575 rpmdb/db3.c:1213
 msgid "exclusive"
 msgstr ""
 
-#: rpmdb/db1.c:576 rpmdb/db3.c:1213
+#: rpmdb/db1.c:575 rpmdb/db3.c:1213
 msgid "shared"
 msgstr ""
 
@@ -3815,168 +3815,168 @@ msgid ""
 "if \"rpm --rebuilddb\" fails to correct the problem.\n"
 msgstr ""
 
-#: rpmdb/poptDB.c:22
+#: rpmdb/poptDB.c:19
 msgid "initialize database"
 msgstr ""
 
-#: rpmdb/poptDB.c:24
+#: rpmdb/poptDB.c:21
 msgid "rebuild database inverted lists from installed package headers"
 msgstr ""
 
-#: rpmdb/poptDB.c:29
+#: rpmdb/poptDB.c:26
 msgid "generate headers compatible with (legacy) rpm[23] packaging"
 msgstr ""
 
 #. @-modfilesys@
-#: rpmdb/rpmdb.c:130
+#: rpmdb/rpmdb.c:126
 #, c-format
 msgid "dbiTagsInit: unrecognized tag name: \"%s\" ignored\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:384
+#: rpmdb/rpmdb.c:380
 #, fuzzy, c-format
 msgid "cannot open %s index using db%d - %s (%d)\n"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: rpmdb/rpmdb.c:406
+#: rpmdb/rpmdb.c:402
 #, fuzzy, c-format
 msgid "cannot open %s index\n"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: rpmdb/rpmdb.c:498
+#: 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:629
+#: rpmdb/rpmdb.c:625
 #, fuzzy, c-format
 msgid "error(%d) storing record %s into %s\n"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: rpmdb/rpmdb.c:639
+#: rpmdb/rpmdb.c:635
 #, fuzzy, c-format
 msgid "error(%d) removing record %s from %s\n"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: rpmdb/rpmdb.c:893
+#: rpmdb/rpmdb.c:889
 msgid "no dbpath has been set\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:1032
+#: rpmdb/rpmdb.c:1028
 msgid ""
 "old format database is present; use --rebuilddb to generate a new format "
 "database\n"
 msgstr ""
 
 #. error
-#: rpmdb/rpmdb.c:1277
+#: rpmdb/rpmdb.c:1273
 #, fuzzy, c-format
 msgid "error(%d) counting packages\n"
 msgstr "aucun package n'a t spcifi pour l'installation"
 
-#: rpmdb/rpmdb.c:2061 rpmdb/rpmdb.c:3276
+#: rpmdb/rpmdb.c:2057 rpmdb/rpmdb.c:3310
 #, c-format
 msgid "record number %u in database is bad -- skipping.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2114
+#: rpmdb/rpmdb.c:2110
 #, c-format
 msgid "rpmdb: damaged header instance #%u retrieved, skipping.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2384
+#: rpmdb/rpmdb.c:2380
 #, 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:2456
+#: rpmdb/rpmdb.c:2452
 #, c-format
 msgid "removing \"%s\" from %s index.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2465
+#: rpmdb/rpmdb.c:2461
 #, fuzzy, c-format
 msgid "removing %d entries from %s index.\n"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: rpmdb/rpmdb.c:2666
+#: rpmdb/rpmdb.c:2662
 #, fuzzy, c-format
 msgid "error(%d) allocating new package instance\n"
 msgstr "aucun package n'a t spcifi pour l'installation"
 
-#: rpmdb/rpmdb.c:2747
+#: rpmdb/rpmdb.c:2743
 #, c-format
 msgid "adding \"%s\" to %s index.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2758
+#: rpmdb/rpmdb.c:2754
 #, fuzzy, c-format
 msgid "adding %d entries to %s index.\n"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: rpmdb/rpmdb.c:3162
+#: rpmdb/rpmdb.c:3196
 #, c-format
 msgid "removing %s after successful db3 rebuild.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3195
+#: rpmdb/rpmdb.c:3229
 msgid "no dbpath has been set"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3222
+#: rpmdb/rpmdb.c:3256
 #, fuzzy, c-format
 msgid "rebuilding database %s into %s\n"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: rpmdb/rpmdb.c:3226
+#: rpmdb/rpmdb.c:3260
 #, c-format
 msgid "temporary database %s already exists\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3232
+#: rpmdb/rpmdb.c:3266
 #, fuzzy, c-format
 msgid "creating directory %s\n"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: rpmdb/rpmdb.c:3234
+#: rpmdb/rpmdb.c:3268
 #, fuzzy, c-format
 msgid "creating directory %s: %s\n"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: rpmdb/rpmdb.c:3241
+#: rpmdb/rpmdb.c:3275
 #, c-format
 msgid "opening old database with dbapi %d\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3252
+#: rpmdb/rpmdb.c:3286
 #, c-format
 msgid "opening new database with dbapi %d\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3316
+#: rpmdb/rpmdb.c:3350
 #, c-format
 msgid "cannot add record originally at %u\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3334
+#: rpmdb/rpmdb.c:3368
 msgid "failed to rebuild database: original database remains in place\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3342
+#: rpmdb/rpmdb.c:3376
 msgid "failed to replace old database with new database!\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3344
+#: rpmdb/rpmdb.c:3378
 #, c-format
 msgid "replace files in %s with files from %s to recover"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3354
+#: rpmdb/rpmdb.c:3388
 #, fuzzy, c-format
 msgid "removing directory %s\n"
 msgstr "impossible d'ouvrir: %s\n"
 
-#: rpmdb/rpmdb.c:3356
+#: rpmdb/rpmdb.c:3390
 #, fuzzy, c-format
 msgid "failed to remove directory %s: %s\n"
 msgstr "impossible d'ouvrir: %s\n"
index ce61042..3b83b81 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-20 18:27-0400\n"
+"POT-Creation-Date: 2001-10-21 17:21-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"
@@ -699,15 +699,15 @@ msgstr ""
 msgid "bin/src package (prep, compile, install, package)"
 msgstr ""
 
-#: lib/poptBT.c:222 rpm.c:523
+#: lib/poptBT.c:220 rpm.c:523
 msgid "skip straight to specified stage (only for c,i)"
 msgstr ""
 
-#: lib/poptBT.c:201 rpm.c:525
+#: lib/poptBT.c:199 rpm.c:525
 msgid "remove build tree when done"
 msgstr ""
 
-#: lib/poptBT.c:218 rpm.c:527
+#: lib/poptBT.c:216 rpm.c:527
 msgid "remove sources when done"
 msgstr ""
 
@@ -715,7 +715,7 @@ msgstr ""
 msgid "remove spec file when done"
 msgstr ""
 
-#: lib/poptBT.c:224 rpm.c:531
+#: lib/poptBT.c:222 rpm.c:531
 msgid "generate PGP/GPG signature"
 msgstr ""
 
@@ -805,7 +805,7 @@ msgstr ""
 msgid "rebuild database from existing database"
 msgstr ""
 
-#: rpm.c:565 rpmdb/poptDB.c:27
+#: rpm.c:565 rpmdb/poptDB.c:24
 msgid "verify database files"
 msgstr ""
 
@@ -1220,7 +1220,7 @@ msgstr ""
 msgid "no tar files given for build"
 msgstr ""
 
-#: build/build.c:125 build/pack.c:471
+#: build/build.c:125 build/pack.c:466
 msgid "Unable to open temp file.\n"
 msgstr ""
 
@@ -1295,181 +1295,181 @@ msgstr ""
 msgid "syntax error in expression\n"
 msgstr ""
 
-#: build/files.c:274
+#: build/files.c:270
 #, c-format
 msgid "TIMECHECK failure: %s\n"
 msgstr ""
 
-#: build/files.c:333 build/files.c:525 build/files.c:708
+#: build/files.c:329 build/files.c:521 build/files.c:704
 #, c-format
 msgid "Missing '(' in %s %s\n"
 msgstr ""
 
-#: build/files.c:344 build/files.c:650 build/files.c:719
+#: build/files.c:340 build/files.c:646 build/files.c:715
 #, c-format
 msgid "Missing ')' in %s(%s\n"
 msgstr ""
 
-#: build/files.c:382 build/files.c:675
+#: build/files.c:378 build/files.c:671
 #, c-format
 msgid "Invalid %s token: %s\n"
 msgstr ""
 
-#: build/files.c:488
+#: build/files.c:484
 #, c-format
 msgid "Missing %s in %s %s\n"
 msgstr ""
 
-#: build/files.c:541
+#: build/files.c:537
 #, c-format
 msgid "Non-white space follows %s(): %s\n"
 msgstr ""
 
-#: build/files.c:579
+#: build/files.c:575
 #, c-format
 msgid "Bad syntax: %s(%s)\n"
 msgstr ""
 
-#: build/files.c:589
+#: build/files.c:585
 #, c-format
 msgid "Bad mode spec: %s(%s)\n"
 msgstr ""
 
-#: build/files.c:601
+#: build/files.c:597
 #, c-format
 msgid "Bad dirmode spec: %s(%s)\n"
 msgstr ""
 
-#: build/files.c:746
+#: build/files.c:742
 #, c-format
 msgid "Unusual locale length: \"%.*s\" in %%lang(%s)\n"
 msgstr ""
 
 #. @innercontinue@
-#: build/files.c:757
+#: build/files.c:753
 #, c-format
 msgid "Duplicate locale %.*s in %%lang(%s)\n"
 msgstr ""
 
-#: build/files.c:908
+#: build/files.c:904
 #, c-format
 msgid "Hit limit for %%docdir\n"
 msgstr ""
 
-#: build/files.c:914
+#: build/files.c:910
 #, c-format
 msgid "Only one arg for %%docdir\n"
 msgstr ""
 
 #. We already got a file -- error
-#: build/files.c:942
+#: build/files.c:938
 #, c-format
 msgid "Two files on one line: %s\n"
 msgstr ""
 
-#: build/files.c:957
+#: build/files.c:953
 #, c-format
 msgid "File must begin with \"/\": %s\n"
 msgstr ""
 
-#: build/files.c:970
+#: build/files.c:966
 #, 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:1147
+#: build/files.c:1143
 #, c-format
 msgid "File listed twice: %s\n"
 msgstr ""
 
-#: build/files.c:1282
+#: build/files.c:1278
 #, c-format
 msgid "Symlink points to BuildRoot: %s -> %s\n"
 msgstr ""
 
-#: build/files.c:1488
+#: build/files.c:1484
 #, c-format
 msgid "File doesn't match prefix (%s): %s\n"
 msgstr ""
 
-#: build/files.c:1512
+#: build/files.c:1508
 #, c-format
 msgid "File not found: %s\n"
 msgstr ""
 
-#: build/files.c:1555 build/files.c:2167 build/parsePrep.c:50
+#: build/files.c:1551 build/files.c:2163 build/parsePrep.c:50
 #, c-format
 msgid "Bad owner/group: %s\n"
 msgstr ""
 
-#: build/files.c:1567
+#: build/files.c:1563
 #, c-format
 msgid "File %4d: %07o %s.%s\t %s\n"
 msgstr ""
 
-#: build/files.c:1671
+#: build/files.c:1667
 #, c-format
 msgid "File needs leading \"/\": %s\n"
 msgstr ""
 
-#: build/files.c:1694
+#: build/files.c:1690
 #, c-format
 msgid "Glob not permitted: %s\n"
 msgstr ""
 
-#: build/files.c:1709
+#: build/files.c:1705
 #, c-format
 msgid "File not found by glob: %s\n"
 msgstr ""
 
-#: build/files.c:1771
+#: build/files.c:1767
 #, c-format
 msgid "Could not open %%files file %s: %s\n"
 msgstr ""
 
-#: build/files.c:1782 build/pack.c:150
+#: build/files.c:1778 build/pack.c:145
 #, c-format
 msgid "line: %s\n"
 msgstr ""
 
-#: build/files.c:2155
+#: build/files.c:2151
 #, c-format
 msgid "Bad file: %s: %s\n"
 msgstr ""
 
 #. XXX this error message is probably not seen.
-#: build/files.c:2229
+#: build/files.c:2225
 #, c-format
 msgid "Couldn't exec %s: %s\n"
 msgstr ""
 
-#: build/files.c:2234
+#: build/files.c:2230
 #, c-format
 msgid "Couldn't fork %s: %s\n"
 msgstr ""
 
-#: build/files.c:2318
+#: build/files.c:2314
 #, c-format
 msgid "%s failed\n"
 msgstr ""
 
-#: build/files.c:2322
+#: build/files.c:2318
 #, c-format
 msgid "failed to write all data to %s\n"
 msgstr ""
 
-#: build/files.c:2458
+#: build/files.c:2454
 #, c-format
 msgid "Finding  %s: (using %s)...\n"
 msgstr ""
 
-#: build/files.c:2484 build/files.c:2498
+#: build/files.c:2480 build/files.c:2494
 #, c-format
 msgid "Failed to find %s:\n"
 msgstr ""
 
-#: build/files.c:2619
+#: build/files.c:2615
 #, c-format
 msgid "Processing files: %s-%s-%s\n"
 msgstr ""
@@ -1503,152 +1503,152 @@ msgstr ""
 msgid "Could not canonicalize hostname: %s\n"
 msgstr ""
 
-#: build/pack.c:83
+#: build/pack.c:78
 #, c-format
 msgid "create archive failed on file %s: %s\n"
 msgstr ""
 
-#: build/pack.c:86
+#: build/pack.c:81
 #, c-format
 msgid "create archive failed: %s\n"
 msgstr ""
 
-#: build/pack.c:108
+#: build/pack.c:103
 #, c-format
 msgid "cpio_copy write failed: %s\n"
 msgstr ""
 
-#: build/pack.c:115
+#: build/pack.c:110
 #, c-format
 msgid "cpio_copy read failed: %s\n"
 msgstr ""
 
-#: build/pack.c:218
+#: build/pack.c:213
 #, c-format
 msgid "Could not open PreIn file: %s\n"
 msgstr ""
 
-#: build/pack.c:225
+#: build/pack.c:220
 #, c-format
 msgid "Could not open PreUn file: %s\n"
 msgstr ""
 
-#: build/pack.c:232
+#: build/pack.c:227
 #, c-format
 msgid "Could not open PostIn file: %s\n"
 msgstr ""
 
-#: build/pack.c:239
+#: build/pack.c:234
 #, c-format
 msgid "Could not open PostUn file: %s\n"
 msgstr ""
 
-#: build/pack.c:247
+#: build/pack.c:242
 #, c-format
 msgid "Could not open VerifyScript file: %s\n"
 msgstr ""
 
-#: build/pack.c:262
+#: build/pack.c:257
 #, c-format
 msgid "Could not open Trigger script file: %s\n"
 msgstr ""
 
-#: build/pack.c:290
+#: build/pack.c:285
 #, c-format
 msgid "readRPM: open %s: %s\n"
 msgstr ""
 
-#: build/pack.c:300
+#: build/pack.c:295
 #, c-format
 msgid "readRPM: read %s: %s\n"
 msgstr ""
 
-#: build/pack.c:309 build/pack.c:513
+#: build/pack.c:304 build/pack.c:508
 #, c-format
 msgid "%s: Fseek failed: %s\n"
 msgstr ""
 
-#: build/pack.c:325
+#: build/pack.c:320
 #, c-format
 msgid "readRPM: %s is not an RPM package\n"
 msgstr ""
 
-#: build/pack.c:334
+#: build/pack.c:329
 #, c-format
 msgid "readRPM: reading header from %s\n"
 msgstr ""
 
-#: build/pack.c:459
+#: build/pack.c:454
 msgid "Unable to create immutable header region.\n"
 msgstr ""
 
-#: build/pack.c:477
+#: build/pack.c:472
 msgid "Unable to write temp header\n"
 msgstr ""
 
-#: build/pack.c:485
+#: build/pack.c:480
 msgid "Bad CSA data\n"
 msgstr ""
 
-#: build/pack.c:520
+#: build/pack.c:515
 msgid "Unable to write final header\n"
 msgstr ""
 
-#: build/pack.c:538
+#: build/pack.c:533
 #, c-format
 msgid "Generating signature: %d\n"
 msgstr ""
 
-#: build/pack.c:551
+#: build/pack.c:546
 msgid "Unable to reload signature header.\n"
 msgstr ""
 
-#: build/pack.c:559
+#: build/pack.c:554
 #, c-format
 msgid "Could not open %s: %s\n"
 msgstr ""
 
-#: build/pack.c:595 lib/psm.c:2147
+#: build/pack.c:590 lib/psm.c:2149
 #, c-format
 msgid "Unable to write package: %s\n"
 msgstr ""
 
-#: build/pack.c:610
+#: build/pack.c:605
 #, c-format
 msgid "Unable to open sigtarget %s: %s\n"
 msgstr ""
 
-#: build/pack.c:620
+#: build/pack.c:615
 #, c-format
 msgid "Unable to read header from %s: %s\n"
 msgstr ""
 
-#: build/pack.c:634
+#: build/pack.c:629
 #, c-format
 msgid "Unable to write header to %s: %s\n"
 msgstr ""
 
-#: build/pack.c:644
+#: build/pack.c:639
 #, c-format
 msgid "Unable to read payload from %s: %s\n"
 msgstr ""
 
-#: build/pack.c:650
+#: build/pack.c:645
 #, c-format
 msgid "Unable to write payload to %s: %s\n"
 msgstr ""
 
-#: build/pack.c:675 lib/psm.c:2413
+#: build/pack.c:670 lib/psm.c:2415
 #, c-format
 msgid "Wrote: %s\n"
 msgstr ""
 
-#: build/pack.c:742
+#: build/pack.c:737
 #, c-format
 msgid "Could not generate output filename for package %s: %s\n"
 msgstr ""
 
-#: build/pack.c:759
+#: build/pack.c:754
 #, c-format
 msgid "cannot create %s: %s\n"
 msgstr ""
@@ -2055,72 +2055,72 @@ msgid " failed - "
 msgstr ""
 
 #. XXX legacy epoch-less requires/conflicts compatibility
-#: lib/depends.c:582
+#: lib/depends.c:559
 #, c-format
 msgid ""
 "the \"B\" dependency needs an epoch (assuming same as \"A\")\n"
 "\tA %s\tB %s\n"
 msgstr ""
 
-#: lib/depends.c:611
+#: lib/depends.c:588
 #, c-format
 msgid "  %s    A %s\tB %s\n"
 msgstr ""
 
-#: lib/depends.c:612 lib/depends.c:1248 lib/depends.c:1381
+#: lib/depends.c:589 lib/depends.c:1225 lib/depends.c:1358
 msgid "YES"
 msgstr ""
 
-#: lib/depends.c:612 lib/depends.c:1248 lib/depends.c:1381
+#: lib/depends.c:589 lib/depends.c:1225 lib/depends.c:1358
 msgid "NO "
 msgstr ""
 
-#: lib/depends.c:1042
+#: lib/depends.c:1019
 #, c-format
 msgid "%s: %-45s YES (added files)\n"
 msgstr ""
 
-#: lib/depends.c:1153
+#: lib/depends.c:1130
 #, c-format
 msgid "%s: %-45s YES (added provide)\n"
 msgstr ""
 
-#: lib/depends.c:1247
+#: lib/depends.c:1224
 #, c-format
 msgid "%s: %-45s %-s (cached)\n"
 msgstr ""
 
-#: lib/depends.c:1276
+#: lib/depends.c:1253
 #, c-format
 msgid "%s: %-45s YES (rpmrc provides)\n"
 msgstr ""
 
-#: lib/depends.c:1293
+#: lib/depends.c:1270
 #, c-format
 msgid "%s: %-45s YES (rpmlib provides)\n"
 msgstr ""
 
-#: lib/depends.c:1317
+#: lib/depends.c:1294
 #, c-format
 msgid "%s: %-45s YES (db files)\n"
 msgstr ""
 
-#: lib/depends.c:1330
+#: lib/depends.c:1307
 #, c-format
 msgid "%s: %-45s YES (db provides)\n"
 msgstr ""
 
-#: lib/depends.c:1344
+#: lib/depends.c:1321
 #, c-format
 msgid "%s: %-45s YES (db package)\n"
 msgstr ""
 
-#: lib/depends.c:1360
+#: lib/depends.c:1337
 #, c-format
 msgid "%s: %-45s NO\n"
 msgstr ""
 
-#: lib/depends.c:1381
+#: lib/depends.c:1358
 #, c-format
 msgid "%s: (%s, %s) added to Depends cache.\n"
 msgstr ""
@@ -2128,42 +2128,42 @@ msgstr ""
 #. requirements are satisfied.
 #. @switchbreak@
 #. requirements are not satisfied.
-#: lib/depends.c:1454
+#: lib/depends.c:1431
 #, c-format
 msgid "package %s-%s-%s require not satisfied: %s\n"
 msgstr ""
 
 #. conflicts exist.
-#: lib/depends.c:1533
+#: lib/depends.c:1510
 #, c-format
 msgid "package %s conflicts: %s\n"
 msgstr ""
 
-#: lib/depends.c:1786
+#: lib/depends.c:1763
 #, c-format
 msgid "removing %s-%s-%s \"%s\" from tsort relations.\n"
 msgstr ""
 
 #. Record all relations.
-#: lib/depends.c:1936
+#: lib/depends.c:1913
 msgid "========== recording tsort relations\n"
 msgstr ""
 
 #. T4. Scan for zeroes.
-#: lib/depends.c:1996
+#: lib/depends.c:1973
 msgid ""
 "========== tsorting packages (order, #predecessors, #succesors, depth)\n"
 msgstr ""
 
-#: lib/depends.c:2046
+#: lib/depends.c:2023
 msgid "========== successors only (presentation order)\n"
 msgstr ""
 
-#: lib/depends.c:2099
+#: lib/depends.c:2076
 msgid "LOOP:\n"
 msgstr ""
 
-#: lib/depends.c:2129
+#: lib/depends.c:2106
 msgid "========== continuing tsort ...\n"
 msgstr ""
 
@@ -2256,7 +2256,7 @@ msgid "dataLength() RPM_STRING_TYPE count must be 1.\n"
 msgstr ""
 
 #. @-modfilesys@
-#: lib/header.c:351 lib/header_internal.c:161 lib/psm.c:971
+#: lib/header.c:351 lib/header_internal.c:161 lib/psm.c:973
 #, c-format
 msgid "Data type %d not supported\n"
 msgstr ""
@@ -2336,149 +2336,149 @@ msgstr ""
 msgid "(unknown type)"
 msgstr ""
 
-#: lib/misc.c:241 lib/misc.c:246 lib/misc.c:252
+#: lib/misc.c:243 lib/misc.c:248 lib/misc.c:254
 #, c-format
 msgid "error creating temporary file %s\n"
 msgstr ""
 
-#: lib/package.c:162
+#: lib/package.c:163
 msgid "packaging version 1 is not supported by this version of RPM\n"
 msgstr ""
 
-#: lib/package.c:228
+#: lib/package.c:229
 msgid ""
 "only packaging with major numbers <= 4 is supported by this version of RPM\n"
 msgstr ""
 
-#: lib/poptBT.c:118
+#: lib/poptBT.c:116
 #, c-format
 msgid "buildroot already specified, ignoring %s\n"
 msgstr ""
 
-#: lib/poptBT.c:148
+#: lib/poptBT.c:146
 #, c-format
 msgid "build through %prep (unpack sources and apply patches) from <specfile>"
 msgstr ""
 
-#: lib/poptBT.c:149 lib/poptBT.c:152 lib/poptBT.c:155 lib/poptBT.c:158
-#: lib/poptBT.c:161 lib/poptBT.c:164 lib/poptBT.c:167
+#: lib/poptBT.c:147 lib/poptBT.c:150 lib/poptBT.c:153 lib/poptBT.c:156
+#: lib/poptBT.c:159 lib/poptBT.c:162 lib/poptBT.c:165
 msgid "<specfile>"
 msgstr ""
 
-#: lib/poptBT.c:151
+#: lib/poptBT.c:149
 msgid "build through %build (%prep, then compile) from <specfile>"
 msgstr ""
 
-#: lib/poptBT.c:154
+#: lib/poptBT.c:152
 msgid "build through %install (%prep, %build, then install) from <specfile>"
 msgstr ""
 
-#: lib/poptBT.c:157
+#: lib/poptBT.c:155
 #, c-format
 msgid "verify %files section from <specfile>"
 msgstr ""
 
-#: lib/poptBT.c:160
+#: lib/poptBT.c:158
 msgid "build source and binary packages from <specfile>"
 msgstr ""
 
-#: lib/poptBT.c:163
+#: lib/poptBT.c:161
 msgid "build binary package only from <specfile>"
 msgstr ""
 
-#: lib/poptBT.c:166
+#: lib/poptBT.c:164
 msgid "build source package only from <specfile>"
 msgstr ""
 
-#: lib/poptBT.c:170
+#: lib/poptBT.c:168
 #, c-format
 msgid "build through %prep (unpack sources and apply patches) from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:171 lib/poptBT.c:174 lib/poptBT.c:177 lib/poptBT.c:180
-#: lib/poptBT.c:183 lib/poptBT.c:186 lib/poptBT.c:189
+#: lib/poptBT.c:169 lib/poptBT.c:172 lib/poptBT.c:175 lib/poptBT.c:178
+#: lib/poptBT.c:181 lib/poptBT.c:184 lib/poptBT.c:187
 msgid "<tarball>"
 msgstr ""
 
-#: lib/poptBT.c:173
+#: lib/poptBT.c:171
 msgid "build through %build (%prep, then compile) from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:176
+#: lib/poptBT.c:174
 msgid "build through %install (%prep, %build, then install) from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:179
+#: lib/poptBT.c:177
 #, c-format
 msgid "verify %files section from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:182
+#: lib/poptBT.c:180
 msgid "build source and binary packages from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:185
+#: lib/poptBT.c:183
 msgid "build binary package only from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:188
+#: lib/poptBT.c:186
 msgid "build source package only from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:192
+#: lib/poptBT.c:190
 msgid "build binary package from <source package>"
 msgstr ""
 
-#: lib/poptBT.c:193 lib/poptBT.c:196
+#: lib/poptBT.c:191 lib/poptBT.c:194
 msgid "<source package>"
 msgstr ""
 
-#: lib/poptBT.c:195
+#: lib/poptBT.c:193
 msgid ""
 "build through %install (%prep, %build, then install) from <source package>"
 msgstr ""
 
-#: lib/poptBT.c:199
+#: lib/poptBT.c:197
 msgid "override build root"
 msgstr ""
 
-#: lib/poptBT.c:203 rpmdb/poptDB.c:32
+#: lib/poptBT.c:201 rpmdb/poptDB.c:29
 msgid "generate headers compatible with rpm4 packaging"
 msgstr ""
 
-#: lib/poptBT.c:205
+#: lib/poptBT.c:203
 msgid "ignore ExcludeArch: directives from spec file"
 msgstr ""
 
-#: lib/poptBT.c:207
+#: lib/poptBT.c:205
 msgid "debug file state machine"
 msgstr ""
 
-#: lib/poptBT.c:209
+#: lib/poptBT.c:207
 msgid "do not execute any stages of the build"
 msgstr ""
 
-#: lib/poptBT.c:211
+#: lib/poptBT.c:209
 msgid "do not verify build dependencies"
 msgstr ""
 
-#: lib/poptBT.c:213
+#: lib/poptBT.c:211
 msgid "generate package header(s) compatible with (legacy) rpm[23] packaging"
 msgstr ""
 
-#: lib/poptBT.c:216
+#: lib/poptBT.c:214
 msgid "do not accept i18N msgstr's from specfile"
 msgstr ""
 
-#: lib/poptBT.c:220
+#: lib/poptBT.c:218
 msgid "remove specfile when done"
 msgstr ""
 
-#: lib/poptBT.c:226
+#: lib/poptBT.c:224
 msgid "override target platform"
 msgstr ""
 
-#: lib/poptBT.c:228
+#: lib/poptBT.c:226
 msgid "lookup i18N strings in specfile catalog"
 msgstr ""
 
@@ -2794,108 +2794,108 @@ msgstr ""
 msgid "unknown error %d encountered while manipulating package %s"
 msgstr ""
 
-#: lib/psm.c:313
+#: lib/psm.c:315
 msgid "========== relocations\n"
 msgstr ""
 
-#: lib/psm.c:317
+#: lib/psm.c:319
 #, c-format
 msgid "%5d exclude  %s\n"
 msgstr ""
 
-#: lib/psm.c:320
+#: lib/psm.c:322
 #, c-format
 msgid "%5d relocate %s -> %s\n"
 msgstr ""
 
-#: lib/psm.c:390
+#: lib/psm.c:392
 #, c-format
 msgid "excluding multilib path %s%s\n"
 msgstr ""
 
-#: lib/psm.c:456
+#: lib/psm.c:458
 #, c-format
 msgid "excluding %s %s\n"
 msgstr ""
 
-#: lib/psm.c:466
+#: lib/psm.c:468
 #, c-format
 msgid "relocating %s to %s\n"
 msgstr ""
 
-#: lib/psm.c:545
+#: lib/psm.c:547
 #, c-format
 msgid "relocating directory %s to %s\n"
 msgstr ""
 
-#: lib/psm.c:1168
+#: lib/psm.c:1170
 #, c-format
 msgid "cannot create %%%s %s\n"
 msgstr ""
 
-#: lib/psm.c:1174
+#: lib/psm.c:1176
 #, c-format
 msgid "cannot write to %%%s %s\n"
 msgstr ""
 
-#: lib/psm.c:1212
+#: lib/psm.c:1214
 msgid "source package expected, binary found\n"
 msgstr ""
 
-#: lib/psm.c:1323
+#: lib/psm.c:1325
 msgid "source package contains no .spec file\n"
 msgstr ""
 
-#: lib/psm.c:1430
+#: lib/psm.c:1432
 #, c-format
 msgid "%s: running %s scriptlet\n"
 msgstr ""
 
-#: lib/psm.c:1598
+#: lib/psm.c:1600
 #, c-format
 msgid "execution of %s scriptlet from %s-%s-%s failed, waitpid returned %s\n"
 msgstr ""
 
-#: lib/psm.c:1605
+#: lib/psm.c:1607
 #, c-format
 msgid "execution of %s scriptlet from %s-%s-%s failed, exit status %d\n"
 msgstr ""
 
-#: lib/psm.c:1952
+#: lib/psm.c:1954
 #, c-format
 msgid "%s: %s-%s-%s has %d files, test = %d\n"
 msgstr ""
 
-#: lib/psm.c:2069
+#: lib/psm.c:2071
 #, c-format
 msgid "%s: %s scriptlet failed (%d), skipping %s-%s-%s\n"
 msgstr ""
 
-#: lib/psm.c:2184
+#: lib/psm.c:2186
 #, c-format
 msgid "user %s does not exist - using root\n"
 msgstr ""
 
-#: lib/psm.c:2193
+#: lib/psm.c:2195
 #, c-format
 msgid "group %s does not exist - using root\n"
 msgstr ""
 
-#: lib/psm.c:2234
+#: lib/psm.c:2236
 #, c-format
 msgid "unpacking of archive failed%s%s: %s\n"
 msgstr ""
 
-#: lib/psm.c:2235
+#: lib/psm.c:2237
 msgid " on file "
 msgstr ""
 
-#: lib/psm.c:2421
+#: lib/psm.c:2423
 #, c-format
 msgid "%s failed on file %s: %s\n"
 msgstr ""
 
-#: lib/psm.c:2424
+#: lib/psm.c:2426
 #, c-format
 msgid "%s failed: %s\n"
 msgstr ""
@@ -3297,206 +3297,206 @@ msgstr ""
 msgid "Unable to open %s for reading: %s.\n"
 msgstr ""
 
-#: lib/signature.c:114
+#: lib/signature.c:115
 msgid "file is not regular -- skipping size check\n"
 msgstr ""
 
-#: lib/signature.c:123
+#: lib/signature.c:124
 #, c-format
 msgid "Expected size: %12d = lead(%d)+sigs(%d)+pad(%d)+data(%d)\n"
 msgstr ""
 
-#: lib/signature.c:128
+#: lib/signature.c:129
 #, c-format
 msgid "  Actual size: %12d\n"
 msgstr ""
 
-#: lib/signature.c:148
+#: lib/signature.c:149
 msgid "No signature\n"
 msgstr ""
 
-#: lib/signature.c:152
+#: lib/signature.c:153
 msgid "Old PGP signature\n"
 msgstr ""
 
-#: lib/signature.c:165
+#: lib/signature.c:166
 msgid "Old (internal-only) signature!  How did you get that!?\n"
 msgstr ""
 
-#: lib/signature.c:221
+#: lib/signature.c:222
 #, c-format
 msgid "Signature: size(%d)+pad(%d)\n"
 msgstr ""
 
-#: lib/signature.c:284
+#: lib/signature.c:285
 #, c-format
 msgid "Couldn't exec pgp (%s)\n"
 msgstr ""
 
-#: lib/signature.c:297
+#: lib/signature.c:298
 msgid "pgp failed\n"
 msgstr ""
 
 #. PGP failed to write signature
 #. Just in case
-#: lib/signature.c:304
+#: lib/signature.c:305
 msgid "pgp failed to write signature\n"
 msgstr ""
 
-#: lib/signature.c:309
+#: lib/signature.c:310
 #, c-format
 msgid "PGP sig size: %d\n"
 msgstr ""
 
-#: lib/signature.c:324 lib/signature.c:411
+#: lib/signature.c:325 lib/signature.c:412
 msgid "unable to read the signature\n"
 msgstr ""
 
-#: lib/signature.c:329
+#: lib/signature.c:330
 #, c-format
 msgid "Got %d bytes of PGP sig\n"
 msgstr ""
 
-#: lib/signature.c:371 lib/signature.c:501
+#: lib/signature.c:372 lib/signature.c:502
 msgid "Couldn't exec gpg\n"
 msgstr ""
 
-#: lib/signature.c:384
+#: lib/signature.c:385
 msgid "gpg failed\n"
 msgstr ""
 
 #. GPG failed to write signature
 #. Just in case
-#: lib/signature.c:391
+#: lib/signature.c:392
 msgid "gpg failed to write signature\n"
 msgstr ""
 
-#: lib/signature.c:396
+#: lib/signature.c:397
 #, c-format
 msgid "GPG sig size: %d\n"
 msgstr ""
 
-#: lib/signature.c:416
+#: lib/signature.c:417
 #, c-format
 msgid "Got %d bytes of GPG sig\n"
 msgstr ""
 
-#: lib/signature.c:444
+#: lib/signature.c:445
 msgid "Generating signature using PGP.\n"
 msgstr ""
 
-#: lib/signature.c:450
+#: lib/signature.c:451
 msgid "Generating signature using GPG.\n"
 msgstr ""
 
-#: lib/signature.c:530
+#: lib/signature.c:531
 msgid "Couldn't exec pgp\n"
 msgstr ""
 
 #. @notreached@
 #. This case should have been screened out long ago.
-#: lib/signature.c:534 lib/signature.c:587
+#: lib/signature.c:535 lib/signature.c:588
 #, c-format
 msgid "Invalid %%_signature spec in macro file\n"
 msgstr ""
 
-#: lib/signature.c:567
+#: lib/signature.c:568
 #, c-format
 msgid "You must set \"%%_gpg_name\" in your macro file\n"
 msgstr ""
 
-#: lib/signature.c:579
+#: lib/signature.c:580
 #, c-format
 msgid "You must set \"%%_pgp_name\" in your macro file\n"
 msgstr ""
 
-#: lib/transaction.c:308
+#: lib/transaction.c:309
 #, c-format
 msgid "%s skipped due to missingok flag\n"
 msgstr ""
 
 #. @innercontinue@
-#: lib/transaction.c:936
+#: lib/transaction.c:937
 #, c-format
 msgid "excluding directory %s\n"
 msgstr ""
 
-#: lib/verify.c:240
+#: lib/verify.c:242
 msgid "package lacks both user name and id lists (this should never happen)\n"
 msgstr ""
 
-#: lib/verify.c:261
+#: lib/verify.c:263
 msgid "package lacks both group name and id lists (this should never happen)\n"
 msgstr ""
 
-#: lib/verify.c:398
+#: lib/verify.c:400
 #, c-format
 msgid "missing    %s"
 msgstr ""
 
-#: lib/verify.c:495
+#: lib/verify.c:497
 #, 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:101 rpmdb/db3.c:100
+#: rpmdb/db1.c:100 rpmdb/db3.c:100
 #, c-format
 msgid "db%d error(%d) from %s: %s\n"
 msgstr ""
 
-#: rpmdb/db1.c:104 rpmdb/db3.c:103
+#: rpmdb/db1.c:103 rpmdb/db3.c:103
 #, c-format
 msgid "db%d error(%d): %s\n"
 msgstr ""
 
-#: rpmdb/db1.c:171
+#: rpmdb/db1.c:170
 #, c-format
 msgid ""
 "Broken package chain at offset %d(0x%08x), attempting to reconnect ...\n"
 msgstr ""
 
-#: rpmdb/db1.c:183
+#: rpmdb/db1.c:182
 #, c-format
 msgid "Reconnecting broken chain at offset %d(0x%08x).\n"
 msgstr ""
 
 #. @=branchstate@
-#: rpmdb/db1.c:509
+#: rpmdb/db1.c:508
 #, c-format
 msgid "closed  db file        %s\n"
 msgstr ""
 
-#: rpmdb/db1.c:512
+#: rpmdb/db1.c:511
 #, c-format
 msgid "removed db file        %s\n"
 msgstr ""
 
-#: rpmdb/db1.c:547
+#: rpmdb/db1.c:546
 #, c-format
 msgid "bad db file %s\n"
 msgstr ""
 
-#: rpmdb/db1.c:552
+#: rpmdb/db1.c:551
 #, c-format
 msgid "opening db file        %s mode 0x%x\n"
 msgstr ""
 
 #. XXX check errno validity
-#: rpmdb/db1.c:575
+#: rpmdb/db1.c:574
 #, c-format
 msgid "cannot get %s lock on database\n"
 msgstr ""
 
-#: rpmdb/db1.c:576 rpmdb/db3.c:1213
+#: rpmdb/db1.c:575 rpmdb/db3.c:1213
 msgid "exclusive"
 msgstr ""
 
-#: rpmdb/db1.c:576 rpmdb/db3.c:1213
+#: rpmdb/db1.c:575 rpmdb/db3.c:1213
 msgid "shared"
 msgstr ""
 
@@ -3570,168 +3570,168 @@ msgid ""
 "if \"rpm --rebuilddb\" fails to correct the problem.\n"
 msgstr ""
 
-#: rpmdb/poptDB.c:22
+#: rpmdb/poptDB.c:19
 msgid "initialize database"
 msgstr ""
 
-#: rpmdb/poptDB.c:24
+#: rpmdb/poptDB.c:21
 msgid "rebuild database inverted lists from installed package headers"
 msgstr ""
 
-#: rpmdb/poptDB.c:29
+#: rpmdb/poptDB.c:26
 msgid "generate headers compatible with (legacy) rpm[23] packaging"
 msgstr ""
 
 #. @-modfilesys@
-#: rpmdb/rpmdb.c:130
+#: rpmdb/rpmdb.c:126
 #, c-format
 msgid "dbiTagsInit: unrecognized tag name: \"%s\" ignored\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:384
+#: rpmdb/rpmdb.c:380
 #, c-format
 msgid "cannot open %s index using db%d - %s (%d)\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:406
+#: rpmdb/rpmdb.c:402
 #, c-format
 msgid "cannot open %s index\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:498
+#: rpmdb/rpmdb.c:494
 #, c-format
 msgid "error(%d) getting \"%s\" records from %s index\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:629
+#: rpmdb/rpmdb.c:625
 #, c-format
 msgid "error(%d) storing record %s into %s\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:639
+#: rpmdb/rpmdb.c:635
 #, c-format
 msgid "error(%d) removing record %s from %s\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:893
+#: rpmdb/rpmdb.c:889
 msgid "no dbpath has been set\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:1032
+#: rpmdb/rpmdb.c:1028
 msgid ""
 "old format database is present; use --rebuilddb to generate a new format "
 "database\n"
 msgstr ""
 
 #. error
-#: rpmdb/rpmdb.c:1277
+#: rpmdb/rpmdb.c:1273
 #, c-format
 msgid "error(%d) counting packages\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2061 rpmdb/rpmdb.c:3276
+#: rpmdb/rpmdb.c:2057 rpmdb/rpmdb.c:3310
 #, c-format
 msgid "record number %u in database is bad -- skipping.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2114
+#: rpmdb/rpmdb.c:2110
 #, c-format
 msgid "rpmdb: damaged header instance #%u retrieved, skipping.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2384
+#: rpmdb/rpmdb.c:2380
 #, c-format
 msgid "%s: cannot read header at 0x%x\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2456
+#: rpmdb/rpmdb.c:2452
 #, c-format
 msgid "removing \"%s\" from %s index.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2465
+#: rpmdb/rpmdb.c:2461
 #, c-format
 msgid "removing %d entries from %s index.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2666
+#: rpmdb/rpmdb.c:2662
 #, c-format
 msgid "error(%d) allocating new package instance\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2747
+#: rpmdb/rpmdb.c:2743
 #, c-format
 msgid "adding \"%s\" to %s index.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2758
+#: rpmdb/rpmdb.c:2754
 #, c-format
 msgid "adding %d entries to %s index.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3162
+#: rpmdb/rpmdb.c:3196
 #, c-format
 msgid "removing %s after successful db3 rebuild.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3195
+#: rpmdb/rpmdb.c:3229
 msgid "no dbpath has been set"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3222
+#: rpmdb/rpmdb.c:3256
 #, c-format
 msgid "rebuilding database %s into %s\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3226
+#: rpmdb/rpmdb.c:3260
 #, c-format
 msgid "temporary database %s already exists\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3232
+#: rpmdb/rpmdb.c:3266
 #, c-format
 msgid "creating directory %s\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3234
+#: rpmdb/rpmdb.c:3268
 #, c-format
 msgid "creating directory %s: %s\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3241
+#: rpmdb/rpmdb.c:3275
 #, c-format
 msgid "opening old database with dbapi %d\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3252
+#: rpmdb/rpmdb.c:3286
 #, c-format
 msgid "opening new database with dbapi %d\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3316
+#: rpmdb/rpmdb.c:3350
 #, c-format
 msgid "cannot add record originally at %u\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3334
+#: rpmdb/rpmdb.c:3368
 msgid "failed to rebuild database: original database remains in place\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3342
+#: rpmdb/rpmdb.c:3376
 msgid "failed to replace old database with new database!\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3344
+#: rpmdb/rpmdb.c:3378
 #, c-format
 msgid "replace files in %s with files from %s to recover"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3354
+#: rpmdb/rpmdb.c:3388
 #, c-format
 msgid "removing directory %s\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3356
+#: rpmdb/rpmdb.c:3390
 #, c-format
 msgid "failed to remove directory %s: %s\n"
 msgstr ""
index 2d6a397..3bd4918 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-20 18:27-0400\n"
+"POT-Creation-Date: 2001-10-21 17:21-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"
@@ -704,15 +704,15 @@ msgstr ""
 msgid "bin/src package (prep, compile, install, package)"
 msgstr ""
 
-#: lib/poptBT.c:222 rpm.c:523
+#: lib/poptBT.c:220 rpm.c:523
 msgid "skip straight to specified stage (only for c,i)"
 msgstr ""
 
-#: lib/poptBT.c:201 rpm.c:525
+#: lib/poptBT.c:199 rpm.c:525
 msgid "remove build tree when done"
 msgstr ""
 
-#: lib/poptBT.c:218 rpm.c:527
+#: lib/poptBT.c:216 rpm.c:527
 msgid "remove sources when done"
 msgstr ""
 
@@ -720,7 +720,7 @@ msgstr ""
 msgid "remove spec file when done"
 msgstr ""
 
-#: lib/poptBT.c:224 rpm.c:531
+#: lib/poptBT.c:222 rpm.c:531
 msgid "generate PGP/GPG signature"
 msgstr ""
 
@@ -810,7 +810,7 @@ msgstr ""
 msgid "rebuild database from existing database"
 msgstr ""
 
-#: rpm.c:565 rpmdb/poptDB.c:27
+#: rpm.c:565 rpmdb/poptDB.c:24
 msgid "verify database files"
 msgstr ""
 
@@ -1225,7 +1225,7 @@ msgstr ""
 msgid "no tar files given for build"
 msgstr ""
 
-#: build/build.c:125 build/pack.c:471
+#: build/build.c:125 build/pack.c:466
 msgid "Unable to open temp file.\n"
 msgstr ""
 
@@ -1300,181 +1300,181 @@ msgstr ""
 msgid "syntax error in expression\n"
 msgstr ""
 
-#: build/files.c:274
+#: build/files.c:270
 #, c-format
 msgid "TIMECHECK failure: %s\n"
 msgstr ""
 
-#: build/files.c:333 build/files.c:525 build/files.c:708
+#: build/files.c:329 build/files.c:521 build/files.c:704
 #, c-format
 msgid "Missing '(' in %s %s\n"
 msgstr ""
 
-#: build/files.c:344 build/files.c:650 build/files.c:719
+#: build/files.c:340 build/files.c:646 build/files.c:715
 #, c-format
 msgid "Missing ')' in %s(%s\n"
 msgstr ""
 
-#: build/files.c:382 build/files.c:675
+#: build/files.c:378 build/files.c:671
 #, c-format
 msgid "Invalid %s token: %s\n"
 msgstr ""
 
-#: build/files.c:488
+#: build/files.c:484
 #, c-format
 msgid "Missing %s in %s %s\n"
 msgstr ""
 
-#: build/files.c:541
+#: build/files.c:537
 #, c-format
 msgid "Non-white space follows %s(): %s\n"
 msgstr ""
 
-#: build/files.c:579
+#: build/files.c:575
 #, c-format
 msgid "Bad syntax: %s(%s)\n"
 msgstr ""
 
-#: build/files.c:589
+#: build/files.c:585
 #, c-format
 msgid "Bad mode spec: %s(%s)\n"
 msgstr ""
 
-#: build/files.c:601
+#: build/files.c:597
 #, c-format
 msgid "Bad dirmode spec: %s(%s)\n"
 msgstr ""
 
-#: build/files.c:746
+#: build/files.c:742
 #, c-format
 msgid "Unusual locale length: \"%.*s\" in %%lang(%s)\n"
 msgstr ""
 
 #. @innercontinue@
-#: build/files.c:757
+#: build/files.c:753
 #, c-format
 msgid "Duplicate locale %.*s in %%lang(%s)\n"
 msgstr ""
 
-#: build/files.c:908
+#: build/files.c:904
 #, c-format
 msgid "Hit limit for %%docdir\n"
 msgstr ""
 
-#: build/files.c:914
+#: build/files.c:910
 #, c-format
 msgid "Only one arg for %%docdir\n"
 msgstr ""
 
 #. We already got a file -- error
-#: build/files.c:942
+#: build/files.c:938
 #, c-format
 msgid "Two files on one line: %s\n"
 msgstr ""
 
-#: build/files.c:957
+#: build/files.c:953
 #, c-format
 msgid "File must begin with \"/\": %s\n"
 msgstr ""
 
-#: build/files.c:970
+#: build/files.c:966
 #, 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:1147
+#: build/files.c:1143
 #, c-format
 msgid "File listed twice: %s\n"
 msgstr ""
 
-#: build/files.c:1282
+#: build/files.c:1278
 #, c-format
 msgid "Symlink points to BuildRoot: %s -> %s\n"
 msgstr ""
 
-#: build/files.c:1488
+#: build/files.c:1484
 #, c-format
 msgid "File doesn't match prefix (%s): %s\n"
 msgstr ""
 
-#: build/files.c:1512
+#: build/files.c:1508
 #, c-format
 msgid "File not found: %s\n"
 msgstr ""
 
-#: build/files.c:1555 build/files.c:2167 build/parsePrep.c:50
+#: build/files.c:1551 build/files.c:2163 build/parsePrep.c:50
 #, c-format
 msgid "Bad owner/group: %s\n"
 msgstr ""
 
-#: build/files.c:1567
+#: build/files.c:1563
 #, c-format
 msgid "File %4d: %07o %s.%s\t %s\n"
 msgstr ""
 
-#: build/files.c:1671
+#: build/files.c:1667
 #, c-format
 msgid "File needs leading \"/\": %s\n"
 msgstr ""
 
-#: build/files.c:1694
+#: build/files.c:1690
 #, c-format
 msgid "Glob not permitted: %s\n"
 msgstr ""
 
-#: build/files.c:1709
+#: build/files.c:1705
 #, c-format
 msgid "File not found by glob: %s\n"
 msgstr ""
 
-#: build/files.c:1771
+#: build/files.c:1767
 #, c-format
 msgid "Could not open %%files file %s: %s\n"
 msgstr ""
 
-#: build/files.c:1782 build/pack.c:150
+#: build/files.c:1778 build/pack.c:145
 #, c-format
 msgid "line: %s\n"
 msgstr ""
 
-#: build/files.c:2155
+#: build/files.c:2151
 #, c-format
 msgid "Bad file: %s: %s\n"
 msgstr ""
 
 #. XXX this error message is probably not seen.
-#: build/files.c:2229
+#: build/files.c:2225
 #, c-format
 msgid "Couldn't exec %s: %s\n"
 msgstr ""
 
-#: build/files.c:2234
+#: build/files.c:2230
 #, c-format
 msgid "Couldn't fork %s: %s\n"
 msgstr ""
 
-#: build/files.c:2318
+#: build/files.c:2314
 #, c-format
 msgid "%s failed\n"
 msgstr ""
 
-#: build/files.c:2322
+#: build/files.c:2318
 #, c-format
 msgid "failed to write all data to %s\n"
 msgstr ""
 
-#: build/files.c:2458
+#: build/files.c:2454
 #, c-format
 msgid "Finding  %s: (using %s)...\n"
 msgstr ""
 
-#: build/files.c:2484 build/files.c:2498
+#: build/files.c:2480 build/files.c:2494
 #, c-format
 msgid "Failed to find %s:\n"
 msgstr ""
 
-#: build/files.c:2619
+#: build/files.c:2615
 #, c-format
 msgid "Processing files: %s-%s-%s\n"
 msgstr ""
@@ -1508,152 +1508,152 @@ msgstr ""
 msgid "Could not canonicalize hostname: %s\n"
 msgstr ""
 
-#: build/pack.c:83
+#: build/pack.c:78
 #, c-format
 msgid "create archive failed on file %s: %s\n"
 msgstr ""
 
-#: build/pack.c:86
+#: build/pack.c:81
 #, c-format
 msgid "create archive failed: %s\n"
 msgstr ""
 
-#: build/pack.c:108
+#: build/pack.c:103
 #, c-format
 msgid "cpio_copy write failed: %s\n"
 msgstr ""
 
-#: build/pack.c:115
+#: build/pack.c:110
 #, c-format
 msgid "cpio_copy read failed: %s\n"
 msgstr ""
 
-#: build/pack.c:218
+#: build/pack.c:213
 #, c-format
 msgid "Could not open PreIn file: %s\n"
 msgstr ""
 
-#: build/pack.c:225
+#: build/pack.c:220
 #, c-format
 msgid "Could not open PreUn file: %s\n"
 msgstr ""
 
-#: build/pack.c:232
+#: build/pack.c:227
 #, c-format
 msgid "Could not open PostIn file: %s\n"
 msgstr ""
 
-#: build/pack.c:239
+#: build/pack.c:234
 #, c-format
 msgid "Could not open PostUn file: %s\n"
 msgstr ""
 
-#: build/pack.c:247
+#: build/pack.c:242
 #, c-format
 msgid "Could not open VerifyScript file: %s\n"
 msgstr ""
 
-#: build/pack.c:262
+#: build/pack.c:257
 #, c-format
 msgid "Could not open Trigger script file: %s\n"
 msgstr ""
 
-#: build/pack.c:290
+#: build/pack.c:285
 #, c-format
 msgid "readRPM: open %s: %s\n"
 msgstr ""
 
-#: build/pack.c:300
+#: build/pack.c:295
 #, c-format
 msgid "readRPM: read %s: %s\n"
 msgstr ""
 
-#: build/pack.c:309 build/pack.c:513
+#: build/pack.c:304 build/pack.c:508
 #, c-format
 msgid "%s: Fseek failed: %s\n"
 msgstr ""
 
-#: build/pack.c:325
+#: build/pack.c:320
 #, c-format
 msgid "readRPM: %s is not an RPM package\n"
 msgstr ""
 
-#: build/pack.c:334
+#: build/pack.c:329
 #, c-format
 msgid "readRPM: reading header from %s\n"
 msgstr ""
 
-#: build/pack.c:459
+#: build/pack.c:454
 msgid "Unable to create immutable header region.\n"
 msgstr ""
 
-#: build/pack.c:477
+#: build/pack.c:472
 msgid "Unable to write temp header\n"
 msgstr ""
 
-#: build/pack.c:485
+#: build/pack.c:480
 msgid "Bad CSA data\n"
 msgstr ""
 
-#: build/pack.c:520
+#: build/pack.c:515
 msgid "Unable to write final header\n"
 msgstr ""
 
-#: build/pack.c:538
+#: build/pack.c:533
 #, c-format
 msgid "Generating signature: %d\n"
 msgstr ""
 
-#: build/pack.c:551
+#: build/pack.c:546
 msgid "Unable to reload signature header.\n"
 msgstr ""
 
-#: build/pack.c:559
+#: build/pack.c:554
 #, c-format
 msgid "Could not open %s: %s\n"
 msgstr ""
 
-#: build/pack.c:595 lib/psm.c:2147
+#: build/pack.c:590 lib/psm.c:2149
 #, c-format
 msgid "Unable to write package: %s\n"
 msgstr ""
 
-#: build/pack.c:610
+#: build/pack.c:605
 #, c-format
 msgid "Unable to open sigtarget %s: %s\n"
 msgstr ""
 
-#: build/pack.c:620
+#: build/pack.c:615
 #, c-format
 msgid "Unable to read header from %s: %s\n"
 msgstr ""
 
-#: build/pack.c:634
+#: build/pack.c:629
 #, c-format
 msgid "Unable to write header to %s: %s\n"
 msgstr ""
 
-#: build/pack.c:644
+#: build/pack.c:639
 #, c-format
 msgid "Unable to read payload from %s: %s\n"
 msgstr ""
 
-#: build/pack.c:650
+#: build/pack.c:645
 #, c-format
 msgid "Unable to write payload to %s: %s\n"
 msgstr ""
 
-#: build/pack.c:675 lib/psm.c:2413
+#: build/pack.c:670 lib/psm.c:2415
 #, c-format
 msgid "Wrote: %s\n"
 msgstr ""
 
-#: build/pack.c:742
+#: build/pack.c:737
 #, c-format
 msgid "Could not generate output filename for package %s: %s\n"
 msgstr ""
 
-#: build/pack.c:759
+#: build/pack.c:754
 #, c-format
 msgid "cannot create %s: %s\n"
 msgstr ""
@@ -2060,72 +2060,72 @@ msgid " failed - "
 msgstr ""
 
 #. XXX legacy epoch-less requires/conflicts compatibility
-#: lib/depends.c:582
+#: lib/depends.c:559
 #, c-format
 msgid ""
 "the \"B\" dependency needs an epoch (assuming same as \"A\")\n"
 "\tA %s\tB %s\n"
 msgstr ""
 
-#: lib/depends.c:611
+#: lib/depends.c:588
 #, c-format
 msgid "  %s    A %s\tB %s\n"
 msgstr ""
 
-#: lib/depends.c:612 lib/depends.c:1248 lib/depends.c:1381
+#: lib/depends.c:589 lib/depends.c:1225 lib/depends.c:1358
 msgid "YES"
 msgstr ""
 
-#: lib/depends.c:612 lib/depends.c:1248 lib/depends.c:1381
+#: lib/depends.c:589 lib/depends.c:1225 lib/depends.c:1358
 msgid "NO "
 msgstr ""
 
-#: lib/depends.c:1042
+#: lib/depends.c:1019
 #, c-format
 msgid "%s: %-45s YES (added files)\n"
 msgstr ""
 
-#: lib/depends.c:1153
+#: lib/depends.c:1130
 #, c-format
 msgid "%s: %-45s YES (added provide)\n"
 msgstr ""
 
-#: lib/depends.c:1247
+#: lib/depends.c:1224
 #, c-format
 msgid "%s: %-45s %-s (cached)\n"
 msgstr ""
 
-#: lib/depends.c:1276
+#: lib/depends.c:1253
 #, c-format
 msgid "%s: %-45s YES (rpmrc provides)\n"
 msgstr ""
 
-#: lib/depends.c:1293
+#: lib/depends.c:1270
 #, c-format
 msgid "%s: %-45s YES (rpmlib provides)\n"
 msgstr ""
 
-#: lib/depends.c:1317
+#: lib/depends.c:1294
 #, c-format
 msgid "%s: %-45s YES (db files)\n"
 msgstr ""
 
-#: lib/depends.c:1330
+#: lib/depends.c:1307
 #, c-format
 msgid "%s: %-45s YES (db provides)\n"
 msgstr ""
 
-#: lib/depends.c:1344
+#: lib/depends.c:1321
 #, c-format
 msgid "%s: %-45s YES (db package)\n"
 msgstr ""
 
-#: lib/depends.c:1360
+#: lib/depends.c:1337
 #, c-format
 msgid "%s: %-45s NO\n"
 msgstr ""
 
-#: lib/depends.c:1381
+#: lib/depends.c:1358
 #, c-format
 msgid "%s: (%s, %s) added to Depends cache.\n"
 msgstr ""
@@ -2133,42 +2133,42 @@ msgstr ""
 #. requirements are satisfied.
 #. @switchbreak@
 #. requirements are not satisfied.
-#: lib/depends.c:1454
+#: lib/depends.c:1431
 #, c-format
 msgid "package %s-%s-%s require not satisfied: %s\n"
 msgstr ""
 
 #. conflicts exist.
-#: lib/depends.c:1533
+#: lib/depends.c:1510
 #, c-format
 msgid "package %s conflicts: %s\n"
 msgstr ""
 
-#: lib/depends.c:1786
+#: lib/depends.c:1763
 #, c-format
 msgid "removing %s-%s-%s \"%s\" from tsort relations.\n"
 msgstr ""
 
 #. Record all relations.
-#: lib/depends.c:1936
+#: lib/depends.c:1913
 msgid "========== recording tsort relations\n"
 msgstr ""
 
 #. T4. Scan for zeroes.
-#: lib/depends.c:1996
+#: lib/depends.c:1973
 msgid ""
 "========== tsorting packages (order, #predecessors, #succesors, depth)\n"
 msgstr ""
 
-#: lib/depends.c:2046
+#: lib/depends.c:2023
 msgid "========== successors only (presentation order)\n"
 msgstr ""
 
-#: lib/depends.c:2099
+#: lib/depends.c:2076
 msgid "LOOP:\n"
 msgstr ""
 
-#: lib/depends.c:2129
+#: lib/depends.c:2106
 msgid "========== continuing tsort ...\n"
 msgstr ""
 
@@ -2261,7 +2261,7 @@ msgid "dataLength() RPM_STRING_TYPE count must be 1.\n"
 msgstr ""
 
 #. @-modfilesys@
-#: lib/header.c:351 lib/header_internal.c:161 lib/psm.c:971
+#: lib/header.c:351 lib/header_internal.c:161 lib/psm.c:973
 #, c-format
 msgid "Data type %d not supported\n"
 msgstr ""
@@ -2341,149 +2341,149 @@ msgstr ""
 msgid "(unknown type)"
 msgstr ""
 
-#: lib/misc.c:241 lib/misc.c:246 lib/misc.c:252
+#: lib/misc.c:243 lib/misc.c:248 lib/misc.c:254
 #, c-format
 msgid "error creating temporary file %s\n"
 msgstr ""
 
-#: lib/package.c:162
+#: lib/package.c:163
 msgid "packaging version 1 is not supported by this version of RPM\n"
 msgstr ""
 
-#: lib/package.c:228
+#: lib/package.c:229
 msgid ""
 "only packaging with major numbers <= 4 is supported by this version of RPM\n"
 msgstr ""
 
-#: lib/poptBT.c:118
+#: lib/poptBT.c:116
 #, c-format
 msgid "buildroot already specified, ignoring %s\n"
 msgstr ""
 
-#: lib/poptBT.c:148
+#: lib/poptBT.c:146
 #, c-format
 msgid "build through %prep (unpack sources and apply patches) from <specfile>"
 msgstr ""
 
-#: lib/poptBT.c:149 lib/poptBT.c:152 lib/poptBT.c:155 lib/poptBT.c:158
-#: lib/poptBT.c:161 lib/poptBT.c:164 lib/poptBT.c:167
+#: lib/poptBT.c:147 lib/poptBT.c:150 lib/poptBT.c:153 lib/poptBT.c:156
+#: lib/poptBT.c:159 lib/poptBT.c:162 lib/poptBT.c:165
 msgid "<specfile>"
 msgstr ""
 
-#: lib/poptBT.c:151
+#: lib/poptBT.c:149
 msgid "build through %build (%prep, then compile) from <specfile>"
 msgstr ""
 
-#: lib/poptBT.c:154
+#: lib/poptBT.c:152
 msgid "build through %install (%prep, %build, then install) from <specfile>"
 msgstr ""
 
-#: lib/poptBT.c:157
+#: lib/poptBT.c:155
 #, c-format
 msgid "verify %files section from <specfile>"
 msgstr ""
 
-#: lib/poptBT.c:160
+#: lib/poptBT.c:158
 msgid "build source and binary packages from <specfile>"
 msgstr ""
 
-#: lib/poptBT.c:163
+#: lib/poptBT.c:161
 msgid "build binary package only from <specfile>"
 msgstr ""
 
-#: lib/poptBT.c:166
+#: lib/poptBT.c:164
 msgid "build source package only from <specfile>"
 msgstr ""
 
-#: lib/poptBT.c:170
+#: lib/poptBT.c:168
 #, c-format
 msgid "build through %prep (unpack sources and apply patches) from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:171 lib/poptBT.c:174 lib/poptBT.c:177 lib/poptBT.c:180
-#: lib/poptBT.c:183 lib/poptBT.c:186 lib/poptBT.c:189
+#: lib/poptBT.c:169 lib/poptBT.c:172 lib/poptBT.c:175 lib/poptBT.c:178
+#: lib/poptBT.c:181 lib/poptBT.c:184 lib/poptBT.c:187
 msgid "<tarball>"
 msgstr ""
 
-#: lib/poptBT.c:173
+#: lib/poptBT.c:171
 msgid "build through %build (%prep, then compile) from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:176
+#: lib/poptBT.c:174
 msgid "build through %install (%prep, %build, then install) from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:179
+#: lib/poptBT.c:177
 #, c-format
 msgid "verify %files section from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:182
+#: lib/poptBT.c:180
 msgid "build source and binary packages from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:185
+#: lib/poptBT.c:183
 msgid "build binary package only from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:188
+#: lib/poptBT.c:186
 msgid "build source package only from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:192
+#: lib/poptBT.c:190
 msgid "build binary package from <source package>"
 msgstr ""
 
-#: lib/poptBT.c:193 lib/poptBT.c:196
+#: lib/poptBT.c:191 lib/poptBT.c:194
 msgid "<source package>"
 msgstr ""
 
-#: lib/poptBT.c:195
+#: lib/poptBT.c:193
 msgid ""
 "build through %install (%prep, %build, then install) from <source package>"
 msgstr ""
 
-#: lib/poptBT.c:199
+#: lib/poptBT.c:197
 msgid "override build root"
 msgstr ""
 
-#: lib/poptBT.c:203 rpmdb/poptDB.c:32
+#: lib/poptBT.c:201 rpmdb/poptDB.c:29
 msgid "generate headers compatible with rpm4 packaging"
 msgstr ""
 
-#: lib/poptBT.c:205
+#: lib/poptBT.c:203
 msgid "ignore ExcludeArch: directives from spec file"
 msgstr ""
 
-#: lib/poptBT.c:207
+#: lib/poptBT.c:205
 msgid "debug file state machine"
 msgstr ""
 
-#: lib/poptBT.c:209
+#: lib/poptBT.c:207
 msgid "do not execute any stages of the build"
 msgstr ""
 
-#: lib/poptBT.c:211
+#: lib/poptBT.c:209
 msgid "do not verify build dependencies"
 msgstr ""
 
-#: lib/poptBT.c:213
+#: lib/poptBT.c:211
 msgid "generate package header(s) compatible with (legacy) rpm[23] packaging"
 msgstr ""
 
-#: lib/poptBT.c:216
+#: lib/poptBT.c:214
 msgid "do not accept i18N msgstr's from specfile"
 msgstr ""
 
-#: lib/poptBT.c:220
+#: lib/poptBT.c:218
 msgid "remove specfile when done"
 msgstr ""
 
-#: lib/poptBT.c:226
+#: lib/poptBT.c:224
 msgid "override target platform"
 msgstr ""
 
-#: lib/poptBT.c:228
+#: lib/poptBT.c:226
 msgid "lookup i18N strings in specfile catalog"
 msgstr ""
 
@@ -2799,108 +2799,108 @@ msgstr ""
 msgid "unknown error %d encountered while manipulating package %s"
 msgstr ""
 
-#: lib/psm.c:313
+#: lib/psm.c:315
 msgid "========== relocations\n"
 msgstr ""
 
-#: lib/psm.c:317
+#: lib/psm.c:319
 #, c-format
 msgid "%5d exclude  %s\n"
 msgstr ""
 
-#: lib/psm.c:320
+#: lib/psm.c:322
 #, c-format
 msgid "%5d relocate %s -> %s\n"
 msgstr ""
 
-#: lib/psm.c:390
+#: lib/psm.c:392
 #, c-format
 msgid "excluding multilib path %s%s\n"
 msgstr ""
 
-#: lib/psm.c:456
+#: lib/psm.c:458
 #, c-format
 msgid "excluding %s %s\n"
 msgstr ""
 
-#: lib/psm.c:466
+#: lib/psm.c:468
 #, c-format
 msgid "relocating %s to %s\n"
 msgstr ""
 
-#: lib/psm.c:545
+#: lib/psm.c:547
 #, c-format
 msgid "relocating directory %s to %s\n"
 msgstr ""
 
-#: lib/psm.c:1168
+#: lib/psm.c:1170
 #, c-format
 msgid "cannot create %%%s %s\n"
 msgstr ""
 
-#: lib/psm.c:1174
+#: lib/psm.c:1176
 #, c-format
 msgid "cannot write to %%%s %s\n"
 msgstr ""
 
-#: lib/psm.c:1212
+#: lib/psm.c:1214
 msgid "source package expected, binary found\n"
 msgstr ""
 
-#: lib/psm.c:1323
+#: lib/psm.c:1325
 msgid "source package contains no .spec file\n"
 msgstr ""
 
-#: lib/psm.c:1430
+#: lib/psm.c:1432
 #, c-format
 msgid "%s: running %s scriptlet\n"
 msgstr ""
 
-#: lib/psm.c:1598
+#: lib/psm.c:1600
 #, c-format
 msgid "execution of %s scriptlet from %s-%s-%s failed, waitpid returned %s\n"
 msgstr ""
 
-#: lib/psm.c:1605
+#: lib/psm.c:1607
 #, c-format
 msgid "execution of %s scriptlet from %s-%s-%s failed, exit status %d\n"
 msgstr ""
 
-#: lib/psm.c:1952
+#: lib/psm.c:1954
 #, c-format
 msgid "%s: %s-%s-%s has %d files, test = %d\n"
 msgstr ""
 
-#: lib/psm.c:2069
+#: lib/psm.c:2071
 #, c-format
 msgid "%s: %s scriptlet failed (%d), skipping %s-%s-%s\n"
 msgstr ""
 
-#: lib/psm.c:2184
+#: lib/psm.c:2186
 #, c-format
 msgid "user %s does not exist - using root\n"
 msgstr ""
 
-#: lib/psm.c:2193
+#: lib/psm.c:2195
 #, c-format
 msgid "group %s does not exist - using root\n"
 msgstr ""
 
-#: lib/psm.c:2234
+#: lib/psm.c:2236
 #, c-format
 msgid "unpacking of archive failed%s%s: %s\n"
 msgstr ""
 
-#: lib/psm.c:2235
+#: lib/psm.c:2237
 msgid " on file "
 msgstr ""
 
-#: lib/psm.c:2421
+#: lib/psm.c:2423
 #, c-format
 msgid "%s failed on file %s: %s\n"
 msgstr ""
 
-#: lib/psm.c:2424
+#: lib/psm.c:2426
 #, c-format
 msgid "%s failed: %s\n"
 msgstr ""
@@ -3302,206 +3302,206 @@ msgstr ""
 msgid "Unable to open %s for reading: %s.\n"
 msgstr ""
 
-#: lib/signature.c:114
+#: lib/signature.c:115
 msgid "file is not regular -- skipping size check\n"
 msgstr ""
 
-#: lib/signature.c:123
+#: lib/signature.c:124
 #, c-format
 msgid "Expected size: %12d = lead(%d)+sigs(%d)+pad(%d)+data(%d)\n"
 msgstr ""
 
-#: lib/signature.c:128
+#: lib/signature.c:129
 #, c-format
 msgid "  Actual size: %12d\n"
 msgstr ""
 
-#: lib/signature.c:148
+#: lib/signature.c:149
 msgid "No signature\n"
 msgstr ""
 
-#: lib/signature.c:152
+#: lib/signature.c:153
 msgid "Old PGP signature\n"
 msgstr ""
 
-#: lib/signature.c:165
+#: lib/signature.c:166
 msgid "Old (internal-only) signature!  How did you get that!?\n"
 msgstr ""
 
-#: lib/signature.c:221
+#: lib/signature.c:222
 #, c-format
 msgid "Signature: size(%d)+pad(%d)\n"
 msgstr ""
 
-#: lib/signature.c:284
+#: lib/signature.c:285
 #, c-format
 msgid "Couldn't exec pgp (%s)\n"
 msgstr ""
 
-#: lib/signature.c:297
+#: lib/signature.c:298
 msgid "pgp failed\n"
 msgstr ""
 
 #. PGP failed to write signature
 #. Just in case
-#: lib/signature.c:304
+#: lib/signature.c:305
 msgid "pgp failed to write signature\n"
 msgstr ""
 
-#: lib/signature.c:309
+#: lib/signature.c:310
 #, c-format
 msgid "PGP sig size: %d\n"
 msgstr ""
 
-#: lib/signature.c:324 lib/signature.c:411
+#: lib/signature.c:325 lib/signature.c:412
 msgid "unable to read the signature\n"
 msgstr ""
 
-#: lib/signature.c:329
+#: lib/signature.c:330
 #, c-format
 msgid "Got %d bytes of PGP sig\n"
 msgstr ""
 
-#: lib/signature.c:371 lib/signature.c:501
+#: lib/signature.c:372 lib/signature.c:502
 msgid "Couldn't exec gpg\n"
 msgstr ""
 
-#: lib/signature.c:384
+#: lib/signature.c:385
 msgid "gpg failed\n"
 msgstr ""
 
 #. GPG failed to write signature
 #. Just in case
-#: lib/signature.c:391
+#: lib/signature.c:392
 msgid "gpg failed to write signature\n"
 msgstr ""
 
-#: lib/signature.c:396
+#: lib/signature.c:397
 #, c-format
 msgid "GPG sig size: %d\n"
 msgstr ""
 
-#: lib/signature.c:416
+#: lib/signature.c:417
 #, c-format
 msgid "Got %d bytes of GPG sig\n"
 msgstr ""
 
-#: lib/signature.c:444
+#: lib/signature.c:445
 msgid "Generating signature using PGP.\n"
 msgstr ""
 
-#: lib/signature.c:450
+#: lib/signature.c:451
 msgid "Generating signature using GPG.\n"
 msgstr ""
 
-#: lib/signature.c:530
+#: lib/signature.c:531
 msgid "Couldn't exec pgp\n"
 msgstr ""
 
 #. @notreached@
 #. This case should have been screened out long ago.
-#: lib/signature.c:534 lib/signature.c:587
+#: lib/signature.c:535 lib/signature.c:588
 #, c-format
 msgid "Invalid %%_signature spec in macro file\n"
 msgstr ""
 
-#: lib/signature.c:567
+#: lib/signature.c:568
 #, c-format
 msgid "You must set \"%%_gpg_name\" in your macro file\n"
 msgstr ""
 
-#: lib/signature.c:579
+#: lib/signature.c:580
 #, c-format
 msgid "You must set \"%%_pgp_name\" in your macro file\n"
 msgstr ""
 
-#: lib/transaction.c:308
+#: lib/transaction.c:309
 #, c-format
 msgid "%s skipped due to missingok flag\n"
 msgstr ""
 
 #. @innercontinue@
-#: lib/transaction.c:936
+#: lib/transaction.c:937
 #, c-format
 msgid "excluding directory %s\n"
 msgstr ""
 
-#: lib/verify.c:240
+#: lib/verify.c:242
 msgid "package lacks both user name and id lists (this should never happen)\n"
 msgstr ""
 
-#: lib/verify.c:261
+#: lib/verify.c:263
 msgid "package lacks both group name and id lists (this should never happen)\n"
 msgstr ""
 
-#: lib/verify.c:398
+#: lib/verify.c:400
 #, c-format
 msgid "missing    %s"
 msgstr ""
 
-#: lib/verify.c:495
+#: lib/verify.c:497
 #, 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:101 rpmdb/db3.c:100
+#: rpmdb/db1.c:100 rpmdb/db3.c:100
 #, c-format
 msgid "db%d error(%d) from %s: %s\n"
 msgstr ""
 
-#: rpmdb/db1.c:104 rpmdb/db3.c:103
+#: rpmdb/db1.c:103 rpmdb/db3.c:103
 #, c-format
 msgid "db%d error(%d): %s\n"
 msgstr ""
 
-#: rpmdb/db1.c:171
+#: rpmdb/db1.c:170
 #, c-format
 msgid ""
 "Broken package chain at offset %d(0x%08x), attempting to reconnect ...\n"
 msgstr ""
 
-#: rpmdb/db1.c:183
+#: rpmdb/db1.c:182
 #, c-format
 msgid "Reconnecting broken chain at offset %d(0x%08x).\n"
 msgstr ""
 
 #. @=branchstate@
-#: rpmdb/db1.c:509
+#: rpmdb/db1.c:508
 #, c-format
 msgid "closed  db file        %s\n"
 msgstr ""
 
-#: rpmdb/db1.c:512
+#: rpmdb/db1.c:511
 #, c-format
 msgid "removed db file        %s\n"
 msgstr ""
 
-#: rpmdb/db1.c:547
+#: rpmdb/db1.c:546
 #, c-format
 msgid "bad db file %s\n"
 msgstr ""
 
-#: rpmdb/db1.c:552
+#: rpmdb/db1.c:551
 #, c-format
 msgid "opening db file        %s mode 0x%x\n"
 msgstr ""
 
 #. XXX check errno validity
-#: rpmdb/db1.c:575
+#: rpmdb/db1.c:574
 #, c-format
 msgid "cannot get %s lock on database\n"
 msgstr ""
 
-#: rpmdb/db1.c:576 rpmdb/db3.c:1213
+#: rpmdb/db1.c:575 rpmdb/db3.c:1213
 msgid "exclusive"
 msgstr ""
 
-#: rpmdb/db1.c:576 rpmdb/db3.c:1213
+#: rpmdb/db1.c:575 rpmdb/db3.c:1213
 msgid "shared"
 msgstr ""
 
@@ -3575,168 +3575,168 @@ msgid ""
 "if \"rpm --rebuilddb\" fails to correct the problem.\n"
 msgstr ""
 
-#: rpmdb/poptDB.c:22
+#: rpmdb/poptDB.c:19
 msgid "initialize database"
 msgstr ""
 
-#: rpmdb/poptDB.c:24
+#: rpmdb/poptDB.c:21
 msgid "rebuild database inverted lists from installed package headers"
 msgstr ""
 
-#: rpmdb/poptDB.c:29
+#: rpmdb/poptDB.c:26
 msgid "generate headers compatible with (legacy) rpm[23] packaging"
 msgstr ""
 
 #. @-modfilesys@
-#: rpmdb/rpmdb.c:130
+#: rpmdb/rpmdb.c:126
 #, c-format
 msgid "dbiTagsInit: unrecognized tag name: \"%s\" ignored\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:384
+#: rpmdb/rpmdb.c:380
 #, c-format
 msgid "cannot open %s index using db%d - %s (%d)\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:406
+#: rpmdb/rpmdb.c:402
 #, c-format
 msgid "cannot open %s index\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:498
+#: rpmdb/rpmdb.c:494
 #, c-format
 msgid "error(%d) getting \"%s\" records from %s index\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:629
+#: rpmdb/rpmdb.c:625
 #, c-format
 msgid "error(%d) storing record %s into %s\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:639
+#: rpmdb/rpmdb.c:635
 #, c-format
 msgid "error(%d) removing record %s from %s\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:893
+#: rpmdb/rpmdb.c:889
 msgid "no dbpath has been set\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:1032
+#: rpmdb/rpmdb.c:1028
 msgid ""
 "old format database is present; use --rebuilddb to generate a new format "
 "database\n"
 msgstr ""
 
 #. error
-#: rpmdb/rpmdb.c:1277
+#: rpmdb/rpmdb.c:1273
 #, c-format
 msgid "error(%d) counting packages\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2061 rpmdb/rpmdb.c:3276
+#: rpmdb/rpmdb.c:2057 rpmdb/rpmdb.c:3310
 #, c-format
 msgid "record number %u in database is bad -- skipping.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2114
+#: rpmdb/rpmdb.c:2110
 #, c-format
 msgid "rpmdb: damaged header instance #%u retrieved, skipping.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2384
+#: rpmdb/rpmdb.c:2380
 #, c-format
 msgid "%s: cannot read header at 0x%x\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2456
+#: rpmdb/rpmdb.c:2452
 #, c-format
 msgid "removing \"%s\" from %s index.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2465
+#: rpmdb/rpmdb.c:2461
 #, c-format
 msgid "removing %d entries from %s index.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2666
+#: rpmdb/rpmdb.c:2662
 #, c-format
 msgid "error(%d) allocating new package instance\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2747
+#: rpmdb/rpmdb.c:2743
 #, c-format
 msgid "adding \"%s\" to %s index.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2758
+#: rpmdb/rpmdb.c:2754
 #, c-format
 msgid "adding %d entries to %s index.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3162
+#: rpmdb/rpmdb.c:3196
 #, c-format
 msgid "removing %s after successful db3 rebuild.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3195
+#: rpmdb/rpmdb.c:3229
 msgid "no dbpath has been set"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3222
+#: rpmdb/rpmdb.c:3256
 #, c-format
 msgid "rebuilding database %s into %s\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3226
+#: rpmdb/rpmdb.c:3260
 #, c-format
 msgid "temporary database %s already exists\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3232
+#: rpmdb/rpmdb.c:3266
 #, c-format
 msgid "creating directory %s\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3234
+#: rpmdb/rpmdb.c:3268
 #, c-format
 msgid "creating directory %s: %s\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3241
+#: rpmdb/rpmdb.c:3275
 #, c-format
 msgid "opening old database with dbapi %d\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3252
+#: rpmdb/rpmdb.c:3286
 #, c-format
 msgid "opening new database with dbapi %d\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3316
+#: rpmdb/rpmdb.c:3350
 #, c-format
 msgid "cannot add record originally at %u\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3334
+#: rpmdb/rpmdb.c:3368
 msgid "failed to rebuild database: original database remains in place\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3342
+#: rpmdb/rpmdb.c:3376
 msgid "failed to replace old database with new database!\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3344
+#: rpmdb/rpmdb.c:3378
 #, c-format
 msgid "replace files in %s with files from %s to recover"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3354
+#: rpmdb/rpmdb.c:3388
 #, c-format
 msgid "removing directory %s\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3356
+#: rpmdb/rpmdb.c:3390
 #, c-format
 msgid "failed to remove directory %s: %s\n"
 msgstr ""
index 2d6a397..3bd4918 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-20 18:27-0400\n"
+"POT-Creation-Date: 2001-10-21 17:21-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"
@@ -704,15 +704,15 @@ msgstr ""
 msgid "bin/src package (prep, compile, install, package)"
 msgstr ""
 
-#: lib/poptBT.c:222 rpm.c:523
+#: lib/poptBT.c:220 rpm.c:523
 msgid "skip straight to specified stage (only for c,i)"
 msgstr ""
 
-#: lib/poptBT.c:201 rpm.c:525
+#: lib/poptBT.c:199 rpm.c:525
 msgid "remove build tree when done"
 msgstr ""
 
-#: lib/poptBT.c:218 rpm.c:527
+#: lib/poptBT.c:216 rpm.c:527
 msgid "remove sources when done"
 msgstr ""
 
@@ -720,7 +720,7 @@ msgstr ""
 msgid "remove spec file when done"
 msgstr ""
 
-#: lib/poptBT.c:224 rpm.c:531
+#: lib/poptBT.c:222 rpm.c:531
 msgid "generate PGP/GPG signature"
 msgstr ""
 
@@ -810,7 +810,7 @@ msgstr ""
 msgid "rebuild database from existing database"
 msgstr ""
 
-#: rpm.c:565 rpmdb/poptDB.c:27
+#: rpm.c:565 rpmdb/poptDB.c:24
 msgid "verify database files"
 msgstr ""
 
@@ -1225,7 +1225,7 @@ msgstr ""
 msgid "no tar files given for build"
 msgstr ""
 
-#: build/build.c:125 build/pack.c:471
+#: build/build.c:125 build/pack.c:466
 msgid "Unable to open temp file.\n"
 msgstr ""
 
@@ -1300,181 +1300,181 @@ msgstr ""
 msgid "syntax error in expression\n"
 msgstr ""
 
-#: build/files.c:274
+#: build/files.c:270
 #, c-format
 msgid "TIMECHECK failure: %s\n"
 msgstr ""
 
-#: build/files.c:333 build/files.c:525 build/files.c:708
+#: build/files.c:329 build/files.c:521 build/files.c:704
 #, c-format
 msgid "Missing '(' in %s %s\n"
 msgstr ""
 
-#: build/files.c:344 build/files.c:650 build/files.c:719
+#: build/files.c:340 build/files.c:646 build/files.c:715
 #, c-format
 msgid "Missing ')' in %s(%s\n"
 msgstr ""
 
-#: build/files.c:382 build/files.c:675
+#: build/files.c:378 build/files.c:671
 #, c-format
 msgid "Invalid %s token: %s\n"
 msgstr ""
 
-#: build/files.c:488
+#: build/files.c:484
 #, c-format
 msgid "Missing %s in %s %s\n"
 msgstr ""
 
-#: build/files.c:541
+#: build/files.c:537
 #, c-format
 msgid "Non-white space follows %s(): %s\n"
 msgstr ""
 
-#: build/files.c:579
+#: build/files.c:575
 #, c-format
 msgid "Bad syntax: %s(%s)\n"
 msgstr ""
 
-#: build/files.c:589
+#: build/files.c:585
 #, c-format
 msgid "Bad mode spec: %s(%s)\n"
 msgstr ""
 
-#: build/files.c:601
+#: build/files.c:597
 #, c-format
 msgid "Bad dirmode spec: %s(%s)\n"
 msgstr ""
 
-#: build/files.c:746
+#: build/files.c:742
 #, c-format
 msgid "Unusual locale length: \"%.*s\" in %%lang(%s)\n"
 msgstr ""
 
 #. @innercontinue@
-#: build/files.c:757
+#: build/files.c:753
 #, c-format
 msgid "Duplicate locale %.*s in %%lang(%s)\n"
 msgstr ""
 
-#: build/files.c:908
+#: build/files.c:904
 #, c-format
 msgid "Hit limit for %%docdir\n"
 msgstr ""
 
-#: build/files.c:914
+#: build/files.c:910
 #, c-format
 msgid "Only one arg for %%docdir\n"
 msgstr ""
 
 #. We already got a file -- error
-#: build/files.c:942
+#: build/files.c:938
 #, c-format
 msgid "Two files on one line: %s\n"
 msgstr ""
 
-#: build/files.c:957
+#: build/files.c:953
 #, c-format
 msgid "File must begin with \"/\": %s\n"
 msgstr ""
 
-#: build/files.c:970
+#: build/files.c:966
 #, 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:1147
+#: build/files.c:1143
 #, c-format
 msgid "File listed twice: %s\n"
 msgstr ""
 
-#: build/files.c:1282
+#: build/files.c:1278
 #, c-format
 msgid "Symlink points to BuildRoot: %s -> %s\n"
 msgstr ""
 
-#: build/files.c:1488
+#: build/files.c:1484
 #, c-format
 msgid "File doesn't match prefix (%s): %s\n"
 msgstr ""
 
-#: build/files.c:1512
+#: build/files.c:1508
 #, c-format
 msgid "File not found: %s\n"
 msgstr ""
 
-#: build/files.c:1555 build/files.c:2167 build/parsePrep.c:50
+#: build/files.c:1551 build/files.c:2163 build/parsePrep.c:50
 #, c-format
 msgid "Bad owner/group: %s\n"
 msgstr ""
 
-#: build/files.c:1567
+#: build/files.c:1563
 #, c-format
 msgid "File %4d: %07o %s.%s\t %s\n"
 msgstr ""
 
-#: build/files.c:1671
+#: build/files.c:1667
 #, c-format
 msgid "File needs leading \"/\": %s\n"
 msgstr ""
 
-#: build/files.c:1694
+#: build/files.c:1690
 #, c-format
 msgid "Glob not permitted: %s\n"
 msgstr ""
 
-#: build/files.c:1709
+#: build/files.c:1705
 #, c-format
 msgid "File not found by glob: %s\n"
 msgstr ""
 
-#: build/files.c:1771
+#: build/files.c:1767
 #, c-format
 msgid "Could not open %%files file %s: %s\n"
 msgstr ""
 
-#: build/files.c:1782 build/pack.c:150
+#: build/files.c:1778 build/pack.c:145
 #, c-format
 msgid "line: %s\n"
 msgstr ""
 
-#: build/files.c:2155
+#: build/files.c:2151
 #, c-format
 msgid "Bad file: %s: %s\n"
 msgstr ""
 
 #. XXX this error message is probably not seen.
-#: build/files.c:2229
+#: build/files.c:2225
 #, c-format
 msgid "Couldn't exec %s: %s\n"
 msgstr ""
 
-#: build/files.c:2234
+#: build/files.c:2230
 #, c-format
 msgid "Couldn't fork %s: %s\n"
 msgstr ""
 
-#: build/files.c:2318
+#: build/files.c:2314
 #, c-format
 msgid "%s failed\n"
 msgstr ""
 
-#: build/files.c:2322
+#: build/files.c:2318
 #, c-format
 msgid "failed to write all data to %s\n"
 msgstr ""
 
-#: build/files.c:2458
+#: build/files.c:2454
 #, c-format
 msgid "Finding  %s: (using %s)...\n"
 msgstr ""
 
-#: build/files.c:2484 build/files.c:2498
+#: build/files.c:2480 build/files.c:2494
 #, c-format
 msgid "Failed to find %s:\n"
 msgstr ""
 
-#: build/files.c:2619
+#: build/files.c:2615
 #, c-format
 msgid "Processing files: %s-%s-%s\n"
 msgstr ""
@@ -1508,152 +1508,152 @@ msgstr ""
 msgid "Could not canonicalize hostname: %s\n"
 msgstr ""
 
-#: build/pack.c:83
+#: build/pack.c:78
 #, c-format
 msgid "create archive failed on file %s: %s\n"
 msgstr ""
 
-#: build/pack.c:86
+#: build/pack.c:81
 #, c-format
 msgid "create archive failed: %s\n"
 msgstr ""
 
-#: build/pack.c:108
+#: build/pack.c:103
 #, c-format
 msgid "cpio_copy write failed: %s\n"
 msgstr ""
 
-#: build/pack.c:115
+#: build/pack.c:110
 #, c-format
 msgid "cpio_copy read failed: %s\n"
 msgstr ""
 
-#: build/pack.c:218
+#: build/pack.c:213
 #, c-format
 msgid "Could not open PreIn file: %s\n"
 msgstr ""
 
-#: build/pack.c:225
+#: build/pack.c:220
 #, c-format
 msgid "Could not open PreUn file: %s\n"
 msgstr ""
 
-#: build/pack.c:232
+#: build/pack.c:227
 #, c-format
 msgid "Could not open PostIn file: %s\n"
 msgstr ""
 
-#: build/pack.c:239
+#: build/pack.c:234
 #, c-format
 msgid "Could not open PostUn file: %s\n"
 msgstr ""
 
-#: build/pack.c:247
+#: build/pack.c:242
 #, c-format
 msgid "Could not open VerifyScript file: %s\n"
 msgstr ""
 
-#: build/pack.c:262
+#: build/pack.c:257
 #, c-format
 msgid "Could not open Trigger script file: %s\n"
 msgstr ""
 
-#: build/pack.c:290
+#: build/pack.c:285
 #, c-format
 msgid "readRPM: open %s: %s\n"
 msgstr ""
 
-#: build/pack.c:300
+#: build/pack.c:295
 #, c-format
 msgid "readRPM: read %s: %s\n"
 msgstr ""
 
-#: build/pack.c:309 build/pack.c:513
+#: build/pack.c:304 build/pack.c:508
 #, c-format
 msgid "%s: Fseek failed: %s\n"
 msgstr ""
 
-#: build/pack.c:325
+#: build/pack.c:320
 #, c-format
 msgid "readRPM: %s is not an RPM package\n"
 msgstr ""
 
-#: build/pack.c:334
+#: build/pack.c:329
 #, c-format
 msgid "readRPM: reading header from %s\n"
 msgstr ""
 
-#: build/pack.c:459
+#: build/pack.c:454
 msgid "Unable to create immutable header region.\n"
 msgstr ""
 
-#: build/pack.c:477
+#: build/pack.c:472
 msgid "Unable to write temp header\n"
 msgstr ""
 
-#: build/pack.c:485
+#: build/pack.c:480
 msgid "Bad CSA data\n"
 msgstr ""
 
-#: build/pack.c:520
+#: build/pack.c:515
 msgid "Unable to write final header\n"
 msgstr ""
 
-#: build/pack.c:538
+#: build/pack.c:533
 #, c-format
 msgid "Generating signature: %d\n"
 msgstr ""
 
-#: build/pack.c:551
+#: build/pack.c:546
 msgid "Unable to reload signature header.\n"
 msgstr ""
 
-#: build/pack.c:559
+#: build/pack.c:554
 #, c-format
 msgid "Could not open %s: %s\n"
 msgstr ""
 
-#: build/pack.c:595 lib/psm.c:2147
+#: build/pack.c:590 lib/psm.c:2149
 #, c-format
 msgid "Unable to write package: %s\n"
 msgstr ""
 
-#: build/pack.c:610
+#: build/pack.c:605
 #, c-format
 msgid "Unable to open sigtarget %s: %s\n"
 msgstr ""
 
-#: build/pack.c:620
+#: build/pack.c:615
 #, c-format
 msgid "Unable to read header from %s: %s\n"
 msgstr ""
 
-#: build/pack.c:634
+#: build/pack.c:629
 #, c-format
 msgid "Unable to write header to %s: %s\n"
 msgstr ""
 
-#: build/pack.c:644
+#: build/pack.c:639
 #, c-format
 msgid "Unable to read payload from %s: %s\n"
 msgstr ""
 
-#: build/pack.c:650
+#: build/pack.c:645
 #, c-format
 msgid "Unable to write payload to %s: %s\n"
 msgstr ""
 
-#: build/pack.c:675 lib/psm.c:2413
+#: build/pack.c:670 lib/psm.c:2415
 #, c-format
 msgid "Wrote: %s\n"
 msgstr ""
 
-#: build/pack.c:742
+#: build/pack.c:737
 #, c-format
 msgid "Could not generate output filename for package %s: %s\n"
 msgstr ""
 
-#: build/pack.c:759
+#: build/pack.c:754
 #, c-format
 msgid "cannot create %s: %s\n"
 msgstr ""
@@ -2060,72 +2060,72 @@ msgid " failed - "
 msgstr ""
 
 #. XXX legacy epoch-less requires/conflicts compatibility
-#: lib/depends.c:582
+#: lib/depends.c:559
 #, c-format
 msgid ""
 "the \"B\" dependency needs an epoch (assuming same as \"A\")\n"
 "\tA %s\tB %s\n"
 msgstr ""
 
-#: lib/depends.c:611
+#: lib/depends.c:588
 #, c-format
 msgid "  %s    A %s\tB %s\n"
 msgstr ""
 
-#: lib/depends.c:612 lib/depends.c:1248 lib/depends.c:1381
+#: lib/depends.c:589 lib/depends.c:1225 lib/depends.c:1358
 msgid "YES"
 msgstr ""
 
-#: lib/depends.c:612 lib/depends.c:1248 lib/depends.c:1381
+#: lib/depends.c:589 lib/depends.c:1225 lib/depends.c:1358
 msgid "NO "
 msgstr ""
 
-#: lib/depends.c:1042
+#: lib/depends.c:1019
 #, c-format
 msgid "%s: %-45s YES (added files)\n"
 msgstr ""
 
-#: lib/depends.c:1153
+#: lib/depends.c:1130
 #, c-format
 msgid "%s: %-45s YES (added provide)\n"
 msgstr ""
 
-#: lib/depends.c:1247
+#: lib/depends.c:1224
 #, c-format
 msgid "%s: %-45s %-s (cached)\n"
 msgstr ""
 
-#: lib/depends.c:1276
+#: lib/depends.c:1253
 #, c-format
 msgid "%s: %-45s YES (rpmrc provides)\n"
 msgstr ""
 
-#: lib/depends.c:1293
+#: lib/depends.c:1270
 #, c-format
 msgid "%s: %-45s YES (rpmlib provides)\n"
 msgstr ""
 
-#: lib/depends.c:1317
+#: lib/depends.c:1294
 #, c-format
 msgid "%s: %-45s YES (db files)\n"
 msgstr ""
 
-#: lib/depends.c:1330
+#: lib/depends.c:1307
 #, c-format
 msgid "%s: %-45s YES (db provides)\n"
 msgstr ""
 
-#: lib/depends.c:1344
+#: lib/depends.c:1321
 #, c-format
 msgid "%s: %-45s YES (db package)\n"
 msgstr ""
 
-#: lib/depends.c:1360
+#: lib/depends.c:1337
 #, c-format
 msgid "%s: %-45s NO\n"
 msgstr ""
 
-#: lib/depends.c:1381
+#: lib/depends.c:1358
 #, c-format
 msgid "%s: (%s, %s) added to Depends cache.\n"
 msgstr ""
@@ -2133,42 +2133,42 @@ msgstr ""
 #. requirements are satisfied.
 #. @switchbreak@
 #. requirements are not satisfied.
-#: lib/depends.c:1454
+#: lib/depends.c:1431
 #, c-format
 msgid "package %s-%s-%s require not satisfied: %s\n"
 msgstr ""
 
 #. conflicts exist.
-#: lib/depends.c:1533
+#: lib/depends.c:1510
 #, c-format
 msgid "package %s conflicts: %s\n"
 msgstr ""
 
-#: lib/depends.c:1786
+#: lib/depends.c:1763
 #, c-format
 msgid "removing %s-%s-%s \"%s\" from tsort relations.\n"
 msgstr ""
 
 #. Record all relations.
-#: lib/depends.c:1936
+#: lib/depends.c:1913
 msgid "========== recording tsort relations\n"
 msgstr ""
 
 #. T4. Scan for zeroes.
-#: lib/depends.c:1996
+#: lib/depends.c:1973
 msgid ""
 "========== tsorting packages (order, #predecessors, #succesors, depth)\n"
 msgstr ""
 
-#: lib/depends.c:2046
+#: lib/depends.c:2023
 msgid "========== successors only (presentation order)\n"
 msgstr ""
 
-#: lib/depends.c:2099
+#: lib/depends.c:2076
 msgid "LOOP:\n"
 msgstr ""
 
-#: lib/depends.c:2129
+#: lib/depends.c:2106
 msgid "========== continuing tsort ...\n"
 msgstr ""
 
@@ -2261,7 +2261,7 @@ msgid "dataLength() RPM_STRING_TYPE count must be 1.\n"
 msgstr ""
 
 #. @-modfilesys@
-#: lib/header.c:351 lib/header_internal.c:161 lib/psm.c:971
+#: lib/header.c:351 lib/header_internal.c:161 lib/psm.c:973
 #, c-format
 msgid "Data type %d not supported\n"
 msgstr ""
@@ -2341,149 +2341,149 @@ msgstr ""
 msgid "(unknown type)"
 msgstr ""
 
-#: lib/misc.c:241 lib/misc.c:246 lib/misc.c:252
+#: lib/misc.c:243 lib/misc.c:248 lib/misc.c:254
 #, c-format
 msgid "error creating temporary file %s\n"
 msgstr ""
 
-#: lib/package.c:162
+#: lib/package.c:163
 msgid "packaging version 1 is not supported by this version of RPM\n"
 msgstr ""
 
-#: lib/package.c:228
+#: lib/package.c:229
 msgid ""
 "only packaging with major numbers <= 4 is supported by this version of RPM\n"
 msgstr ""
 
-#: lib/poptBT.c:118
+#: lib/poptBT.c:116
 #, c-format
 msgid "buildroot already specified, ignoring %s\n"
 msgstr ""
 
-#: lib/poptBT.c:148
+#: lib/poptBT.c:146
 #, c-format
 msgid "build through %prep (unpack sources and apply patches) from <specfile>"
 msgstr ""
 
-#: lib/poptBT.c:149 lib/poptBT.c:152 lib/poptBT.c:155 lib/poptBT.c:158
-#: lib/poptBT.c:161 lib/poptBT.c:164 lib/poptBT.c:167
+#: lib/poptBT.c:147 lib/poptBT.c:150 lib/poptBT.c:153 lib/poptBT.c:156
+#: lib/poptBT.c:159 lib/poptBT.c:162 lib/poptBT.c:165
 msgid "<specfile>"
 msgstr ""
 
-#: lib/poptBT.c:151
+#: lib/poptBT.c:149
 msgid "build through %build (%prep, then compile) from <specfile>"
 msgstr ""
 
-#: lib/poptBT.c:154
+#: lib/poptBT.c:152
 msgid "build through %install (%prep, %build, then install) from <specfile>"
 msgstr ""
 
-#: lib/poptBT.c:157
+#: lib/poptBT.c:155
 #, c-format
 msgid "verify %files section from <specfile>"
 msgstr ""
 
-#: lib/poptBT.c:160
+#: lib/poptBT.c:158
 msgid "build source and binary packages from <specfile>"
 msgstr ""
 
-#: lib/poptBT.c:163
+#: lib/poptBT.c:161
 msgid "build binary package only from <specfile>"
 msgstr ""
 
-#: lib/poptBT.c:166
+#: lib/poptBT.c:164
 msgid "build source package only from <specfile>"
 msgstr ""
 
-#: lib/poptBT.c:170
+#: lib/poptBT.c:168
 #, c-format
 msgid "build through %prep (unpack sources and apply patches) from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:171 lib/poptBT.c:174 lib/poptBT.c:177 lib/poptBT.c:180
-#: lib/poptBT.c:183 lib/poptBT.c:186 lib/poptBT.c:189
+#: lib/poptBT.c:169 lib/poptBT.c:172 lib/poptBT.c:175 lib/poptBT.c:178
+#: lib/poptBT.c:181 lib/poptBT.c:184 lib/poptBT.c:187
 msgid "<tarball>"
 msgstr ""
 
-#: lib/poptBT.c:173
+#: lib/poptBT.c:171
 msgid "build through %build (%prep, then compile) from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:176
+#: lib/poptBT.c:174
 msgid "build through %install (%prep, %build, then install) from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:179
+#: lib/poptBT.c:177
 #, c-format
 msgid "verify %files section from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:182
+#: lib/poptBT.c:180
 msgid "build source and binary packages from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:185
+#: lib/poptBT.c:183
 msgid "build binary package only from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:188
+#: lib/poptBT.c:186
 msgid "build source package only from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:192
+#: lib/poptBT.c:190
 msgid "build binary package from <source package>"
 msgstr ""
 
-#: lib/poptBT.c:193 lib/poptBT.c:196
+#: lib/poptBT.c:191 lib/poptBT.c:194
 msgid "<source package>"
 msgstr ""
 
-#: lib/poptBT.c:195
+#: lib/poptBT.c:193
 msgid ""
 "build through %install (%prep, %build, then install) from <source package>"
 msgstr ""
 
-#: lib/poptBT.c:199
+#: lib/poptBT.c:197
 msgid "override build root"
 msgstr ""
 
-#: lib/poptBT.c:203 rpmdb/poptDB.c:32
+#: lib/poptBT.c:201 rpmdb/poptDB.c:29
 msgid "generate headers compatible with rpm4 packaging"
 msgstr ""
 
-#: lib/poptBT.c:205
+#: lib/poptBT.c:203
 msgid "ignore ExcludeArch: directives from spec file"
 msgstr ""
 
-#: lib/poptBT.c:207
+#: lib/poptBT.c:205
 msgid "debug file state machine"
 msgstr ""
 
-#: lib/poptBT.c:209
+#: lib/poptBT.c:207
 msgid "do not execute any stages of the build"
 msgstr ""
 
-#: lib/poptBT.c:211
+#: lib/poptBT.c:209
 msgid "do not verify build dependencies"
 msgstr ""
 
-#: lib/poptBT.c:213
+#: lib/poptBT.c:211
 msgid "generate package header(s) compatible with (legacy) rpm[23] packaging"
 msgstr ""
 
-#: lib/poptBT.c:216
+#: lib/poptBT.c:214
 msgid "do not accept i18N msgstr's from specfile"
 msgstr ""
 
-#: lib/poptBT.c:220
+#: lib/poptBT.c:218
 msgid "remove specfile when done"
 msgstr ""
 
-#: lib/poptBT.c:226
+#: lib/poptBT.c:224
 msgid "override target platform"
 msgstr ""
 
-#: lib/poptBT.c:228
+#: lib/poptBT.c:226
 msgid "lookup i18N strings in specfile catalog"
 msgstr ""
 
@@ -2799,108 +2799,108 @@ msgstr ""
 msgid "unknown error %d encountered while manipulating package %s"
 msgstr ""
 
-#: lib/psm.c:313
+#: lib/psm.c:315
 msgid "========== relocations\n"
 msgstr ""
 
-#: lib/psm.c:317
+#: lib/psm.c:319
 #, c-format
 msgid "%5d exclude  %s\n"
 msgstr ""
 
-#: lib/psm.c:320
+#: lib/psm.c:322
 #, c-format
 msgid "%5d relocate %s -> %s\n"
 msgstr ""
 
-#: lib/psm.c:390
+#: lib/psm.c:392
 #, c-format
 msgid "excluding multilib path %s%s\n"
 msgstr ""
 
-#: lib/psm.c:456
+#: lib/psm.c:458
 #, c-format
 msgid "excluding %s %s\n"
 msgstr ""
 
-#: lib/psm.c:466
+#: lib/psm.c:468
 #, c-format
 msgid "relocating %s to %s\n"
 msgstr ""
 
-#: lib/psm.c:545
+#: lib/psm.c:547
 #, c-format
 msgid "relocating directory %s to %s\n"
 msgstr ""
 
-#: lib/psm.c:1168
+#: lib/psm.c:1170
 #, c-format
 msgid "cannot create %%%s %s\n"
 msgstr ""
 
-#: lib/psm.c:1174
+#: lib/psm.c:1176
 #, c-format
 msgid "cannot write to %%%s %s\n"
 msgstr ""
 
-#: lib/psm.c:1212
+#: lib/psm.c:1214
 msgid "source package expected, binary found\n"
 msgstr ""
 
-#: lib/psm.c:1323
+#: lib/psm.c:1325
 msgid "source package contains no .spec file\n"
 msgstr ""
 
-#: lib/psm.c:1430
+#: lib/psm.c:1432
 #, c-format
 msgid "%s: running %s scriptlet\n"
 msgstr ""
 
-#: lib/psm.c:1598
+#: lib/psm.c:1600
 #, c-format
 msgid "execution of %s scriptlet from %s-%s-%s failed, waitpid returned %s\n"
 msgstr ""
 
-#: lib/psm.c:1605
+#: lib/psm.c:1607
 #, c-format
 msgid "execution of %s scriptlet from %s-%s-%s failed, exit status %d\n"
 msgstr ""
 
-#: lib/psm.c:1952
+#: lib/psm.c:1954
 #, c-format
 msgid "%s: %s-%s-%s has %d files, test = %d\n"
 msgstr ""
 
-#: lib/psm.c:2069
+#: lib/psm.c:2071
 #, c-format
 msgid "%s: %s scriptlet failed (%d), skipping %s-%s-%s\n"
 msgstr ""
 
-#: lib/psm.c:2184
+#: lib/psm.c:2186
 #, c-format
 msgid "user %s does not exist - using root\n"
 msgstr ""
 
-#: lib/psm.c:2193
+#: lib/psm.c:2195
 #, c-format
 msgid "group %s does not exist - using root\n"
 msgstr ""
 
-#: lib/psm.c:2234
+#: lib/psm.c:2236
 #, c-format
 msgid "unpacking of archive failed%s%s: %s\n"
 msgstr ""
 
-#: lib/psm.c:2235
+#: lib/psm.c:2237
 msgid " on file "
 msgstr ""
 
-#: lib/psm.c:2421
+#: lib/psm.c:2423
 #, c-format
 msgid "%s failed on file %s: %s\n"
 msgstr ""
 
-#: lib/psm.c:2424
+#: lib/psm.c:2426
 #, c-format
 msgid "%s failed: %s\n"
 msgstr ""
@@ -3302,206 +3302,206 @@ msgstr ""
 msgid "Unable to open %s for reading: %s.\n"
 msgstr ""
 
-#: lib/signature.c:114
+#: lib/signature.c:115
 msgid "file is not regular -- skipping size check\n"
 msgstr ""
 
-#: lib/signature.c:123
+#: lib/signature.c:124
 #, c-format
 msgid "Expected size: %12d = lead(%d)+sigs(%d)+pad(%d)+data(%d)\n"
 msgstr ""
 
-#: lib/signature.c:128
+#: lib/signature.c:129
 #, c-format
 msgid "  Actual size: %12d\n"
 msgstr ""
 
-#: lib/signature.c:148
+#: lib/signature.c:149
 msgid "No signature\n"
 msgstr ""
 
-#: lib/signature.c:152
+#: lib/signature.c:153
 msgid "Old PGP signature\n"
 msgstr ""
 
-#: lib/signature.c:165
+#: lib/signature.c:166
 msgid "Old (internal-only) signature!  How did you get that!?\n"
 msgstr ""
 
-#: lib/signature.c:221
+#: lib/signature.c:222
 #, c-format
 msgid "Signature: size(%d)+pad(%d)\n"
 msgstr ""
 
-#: lib/signature.c:284
+#: lib/signature.c:285
 #, c-format
 msgid "Couldn't exec pgp (%s)\n"
 msgstr ""
 
-#: lib/signature.c:297
+#: lib/signature.c:298
 msgid "pgp failed\n"
 msgstr ""
 
 #. PGP failed to write signature
 #. Just in case
-#: lib/signature.c:304
+#: lib/signature.c:305
 msgid "pgp failed to write signature\n"
 msgstr ""
 
-#: lib/signature.c:309
+#: lib/signature.c:310
 #, c-format
 msgid "PGP sig size: %d\n"
 msgstr ""
 
-#: lib/signature.c:324 lib/signature.c:411
+#: lib/signature.c:325 lib/signature.c:412
 msgid "unable to read the signature\n"
 msgstr ""
 
-#: lib/signature.c:329
+#: lib/signature.c:330
 #, c-format
 msgid "Got %d bytes of PGP sig\n"
 msgstr ""
 
-#: lib/signature.c:371 lib/signature.c:501
+#: lib/signature.c:372 lib/signature.c:502
 msgid "Couldn't exec gpg\n"
 msgstr ""
 
-#: lib/signature.c:384
+#: lib/signature.c:385
 msgid "gpg failed\n"
 msgstr ""
 
 #. GPG failed to write signature
 #. Just in case
-#: lib/signature.c:391
+#: lib/signature.c:392
 msgid "gpg failed to write signature\n"
 msgstr ""
 
-#: lib/signature.c:396
+#: lib/signature.c:397
 #, c-format
 msgid "GPG sig size: %d\n"
 msgstr ""
 
-#: lib/signature.c:416
+#: lib/signature.c:417
 #, c-format
 msgid "Got %d bytes of GPG sig\n"
 msgstr ""
 
-#: lib/signature.c:444
+#: lib/signature.c:445
 msgid "Generating signature using PGP.\n"
 msgstr ""
 
-#: lib/signature.c:450
+#: lib/signature.c:451
 msgid "Generating signature using GPG.\n"
 msgstr ""
 
-#: lib/signature.c:530
+#: lib/signature.c:531
 msgid "Couldn't exec pgp\n"
 msgstr ""
 
 #. @notreached@
 #. This case should have been screened out long ago.
-#: lib/signature.c:534 lib/signature.c:587
+#: lib/signature.c:535 lib/signature.c:588
 #, c-format
 msgid "Invalid %%_signature spec in macro file\n"
 msgstr ""
 
-#: lib/signature.c:567
+#: lib/signature.c:568
 #, c-format
 msgid "You must set \"%%_gpg_name\" in your macro file\n"
 msgstr ""
 
-#: lib/signature.c:579
+#: lib/signature.c:580
 #, c-format
 msgid "You must set \"%%_pgp_name\" in your macro file\n"
 msgstr ""
 
-#: lib/transaction.c:308
+#: lib/transaction.c:309
 #, c-format
 msgid "%s skipped due to missingok flag\n"
 msgstr ""
 
 #. @innercontinue@
-#: lib/transaction.c:936
+#: lib/transaction.c:937
 #, c-format
 msgid "excluding directory %s\n"
 msgstr ""
 
-#: lib/verify.c:240
+#: lib/verify.c:242
 msgid "package lacks both user name and id lists (this should never happen)\n"
 msgstr ""
 
-#: lib/verify.c:261
+#: lib/verify.c:263
 msgid "package lacks both group name and id lists (this should never happen)\n"
 msgstr ""
 
-#: lib/verify.c:398
+#: lib/verify.c:400
 #, c-format
 msgid "missing    %s"
 msgstr ""
 
-#: lib/verify.c:495
+#: lib/verify.c:497
 #, 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:101 rpmdb/db3.c:100
+#: rpmdb/db1.c:100 rpmdb/db3.c:100
 #, c-format
 msgid "db%d error(%d) from %s: %s\n"
 msgstr ""
 
-#: rpmdb/db1.c:104 rpmdb/db3.c:103
+#: rpmdb/db1.c:103 rpmdb/db3.c:103
 #, c-format
 msgid "db%d error(%d): %s\n"
 msgstr ""
 
-#: rpmdb/db1.c:171
+#: rpmdb/db1.c:170
 #, c-format
 msgid ""
 "Broken package chain at offset %d(0x%08x), attempting to reconnect ...\n"
 msgstr ""
 
-#: rpmdb/db1.c:183
+#: rpmdb/db1.c:182
 #, c-format
 msgid "Reconnecting broken chain at offset %d(0x%08x).\n"
 msgstr ""
 
 #. @=branchstate@
-#: rpmdb/db1.c:509
+#: rpmdb/db1.c:508
 #, c-format
 msgid "closed  db file        %s\n"
 msgstr ""
 
-#: rpmdb/db1.c:512
+#: rpmdb/db1.c:511
 #, c-format
 msgid "removed db file        %s\n"
 msgstr ""
 
-#: rpmdb/db1.c:547
+#: rpmdb/db1.c:546
 #, c-format
 msgid "bad db file %s\n"
 msgstr ""
 
-#: rpmdb/db1.c:552
+#: rpmdb/db1.c:551
 #, c-format
 msgid "opening db file        %s mode 0x%x\n"
 msgstr ""
 
 #. XXX check errno validity
-#: rpmdb/db1.c:575
+#: rpmdb/db1.c:574
 #, c-format
 msgid "cannot get %s lock on database\n"
 msgstr ""
 
-#: rpmdb/db1.c:576 rpmdb/db3.c:1213
+#: rpmdb/db1.c:575 rpmdb/db3.c:1213
 msgid "exclusive"
 msgstr ""
 
-#: rpmdb/db1.c:576 rpmdb/db3.c:1213
+#: rpmdb/db1.c:575 rpmdb/db3.c:1213
 msgid "shared"
 msgstr ""
 
@@ -3575,168 +3575,168 @@ msgid ""
 "if \"rpm --rebuilddb\" fails to correct the problem.\n"
 msgstr ""
 
-#: rpmdb/poptDB.c:22
+#: rpmdb/poptDB.c:19
 msgid "initialize database"
 msgstr ""
 
-#: rpmdb/poptDB.c:24
+#: rpmdb/poptDB.c:21
 msgid "rebuild database inverted lists from installed package headers"
 msgstr ""
 
-#: rpmdb/poptDB.c:29
+#: rpmdb/poptDB.c:26
 msgid "generate headers compatible with (legacy) rpm[23] packaging"
 msgstr ""
 
 #. @-modfilesys@
-#: rpmdb/rpmdb.c:130
+#: rpmdb/rpmdb.c:126
 #, c-format
 msgid "dbiTagsInit: unrecognized tag name: \"%s\" ignored\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:384
+#: rpmdb/rpmdb.c:380
 #, c-format
 msgid "cannot open %s index using db%d - %s (%d)\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:406
+#: rpmdb/rpmdb.c:402
 #, c-format
 msgid "cannot open %s index\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:498
+#: rpmdb/rpmdb.c:494
 #, c-format
 msgid "error(%d) getting \"%s\" records from %s index\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:629
+#: rpmdb/rpmdb.c:625
 #, c-format
 msgid "error(%d) storing record %s into %s\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:639
+#: rpmdb/rpmdb.c:635
 #, c-format
 msgid "error(%d) removing record %s from %s\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:893
+#: rpmdb/rpmdb.c:889
 msgid "no dbpath has been set\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:1032
+#: rpmdb/rpmdb.c:1028
 msgid ""
 "old format database is present; use --rebuilddb to generate a new format "
 "database\n"
 msgstr ""
 
 #. error
-#: rpmdb/rpmdb.c:1277
+#: rpmdb/rpmdb.c:1273
 #, c-format
 msgid "error(%d) counting packages\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2061 rpmdb/rpmdb.c:3276
+#: rpmdb/rpmdb.c:2057 rpmdb/rpmdb.c:3310
 #, c-format
 msgid "record number %u in database is bad -- skipping.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2114
+#: rpmdb/rpmdb.c:2110
 #, c-format
 msgid "rpmdb: damaged header instance #%u retrieved, skipping.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2384
+#: rpmdb/rpmdb.c:2380
 #, c-format
 msgid "%s: cannot read header at 0x%x\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2456
+#: rpmdb/rpmdb.c:2452
 #, c-format
 msgid "removing \"%s\" from %s index.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2465
+#: rpmdb/rpmdb.c:2461
 #, c-format
 msgid "removing %d entries from %s index.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2666
+#: rpmdb/rpmdb.c:2662
 #, c-format
 msgid "error(%d) allocating new package instance\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2747
+#: rpmdb/rpmdb.c:2743
 #, c-format
 msgid "adding \"%s\" to %s index.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2758
+#: rpmdb/rpmdb.c:2754
 #, c-format
 msgid "adding %d entries to %s index.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3162
+#: rpmdb/rpmdb.c:3196
 #, c-format
 msgid "removing %s after successful db3 rebuild.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3195
+#: rpmdb/rpmdb.c:3229
 msgid "no dbpath has been set"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3222
+#: rpmdb/rpmdb.c:3256
 #, c-format
 msgid "rebuilding database %s into %s\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3226
+#: rpmdb/rpmdb.c:3260
 #, c-format
 msgid "temporary database %s already exists\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3232
+#: rpmdb/rpmdb.c:3266
 #, c-format
 msgid "creating directory %s\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3234
+#: rpmdb/rpmdb.c:3268
 #, c-format
 msgid "creating directory %s: %s\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3241
+#: rpmdb/rpmdb.c:3275
 #, c-format
 msgid "opening old database with dbapi %d\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3252
+#: rpmdb/rpmdb.c:3286
 #, c-format
 msgid "opening new database with dbapi %d\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3316
+#: rpmdb/rpmdb.c:3350
 #, c-format
 msgid "cannot add record originally at %u\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3334
+#: rpmdb/rpmdb.c:3368
 msgid "failed to rebuild database: original database remains in place\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3342
+#: rpmdb/rpmdb.c:3376
 msgid "failed to replace old database with new database!\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3344
+#: rpmdb/rpmdb.c:3378
 #, c-format
 msgid "replace files in %s with files from %s to recover"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3354
+#: rpmdb/rpmdb.c:3388
 #, c-format
 msgid "removing directory %s\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3356
+#: rpmdb/rpmdb.c:3390
 #, c-format
 msgid "failed to remove directory %s: %s\n"
 msgstr ""
index 7638c88..d0bfdaf 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-20 18:27-0400\n"
+"POT-Creation-Date: 2001-10-21 17:21-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"
@@ -719,15 +719,15 @@ msgstr ""
 msgid "bin/src package (prep, compile, install, package)"
 msgstr ""
 
-#: lib/poptBT.c:222 rpm.c:523
+#: lib/poptBT.c:220 rpm.c:523
 msgid "skip straight to specified stage (only for c,i)"
 msgstr ""
 
-#: lib/poptBT.c:201 rpm.c:525
+#: lib/poptBT.c:199 rpm.c:525
 msgid "remove build tree when done"
 msgstr ""
 
-#: lib/poptBT.c:218 rpm.c:527
+#: lib/poptBT.c:216 rpm.c:527
 msgid "remove sources when done"
 msgstr ""
 
@@ -735,7 +735,7 @@ msgstr ""
 msgid "remove spec file when done"
 msgstr ""
 
-#: lib/poptBT.c:224 rpm.c:531
+#: lib/poptBT.c:222 rpm.c:531
 msgid "generate PGP/GPG signature"
 msgstr ""
 
@@ -825,7 +825,7 @@ msgstr ""
 msgid "rebuild database from existing database"
 msgstr ""
 
-#: rpm.c:565 rpmdb/poptDB.c:27
+#: rpm.c:565 rpmdb/poptDB.c:24
 msgid "verify database files"
 msgstr ""
 
@@ -1240,7 +1240,7 @@ msgstr ""
 msgid "no tar files given for build"
 msgstr ""
 
-#: build/build.c:125 build/pack.c:471
+#: build/build.c:125 build/pack.c:466
 msgid "Unable to open temp file.\n"
 msgstr "Get ekki opnað tempi skrá.\n"
 
@@ -1315,181 +1315,181 @@ msgstr ""
 msgid "syntax error in expression\n"
 msgstr ""
 
-#: build/files.c:274
+#: build/files.c:270
 #, c-format
 msgid "TIMECHECK failure: %s\n"
 msgstr ""
 
-#: build/files.c:333 build/files.c:525 build/files.c:708
+#: build/files.c:329 build/files.c:521 build/files.c:704
 #, c-format
 msgid "Missing '(' in %s %s\n"
 msgstr "vantar '(' í  %s %s\n"
 
-#: build/files.c:344 build/files.c:650 build/files.c:719
+#: build/files.c:340 build/files.c:646 build/files.c:715
 #, c-format
 msgid "Missing ')' in %s(%s\n"
 msgstr "vantar ')' í %s %s\n"
 
-#: build/files.c:382 build/files.c:675
+#: build/files.c:378 build/files.c:671
 #, c-format
 msgid "Invalid %s token: %s\n"
 msgstr "Ógilt %s tákn: %s\n"
 
-#: build/files.c:488
+#: build/files.c:484
 #, fuzzy, c-format
 msgid "Missing %s in %s %s\n"
 msgstr "vantar '(' í  %s %s\n"
 
-#: build/files.c:541
+#: build/files.c:537
 #, c-format
 msgid "Non-white space follows %s(): %s\n"
 msgstr ""
 
-#: build/files.c:579
+#: build/files.c:575
 #, c-format
 msgid "Bad syntax: %s(%s)\n"
 msgstr ""
 
-#: build/files.c:589
+#: build/files.c:585
 #, c-format
 msgid "Bad mode spec: %s(%s)\n"
 msgstr ""
 
-#: build/files.c:601
+#: build/files.c:597
 #, c-format
 msgid "Bad dirmode spec: %s(%s)\n"
 msgstr ""
 
-#: build/files.c:746
+#: build/files.c:742
 #, c-format
 msgid "Unusual locale length: \"%.*s\" in %%lang(%s)\n"
 msgstr ""
 
 #. @innercontinue@
-#: build/files.c:757
+#: build/files.c:753
 #, c-format
 msgid "Duplicate locale %.*s in %%lang(%s)\n"
 msgstr ""
 
-#: build/files.c:908
+#: build/files.c:904
 #, c-format
 msgid "Hit limit for %%docdir\n"
 msgstr ""
 
-#: build/files.c:914
+#: build/files.c:910
 #, c-format
 msgid "Only one arg for %%docdir\n"
 msgstr ""
 
 #. We already got a file -- error
-#: build/files.c:942
+#: build/files.c:938
 #, c-format
 msgid "Two files on one line: %s\n"
 msgstr "Tvær skrár á einni línu: %s\n"
 
-#: build/files.c:957
+#: build/files.c:953
 #, c-format
 msgid "File must begin with \"/\": %s\n"
 msgstr ""
 
-#: build/files.c:970
+#: build/files.c:966
 #, 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:1147
+#: build/files.c:1143
 #, c-format
 msgid "File listed twice: %s\n"
 msgstr "Skráin er tvítekin: %s\n"
 
-#: build/files.c:1282
+#: build/files.c:1278
 #, c-format
 msgid "Symlink points to BuildRoot: %s -> %s\n"
 msgstr ""
 
-#: build/files.c:1488
+#: build/files.c:1484
 #, c-format
 msgid "File doesn't match prefix (%s): %s\n"
 msgstr ""
 
-#: build/files.c:1512
+#: build/files.c:1508
 #, c-format
 msgid "File not found: %s\n"
 msgstr "Skráin fannst ekki: %s\n"
 
-#: build/files.c:1555 build/files.c:2167 build/parsePrep.c:50
+#: build/files.c:1551 build/files.c:2163 build/parsePrep.c:50
 #, c-format
 msgid "Bad owner/group: %s\n"
 msgstr ""
 
-#: build/files.c:1567
+#: build/files.c:1563
 #, c-format
 msgid "File %4d: %07o %s.%s\t %s\n"
 msgstr ""
 
-#: build/files.c:1671
+#: build/files.c:1667
 #, c-format
 msgid "File needs leading \"/\": %s\n"
 msgstr ""
 
-#: build/files.c:1694
+#: build/files.c:1690
 #, fuzzy, c-format
 msgid "Glob not permitted: %s\n"
 msgstr "Gat ekki opnað PreUn skrá: %s\n"
 
-#: build/files.c:1709
+#: build/files.c:1705
 #, c-format
 msgid "File not found by glob: %s\n"
 msgstr "Skráin fannst ekki með 'glob': %s\n"
 
-#: build/files.c:1771
+#: build/files.c:1767
 #, c-format
 msgid "Could not open %%files file %s: %s\n"
 msgstr "Gat ekki opnað %%files skrána %s: %s\n"
 
-#: build/files.c:1782 build/pack.c:150
+#: build/files.c:1778 build/pack.c:145
 #, c-format
 msgid "line: %s\n"
 msgstr "lína: %s\n"
 
-#: build/files.c:2155
+#: build/files.c:2151
 #, 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:2229
+#: build/files.c:2225
 #, c-format
 msgid "Couldn't exec %s: %s\n"
 msgstr "Gat ekki keyrt %s: %s\n"
 
-#: build/files.c:2234
+#: build/files.c:2230
 #, c-format
 msgid "Couldn't fork %s: %s\n"
 msgstr "Gat ekki búið til undirferli (fork) %s: %s\n"
 
-#: build/files.c:2318
+#: build/files.c:2314
 #, c-format
 msgid "%s failed\n"
 msgstr "%s brást\n"
 
-#: build/files.c:2322
+#: build/files.c:2318
 #, c-format
 msgid "failed to write all data to %s\n"
 msgstr "gat ekki ritað öll gögn í %s\n"
 
-#: build/files.c:2458
+#: build/files.c:2454
 #, c-format
 msgid "Finding  %s: (using %s)...\n"
 msgstr ""
 
-#: build/files.c:2484 build/files.c:2498
+#: build/files.c:2480 build/files.c:2494
 #, c-format
 msgid "Failed to find %s:\n"
 msgstr "gat ekki fundið %s:\n"
 
-#: build/files.c:2619
+#: build/files.c:2615
 #, c-format
 msgid "Processing files: %s-%s-%s\n"
 msgstr ""
@@ -1523,156 +1523,156 @@ msgstr ""
 msgid "Could not canonicalize hostname: %s\n"
 msgstr ""
 
-#: build/pack.c:83
+#: build/pack.c:78
 #, c-format
 msgid "create archive failed on file %s: %s\n"
 msgstr "safnskráarsmíð brást á skrá %s: %s\n"
 
-#: build/pack.c:86
+#: build/pack.c:81
 #, c-format
 msgid "create archive failed: %s\n"
 msgstr "safnskráarsmíð brást: %s\n"
 
-#: build/pack.c:108
+#: build/pack.c:103
 #, c-format
 msgid "cpio_copy write failed: %s\n"
 msgstr ""
 
-#: build/pack.c:115
+#: build/pack.c:110
 #, c-format
 msgid "cpio_copy read failed: %s\n"
 msgstr ""
 
-#: build/pack.c:218
+#: build/pack.c:213
 #, c-format
 msgid "Could not open PreIn file: %s\n"
 msgstr "Gat ekki opnað PreIn skrá: %s\n"
 
-#: build/pack.c:225
+#: build/pack.c:220
 #, c-format
 msgid "Could not open PreUn file: %s\n"
 msgstr "Gat ekki opnað PreUn skrá: %s\n"
 
-#: build/pack.c:232
+#: build/pack.c:227
 #, c-format
 msgid "Could not open PostIn file: %s\n"
 msgstr "Gat ekki opnað PostIn skrá: %s\n"
 
-#: build/pack.c:239
+#: build/pack.c:234
 #, c-format
 msgid "Could not open PostUn file: %s\n"
 msgstr "Gat ekki opnað PostUn skrá: %s\n"
 
-#: build/pack.c:247
+#: build/pack.c:242
 #, c-format
 msgid "Could not open VerifyScript file: %s\n"
 msgstr "Get ekki opnað VerifyScript skrá: %s\n"
 
-#: build/pack.c:262
+#: build/pack.c:257
 #, c-format
 msgid "Could not open Trigger script file: %s\n"
 msgstr ""
 
-#: build/pack.c:290
+#: build/pack.c:285
 #, c-format
 msgid "readRPM: open %s: %s\n"
 msgstr ""
 
-#: build/pack.c:300
+#: build/pack.c:295
 #, c-format
 msgid "readRPM: read %s: %s\n"
 msgstr ""
 
-#: build/pack.c:309 build/pack.c:513
+#: build/pack.c:304 build/pack.c:508
 #, c-format
 msgid "%s: Fseek failed: %s\n"
 msgstr "%s: Fseek brást: %s\n"
 
-#: build/pack.c:325
+#: build/pack.c:320
 #, c-format
 msgid "readRPM: %s is not an RPM package\n"
 msgstr ""
 
-#: build/pack.c:334
+#: build/pack.c:329
 #, c-format
 msgid "readRPM: reading header from %s\n"
 msgstr ""
 
-#: build/pack.c:459
+#: build/pack.c:454
 #, fuzzy
 msgid "Unable to create immutable header region.\n"
 msgstr "Get ekki lesið haus úr %s: %s\n"
 
-#: build/pack.c:477
+#: build/pack.c:472
 #, fuzzy
 msgid "Unable to write temp header\n"
 msgstr "Gat ekki ritað haus í %s: %s\n"
 
-#: build/pack.c:485
+#: build/pack.c:480
 msgid "Bad CSA data\n"
 msgstr ""
 
-#: build/pack.c:520
+#: build/pack.c:515
 #, fuzzy
 msgid "Unable to write final header\n"
 msgstr "Gat ekki ritað haus í %s: %s\n"
 
-#: build/pack.c:538
+#: build/pack.c:533
 #, c-format
 msgid "Generating signature: %d\n"
 msgstr ""
 
-#: build/pack.c:551
+#: build/pack.c:546
 #, fuzzy
 msgid "Unable to reload signature header.\n"
 msgstr "Get ekki lesið haus úr %s: %s\n"
 
-#: build/pack.c:559
+#: build/pack.c:554
 #, c-format
 msgid "Could not open %s: %s\n"
 msgstr ""
 
-#: build/pack.c:595 lib/psm.c:2147
+#: build/pack.c:590 lib/psm.c:2149
 #, c-format
 msgid "Unable to write package: %s\n"
 msgstr "Get ekki ritað í pakka: %s\n"
 
-#: build/pack.c:610
+#: build/pack.c:605
 #, c-format
 msgid "Unable to open sigtarget %s: %s\n"
 msgstr "Get ekki opnað sigtarget %s: %s\n"
 
-#: build/pack.c:620
+#: build/pack.c:615
 #, c-format
 msgid "Unable to read header from %s: %s\n"
 msgstr "Get ekki lesið haus úr %s: %s\n"
 
-#: build/pack.c:634
+#: build/pack.c:629
 #, c-format
 msgid "Unable to write header to %s: %s\n"
 msgstr "Gat ekki ritað haus í %s: %s\n"
 
-#: build/pack.c:644
+#: build/pack.c:639
 #, c-format
 msgid "Unable to read payload from %s: %s\n"
 msgstr "Get ekki lesið innihald %s: %s\n"
 
-#: build/pack.c:650
+#: build/pack.c:645
 #, c-format
 msgid "Unable to write payload to %s: %s\n"
 msgstr "Get ekki ritað innihald í %s: %s\n"
 
-#: build/pack.c:675 lib/psm.c:2413
+#: build/pack.c:670 lib/psm.c:2415
 #, c-format
 msgid "Wrote: %s\n"
 msgstr "Skrifaði: %s\n"
 
-#: build/pack.c:742
+#: build/pack.c:737
 #, c-format
 msgid "Could not generate output filename for package %s: %s\n"
 msgstr ""
 
-#: build/pack.c:759
+#: build/pack.c:754
 #, c-format
 msgid "cannot create %s: %s\n"
 msgstr ""
@@ -2079,72 +2079,72 @@ msgid " failed - "
 msgstr ""
 
 #. XXX legacy epoch-less requires/conflicts compatibility
-#: lib/depends.c:582
+#: lib/depends.c:559
 #, c-format
 msgid ""
 "the \"B\" dependency needs an epoch (assuming same as \"A\")\n"
 "\tA %s\tB %s\n"
 msgstr ""
 
-#: lib/depends.c:611
+#: lib/depends.c:588
 #, c-format
 msgid "  %s    A %s\tB %s\n"
 msgstr ""
 
-#: lib/depends.c:612 lib/depends.c:1248 lib/depends.c:1381
+#: lib/depends.c:589 lib/depends.c:1225 lib/depends.c:1358
 msgid "YES"
 msgstr ""
 
-#: lib/depends.c:612 lib/depends.c:1248 lib/depends.c:1381
+#: lib/depends.c:589 lib/depends.c:1225 lib/depends.c:1358
 msgid "NO "
 msgstr ""
 
-#: lib/depends.c:1042
+#: lib/depends.c:1019
 #, c-format
 msgid "%s: %-45s YES (added files)\n"
 msgstr ""
 
-#: lib/depends.c:1153
+#: lib/depends.c:1130
 #, c-format
 msgid "%s: %-45s YES (added provide)\n"
 msgstr ""
 
-#: lib/depends.c:1247
+#: lib/depends.c:1224
 #, c-format
 msgid "%s: %-45s %-s (cached)\n"
 msgstr ""
 
-#: lib/depends.c:1276
+#: lib/depends.c:1253
 #, c-format
 msgid "%s: %-45s YES (rpmrc provides)\n"
 msgstr ""
 
-#: lib/depends.c:1293
+#: lib/depends.c:1270
 #, c-format
 msgid "%s: %-45s YES (rpmlib provides)\n"
 msgstr ""
 
-#: lib/depends.c:1317
+#: lib/depends.c:1294
 #, c-format
 msgid "%s: %-45s YES (db files)\n"
 msgstr ""
 
-#: lib/depends.c:1330
+#: lib/depends.c:1307
 #, c-format
 msgid "%s: %-45s YES (db provides)\n"
 msgstr ""
 
-#: lib/depends.c:1344
+#: lib/depends.c:1321
 #, c-format
 msgid "%s: %-45s YES (db package)\n"
 msgstr ""
 
-#: lib/depends.c:1360
+#: lib/depends.c:1337
 #, c-format
 msgid "%s: %-45s NO\n"
 msgstr ""
 
-#: lib/depends.c:1381
+#: lib/depends.c:1358
 #, c-format
 msgid "%s: (%s, %s) added to Depends cache.\n"
 msgstr ""
@@ -2152,42 +2152,42 @@ msgstr ""
 #. requirements are satisfied.
 #. @switchbreak@
 #. requirements are not satisfied.
-#: lib/depends.c:1454
+#: lib/depends.c:1431
 #, c-format
 msgid "package %s-%s-%s require not satisfied: %s\n"
 msgstr ""
 
 #. conflicts exist.
-#: lib/depends.c:1533
+#: lib/depends.c:1510
 #, c-format
 msgid "package %s conflicts: %s\n"
 msgstr ""
 
-#: lib/depends.c:1786
+#: lib/depends.c:1763
 #, c-format
 msgid "removing %s-%s-%s \"%s\" from tsort relations.\n"
 msgstr ""
 
 #. Record all relations.
-#: lib/depends.c:1936
+#: lib/depends.c:1913
 msgid "========== recording tsort relations\n"
 msgstr ""
 
 #. T4. Scan for zeroes.
-#: lib/depends.c:1996
+#: lib/depends.c:1973
 msgid ""
 "========== tsorting packages (order, #predecessors, #succesors, depth)\n"
 msgstr ""
 
-#: lib/depends.c:2046
+#: lib/depends.c:2023
 msgid "========== successors only (presentation order)\n"
 msgstr ""
 
-#: lib/depends.c:2099
+#: lib/depends.c:2076
 msgid "LOOP:\n"
 msgstr ""
 
-#: lib/depends.c:2129
+#: lib/depends.c:2106
 msgid "========== continuing tsort ...\n"
 msgstr ""
 
@@ -2280,7 +2280,7 @@ msgid "dataLength() RPM_STRING_TYPE count must be 1.\n"
 msgstr ""
 
 #. @-modfilesys@
-#: lib/header.c:351 lib/header_internal.c:161 lib/psm.c:971
+#: lib/header.c:351 lib/header_internal.c:161 lib/psm.c:973
 #, c-format
 msgid "Data type %d not supported\n"
 msgstr ""
@@ -2360,150 +2360,150 @@ msgstr ""
 msgid "(unknown type)"
 msgstr ""
 
-#: lib/misc.c:241 lib/misc.c:246 lib/misc.c:252
+#: lib/misc.c:243 lib/misc.c:248 lib/misc.c:254
 #, c-format
 msgid "error creating temporary file %s\n"
 msgstr ""
 
-#: lib/package.c:162
+#: lib/package.c:163
 msgid "packaging version 1 is not supported by this version of RPM\n"
 msgstr ""
 
-#: lib/package.c:228
+#: lib/package.c:229
 msgid ""
 "only packaging with major numbers <= 4 is supported by this version of RPM\n"
 msgstr ""
 
-#: lib/poptBT.c:118
+#: lib/poptBT.c:116
 #, c-format
 msgid "buildroot already specified, ignoring %s\n"
 msgstr "buildroot þegar skilgreind, hunsa %s\n"
 
-#: lib/poptBT.c:148
+#: lib/poptBT.c:146
 #, c-format
 msgid "build through %prep (unpack sources and apply patches) from <specfile>"
 msgstr ""
 
-#: lib/poptBT.c:149 lib/poptBT.c:152 lib/poptBT.c:155 lib/poptBT.c:158
-#: lib/poptBT.c:161 lib/poptBT.c:164 lib/poptBT.c:167
+#: lib/poptBT.c:147 lib/poptBT.c:150 lib/poptBT.c:153 lib/poptBT.c:156
+#: lib/poptBT.c:159 lib/poptBT.c:162 lib/poptBT.c:165
 msgid "<specfile>"
 msgstr ""
 
-#: lib/poptBT.c:151
+#: lib/poptBT.c:149
 msgid "build through %build (%prep, then compile) from <specfile>"
 msgstr ""
 
-#: lib/poptBT.c:154
+#: lib/poptBT.c:152
 msgid "build through %install (%prep, %build, then install) from <specfile>"
 msgstr ""
 
-#: lib/poptBT.c:157
+#: lib/poptBT.c:155
 #, c-format
 msgid "verify %files section from <specfile>"
 msgstr ""
 
-#: lib/poptBT.c:160
+#: lib/poptBT.c:158
 msgid "build source and binary packages from <specfile>"
 msgstr ""
 
-#: lib/poptBT.c:163
+#: lib/poptBT.c:161
 msgid "build binary package only from <specfile>"
 msgstr ""
 
-#: lib/poptBT.c:166
+#: lib/poptBT.c:164
 msgid "build source package only from <specfile>"
 msgstr ""
 
-#: lib/poptBT.c:170
+#: lib/poptBT.c:168
 #, c-format
 msgid "build through %prep (unpack sources and apply patches) from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:171 lib/poptBT.c:174 lib/poptBT.c:177 lib/poptBT.c:180
-#: lib/poptBT.c:183 lib/poptBT.c:186 lib/poptBT.c:189
+#: lib/poptBT.c:169 lib/poptBT.c:172 lib/poptBT.c:175 lib/poptBT.c:178
+#: lib/poptBT.c:181 lib/poptBT.c:184 lib/poptBT.c:187
 msgid "<tarball>"
 msgstr ""
 
-#: lib/poptBT.c:173
+#: lib/poptBT.c:171
 msgid "build through %build (%prep, then compile) from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:176
+#: lib/poptBT.c:174
 msgid "build through %install (%prep, %build, then install) from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:179
+#: lib/poptBT.c:177
 #, c-format
 msgid "verify %files section from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:182
+#: lib/poptBT.c:180
 msgid "build source and binary packages from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:185
+#: lib/poptBT.c:183
 msgid "build binary package only from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:188
+#: lib/poptBT.c:186
 msgid "build source package only from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:192
+#: lib/poptBT.c:190
 msgid "build binary package from <source package>"
 msgstr ""
 
-#: lib/poptBT.c:193 lib/poptBT.c:196
+#: lib/poptBT.c:191 lib/poptBT.c:194
 msgid "<source package>"
 msgstr ""
 
-#: lib/poptBT.c:195
+#: lib/poptBT.c:193
 msgid ""
 "build through %install (%prep, %build, then install) from <source package>"
 msgstr ""
 
-#: lib/poptBT.c:199
+#: lib/poptBT.c:197
 msgid "override build root"
 msgstr ""
 
-#: lib/poptBT.c:203 rpmdb/poptDB.c:32
+#: lib/poptBT.c:201 rpmdb/poptDB.c:29
 msgid "generate headers compatible with rpm4 packaging"
 msgstr ""
 
-#: lib/poptBT.c:205
+#: lib/poptBT.c:203
 msgid "ignore ExcludeArch: directives from spec file"
 msgstr ""
 
-#: lib/poptBT.c:207
+#: lib/poptBT.c:205
 msgid "debug file state machine"
 msgstr ""
 
-#: lib/poptBT.c:209
+#: lib/poptBT.c:207
 msgid "do not execute any stages of the build"
 msgstr ""
 
-#: lib/poptBT.c:211
+#: lib/poptBT.c:209
 #, fuzzy
 msgid "do not verify build dependencies"
 msgstr "ekki skoða pakkaskilyrðin"
 
-#: lib/poptBT.c:213
+#: lib/poptBT.c:211
 msgid "generate package header(s) compatible with (legacy) rpm[23] packaging"
 msgstr ""
 
-#: lib/poptBT.c:216
+#: lib/poptBT.c:214
 msgid "do not accept i18N msgstr's from specfile"
 msgstr ""
 
-#: lib/poptBT.c:220
+#: lib/poptBT.c:218
 msgid "remove specfile when done"
 msgstr ""
 
-#: lib/poptBT.c:226
+#: lib/poptBT.c:224
 msgid "override target platform"
 msgstr ""
 
-#: lib/poptBT.c:228
+#: lib/poptBT.c:226
 msgid "lookup i18N strings in specfile catalog"
 msgstr ""
 
@@ -2819,108 +2819,108 @@ msgstr ""
 msgid "unknown error %d encountered while manipulating package %s"
 msgstr ""
 
-#: lib/psm.c:313
+#: lib/psm.c:315
 msgid "========== relocations\n"
 msgstr ""
 
-#: lib/psm.c:317
+#: lib/psm.c:319
 #, c-format
 msgid "%5d exclude  %s\n"
 msgstr ""
 
-#: lib/psm.c:320
+#: lib/psm.c:322
 #, c-format
 msgid "%5d relocate %s -> %s\n"
 msgstr "%5d færa %s -> %s\n"
 
-#: lib/psm.c:390
+#: lib/psm.c:392
 #, c-format
 msgid "excluding multilib path %s%s\n"
 msgstr ""
 
-#: lib/psm.c:456
+#: lib/psm.c:458
 #, c-format
 msgid "excluding %s %s\n"
 msgstr ""
 
-#: lib/psm.c:466
+#: lib/psm.c:468
 #, c-format
 msgid "relocating %s to %s\n"
 msgstr ""
 
-#: lib/psm.c:545
+#: lib/psm.c:547
 #, c-format
 msgid "relocating directory %s to %s\n"
 msgstr ""
 
-#: lib/psm.c:1168
+#: lib/psm.c:1170
 #, c-format
 msgid "cannot create %%%s %s\n"
 msgstr "gat ekki búið til %%%s %s\n"
 
-#: lib/psm.c:1174
+#: lib/psm.c:1176
 #, c-format
 msgid "cannot write to %%%s %s\n"
 msgstr "get ekki ritað í %%%s %s\n"
 
-#: lib/psm.c:1212
+#: lib/psm.c:1214
 msgid "source package expected, binary found\n"
 msgstr ""
 
-#: lib/psm.c:1323
+#: lib/psm.c:1325
 msgid "source package contains no .spec file\n"
 msgstr "pakkinn inniheldur enga .spec skrá\n"
 
-#: lib/psm.c:1430
+#: lib/psm.c:1432
 #, c-format
 msgid "%s: running %s scriptlet\n"
 msgstr ""
 
-#: lib/psm.c:1598
+#: lib/psm.c:1600
 #, c-format
 msgid "execution of %s scriptlet from %s-%s-%s failed, waitpid returned %s\n"
 msgstr ""
 
-#: lib/psm.c:1605
+#: lib/psm.c:1607
 #, c-format
 msgid "execution of %s scriptlet from %s-%s-%s failed, exit status %d\n"
 msgstr ""
 
-#: lib/psm.c:1952
+#: lib/psm.c:1954
 #, c-format
 msgid "%s: %s-%s-%s has %d files, test = %d\n"
 msgstr ""
 
-#: lib/psm.c:2069
+#: lib/psm.c:2071
 #, c-format
 msgid "%s: %s scriptlet failed (%d), skipping %s-%s-%s\n"
 msgstr ""
 
-#: lib/psm.c:2184
+#: lib/psm.c:2186
 #, c-format
 msgid "user %s does not exist - using root\n"
 msgstr ""
 
-#: lib/psm.c:2193
+#: lib/psm.c:2195
 #, c-format
 msgid "group %s does not exist - using root\n"
 msgstr ""
 
-#: lib/psm.c:2234
+#: lib/psm.c:2236
 #, c-format
 msgid "unpacking of archive failed%s%s: %s\n"
 msgstr ""
 
-#: lib/psm.c:2235
+#: lib/psm.c:2237
 msgid " on file "
 msgstr ""
 
-#: lib/psm.c:2421
+#: lib/psm.c:2423
 #, fuzzy, c-format
 msgid "%s failed on file %s: %s\n"
 msgstr "gat ekki opnað %s: %s\n"
 
-#: lib/psm.c:2424
+#: lib/psm.c:2426
 #, fuzzy, c-format
 msgid "%s failed: %s\n"
 msgstr "%s brást\n"
@@ -3322,206 +3322,206 @@ msgstr ""
 msgid "Unable to open %s for reading: %s.\n"
 msgstr "Get ekki opnað %s til lesturs: %s.\n"
 
-#: lib/signature.c:114
+#: lib/signature.c:115
 msgid "file is not regular -- skipping size check\n"
 msgstr ""
 
-#: lib/signature.c:123
+#: lib/signature.c:124
 #, c-format
 msgid "Expected size: %12d = lead(%d)+sigs(%d)+pad(%d)+data(%d)\n"
 msgstr ""
 
-#: lib/signature.c:128
+#: lib/signature.c:129
 #, c-format
 msgid "  Actual size: %12d\n"
 msgstr ""
 
-#: lib/signature.c:148
+#: lib/signature.c:149
 msgid "No signature\n"
 msgstr ""
 
-#: lib/signature.c:152
+#: lib/signature.c:153
 msgid "Old PGP signature\n"
 msgstr ""
 
-#: lib/signature.c:165
+#: lib/signature.c:166
 msgid "Old (internal-only) signature!  How did you get that!?\n"
 msgstr ""
 
-#: lib/signature.c:221
+#: lib/signature.c:222
 #, c-format
 msgid "Signature: size(%d)+pad(%d)\n"
 msgstr ""
 
-#: lib/signature.c:284
+#: lib/signature.c:285
 #, c-format
 msgid "Couldn't exec pgp (%s)\n"
 msgstr "Gat ekki keyrt pgp (%s)\n"
 
-#: lib/signature.c:297
+#: lib/signature.c:298
 msgid "pgp failed\n"
 msgstr "pgp brást\n"
 
 #. PGP failed to write signature
 #. Just in case
-#: lib/signature.c:304
+#: lib/signature.c:305
 msgid "pgp failed to write signature\n"
 msgstr "pgp gat ekki lesið undirskriftina\n"
 
-#: lib/signature.c:309
+#: lib/signature.c:310
 #, c-format
 msgid "PGP sig size: %d\n"
 msgstr ""
 
-#: lib/signature.c:324 lib/signature.c:411
+#: lib/signature.c:325 lib/signature.c:412
 msgid "unable to read the signature\n"
 msgstr "get ekki lesið undirskriftina\n"
 
-#: lib/signature.c:329
+#: lib/signature.c:330
 #, c-format
 msgid "Got %d bytes of PGP sig\n"
 msgstr ""
 
-#: lib/signature.c:371 lib/signature.c:501
+#: lib/signature.c:372 lib/signature.c:502
 msgid "Couldn't exec gpg\n"
 msgstr "Gat ekki keyrt gpg\n"
 
-#: lib/signature.c:384
+#: lib/signature.c:385
 msgid "gpg failed\n"
 msgstr "ggp brást\n"
 
 #. GPG failed to write signature
 #. Just in case
-#: lib/signature.c:391
+#: lib/signature.c:392
 msgid "gpg failed to write signature\n"
 msgstr "gpg get ekki lesið undirskriftina\n"
 
-#: lib/signature.c:396
+#: lib/signature.c:397
 #, c-format
 msgid "GPG sig size: %d\n"
 msgstr ""
 
-#: lib/signature.c:416
+#: lib/signature.c:417
 #, c-format
 msgid "Got %d bytes of GPG sig\n"
 msgstr ""
 
-#: lib/signature.c:444
+#: lib/signature.c:445
 msgid "Generating signature using PGP.\n"
 msgstr ""
 
-#: lib/signature.c:450
+#: lib/signature.c:451
 msgid "Generating signature using GPG.\n"
 msgstr ""
 
-#: lib/signature.c:530
+#: lib/signature.c:531
 msgid "Couldn't exec pgp\n"
 msgstr "Gat ekki keyrt pgp\n"
 
 #. @notreached@
 #. This case should have been screened out long ago.
-#: lib/signature.c:534 lib/signature.c:587
+#: lib/signature.c:535 lib/signature.c:588
 #, c-format
 msgid "Invalid %%_signature spec in macro file\n"
 msgstr ""
 
-#: lib/signature.c:567
+#: lib/signature.c:568
 #, c-format
 msgid "You must set \"%%_gpg_name\" in your macro file\n"
 msgstr ""
 
-#: lib/signature.c:579
+#: lib/signature.c:580
 #, c-format
 msgid "You must set \"%%_pgp_name\" in your macro file\n"
 msgstr ""
 
-#: lib/transaction.c:308
+#: lib/transaction.c:309
 #, c-format
 msgid "%s skipped due to missingok flag\n"
 msgstr ""
 
 #. @innercontinue@
-#: lib/transaction.c:936
+#: lib/transaction.c:937
 #, c-format
 msgid "excluding directory %s\n"
 msgstr ""
 
-#: lib/verify.c:240
+#: lib/verify.c:242
 msgid "package lacks both user name and id lists (this should never happen)\n"
 msgstr "í pakkanum eru engir notandalistar (þetta ætti aldrei að koma fyrir)\n"
 
-#: lib/verify.c:261
+#: lib/verify.c:263
 msgid "package lacks both group name and id lists (this should never happen)\n"
 msgstr "í pakkanum eru engir hópalistar (þetta ætti aldrei að koma fyrir)\n"
 
-#: lib/verify.c:398
+#: lib/verify.c:400
 #, c-format
 msgid "missing    %s"
 msgstr "vantar     %s"
 
-#: lib/verify.c:495
+#: lib/verify.c:497
 #, 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:101 rpmdb/db3.c:100
+#: rpmdb/db1.c:100 rpmdb/db3.c:100
 #, c-format
 msgid "db%d error(%d) from %s: %s\n"
 msgstr ""
 
-#: rpmdb/db1.c:104 rpmdb/db3.c:103
+#: rpmdb/db1.c:103 rpmdb/db3.c:103
 #, c-format
 msgid "db%d error(%d): %s\n"
 msgstr ""
 
-#: rpmdb/db1.c:171
+#: rpmdb/db1.c:170
 #, c-format
 msgid ""
 "Broken package chain at offset %d(0x%08x), attempting to reconnect ...\n"
 msgstr ""
 
-#: rpmdb/db1.c:183
+#: rpmdb/db1.c:182
 #, c-format
 msgid "Reconnecting broken chain at offset %d(0x%08x).\n"
 msgstr ""
 
 #. @=branchstate@
-#: rpmdb/db1.c:509
+#: rpmdb/db1.c:508
 #, c-format
 msgid "closed  db file        %s\n"
 msgstr ""
 
-#: rpmdb/db1.c:512
+#: rpmdb/db1.c:511
 #, c-format
 msgid "removed db file        %s\n"
 msgstr ""
 
-#: rpmdb/db1.c:547
+#: rpmdb/db1.c:546
 #, c-format
 msgid "bad db file %s\n"
 msgstr ""
 
-#: rpmdb/db1.c:552
+#: rpmdb/db1.c:551
 #, c-format
 msgid "opening db file        %s mode 0x%x\n"
 msgstr ""
 
 #. XXX check errno validity
-#: rpmdb/db1.c:575
+#: 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:576 rpmdb/db3.c:1213
+#: rpmdb/db1.c:575 rpmdb/db3.c:1213
 msgid "exclusive"
 msgstr "einka"
 
-#: rpmdb/db1.c:576 rpmdb/db3.c:1213
+#: rpmdb/db1.c:575 rpmdb/db3.c:1213
 msgid "shared"
 msgstr "deildann"
 
@@ -3595,168 +3595,168 @@ msgid ""
 "if \"rpm --rebuilddb\" fails to correct the problem.\n"
 msgstr ""
 
-#: rpmdb/poptDB.c:22
+#: rpmdb/poptDB.c:19
 msgid "initialize database"
 msgstr ""
 
-#: rpmdb/poptDB.c:24
+#: rpmdb/poptDB.c:21
 msgid "rebuild database inverted lists from installed package headers"
 msgstr ""
 
-#: rpmdb/poptDB.c:29
+#: rpmdb/poptDB.c:26
 msgid "generate headers compatible with (legacy) rpm[23] packaging"
 msgstr ""
 
 #. @-modfilesys@
-#: rpmdb/rpmdb.c:130
+#: rpmdb/rpmdb.c:126
 #, c-format
 msgid "dbiTagsInit: unrecognized tag name: \"%s\" ignored\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:384
+#: rpmdb/rpmdb.c:380
 #, 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:406
+#: rpmdb/rpmdb.c:402
 #, c-format
 msgid "cannot open %s index\n"
 msgstr "get ekki opnað %s index\n"
 
-#: rpmdb/rpmdb.c:498
+#: rpmdb/rpmdb.c:494
 #, c-format
 msgid "error(%d) getting \"%s\" records from %s index\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:629
+#: rpmdb/rpmdb.c:625
 #, c-format
 msgid "error(%d) storing record %s into %s\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:639
+#: rpmdb/rpmdb.c:635
 #, c-format
 msgid "error(%d) removing record %s from %s\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:893
+#: rpmdb/rpmdb.c:889
 msgid "no dbpath has been set\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:1032
+#: rpmdb/rpmdb.c:1028
 msgid ""
 "old format database is present; use --rebuilddb to generate a new format "
 "database\n"
 msgstr ""
 
 #. error
-#: rpmdb/rpmdb.c:1277
+#: rpmdb/rpmdb.c:1273
 #, c-format
 msgid "error(%d) counting packages\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2061 rpmdb/rpmdb.c:3276
+#: rpmdb/rpmdb.c:2057 rpmdb/rpmdb.c:3310
 #, c-format
 msgid "record number %u in database is bad -- skipping.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2114
+#: rpmdb/rpmdb.c:2110
 #, c-format
 msgid "rpmdb: damaged header instance #%u retrieved, skipping.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2384
+#: rpmdb/rpmdb.c:2380
 #, c-format
 msgid "%s: cannot read header at 0x%x\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2456
+#: rpmdb/rpmdb.c:2452
 #, c-format
 msgid "removing \"%s\" from %s index.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2465
+#: rpmdb/rpmdb.c:2461
 #, c-format
 msgid "removing %d entries from %s index.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2666
+#: rpmdb/rpmdb.c:2662
 #, c-format
 msgid "error(%d) allocating new package instance\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2747
+#: rpmdb/rpmdb.c:2743
 #, c-format
 msgid "adding \"%s\" to %s index.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2758
+#: rpmdb/rpmdb.c:2754
 #, c-format
 msgid "adding %d entries to %s index.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3162
+#: rpmdb/rpmdb.c:3196
 #, c-format
 msgid "removing %s after successful db3 rebuild.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3195
+#: rpmdb/rpmdb.c:3229
 msgid "no dbpath has been set"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3222
+#: rpmdb/rpmdb.c:3256
 #, c-format
 msgid "rebuilding database %s into %s\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3226
+#: rpmdb/rpmdb.c:3260
 #, c-format
 msgid "temporary database %s already exists\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3232
+#: rpmdb/rpmdb.c:3266
 #, c-format
 msgid "creating directory %s\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3234
+#: rpmdb/rpmdb.c:3268
 #, c-format
 msgid "creating directory %s: %s\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3241
+#: rpmdb/rpmdb.c:3275
 #, c-format
 msgid "opening old database with dbapi %d\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3252
+#: rpmdb/rpmdb.c:3286
 #, c-format
 msgid "opening new database with dbapi %d\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3316
+#: rpmdb/rpmdb.c:3350
 #, c-format
 msgid "cannot add record originally at %u\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3334
+#: rpmdb/rpmdb.c:3368
 msgid "failed to rebuild database: original database remains in place\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3342
+#: rpmdb/rpmdb.c:3376
 msgid "failed to replace old database with new database!\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3344
+#: rpmdb/rpmdb.c:3378
 #, c-format
 msgid "replace files in %s with files from %s to recover"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3354
+#: rpmdb/rpmdb.c:3388
 #, c-format
 msgid "removing directory %s\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3356
+#: rpmdb/rpmdb.c:3390
 #, c-format
 msgid "failed to remove directory %s: %s\n"
 msgstr ""
index 2d6a397..3bd4918 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-20 18:27-0400\n"
+"POT-Creation-Date: 2001-10-21 17:21-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"
@@ -704,15 +704,15 @@ msgstr ""
 msgid "bin/src package (prep, compile, install, package)"
 msgstr ""
 
-#: lib/poptBT.c:222 rpm.c:523
+#: lib/poptBT.c:220 rpm.c:523
 msgid "skip straight to specified stage (only for c,i)"
 msgstr ""
 
-#: lib/poptBT.c:201 rpm.c:525
+#: lib/poptBT.c:199 rpm.c:525
 msgid "remove build tree when done"
 msgstr ""
 
-#: lib/poptBT.c:218 rpm.c:527
+#: lib/poptBT.c:216 rpm.c:527
 msgid "remove sources when done"
 msgstr ""
 
@@ -720,7 +720,7 @@ msgstr ""
 msgid "remove spec file when done"
 msgstr ""
 
-#: lib/poptBT.c:224 rpm.c:531
+#: lib/poptBT.c:222 rpm.c:531
 msgid "generate PGP/GPG signature"
 msgstr ""
 
@@ -810,7 +810,7 @@ msgstr ""
 msgid "rebuild database from existing database"
 msgstr ""
 
-#: rpm.c:565 rpmdb/poptDB.c:27
+#: rpm.c:565 rpmdb/poptDB.c:24
 msgid "verify database files"
 msgstr ""
 
@@ -1225,7 +1225,7 @@ msgstr ""
 msgid "no tar files given for build"
 msgstr ""
 
-#: build/build.c:125 build/pack.c:471
+#: build/build.c:125 build/pack.c:466
 msgid "Unable to open temp file.\n"
 msgstr ""
 
@@ -1300,181 +1300,181 @@ msgstr ""
 msgid "syntax error in expression\n"
 msgstr ""
 
-#: build/files.c:274
+#: build/files.c:270
 #, c-format
 msgid "TIMECHECK failure: %s\n"
 msgstr ""
 
-#: build/files.c:333 build/files.c:525 build/files.c:708
+#: build/files.c:329 build/files.c:521 build/files.c:704
 #, c-format
 msgid "Missing '(' in %s %s\n"
 msgstr ""
 
-#: build/files.c:344 build/files.c:650 build/files.c:719
+#: build/files.c:340 build/files.c:646 build/files.c:715
 #, c-format
 msgid "Missing ')' in %s(%s\n"
 msgstr ""
 
-#: build/files.c:382 build/files.c:675
+#: build/files.c:378 build/files.c:671
 #, c-format
 msgid "Invalid %s token: %s\n"
 msgstr ""
 
-#: build/files.c:488
+#: build/files.c:484
 #, c-format
 msgid "Missing %s in %s %s\n"
 msgstr ""
 
-#: build/files.c:541
+#: build/files.c:537
 #, c-format
 msgid "Non-white space follows %s(): %s\n"
 msgstr ""
 
-#: build/files.c:579
+#: build/files.c:575
 #, c-format
 msgid "Bad syntax: %s(%s)\n"
 msgstr ""
 
-#: build/files.c:589
+#: build/files.c:585
 #, c-format
 msgid "Bad mode spec: %s(%s)\n"
 msgstr ""
 
-#: build/files.c:601
+#: build/files.c:597
 #, c-format
 msgid "Bad dirmode spec: %s(%s)\n"
 msgstr ""
 
-#: build/files.c:746
+#: build/files.c:742
 #, c-format
 msgid "Unusual locale length: \"%.*s\" in %%lang(%s)\n"
 msgstr ""
 
 #. @innercontinue@
-#: build/files.c:757
+#: build/files.c:753
 #, c-format
 msgid "Duplicate locale %.*s in %%lang(%s)\n"
 msgstr ""
 
-#: build/files.c:908
+#: build/files.c:904
 #, c-format
 msgid "Hit limit for %%docdir\n"
 msgstr ""
 
-#: build/files.c:914
+#: build/files.c:910
 #, c-format
 msgid "Only one arg for %%docdir\n"
 msgstr ""
 
 #. We already got a file -- error
-#: build/files.c:942
+#: build/files.c:938
 #, c-format
 msgid "Two files on one line: %s\n"
 msgstr ""
 
-#: build/files.c:957
+#: build/files.c:953
 #, c-format
 msgid "File must begin with \"/\": %s\n"
 msgstr ""
 
-#: build/files.c:970
+#: build/files.c:966
 #, 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:1147
+#: build/files.c:1143
 #, c-format
 msgid "File listed twice: %s\n"
 msgstr ""
 
-#: build/files.c:1282
+#: build/files.c:1278
 #, c-format
 msgid "Symlink points to BuildRoot: %s -> %s\n"
 msgstr ""
 
-#: build/files.c:1488
+#: build/files.c:1484
 #, c-format
 msgid "File doesn't match prefix (%s): %s\n"
 msgstr ""
 
-#: build/files.c:1512
+#: build/files.c:1508
 #, c-format
 msgid "File not found: %s\n"
 msgstr ""
 
-#: build/files.c:1555 build/files.c:2167 build/parsePrep.c:50
+#: build/files.c:1551 build/files.c:2163 build/parsePrep.c:50
 #, c-format
 msgid "Bad owner/group: %s\n"
 msgstr ""
 
-#: build/files.c:1567
+#: build/files.c:1563
 #, c-format
 msgid "File %4d: %07o %s.%s\t %s\n"
 msgstr ""
 
-#: build/files.c:1671
+#: build/files.c:1667
 #, c-format
 msgid "File needs leading \"/\": %s\n"
 msgstr ""
 
-#: build/files.c:1694
+#: build/files.c:1690
 #, c-format
 msgid "Glob not permitted: %s\n"
 msgstr ""
 
-#: build/files.c:1709
+#: build/files.c:1705
 #, c-format
 msgid "File not found by glob: %s\n"
 msgstr ""
 
-#: build/files.c:1771
+#: build/files.c:1767
 #, c-format
 msgid "Could not open %%files file %s: %s\n"
 msgstr ""
 
-#: build/files.c:1782 build/pack.c:150
+#: build/files.c:1778 build/pack.c:145
 #, c-format
 msgid "line: %s\n"
 msgstr ""
 
-#: build/files.c:2155
+#: build/files.c:2151
 #, c-format
 msgid "Bad file: %s: %s\n"
 msgstr ""
 
 #. XXX this error message is probably not seen.
-#: build/files.c:2229
+#: build/files.c:2225
 #, c-format
 msgid "Couldn't exec %s: %s\n"
 msgstr ""
 
-#: build/files.c:2234
+#: build/files.c:2230
 #, c-format
 msgid "Couldn't fork %s: %s\n"
 msgstr ""
 
-#: build/files.c:2318
+#: build/files.c:2314
 #, c-format
 msgid "%s failed\n"
 msgstr ""
 
-#: build/files.c:2322
+#: build/files.c:2318
 #, c-format
 msgid "failed to write all data to %s\n"
 msgstr ""
 
-#: build/files.c:2458
+#: build/files.c:2454
 #, c-format
 msgid "Finding  %s: (using %s)...\n"
 msgstr ""
 
-#: build/files.c:2484 build/files.c:2498
+#: build/files.c:2480 build/files.c:2494
 #, c-format
 msgid "Failed to find %s:\n"
 msgstr ""
 
-#: build/files.c:2619
+#: build/files.c:2615
 #, c-format
 msgid "Processing files: %s-%s-%s\n"
 msgstr ""
@@ -1508,152 +1508,152 @@ msgstr ""
 msgid "Could not canonicalize hostname: %s\n"
 msgstr ""
 
-#: build/pack.c:83
+#: build/pack.c:78
 #, c-format
 msgid "create archive failed on file %s: %s\n"
 msgstr ""
 
-#: build/pack.c:86
+#: build/pack.c:81
 #, c-format
 msgid "create archive failed: %s\n"
 msgstr ""
 
-#: build/pack.c:108
+#: build/pack.c:103
 #, c-format
 msgid "cpio_copy write failed: %s\n"
 msgstr ""
 
-#: build/pack.c:115
+#: build/pack.c:110
 #, c-format
 msgid "cpio_copy read failed: %s\n"
 msgstr ""
 
-#: build/pack.c:218
+#: build/pack.c:213
 #, c-format
 msgid "Could not open PreIn file: %s\n"
 msgstr ""
 
-#: build/pack.c:225
+#: build/pack.c:220
 #, c-format
 msgid "Could not open PreUn file: %s\n"
 msgstr ""
 
-#: build/pack.c:232
+#: build/pack.c:227
 #, c-format
 msgid "Could not open PostIn file: %s\n"
 msgstr ""
 
-#: build/pack.c:239
+#: build/pack.c:234
 #, c-format
 msgid "Could not open PostUn file: %s\n"
 msgstr ""
 
-#: build/pack.c:247
+#: build/pack.c:242
 #, c-format
 msgid "Could not open VerifyScript file: %s\n"
 msgstr ""
 
-#: build/pack.c:262
+#: build/pack.c:257
 #, c-format
 msgid "Could not open Trigger script file: %s\n"
 msgstr ""
 
-#: build/pack.c:290
+#: build/pack.c:285
 #, c-format
 msgid "readRPM: open %s: %s\n"
 msgstr ""
 
-#: build/pack.c:300
+#: build/pack.c:295
 #, c-format
 msgid "readRPM: read %s: %s\n"
 msgstr ""
 
-#: build/pack.c:309 build/pack.c:513
+#: build/pack.c:304 build/pack.c:508
 #, c-format
 msgid "%s: Fseek failed: %s\n"
 msgstr ""
 
-#: build/pack.c:325
+#: build/pack.c:320
 #, c-format
 msgid "readRPM: %s is not an RPM package\n"
 msgstr ""
 
-#: build/pack.c:334
+#: build/pack.c:329
 #, c-format
 msgid "readRPM: reading header from %s\n"
 msgstr ""
 
-#: build/pack.c:459
+#: build/pack.c:454
 msgid "Unable to create immutable header region.\n"
 msgstr ""
 
-#: build/pack.c:477
+#: build/pack.c:472
 msgid "Unable to write temp header\n"
 msgstr ""
 
-#: build/pack.c:485
+#: build/pack.c:480
 msgid "Bad CSA data\n"
 msgstr ""
 
-#: build/pack.c:520
+#: build/pack.c:515
 msgid "Unable to write final header\n"
 msgstr ""
 
-#: build/pack.c:538
+#: build/pack.c:533
 #, c-format
 msgid "Generating signature: %d\n"
 msgstr ""
 
-#: build/pack.c:551
+#: build/pack.c:546
 msgid "Unable to reload signature header.\n"
 msgstr ""
 
-#: build/pack.c:559
+#: build/pack.c:554
 #, c-format
 msgid "Could not open %s: %s\n"
 msgstr ""
 
-#: build/pack.c:595 lib/psm.c:2147
+#: build/pack.c:590 lib/psm.c:2149
 #, c-format
 msgid "Unable to write package: %s\n"
 msgstr ""
 
-#: build/pack.c:610
+#: build/pack.c:605
 #, c-format
 msgid "Unable to open sigtarget %s: %s\n"
 msgstr ""
 
-#: build/pack.c:620
+#: build/pack.c:615
 #, c-format
 msgid "Unable to read header from %s: %s\n"
 msgstr ""
 
-#: build/pack.c:634
+#: build/pack.c:629
 #, c-format
 msgid "Unable to write header to %s: %s\n"
 msgstr ""
 
-#: build/pack.c:644
+#: build/pack.c:639
 #, c-format
 msgid "Unable to read payload from %s: %s\n"
 msgstr ""
 
-#: build/pack.c:650
+#: build/pack.c:645
 #, c-format
 msgid "Unable to write payload to %s: %s\n"
 msgstr ""
 
-#: build/pack.c:675 lib/psm.c:2413
+#: build/pack.c:670 lib/psm.c:2415
 #, c-format
 msgid "Wrote: %s\n"
 msgstr ""
 
-#: build/pack.c:742
+#: build/pack.c:737
 #, c-format
 msgid "Could not generate output filename for package %s: %s\n"
 msgstr ""
 
-#: build/pack.c:759
+#: build/pack.c:754
 #, c-format
 msgid "cannot create %s: %s\n"
 msgstr ""
@@ -2060,72 +2060,72 @@ msgid " failed - "
 msgstr ""
 
 #. XXX legacy epoch-less requires/conflicts compatibility
-#: lib/depends.c:582
+#: lib/depends.c:559
 #, c-format
 msgid ""
 "the \"B\" dependency needs an epoch (assuming same as \"A\")\n"
 "\tA %s\tB %s\n"
 msgstr ""
 
-#: lib/depends.c:611
+#: lib/depends.c:588
 #, c-format
 msgid "  %s    A %s\tB %s\n"
 msgstr ""
 
-#: lib/depends.c:612 lib/depends.c:1248 lib/depends.c:1381
+#: lib/depends.c:589 lib/depends.c:1225 lib/depends.c:1358
 msgid "YES"
 msgstr ""
 
-#: lib/depends.c:612 lib/depends.c:1248 lib/depends.c:1381
+#: lib/depends.c:589 lib/depends.c:1225 lib/depends.c:1358
 msgid "NO "
 msgstr ""
 
-#: lib/depends.c:1042
+#: lib/depends.c:1019
 #, c-format
 msgid "%s: %-45s YES (added files)\n"
 msgstr ""
 
-#: lib/depends.c:1153
+#: lib/depends.c:1130
 #, c-format
 msgid "%s: %-45s YES (added provide)\n"
 msgstr ""
 
-#: lib/depends.c:1247
+#: lib/depends.c:1224
 #, c-format
 msgid "%s: %-45s %-s (cached)\n"
 msgstr ""
 
-#: lib/depends.c:1276
+#: lib/depends.c:1253
 #, c-format
 msgid "%s: %-45s YES (rpmrc provides)\n"
 msgstr ""
 
-#: lib/depends.c:1293
+#: lib/depends.c:1270
 #, c-format
 msgid "%s: %-45s YES (rpmlib provides)\n"
 msgstr ""
 
-#: lib/depends.c:1317
+#: lib/depends.c:1294
 #, c-format
 msgid "%s: %-45s YES (db files)\n"
 msgstr ""
 
-#: lib/depends.c:1330
+#: lib/depends.c:1307
 #, c-format
 msgid "%s: %-45s YES (db provides)\n"
 msgstr ""
 
-#: lib/depends.c:1344
+#: lib/depends.c:1321
 #, c-format
 msgid "%s: %-45s YES (db package)\n"
 msgstr ""
 
-#: lib/depends.c:1360
+#: lib/depends.c:1337
 #, c-format
 msgid "%s: %-45s NO\n"
 msgstr ""
 
-#: lib/depends.c:1381
+#: lib/depends.c:1358
 #, c-format
 msgid "%s: (%s, %s) added to Depends cache.\n"
 msgstr ""
@@ -2133,42 +2133,42 @@ msgstr ""
 #. requirements are satisfied.
 #. @switchbreak@
 #. requirements are not satisfied.
-#: lib/depends.c:1454
+#: lib/depends.c:1431
 #, c-format
 msgid "package %s-%s-%s require not satisfied: %s\n"
 msgstr ""
 
 #. conflicts exist.
-#: lib/depends.c:1533
+#: lib/depends.c:1510
 #, c-format
 msgid "package %s conflicts: %s\n"
 msgstr ""
 
-#: lib/depends.c:1786
+#: lib/depends.c:1763
 #, c-format
 msgid "removing %s-%s-%s \"%s\" from tsort relations.\n"
 msgstr ""
 
 #. Record all relations.
-#: lib/depends.c:1936
+#: lib/depends.c:1913
 msgid "========== recording tsort relations\n"
 msgstr ""
 
 #. T4. Scan for zeroes.
-#: lib/depends.c:1996
+#: lib/depends.c:1973
 msgid ""
 "========== tsorting packages (order, #predecessors, #succesors, depth)\n"
 msgstr ""
 
-#: lib/depends.c:2046
+#: lib/depends.c:2023
 msgid "========== successors only (presentation order)\n"
 msgstr ""
 
-#: lib/depends.c:2099
+#: lib/depends.c:2076
 msgid "LOOP:\n"
 msgstr ""
 
-#: lib/depends.c:2129
+#: lib/depends.c:2106
 msgid "========== continuing tsort ...\n"
 msgstr ""
 
@@ -2261,7 +2261,7 @@ msgid "dataLength() RPM_STRING_TYPE count must be 1.\n"
 msgstr ""
 
 #. @-modfilesys@
-#: lib/header.c:351 lib/header_internal.c:161 lib/psm.c:971
+#: lib/header.c:351 lib/header_internal.c:161 lib/psm.c:973
 #, c-format
 msgid "Data type %d not supported\n"
 msgstr ""
@@ -2341,149 +2341,149 @@ msgstr ""
 msgid "(unknown type)"
 msgstr ""
 
-#: lib/misc.c:241 lib/misc.c:246 lib/misc.c:252
+#: lib/misc.c:243 lib/misc.c:248 lib/misc.c:254
 #, c-format
 msgid "error creating temporary file %s\n"
 msgstr ""
 
-#: lib/package.c:162
+#: lib/package.c:163
 msgid "packaging version 1 is not supported by this version of RPM\n"
 msgstr ""
 
-#: lib/package.c:228
+#: lib/package.c:229
 msgid ""
 "only packaging with major numbers <= 4 is supported by this version of RPM\n"
 msgstr ""
 
-#: lib/poptBT.c:118
+#: lib/poptBT.c:116
 #, c-format
 msgid "buildroot already specified, ignoring %s\n"
 msgstr ""
 
-#: lib/poptBT.c:148
+#: lib/poptBT.c:146
 #, c-format
 msgid "build through %prep (unpack sources and apply patches) from <specfile>"
 msgstr ""
 
-#: lib/poptBT.c:149 lib/poptBT.c:152 lib/poptBT.c:155 lib/poptBT.c:158
-#: lib/poptBT.c:161 lib/poptBT.c:164 lib/poptBT.c:167
+#: lib/poptBT.c:147 lib/poptBT.c:150 lib/poptBT.c:153 lib/poptBT.c:156
+#: lib/poptBT.c:159 lib/poptBT.c:162 lib/poptBT.c:165
 msgid "<specfile>"
 msgstr ""
 
-#: lib/poptBT.c:151
+#: lib/poptBT.c:149
 msgid "build through %build (%prep, then compile) from <specfile>"
 msgstr ""
 
-#: lib/poptBT.c:154
+#: lib/poptBT.c:152
 msgid "build through %install (%prep, %build, then install) from <specfile>"
 msgstr ""
 
-#: lib/poptBT.c:157
+#: lib/poptBT.c:155
 #, c-format
 msgid "verify %files section from <specfile>"
 msgstr ""
 
-#: lib/poptBT.c:160
+#: lib/poptBT.c:158
 msgid "build source and binary packages from <specfile>"
 msgstr ""
 
-#: lib/poptBT.c:163
+#: lib/poptBT.c:161
 msgid "build binary package only from <specfile>"
 msgstr ""
 
-#: lib/poptBT.c:166
+#: lib/poptBT.c:164
 msgid "build source package only from <specfile>"
 msgstr ""
 
-#: lib/poptBT.c:170
+#: lib/poptBT.c:168
 #, c-format
 msgid "build through %prep (unpack sources and apply patches) from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:171 lib/poptBT.c:174 lib/poptBT.c:177 lib/poptBT.c:180
-#: lib/poptBT.c:183 lib/poptBT.c:186 lib/poptBT.c:189
+#: lib/poptBT.c:169 lib/poptBT.c:172 lib/poptBT.c:175 lib/poptBT.c:178
+#: lib/poptBT.c:181 lib/poptBT.c:184 lib/poptBT.c:187
 msgid "<tarball>"
 msgstr ""
 
-#: lib/poptBT.c:173
+#: lib/poptBT.c:171
 msgid "build through %build (%prep, then compile) from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:176
+#: lib/poptBT.c:174
 msgid "build through %install (%prep, %build, then install) from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:179
+#: lib/poptBT.c:177
 #, c-format
 msgid "verify %files section from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:182
+#: lib/poptBT.c:180
 msgid "build source and binary packages from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:185
+#: lib/poptBT.c:183
 msgid "build binary package only from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:188
+#: lib/poptBT.c:186
 msgid "build source package only from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:192
+#: lib/poptBT.c:190
 msgid "build binary package from <source package>"
 msgstr ""
 
-#: lib/poptBT.c:193 lib/poptBT.c:196
+#: lib/poptBT.c:191 lib/poptBT.c:194
 msgid "<source package>"
 msgstr ""
 
-#: lib/poptBT.c:195
+#: lib/poptBT.c:193
 msgid ""
 "build through %install (%prep, %build, then install) from <source package>"
 msgstr ""
 
-#: lib/poptBT.c:199
+#: lib/poptBT.c:197
 msgid "override build root"
 msgstr ""
 
-#: lib/poptBT.c:203 rpmdb/poptDB.c:32
+#: lib/poptBT.c:201 rpmdb/poptDB.c:29
 msgid "generate headers compatible with rpm4 packaging"
 msgstr ""
 
-#: lib/poptBT.c:205
+#: lib/poptBT.c:203
 msgid "ignore ExcludeArch: directives from spec file"
 msgstr ""
 
-#: lib/poptBT.c:207
+#: lib/poptBT.c:205
 msgid "debug file state machine"
 msgstr ""
 
-#: lib/poptBT.c:209
+#: lib/poptBT.c:207
 msgid "do not execute any stages of the build"
 msgstr ""
 
-#: lib/poptBT.c:211
+#: lib/poptBT.c:209
 msgid "do not verify build dependencies"
 msgstr ""
 
-#: lib/poptBT.c:213
+#: lib/poptBT.c:211
 msgid "generate package header(s) compatible with (legacy) rpm[23] packaging"
 msgstr ""
 
-#: lib/poptBT.c:216
+#: lib/poptBT.c:214
 msgid "do not accept i18N msgstr's from specfile"
 msgstr ""
 
-#: lib/poptBT.c:220
+#: lib/poptBT.c:218
 msgid "remove specfile when done"
 msgstr ""
 
-#: lib/poptBT.c:226
+#: lib/poptBT.c:224
 msgid "override target platform"
 msgstr ""
 
-#: lib/poptBT.c:228
+#: lib/poptBT.c:226
 msgid "lookup i18N strings in specfile catalog"
 msgstr ""
 
@@ -2799,108 +2799,108 @@ msgstr ""
 msgid "unknown error %d encountered while manipulating package %s"
 msgstr ""
 
-#: lib/psm.c:313
+#: lib/psm.c:315
 msgid "========== relocations\n"
 msgstr ""
 
-#: lib/psm.c:317
+#: lib/psm.c:319
 #, c-format
 msgid "%5d exclude  %s\n"
 msgstr ""
 
-#: lib/psm.c:320
+#: lib/psm.c:322
 #, c-format
 msgid "%5d relocate %s -> %s\n"
 msgstr ""
 
-#: lib/psm.c:390
+#: lib/psm.c:392
 #, c-format
 msgid "excluding multilib path %s%s\n"
 msgstr ""
 
-#: lib/psm.c:456
+#: lib/psm.c:458
 #, c-format
 msgid "excluding %s %s\n"
 msgstr ""
 
-#: lib/psm.c:466
+#: lib/psm.c:468
 #, c-format
 msgid "relocating %s to %s\n"
 msgstr ""
 
-#: lib/psm.c:545
+#: lib/psm.c:547
 #, c-format
 msgid "relocating directory %s to %s\n"
 msgstr ""
 
-#: lib/psm.c:1168
+#: lib/psm.c:1170
 #, c-format
 msgid "cannot create %%%s %s\n"
 msgstr ""
 
-#: lib/psm.c:1174
+#: lib/psm.c:1176
 #, c-format
 msgid "cannot write to %%%s %s\n"
 msgstr ""
 
-#: lib/psm.c:1212
+#: lib/psm.c:1214
 msgid "source package expected, binary found\n"
 msgstr ""
 
-#: lib/psm.c:1323
+#: lib/psm.c:1325
 msgid "source package contains no .spec file\n"
 msgstr ""
 
-#: lib/psm.c:1430
+#: lib/psm.c:1432
 #, c-format
 msgid "%s: running %s scriptlet\n"
 msgstr ""
 
-#: lib/psm.c:1598
+#: lib/psm.c:1600
 #, c-format
 msgid "execution of %s scriptlet from %s-%s-%s failed, waitpid returned %s\n"
 msgstr ""
 
-#: lib/psm.c:1605
+#: lib/psm.c:1607
 #, c-format
 msgid "execution of %s scriptlet from %s-%s-%s failed, exit status %d\n"
 msgstr ""
 
-#: lib/psm.c:1952
+#: lib/psm.c:1954
 #, c-format
 msgid "%s: %s-%s-%s has %d files, test = %d\n"
 msgstr ""
 
-#: lib/psm.c:2069
+#: lib/psm.c:2071
 #, c-format
 msgid "%s: %s scriptlet failed (%d), skipping %s-%s-%s\n"
 msgstr ""
 
-#: lib/psm.c:2184
+#: lib/psm.c:2186
 #, c-format
 msgid "user %s does not exist - using root\n"
 msgstr ""
 
-#: lib/psm.c:2193
+#: lib/psm.c:2195
 #, c-format
 msgid "group %s does not exist - using root\n"
 msgstr ""
 
-#: lib/psm.c:2234
+#: lib/psm.c:2236
 #, c-format
 msgid "unpacking of archive failed%s%s: %s\n"
 msgstr ""
 
-#: lib/psm.c:2235
+#: lib/psm.c:2237
 msgid " on file "
 msgstr ""
 
-#: lib/psm.c:2421
+#: lib/psm.c:2423
 #, c-format
 msgid "%s failed on file %s: %s\n"
 msgstr ""
 
-#: lib/psm.c:2424
+#: lib/psm.c:2426
 #, c-format
 msgid "%s failed: %s\n"
 msgstr ""
@@ -3302,206 +3302,206 @@ msgstr ""
 msgid "Unable to open %s for reading: %s.\n"
 msgstr ""
 
-#: lib/signature.c:114
+#: lib/signature.c:115
 msgid "file is not regular -- skipping size check\n"
 msgstr ""
 
-#: lib/signature.c:123
+#: lib/signature.c:124
 #, c-format
 msgid "Expected size: %12d = lead(%d)+sigs(%d)+pad(%d)+data(%d)\n"
 msgstr ""
 
-#: lib/signature.c:128
+#: lib/signature.c:129
 #, c-format
 msgid "  Actual size: %12d\n"
 msgstr ""
 
-#: lib/signature.c:148
+#: lib/signature.c:149
 msgid "No signature\n"
 msgstr ""
 
-#: lib/signature.c:152
+#: lib/signature.c:153
 msgid "Old PGP signature\n"
 msgstr ""
 
-#: lib/signature.c:165
+#: lib/signature.c:166
 msgid "Old (internal-only) signature!  How did you get that!?\n"
 msgstr ""
 
-#: lib/signature.c:221
+#: lib/signature.c:222
 #, c-format
 msgid "Signature: size(%d)+pad(%d)\n"
 msgstr ""
 
-#: lib/signature.c:284
+#: lib/signature.c:285
 #, c-format
 msgid "Couldn't exec pgp (%s)\n"
 msgstr ""
 
-#: lib/signature.c:297
+#: lib/signature.c:298
 msgid "pgp failed\n"
 msgstr ""
 
 #. PGP failed to write signature
 #. Just in case
-#: lib/signature.c:304
+#: lib/signature.c:305
 msgid "pgp failed to write signature\n"
 msgstr ""
 
-#: lib/signature.c:309
+#: lib/signature.c:310
 #, c-format
 msgid "PGP sig size: %d\n"
 msgstr ""
 
-#: lib/signature.c:324 lib/signature.c:411
+#: lib/signature.c:325 lib/signature.c:412
 msgid "unable to read the signature\n"
 msgstr ""
 
-#: lib/signature.c:329
+#: lib/signature.c:330
 #, c-format
 msgid "Got %d bytes of PGP sig\n"
 msgstr ""
 
-#: lib/signature.c:371 lib/signature.c:501
+#: lib/signature.c:372 lib/signature.c:502
 msgid "Couldn't exec gpg\n"
 msgstr ""
 
-#: lib/signature.c:384
+#: lib/signature.c:385
 msgid "gpg failed\n"
 msgstr ""
 
 #. GPG failed to write signature
 #. Just in case
-#: lib/signature.c:391
+#: lib/signature.c:392
 msgid "gpg failed to write signature\n"
 msgstr ""
 
-#: lib/signature.c:396
+#: lib/signature.c:397
 #, c-format
 msgid "GPG sig size: %d\n"
 msgstr ""
 
-#: lib/signature.c:416
+#: lib/signature.c:417
 #, c-format
 msgid "Got %d bytes of GPG sig\n"
 msgstr ""
 
-#: lib/signature.c:444
+#: lib/signature.c:445
 msgid "Generating signature using PGP.\n"
 msgstr ""
 
-#: lib/signature.c:450
+#: lib/signature.c:451
 msgid "Generating signature using GPG.\n"
 msgstr ""
 
-#: lib/signature.c:530
+#: lib/signature.c:531
 msgid "Couldn't exec pgp\n"
 msgstr ""
 
 #. @notreached@
 #. This case should have been screened out long ago.
-#: lib/signature.c:534 lib/signature.c:587
+#: lib/signature.c:535 lib/signature.c:588
 #, c-format
 msgid "Invalid %%_signature spec in macro file\n"
 msgstr ""
 
-#: lib/signature.c:567
+#: lib/signature.c:568
 #, c-format
 msgid "You must set \"%%_gpg_name\" in your macro file\n"
 msgstr ""
 
-#: lib/signature.c:579
+#: lib/signature.c:580
 #, c-format
 msgid "You must set \"%%_pgp_name\" in your macro file\n"
 msgstr ""
 
-#: lib/transaction.c:308
+#: lib/transaction.c:309
 #, c-format
 msgid "%s skipped due to missingok flag\n"
 msgstr ""
 
 #. @innercontinue@
-#: lib/transaction.c:936
+#: lib/transaction.c:937
 #, c-format
 msgid "excluding directory %s\n"
 msgstr ""
 
-#: lib/verify.c:240
+#: lib/verify.c:242
 msgid "package lacks both user name and id lists (this should never happen)\n"
 msgstr ""
 
-#: lib/verify.c:261
+#: lib/verify.c:263
 msgid "package lacks both group name and id lists (this should never happen)\n"
 msgstr ""
 
-#: lib/verify.c:398
+#: lib/verify.c:400
 #, c-format
 msgid "missing    %s"
 msgstr ""
 
-#: lib/verify.c:495
+#: lib/verify.c:497
 #, 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:101 rpmdb/db3.c:100
+#: rpmdb/db1.c:100 rpmdb/db3.c:100
 #, c-format
 msgid "db%d error(%d) from %s: %s\n"
 msgstr ""
 
-#: rpmdb/db1.c:104 rpmdb/db3.c:103
+#: rpmdb/db1.c:103 rpmdb/db3.c:103
 #, c-format
 msgid "db%d error(%d): %s\n"
 msgstr ""
 
-#: rpmdb/db1.c:171
+#: rpmdb/db1.c:170
 #, c-format
 msgid ""
 "Broken package chain at offset %d(0x%08x), attempting to reconnect ...\n"
 msgstr ""
 
-#: rpmdb/db1.c:183
+#: rpmdb/db1.c:182
 #, c-format
 msgid "Reconnecting broken chain at offset %d(0x%08x).\n"
 msgstr ""
 
 #. @=branchstate@
-#: rpmdb/db1.c:509
+#: rpmdb/db1.c:508
 #, c-format
 msgid "closed  db file        %s\n"
 msgstr ""
 
-#: rpmdb/db1.c:512
+#: rpmdb/db1.c:511
 #, c-format
 msgid "removed db file        %s\n"
 msgstr ""
 
-#: rpmdb/db1.c:547
+#: rpmdb/db1.c:546
 #, c-format
 msgid "bad db file %s\n"
 msgstr ""
 
-#: rpmdb/db1.c:552
+#: rpmdb/db1.c:551
 #, c-format
 msgid "opening db file        %s mode 0x%x\n"
 msgstr ""
 
 #. XXX check errno validity
-#: rpmdb/db1.c:575
+#: rpmdb/db1.c:574
 #, c-format
 msgid "cannot get %s lock on database\n"
 msgstr ""
 
-#: rpmdb/db1.c:576 rpmdb/db3.c:1213
+#: rpmdb/db1.c:575 rpmdb/db3.c:1213
 msgid "exclusive"
 msgstr ""
 
-#: rpmdb/db1.c:576 rpmdb/db3.c:1213
+#: rpmdb/db1.c:575 rpmdb/db3.c:1213
 msgid "shared"
 msgstr ""
 
@@ -3575,168 +3575,168 @@ msgid ""
 "if \"rpm --rebuilddb\" fails to correct the problem.\n"
 msgstr ""
 
-#: rpmdb/poptDB.c:22
+#: rpmdb/poptDB.c:19
 msgid "initialize database"
 msgstr ""
 
-#: rpmdb/poptDB.c:24
+#: rpmdb/poptDB.c:21
 msgid "rebuild database inverted lists from installed package headers"
 msgstr ""
 
-#: rpmdb/poptDB.c:29
+#: rpmdb/poptDB.c:26
 msgid "generate headers compatible with (legacy) rpm[23] packaging"
 msgstr ""
 
 #. @-modfilesys@
-#: rpmdb/rpmdb.c:130
+#: rpmdb/rpmdb.c:126
 #, c-format
 msgid "dbiTagsInit: unrecognized tag name: \"%s\" ignored\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:384
+#: rpmdb/rpmdb.c:380
 #, c-format
 msgid "cannot open %s index using db%d - %s (%d)\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:406
+#: rpmdb/rpmdb.c:402
 #, c-format
 msgid "cannot open %s index\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:498
+#: rpmdb/rpmdb.c:494
 #, c-format
 msgid "error(%d) getting \"%s\" records from %s index\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:629
+#: rpmdb/rpmdb.c:625
 #, c-format
 msgid "error(%d) storing record %s into %s\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:639
+#: rpmdb/rpmdb.c:635
 #, c-format
 msgid "error(%d) removing record %s from %s\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:893
+#: rpmdb/rpmdb.c:889
 msgid "no dbpath has been set\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:1032
+#: rpmdb/rpmdb.c:1028
 msgid ""
 "old format database is present; use --rebuilddb to generate a new format "
 "database\n"
 msgstr ""
 
 #. error
-#: rpmdb/rpmdb.c:1277
+#: rpmdb/rpmdb.c:1273
 #, c-format
 msgid "error(%d) counting packages\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2061 rpmdb/rpmdb.c:3276
+#: rpmdb/rpmdb.c:2057 rpmdb/rpmdb.c:3310
 #, c-format
 msgid "record number %u in database is bad -- skipping.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2114
+#: rpmdb/rpmdb.c:2110
 #, c-format
 msgid "rpmdb: damaged header instance #%u retrieved, skipping.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2384
+#: rpmdb/rpmdb.c:2380
 #, c-format
 msgid "%s: cannot read header at 0x%x\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2456
+#: rpmdb/rpmdb.c:2452
 #, c-format
 msgid "removing \"%s\" from %s index.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2465
+#: rpmdb/rpmdb.c:2461
 #, c-format
 msgid "removing %d entries from %s index.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2666
+#: rpmdb/rpmdb.c:2662
 #, c-format
 msgid "error(%d) allocating new package instance\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2747
+#: rpmdb/rpmdb.c:2743
 #, c-format
 msgid "adding \"%s\" to %s index.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2758
+#: rpmdb/rpmdb.c:2754
 #, c-format
 msgid "adding %d entries to %s index.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3162
+#: rpmdb/rpmdb.c:3196
 #, c-format
 msgid "removing %s after successful db3 rebuild.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3195
+#: rpmdb/rpmdb.c:3229
 msgid "no dbpath has been set"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3222
+#: rpmdb/rpmdb.c:3256
 #, c-format
 msgid "rebuilding database %s into %s\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3226
+#: rpmdb/rpmdb.c:3260
 #, c-format
 msgid "temporary database %s already exists\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3232
+#: rpmdb/rpmdb.c:3266
 #, c-format
 msgid "creating directory %s\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3234
+#: rpmdb/rpmdb.c:3268
 #, c-format
 msgid "creating directory %s: %s\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3241
+#: rpmdb/rpmdb.c:3275
 #, c-format
 msgid "opening old database with dbapi %d\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3252
+#: rpmdb/rpmdb.c:3286
 #, c-format
 msgid "opening new database with dbapi %d\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3316
+#: rpmdb/rpmdb.c:3350
 #, c-format
 msgid "cannot add record originally at %u\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3334
+#: rpmdb/rpmdb.c:3368
 msgid "failed to rebuild database: original database remains in place\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3342
+#: rpmdb/rpmdb.c:3376
 msgid "failed to replace old database with new database!\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3344
+#: rpmdb/rpmdb.c:3378
 #, c-format
 msgid "replace files in %s with files from %s to recover"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3354
+#: rpmdb/rpmdb.c:3388
 #, c-format
 msgid "removing directory %s\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3356
+#: rpmdb/rpmdb.c:3390
 #, c-format
 msgid "failed to remove directory %s: %s\n"
 msgstr ""
index 871569e..f480a6b 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-20 18:27-0400\n"
+"POT-Creation-Date: 2001-10-21 17:21-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"
@@ -88,7 +88,7 @@ msgstr "
 # build root [BuildRoot]
 # net share [¥Í¥Ã¥È¶¦Í­]
 # reloate [ºÆÇÛÃÖ/°ÜÆ°¤¹¤ë]
-# $Id: ja.po,v 1.183 2001/10/20 22:31:12 jbj Exp $
+# $Id: ja.po,v 1.184 2001/10/21 21:43:37 jbj Exp $
 #: rpm.c:227
 #, c-format
 msgid "rpm: %s\n"
@@ -769,15 +769,15 @@ msgstr "
 msgid "bin/src package (prep, compile, install, package)"
 msgstr "¥Ð¥¤¥Ê¥ê/¥½¡¼¥¹¤ò¥Ñ¥Ã¥±¡¼¥¸²½ (prep¡¢compile¡¢install¡¢package)"
 
-#: lib/poptBT.c:222 rpm.c:523
+#: lib/poptBT.c:220 rpm.c:523
 msgid "skip straight to specified stage (only for c,i)"
 msgstr "»ØÄꤷ¤¿²áÄø¤Þ¤Ç¥¹¥­¥Ã¥×¤·¤Þ¤¹ (c¡¢i ¤Ç¤Î¤ßÍ­¸ú)"
 
-#: lib/poptBT.c:201 rpm.c:525
+#: lib/poptBT.c:199 rpm.c:525
 msgid "remove build tree when done"
 msgstr "¥Ñ¥Ã¥±¡¼¥¸¥ó¥°¸åºîÀ®¥Ä¥ê¡¼¤òºï½ü¤·¤Þ¤¹"
 
-#: lib/poptBT.c:218 rpm.c:527
+#: lib/poptBT.c:216 rpm.c:527
 #, fuzzy
 msgid "remove sources when done"
 msgstr "½ªÎ»¸å¥½¡¼¥¹¤òºï½ü¤·¤Þ¤¹"
@@ -787,7 +787,7 @@ msgstr "
 msgid "remove spec file when done"
 msgstr "½ªÎ»¸å¥¹¥Ú¥Ã¥¯¥Õ¥¡¥¤¥ë¤òºï½ü¤·¤Þ¤¹"
 
-#: lib/poptBT.c:224 rpm.c:531
+#: lib/poptBT.c:222 rpm.c:531
 #, fuzzy
 msgid "generate PGP/GPG signature"
 msgstr "PGP/GPG ½ð̾¤òÀ¸À®¤·¤Þ¤¹"
@@ -882,7 +882,7 @@ msgstr "ͭ
 msgid "rebuild database from existing database"
 msgstr "´û¸¤Î¥Ç¡¼¥¿¥Ù¡¼¥¹¤«¤é¥Ç¡¼¥¿¥Ù¡¼¥¹¤òºÆ¹½ÃÛ¤·¤Þ¤¹"
 
-#: rpm.c:565 rpmdb/poptDB.c:27
+#: rpm.c:565 rpmdb/poptDB.c:24
 #, fuzzy
 msgid "verify database files"
 msgstr "¥¹¥Ú¥Ã¥¯¥Õ¥¡¥¤¥ë¤òÌ䤤¹ç¤ï¤»¤Þ¤¹"
@@ -1329,7 +1329,7 @@ msgstr "
 msgid "no tar files given for build"
 msgstr "ºîÀ®(build)¤Î¤¿¤á¤Î tar ¥Õ¥¡¥¤¥ë¤¬¤¢¤ê¤Þ¤»¤ó"
 
-#: build/build.c:125 build/pack.c:471
+#: build/build.c:125 build/pack.c:466
 #, fuzzy
 msgid "Unable to open temp file.\n"
 msgstr "°ì»þ¥Õ¥¡¥¤¥ë¤ò¥ª¡¼¥×¥ó¤Ç¤­¤Þ¤»¤ó"
@@ -1417,181 +1417,181 @@ msgstr "&& 
 msgid "syntax error in expression\n"
 msgstr "¼°Ãæ¤Çʸˡ¥¨¥é¡¼"
 
-#: build/files.c:274
+#: build/files.c:270
 #, c-format
 msgid "TIMECHECK failure: %s\n"
 msgstr "TIMECHECK ¼ºÇÔ: %s\n"
 
-#: build/files.c:333 build/files.c:525 build/files.c:708
+#: build/files.c:329 build/files.c:521 build/files.c:704
 #, fuzzy, c-format
 msgid "Missing '(' in %s %s\n"
 msgstr "%s %s ¤Ç '('¤¬¸«¤Ä¤«¤ê¤Þ¤»¤ó"
 
-#: build/files.c:344 build/files.c:650 build/files.c:719
+#: build/files.c:340 build/files.c:646 build/files.c:715
 #, fuzzy, c-format
 msgid "Missing ')' in %s(%s\n"
 msgstr "')' ¤¬¤¢¤ê¤Þ¤»¤ó %s(%s "
 
-#: build/files.c:382 build/files.c:675
+#: build/files.c:378 build/files.c:671
 #, fuzzy, c-format
 msgid "Invalid %s token: %s\n"
 msgstr "̵¸ú¤Ê %s ¤Î¥È¡¼¥¯¥ó: %s"
 
-#: build/files.c:488
+#: build/files.c:484
 #, fuzzy, c-format
 msgid "Missing %s in %s %s\n"
 msgstr "%s %s ¤Ç '('¤¬¸«¤Ä¤«¤ê¤Þ¤»¤ó"
 
-#: build/files.c:541
+#: build/files.c:537
 #, fuzzy, c-format
 msgid "Non-white space follows %s(): %s\n"
 msgstr "%s() ¤Ë³¤¯¶õÇò¤¬¤¢¤ê¤Þ¤»¤ó: %s"
 
-#: build/files.c:579
+#: build/files.c:575
 #, fuzzy, c-format
 msgid "Bad syntax: %s(%s)\n"
 msgstr "ÉÔÀµ¤Êʸˡ: %s(%s)"
 
-#: build/files.c:589
+#: build/files.c:585
 #, fuzzy, c-format
 msgid "Bad mode spec: %s(%s)\n"
 msgstr "ÉÔÀµ¤Ê¥â¡¼¥É¥¹¥Ú¥Ã¥¯: %s(%s)"
 
-#: build/files.c:601
+#: build/files.c:597
 #, fuzzy, c-format
 msgid "Bad dirmode spec: %s(%s)\n"
 msgstr "ÉÔÀµ¤Ê¥Ç¥£¥ì¥¯¥È¥ê¥â¡¼¥É¥¹¥Ú¥Ã¥¯: %s(%s)"
 
-#: build/files.c:746
+#: build/files.c:742
 #, fuzzy, c-format
 msgid "Unusual locale length: \"%.*s\" in %%lang(%s)\n"
 msgstr "°Û¾ï¤Ê¥í¥«¡¼¥ëĹ: \"%.*s\"  %%lang(%s)"
 
 #. @innercontinue@
-#: build/files.c:757
+#: build/files.c:753
 #, fuzzy, c-format
 msgid "Duplicate locale %.*s in %%lang(%s)\n"
 msgstr "Ê£¿ô¤Î¥í¥«¡¼¥ë %.*s %%lang(%s)"
 
-#: build/files.c:908
+#: build/files.c:904
 #, fuzzy, c-format
 msgid "Hit limit for %%docdir\n"
 msgstr "%%docdir ¤Î¸Â³¦¤Ë㤷¤Þ¤·¤¿"
 
-#: build/files.c:914
+#: build/files.c:910
 #, fuzzy, c-format
 msgid "Only one arg for %%docdir\n"
 msgstr "%%docdir ¤Î°ú¿ô¤Ï1¤Ä¤Î¤ß¤Ç¤¹"
 
 #. We already got a file -- error
-#: build/files.c:942
+#: build/files.c:938
 #, fuzzy, c-format
 msgid "Two files on one line: %s\n"
 msgstr "1¹Ô¤Ë2¤Ä¤Î¥Õ¥¡¥¤¥ë: %s"
 
-#: build/files.c:957
+#: build/files.c:953
 #, fuzzy, c-format
 msgid "File must begin with \"/\": %s\n"
 msgstr "¥Õ¥¡¥¤¥ë¤Ï \"/\" ¤«¤é»Ï¤Þ¤é¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó: %s"
 
-#: build/files.c:970
+#: build/files.c:966
 #, 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:1147
+#: build/files.c:1143
 #, fuzzy, c-format
 msgid "File listed twice: %s\n"
 msgstr "¥Õ¥¡¥¤¥ë¤¬2²óɽµ­¤µ¤ì¤Æ¤¤¤Þ¤¹: %s"
 
-#: build/files.c:1282
+#: build/files.c:1278
 #, c-format
 msgid "Symlink points to BuildRoot: %s -> %s\n"
 msgstr ""
 
-#: build/files.c:1488
+#: build/files.c:1484
 #, fuzzy, c-format
 msgid "File doesn't match prefix (%s): %s\n"
 msgstr "¥Õ¥¡¥¤¥ë¤Ï prefix (%s) ¤È°ìÃפ·¤Þ¤»¤ó: %s"
 
-#: build/files.c:1512
+#: build/files.c:1508
 #, fuzzy, c-format
 msgid "File not found: %s\n"
 msgstr "¥Õ¥¡¥¤¥ë¤¬¸«¤Ä¤«¤ê¤Þ¤»¤ó: %s"
 
-#: build/files.c:1555 build/files.c:2167 build/parsePrep.c:50
+#: build/files.c:1551 build/files.c:2163 build/parsePrep.c:50
 #, c-format
 msgid "Bad owner/group: %s\n"
 msgstr "ÉÔÀµ¤Ê½êÍ­¼Ô/¥°¥ë¡¼¥×: %s\n"
 
-#: build/files.c:1567
+#: build/files.c:1563
 #, fuzzy, c-format
 msgid "File %4d: %07o %s.%s\t %s\n"
 msgstr "¥Õ¥¡¥¤¥ë %4d: %07o %s.%s\t %s\n"
 
-#: build/files.c:1671
+#: build/files.c:1667
 #, fuzzy, c-format
 msgid "File needs leading \"/\": %s\n"
 msgstr "¥Õ¥¡¥¤¥ë¤ÏÀèƬ¤Ë \"/\" ¤¬É¬ÍפǤ¹: %s"
 
-#: build/files.c:1694
+#: build/files.c:1690
 #, fuzzy, c-format
 msgid "Glob not permitted: %s\n"
 msgstr "%d ¹ÔÌÜ: ¥Ð¡¼¥¸¥ç¥ó¤Ïµö²Ä¤µ¤ì¤Æ¤¤¤Þ¤»¤ó: %s"
 
-#: build/files.c:1709
+#: build/files.c:1705
 #, fuzzy, c-format
 msgid "File not found by glob: %s\n"
 msgstr "¥Õ¥¡¥¤¥ë¤¬¸«¤Ä¤«¤ê¤Þ¤»¤ó(by glob): %s"
 
-#: build/files.c:1771
+#: build/files.c:1767
 #, fuzzy, c-format
 msgid "Could not open %%files file %s: %s\n"
 msgstr "%%files ¤ò¥ª¡¼¥×¥ó¤Ç¤­¤Þ¤»¤ó: %s"
 
-#: build/files.c:1782 build/pack.c:150
+#: build/files.c:1778 build/pack.c:145
 #, fuzzy, c-format
 msgid "line: %s\n"
 msgstr "¹ÔÌÜ: %s"
 
-#: build/files.c:2155
+#: build/files.c:2151
 #, fuzzy, c-format
 msgid "Bad file: %s: %s\n"
 msgstr "¥Õ¥¡¥¤¥ë %s: %s\n"
 
 #. XXX this error message is probably not seen.
-#: build/files.c:2229
+#: build/files.c:2225
 #, fuzzy, c-format
 msgid "Couldn't exec %s: %s\n"
 msgstr "%s ¤ò¼Â¹Ô¤Ç¤­¤Þ¤»¤ó¤Ç¤·¤¿: %s"
 
-#: build/files.c:2234
+#: build/files.c:2230
 #, fuzzy, c-format
 msgid "Couldn't fork %s: %s\n"
 msgstr "%s ¤ò fork ¤Ç¤­¤Þ¤»¤ó¤Ç¤·¤¿: %s"
 
-#: build/files.c:2318
+#: build/files.c:2314
 #, fuzzy, c-format
 msgid "%s failed\n"
 msgstr "%s ¼ºÇÔ"
 
-#: build/files.c:2322
+#: build/files.c:2318
 #, fuzzy, c-format
 msgid "failed to write all data to %s\n"
 msgstr "Á´¤Æ¤Î¥Ç¡¼¥¿¤ò %s ¤Ë½ñ¤¯¤³¤È¤Ë¼ºÇÔ¤·¤Þ¤·¤¿"
 
-#: build/files.c:2458
+#: build/files.c:2454
 #, fuzzy, c-format
 msgid "Finding  %s: (using %s)...\n"
 msgstr "%s ¤òõ¤·¤Æ¤¤¤Þ¤¹: (%s ¤ò»ÈÍѤ·¤Æ¤¤¤Þ¤¹)...\n"
 
-#: build/files.c:2484 build/files.c:2498
+#: build/files.c:2480 build/files.c:2494
 #, fuzzy, c-format
 msgid "Failed to find %s:\n"
 msgstr "%s ¤ò¸«¤Ä¤±¤ë¤Î¤Ë¼ºÇÔ¤·¤Þ¤·¤¿:"
 
-#: build/files.c:2619
+#: build/files.c:2615
 #, fuzzy, c-format
 msgid "Processing files: %s-%s-%s\n"
 msgstr "¥Õ¥¡¥¤¥ë¤Î½èÍýÃæ: %s-%s-%s\n"
@@ -1625,157 +1625,157 @@ msgstr ""
 msgid "Could not canonicalize hostname: %s\n"
 msgstr "¥Û¥¹¥È̾¤òÀµ¼°¤Ê¤â¤Î¤Ë¤Ç¤­¤Þ¤»¤ó: %s\n"
 
-#: build/pack.c:83
+#: build/pack.c:78
 #, fuzzy, c-format
 msgid "create archive failed on file %s: %s\n"
 msgstr "¥Õ¥¡¥¤¥ë %s ¤Ç¥¢¡¼¥«¥¤¥Ö¤ÎºîÀ®¤Ë¼ºÇÔ: %s"
 
-#: build/pack.c:86
+#: build/pack.c:81
 #, fuzzy, c-format
 msgid "create archive failed: %s\n"
 msgstr "¥Õ¥¡¥¤¥ë %s ¤Ç¥¢¡¼¥«¥¤¥Ö¤ÎºîÀ®¤Ë¼ºÇÔ: %s"
 
-#: build/pack.c:108
+#: build/pack.c:103
 #, fuzzy, c-format
 msgid "cpio_copy write failed: %s\n"
 msgstr "cpio_copy ¤Ç½ñ¤­¹þ¤ß¼ºÇÔ: %s"
 
-#: build/pack.c:115
+#: build/pack.c:110
 #, fuzzy, c-format
 msgid "cpio_copy read failed: %s\n"
 msgstr "cpio_copy ¤ÇÆɤ߹þ¤ß¼ºÇÔ: %s"
 
-#: build/pack.c:218
+#: build/pack.c:213
 #, fuzzy, c-format
 msgid "Could not open PreIn file: %s\n"
 msgstr "PreIn ¥Õ¥¡¥¤¥ë¤ò¥ª¡¼¥×¥ó¤Ç¤­¤Þ¤»¤ó¤Ç¤·¤¿: %s"
 
-#: build/pack.c:225
+#: build/pack.c:220
 #, fuzzy, c-format
 msgid "Could not open PreUn file: %s\n"
 msgstr "PreUn ¥Õ¥¡¥¤¥ë¤ò¥ª¡¼¥×¥ó¤Ç¤­¤Þ¤»¤ó¤Ç¤·¤¿: %s"
 
-#: build/pack.c:232
+#: build/pack.c:227
 #, fuzzy, c-format
 msgid "Could not open PostIn file: %s\n"
 msgstr "PostIn ¥Õ¥¡¥¤¥ë¤ò¥ª¡¼¥×¥ó¤Ç¤­¤Þ¤»¤ó¤Ç¤·¤¿: %s"
 
-#: build/pack.c:239
+#: build/pack.c:234
 #, fuzzy, c-format
 msgid "Could not open PostUn file: %s\n"
 msgstr "PostUn ¥Õ¥¡¥¤¥ë¤ò¥ª¡¼¥×¥ó¤Ç¤­¤Þ¤»¤ó¤Ç¤·¤¿: %s"
 
-#: build/pack.c:247
+#: build/pack.c:242
 #, fuzzy, c-format
 msgid "Could not open VerifyScript file: %s\n"
 msgstr "VerifyScript ¥Õ¥¡¥¤¥ë¤ò¥ª¡¼¥×¥ó¤Ç¤­¤Þ¤»¤ó¤Ç¤·¤¿: %s"
 
-#: build/pack.c:262
+#: build/pack.c:257
 #, fuzzy, c-format
 msgid "Could not open Trigger script file: %s\n"
 msgstr "¥È¥ê¥¬¡¼¥¹¥¯¥ê¥×¥È¥Õ¥¡¥¤¥ë¤ò¥ª¡¼¥×¥ó¤Ç¤­¤Þ¤»¤ó¤Ç¤·¤¿: %s"
 
-#: build/pack.c:290
+#: build/pack.c:285
 #, fuzzy, c-format
 msgid "readRPM: open %s: %s\n"
 msgstr "readRPM: %s ¤Î¥ª¡¼¥×¥ó: %s\n"
 
-#: build/pack.c:300
+#: build/pack.c:295
 #, fuzzy, c-format
 msgid "readRPM: read %s: %s\n"
 msgstr "readRPM: %s ¤ÎÆɤ߹þ¤ß: %s\n"
 
-#: build/pack.c:309 build/pack.c:513
+#: build/pack.c:304 build/pack.c:508
 #, fuzzy, c-format
 msgid "%s: Fseek failed: %s\n"
 msgstr "%s: Fread ¤Ë¼ºÇÔ¤·¤Þ¤·¤¿: %s\n"
 
-#: build/pack.c:325
+#: build/pack.c:320
 #, fuzzy, c-format
 msgid "readRPM: %s is not an RPM package\n"
 msgstr "readRPM: %s ¤Ï RPM ¥Ñ¥Ã¥±¡¼¥¸¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó\n"
 
-#: build/pack.c:334
+#: build/pack.c:329
 #, fuzzy, c-format
 msgid "readRPM: reading header from %s\n"
 msgstr "readRPM: %s ¤«¤é¤Î¥Ø¥Ã¥À¤ÎÆɤ߹þ¤ß\n"
 
-#: build/pack.c:459
+#: build/pack.c:454
 #, fuzzy
 msgid "Unable to create immutable header region.\n"
 msgstr "¥¢¥¤¥³¥ó¤òÆɤळ¤È¤¬¤Ç¤­¤Þ¤»¤ó: %s"
 
-#: build/pack.c:477
+#: build/pack.c:472
 #, fuzzy
 msgid "Unable to write temp header\n"
 msgstr "¥Ñ¥Ã¥±¡¼¥¸¤Î½ñ¤­¹þ¤ß¤Ë¼ºÇÔ¤·¤Þ¤·¤¿: %s"
 
-#: build/pack.c:485
+#: build/pack.c:480
 #, fuzzy
 msgid "Bad CSA data\n"
 msgstr "ÉÔÀµ¤Ê CSA ¥Ç¡¼¥¿"
 
-#: build/pack.c:520
+#: build/pack.c:515
 #, fuzzy
 msgid "Unable to write final header\n"
 msgstr "¥Ñ¥Ã¥±¡¼¥¸¤Î½ñ¤­¹þ¤ß¤Ë¼ºÇÔ¤·¤Þ¤·¤¿: %s"
 
-#: build/pack.c:538
+#: build/pack.c:533
 #, c-format
 msgid "Generating signature: %d\n"
 msgstr "½ð̾¤ÎÀ¸À®Ãæ: %d\n"
 
-#: build/pack.c:551
+#: build/pack.c:546
 #, fuzzy
 msgid "Unable to reload signature header.\n"
 msgstr "¥¢¥¤¥³¥ó¤òÆɤळ¤È¤¬¤Ç¤­¤Þ¤»¤ó: %s"
 
-#: build/pack.c:559
+#: build/pack.c:554
 #, fuzzy, c-format
 msgid "Could not open %s: %s\n"
 msgstr "%s ¤Î¥ª¡¼¥×¥ó¤Ë¼ºÇÔ¤·¤Þ¤·¤¿\n"
 
-#: build/pack.c:595 lib/psm.c:2147
+#: build/pack.c:590 lib/psm.c:2149
 #, fuzzy, c-format
 msgid "Unable to write package: %s\n"
 msgstr "¥Ñ¥Ã¥±¡¼¥¸¤Î½ñ¤­¹þ¤ß¤Ë¼ºÇÔ¤·¤Þ¤·¤¿: %s"
 
-#: build/pack.c:610
+#: build/pack.c:605
 #, fuzzy, c-format
 msgid "Unable to open sigtarget %s: %s\n"
 msgstr "sigtarget ¤ÎÆɤ߹þ¤ß¤¬¤Ç¤­¤Þ¤»¤ó¤Ç¤·¤¿: %s"
 
-#: build/pack.c:620
+#: build/pack.c:615
 #, fuzzy, c-format
 msgid "Unable to read header from %s: %s\n"
 msgstr "¥¢¥¤¥³¥ó¤òÆɤळ¤È¤¬¤Ç¤­¤Þ¤»¤ó: %s"
 
-#: build/pack.c:634
+#: build/pack.c:629
 #, fuzzy, c-format
 msgid "Unable to write header to %s: %s\n"
 msgstr "¥Ñ¥Ã¥±¡¼¥¸¤Î½ñ¤­¹þ¤ß¤Ë¼ºÇÔ¤·¤Þ¤·¤¿: %s"
 
-#: build/pack.c:644
+#: build/pack.c:639
 #, fuzzy, c-format
 msgid "Unable to read payload from %s: %s\n"
 msgstr "¥¢¥¤¥³¥ó¤òÆɤळ¤È¤¬¤Ç¤­¤Þ¤»¤ó: %s"
 
-#: build/pack.c:650
+#: build/pack.c:645
 #, fuzzy, c-format
 msgid "Unable to write payload to %s: %s\n"
 msgstr "¥Ñ¥Ã¥±¡¼¥¸¤Î½ñ¤­¹þ¤ß¤Ë¼ºÇÔ¤·¤Þ¤·¤¿: %s"
 
-#: build/pack.c:675 lib/psm.c:2413
+#: build/pack.c:670 lib/psm.c:2415
 #, c-format
 msgid "Wrote: %s\n"
 msgstr "½ñ¤­¹þ¤ßÃæ: %s\n"
 
-#: build/pack.c:742
+#: build/pack.c:737
 #, c-format
 msgid "Could not generate output filename for package %s: %s\n"
 msgstr "¥Ñ¥Ã¥±¡¼¥¸ %s ¤Î ½ÐÎÏ¥Õ¥¡¥¤¥ë̾¤òÀ¸À®¤Ç¤­¤Þ¤»¤ó¤Ç¤·¤¿: %s\n"
 
-#: build/pack.c:759
+#: build/pack.c:754
 #, fuzzy, c-format
 msgid "cannot create %s: %s\n"
 msgstr "%s ¤òºîÀ®¤Ç¤­¤Þ¤»¤ó: %s\n"
@@ -2190,7 +2190,7 @@ msgid " failed - "
 msgstr "¼ºÇÔ - "
 
 #. XXX legacy epoch-less requires/conflicts compatibility
-#: lib/depends.c:582
+#: lib/depends.c:559
 #, 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:611
+#: lib/depends.c:588
 #, c-format
 msgid "  %s    A %s\tB %s\n"
 msgstr ""
 
-#: lib/depends.c:612 lib/depends.c:1248 lib/depends.c:1381
+#: lib/depends.c:589 lib/depends.c:1225 lib/depends.c:1358
 msgid "YES"
 msgstr ""
 
-#: lib/depends.c:612 lib/depends.c:1248 lib/depends.c:1381
+#: lib/depends.c:589 lib/depends.c:1225 lib/depends.c:1358
 msgid "NO "
 msgstr ""
 
-#: lib/depends.c:1042
+#: lib/depends.c:1019
 #, fuzzy, c-format
 msgid "%s: %-45s YES (added files)\n"
 msgstr "%s: %s ¤Ï¥Õ¥¡¥¤¥ë¥ê¥¹¥È¤Ë²Ã¤¨¤ë¤³¤È¤Ë¤è¤Ã¤ÆËþ¤µ¤ì¤Þ¤¹¡£\n"
 
-#: lib/depends.c:1153
+#: lib/depends.c:1130
 #, fuzzy, c-format
 msgid "%s: %-45s YES (added provide)\n"
 msgstr "%s: %s ¤Ï provide ¤Ë²Ã¤¨¤ë¤³¤È¤Ë¤è¤Ã¤ÆËþ¤µ¤ì¤Þ¤¹¡£\n"
 
-#: lib/depends.c:1247
+#: lib/depends.c:1224
 #, fuzzy, c-format
 msgid "%s: %-45s %-s (cached)\n"
 msgstr "%s: %s ¤Ï db ¥Ñ¥Ã¥±¡¼¥¸¤Ë¤è¤Ã¤ÆËþ¤µ¤ì¤Æ¤¤¤Þ¤¹¡£\n"
 
-#: lib/depends.c:1276
+#: lib/depends.c:1253
 #, fuzzy, c-format
 msgid "%s: %-45s YES (rpmrc provides)\n"
 msgstr "%s: %s ¤Ï rpmrc ¤¬Ä󶡤¹¤ë¤³¤È¤Ë¤è¤Ã¤ÆËþ¤µ¤ì¤Þ¤¹¡£\n"
 
-#: lib/depends.c:1293
+#: lib/depends.c:1270
 #, fuzzy, c-format
 msgid "%s: %-45s YES (rpmlib provides)\n"
 msgstr "%s: %s ¤Ï rpmrc ¤¬Ä󶡤¹¤ë¤³¤È¤Ë¤è¤Ã¤ÆËþ¤µ¤ì¤Þ¤¹¡£\n"
 
-#: lib/depends.c:1317
+#: lib/depends.c:1294
 #, c-format
 msgid "%s: %-45s YES (db files)\n"
 msgstr ""
 
-#: lib/depends.c:1330
+#: lib/depends.c:1307
 #, fuzzy, c-format
 msgid "%s: %-45s YES (db provides)\n"
 msgstr "%s: %s ¤Ï db ¤¬Ä󶡤¹¤ë¤³¤È¤Ë¤è¤Ã¤ÆËþ¤µ¤ì¤Þ¤¹¡£\n"
 
-#: lib/depends.c:1344
+#: lib/depends.c:1321
 #, fuzzy, c-format
 msgid "%s: %-45s YES (db package)\n"
 msgstr "%s: %s ¤Ï db ¥Ñ¥Ã¥±¡¼¥¸¤Ë¤è¤Ã¤ÆËþ¤µ¤ì¤Æ¤¤¤Þ¤¹¡£\n"
 
-#: lib/depends.c:1360
+#: lib/depends.c:1337
 #, c-format
 msgid "%s: %-45s NO\n"
 msgstr ""
 
-#: lib/depends.c:1381
+#: lib/depends.c:1358
 #, fuzzy, c-format
 msgid "%s: (%s, %s) added to Depends cache.\n"
 msgstr "%s: %s ¤Ï¥Ñ¥Ã¥±¡¼¥¸¤Ë²Ã¤¨¤ë¤³¤È¤Ë¤è¤Ã¤ÆËþ¤µ¤ì¤Þ¤¹¡£\n"
@@ -2265,42 +2265,42 @@ msgstr "%s: %s 
 #. requirements are satisfied.
 #. @switchbreak@
 #. requirements are not satisfied.
-#: lib/depends.c:1454
+#: lib/depends.c:1431
 #, fuzzy, c-format
 msgid "package %s-%s-%s require not satisfied: %s\n"
 msgstr "¥Ñ¥Ã¥±¡¼¥¸ %s ¤Ï require ¤¬Ëþ¤¿¤µ¤ì¤Æ¤¤¤Þ¤»¤ó: %s\n"
 
 #. conflicts exist.
-#: lib/depends.c:1533
+#: lib/depends.c:1510
 #, c-format
 msgid "package %s conflicts: %s\n"
 msgstr "%s ¤È¶¥¹ç¤¹¤ë¥Ñ¥Ã¥±¡¼¥¸¤¬¤¢¤ê¤Þ¤¹: %s\n"
 
-#: lib/depends.c:1786
+#: lib/depends.c:1763
 #, fuzzy, c-format
 msgid "removing %s-%s-%s \"%s\" from tsort relations.\n"
 msgstr "group ¥¤¥ó¥Ç¥Ã¥¯¥¹¤òºï½ü¤·¤Þ¤¹\n"
 
 #. Record all relations.
-#: lib/depends.c:1936
+#: lib/depends.c:1913
 msgid "========== recording tsort relations\n"
 msgstr ""
 
 #. T4. Scan for zeroes.
-#: lib/depends.c:1996
+#: lib/depends.c:1973
 msgid ""
 "========== tsorting packages (order, #predecessors, #succesors, depth)\n"
 msgstr ""
 
-#: lib/depends.c:2046
+#: lib/depends.c:2023
 msgid "========== successors only (presentation order)\n"
 msgstr ""
 
-#: lib/depends.c:2099
+#: lib/depends.c:2076
 msgid "LOOP:\n"
 msgstr ""
 
-#: lib/depends.c:2129
+#: lib/depends.c:2106
 msgid "========== continuing tsort ...\n"
 msgstr ""
 
@@ -2395,7 +2395,7 @@ msgid "dataLength() RPM_STRING_TYPE count must be 1.\n"
 msgstr "grabDate() RPM_STRING_TYPE ¥«¥¦¥ó¥È¤Ï 1 ¤Ç¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó¡£\n"
 
 #. @-modfilesys@
-#: lib/header.c:351 lib/header_internal.c:161 lib/psm.c:971
+#: lib/header.c:351 lib/header_internal.c:161 lib/psm.c:973
 #, c-format
 msgid "Data type %d not supported\n"
 msgstr "¥Ç¡¼¥¿¥¿¥¤¥× %d ¤Ï¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Þ¤»¤ó\n"
@@ -2475,169 +2475,169 @@ msgstr "
 msgid "(unknown type)"
 msgstr "(ÉÔÌÀ¤Ê¥¿¥¤¥×)"
 
-#: lib/misc.c:241 lib/misc.c:246 lib/misc.c:252
+#: lib/misc.c:243 lib/misc.c:248 lib/misc.c:254
 #, fuzzy, c-format
 msgid "error creating temporary file %s\n"
 msgstr "°ì»þ¥Õ¥¡¥¤¥ë %s ¤ÎºîÀ®¥¨¥é¡¼"
 
-#: lib/package.c:162
+#: lib/package.c:163
 #, fuzzy
 msgid "packaging version 1 is not supported by this version of RPM\n"
 msgstr ""
 "¥á¥¸¥ã¡¼ÈÖ¹æ <=3 ¤Î¥Ñ¥Ã¥±¡¼¥¸¤Î¤ß¤³¤Î¥Ð¡¼¥¸¥ç¥ó¤Î RPM ¤Ï¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Þ¤¹"
 
-#: lib/package.c:228
+#: lib/package.c:229
 #, fuzzy
 msgid ""
 "only packaging with major numbers <= 4 is supported by this version of RPM\n"
 msgstr ""
 "¥á¥¸¥ã¡¼ÈÖ¹æ <=3 ¤Î¥Ñ¥Ã¥±¡¼¥¸¤Î¤ß¤³¤Î¥Ð¡¼¥¸¥ç¥ó¤Î RPM ¤Ï¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Þ¤¹"
 
-#: lib/poptBT.c:118
+#: lib/poptBT.c:116
 #, fuzzy, c-format
 msgid "buildroot already specified, ignoring %s\n"
 msgstr "¥Ó¥ë¥É¥ë¡¼¥È¤Ï¤¹¤Ç¤Ë»ØÄꤵ¤ì¤Æ¤¤¤Þ¤¹"
 
-#: lib/poptBT.c:148
+#: lib/poptBT.c:146
 #, fuzzy, c-format
 msgid "build through %prep (unpack sources and apply patches) from <specfile>"
 msgstr "prep (¥½¡¼¥¹¤òŸ³«¤·¥Ñ¥Ã¥Á¤òÅö¤Æ¤Þ¤¹)"
 
-#: lib/poptBT.c:149 lib/poptBT.c:152 lib/poptBT.c:155 lib/poptBT.c:158
-#: lib/poptBT.c:161 lib/poptBT.c:164 lib/poptBT.c:167
+#: lib/poptBT.c:147 lib/poptBT.c:150 lib/poptBT.c:153 lib/poptBT.c:156
+#: lib/poptBT.c:159 lib/poptBT.c:162 lib/poptBT.c:165
 msgid "<specfile>"
 msgstr ""
 
-#: lib/poptBT.c:151
+#: lib/poptBT.c:149
 msgid "build through %build (%prep, then compile) from <specfile>"
 msgstr ""
 
-#: lib/poptBT.c:154
+#: lib/poptBT.c:152
 #, fuzzy
 msgid "build through %install (%prep, %build, then install) from <specfile>"
 msgstr "¥½¡¼¥¹¥Ñ¥Ã¥±¡¼¥¸¤ò¥¤¥ó¥¹¥È¡¼¥ë¤·¤Æ¤¤¤Þ¤¹\n"
 
-#: lib/poptBT.c:157
+#: lib/poptBT.c:155
 #, fuzzy, c-format
 msgid "verify %files section from <specfile>"
 msgstr "°Ê²¼¤Î¥«¥¿¥í¥°¤«¤é i18n ¥»¥¯¥·¥ç¥ó¤òÃÖ¤­´¹¤¨¤Þ¤¹"
 
-#: lib/poptBT.c:160
+#: lib/poptBT.c:158
 #, fuzzy
 msgid "build source and binary packages from <specfile>"
 msgstr "%d ¸Ä¤Î¥½¡¼¥¹¤È %d ¸Ä¤Î¥Ð¥¤¥Ê¥ê¥Ñ¥Ã¥±¡¼¥¸¤¬¸«¤Ä¤«¤ê¤Þ¤·¤¿\n"
 
-#: lib/poptBT.c:163
+#: lib/poptBT.c:161
 #, fuzzy
 msgid "build binary package only from <specfile>"
 msgstr "¥½¡¼¥¹¥Ñ¥Ã¥±¡¼¥¸¤Ï .spec ¥Õ¥¡¥¤¥ë¤ò´Þ¤ó¤Ç¤¤¤Þ¤»¤ó"
 
-#: lib/poptBT.c:166
+#: lib/poptBT.c:164
 #, fuzzy
 msgid "build source package only from <specfile>"
 msgstr "¥½¡¼¥¹¥Ñ¥Ã¥±¡¼¥¸¤Ï .spec ¥Õ¥¡¥¤¥ë¤ò´Þ¤ó¤Ç¤¤¤Þ¤»¤ó"
 
-#: lib/poptBT.c:170
+#: lib/poptBT.c:168
 #, fuzzy, c-format
 msgid "build through %prep (unpack sources and apply patches) from <tarball>"
 msgstr "prep (¥½¡¼¥¹¤òŸ³«¤·¥Ñ¥Ã¥Á¤òÅö¤Æ¤Þ¤¹)"
 
-#: lib/poptBT.c:171 lib/poptBT.c:174 lib/poptBT.c:177 lib/poptBT.c:180
-#: lib/poptBT.c:183 lib/poptBT.c:186 lib/poptBT.c:189
+#: lib/poptBT.c:169 lib/poptBT.c:172 lib/poptBT.c:175 lib/poptBT.c:178
+#: lib/poptBT.c:181 lib/poptBT.c:184 lib/poptBT.c:187
 msgid "<tarball>"
 msgstr ""
 
-#: lib/poptBT.c:173
+#: lib/poptBT.c:171
 msgid "build through %build (%prep, then compile) from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:176
+#: lib/poptBT.c:174
 msgid "build through %install (%prep, %build, then install) from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:179
+#: lib/poptBT.c:177
 #, fuzzy, c-format
 msgid "verify %files section from <tarball>"
 msgstr "°Ê²¼¤Î¥«¥¿¥í¥°¤«¤é i18n ¥»¥¯¥·¥ç¥ó¤òÃÖ¤­´¹¤¨¤Þ¤¹"
 
-#: lib/poptBT.c:182
+#: lib/poptBT.c:180
 #, fuzzy
 msgid "build source and binary packages from <tarball>"
 msgstr "%d ¸Ä¤Î¥½¡¼¥¹¤È %d ¸Ä¤Î¥Ð¥¤¥Ê¥ê¥Ñ¥Ã¥±¡¼¥¸¤¬¸«¤Ä¤«¤ê¤Þ¤·¤¿\n"
 
-#: lib/poptBT.c:185
+#: lib/poptBT.c:183
 #, fuzzy
 msgid "build binary package only from <tarball>"
 msgstr "%d ¸Ä¤Î¥½¡¼¥¹¤È %d ¸Ä¤Î¥Ð¥¤¥Ê¥ê¥Ñ¥Ã¥±¡¼¥¸¤¬¸«¤Ä¤«¤ê¤Þ¤·¤¿\n"
 
-#: lib/poptBT.c:188
+#: lib/poptBT.c:186
 #, fuzzy
 msgid "build source package only from <tarball>"
 msgstr "%d ¸Ä¤Î¥½¡¼¥¹¤È %d ¸Ä¤Î¥Ð¥¤¥Ê¥ê¥Ñ¥Ã¥±¡¼¥¸¤¬¸«¤Ä¤«¤ê¤Þ¤·¤¿\n"
 
-#: lib/poptBT.c:192
+#: lib/poptBT.c:190
 #, fuzzy
 msgid "build binary package from <source package>"
 msgstr "¥Ð¥¤¥Ê¥ê¤ò¥Ñ¥Ã¥±¡¼¥¸²½ (prep¡¢compile¡¢install¡¢package)"
 
-#: lib/poptBT.c:193 lib/poptBT.c:196
+#: lib/poptBT.c:191 lib/poptBT.c:194
 #, fuzzy
 msgid "<source package>"
 msgstr "%d ¸Ä¤Î¥Ñ¥Ã¥±¡¼¥¸¤ò¸«¤Ä¤±¤Þ¤·¤¿\n"
 
-#: lib/poptBT.c:195
+#: lib/poptBT.c:193
 #, fuzzy
 msgid ""
 "build through %install (%prep, %build, then install) from <source package>"
 msgstr "¥½¡¼¥¹¥Ñ¥Ã¥±¡¼¥¸¤ò¥¤¥ó¥¹¥È¡¼¥ë¤·¤Æ¤¤¤Þ¤¹\n"
 
-#: lib/poptBT.c:199
+#: lib/poptBT.c:197
 #, fuzzy
 msgid "override build root"
 msgstr "¥Ó¥ë¥É¥ë¡¼¥È¤ò¾å½ñ¤­¤·¤Þ¤¹"
 
-#: lib/poptBT.c:203 rpmdb/poptDB.c:32
+#: lib/poptBT.c:201 rpmdb/poptDB.c:29
 msgid "generate headers compatible with rpm4 packaging"
 msgstr ""
 
-#: lib/poptBT.c:205
+#: lib/poptBT.c:203
 msgid "ignore ExcludeArch: directives from spec file"
 msgstr ""
 
-#: lib/poptBT.c:207
+#: lib/poptBT.c:205
 #, fuzzy
 msgid "debug file state machine"
 msgstr "ÉÔÀµ¤Ê¥Õ¥¡¥¤¥ë¤Î¾õÂÖ: %s"
 
-#: lib/poptBT.c:209
+#: lib/poptBT.c:207
 #, fuzzy
 msgid "do not execute any stages of the build"
 msgstr "ºîÀ®¤¹¤ë¤¿¤á¤Î¤É¤ÎÃʳ¬¤â¼Â¹Ô¤·¤Þ¤»¤ó"
 
-#: lib/poptBT.c:211
+#: lib/poptBT.c:209
 #, fuzzy
 msgid "do not verify build dependencies"
 msgstr "¥Ñ¥Ã¥±¡¼¥¸¤Î°Í¸´Ø·¸¤Î¸¡¾Ú¤ò¤·¤Þ¤»¤ó"
 
-#: lib/poptBT.c:213
+#: lib/poptBT.c:211
 msgid "generate package header(s) compatible with (legacy) rpm[23] packaging"
 msgstr ""
 
-#: lib/poptBT.c:216
+#: lib/poptBT.c:214
 #, fuzzy
 msgid "do not accept i18N msgstr's from specfile"
 msgstr "¥¹¥Ú¥Ã¥¯¥Õ¥¡¥¤¥ë¤«¤é I18N ¤Ê msgstr ¤ò¼õ¤±Æþ¤ì¤Þ¤»¤ó"
 
-#: lib/poptBT.c:220
+#: lib/poptBT.c:218
 #, fuzzy
 msgid "remove specfile when done"
 msgstr "½ªÎ»¸å¥¹¥Ú¥Ã¥¯¥Õ¥¡¥¤¥ë¤òºï½ü¤·¤Þ¤¹"
 
-#: lib/poptBT.c:226
+#: lib/poptBT.c:224
 msgid "override target platform"
 msgstr "¥¿¡¼¥²¥Ã¥È¥×¥é¥Ã¥È¥Õ¥©¡¼¥à¤ò¾å½ñ¤­¤·¤Þ¤¹"
 
-#: lib/poptBT.c:228
+#: lib/poptBT.c:226
 #, fuzzy
 msgid "lookup i18N strings in specfile catalog"
 msgstr "¥¹¥Ú¥Ã¥¯¥Õ¥¡¥¤¥ë¥«¥¿¥í¥°Ãæ¤Î I18N Ê¸»úÎó¤òõ¤·¤Æ¤¤¤Þ¤¹"
@@ -3004,111 +3004,111 @@ msgstr ""
 msgid "unknown error %d encountered while manipulating package %s"
 msgstr "ÉÔÌÀ¤Ê¥¨¥é¡¼ %d ¤¬¥Ñ¥Ã¥±¡¼¥¸ %s-%s-%s ¤ÎÁàºîÃæ¤Ë¤ª¤­¤Þ¤·¤¿"
 
-#: lib/psm.c:313
+#: lib/psm.c:315
 msgid "========== relocations\n"
 msgstr ""
 
-#: lib/psm.c:317
+#: lib/psm.c:319
 #, fuzzy, c-format
 msgid "%5d exclude  %s\n"
 msgstr "OS ¤Ï½ü³°¤µ¤ì¤Æ¤¤¤Þ¤¹: %s"
 
-#: lib/psm.c:320
+#: lib/psm.c:322
 #, fuzzy, c-format
 msgid "%5d relocate %s -> %s\n"
 msgstr "%s ¤ò %s ¤ËºÆÇÛÃÖ¤·¤Æ¤¤¤Þ¤¹\n"
 
-#: lib/psm.c:390
+#: lib/psm.c:392
 #, fuzzy, c-format
 msgid "excluding multilib path %s%s\n"
 msgstr "¥Õ¥¡¥¤¥ë¤Î½ü³°: %s%s\n"
 
-#: lib/psm.c:456
+#: lib/psm.c:458
 #, fuzzy, c-format
 msgid "excluding %s %s\n"
 msgstr "¥Õ¥¡¥¤¥ë¤Î½ü³°: %s%s\n"
 
-#: lib/psm.c:466
+#: lib/psm.c:468
 #, c-format
 msgid "relocating %s to %s\n"
 msgstr "%s ¤ò %s ¤ËºÆÇÛÃÖ¤·¤Æ¤¤¤Þ¤¹\n"
 
-#: lib/psm.c:545
+#: lib/psm.c:547
 #, fuzzy, c-format
 msgid "relocating directory %s to %s\n"
 msgstr "¥Ç¥£¥ì¥¯¥È¥ê %s ¤ò %s ¤ËºÆÇÛÃÖ¤·¤Æ¤¤¤Þ¤¹\n"
 
-#: lib/psm.c:1168
+#: lib/psm.c:1170
 #, fuzzy, c-format
 msgid "cannot create %%%s %s\n"
 msgstr "%s ¤òºîÀ®¤Ç¤­¤Þ¤»¤ó: %s\n"
 
-#: lib/psm.c:1174
+#: lib/psm.c:1176
 #, fuzzy, c-format
 msgid "cannot write to %%%s %s\n"
 msgstr "%s ¤Ø½ñ¤­¹þ¤á¤Þ¤»¤ó"
 
-#: lib/psm.c:1212
+#: lib/psm.c:1214
 #, fuzzy
 msgid "source package expected, binary found\n"
 msgstr "¥½¡¼¥¹¥Ñ¥Ã¥±¡¼¥¸¤¬´üÂÔ¤µ¤ì¤Þ¤¹¡¢¥Ð¥¤¥Ê¥ê¤Ï¸«¤Ä¤«¤ê¤Þ¤·¤¿"
 
-#: lib/psm.c:1323
+#: lib/psm.c:1325
 #, fuzzy
 msgid "source package contains no .spec file\n"
 msgstr "¥½¡¼¥¹¥Ñ¥Ã¥±¡¼¥¸¤Ï .spec ¥Õ¥¡¥¤¥ë¤ò´Þ¤ó¤Ç¤¤¤Þ¤»¤ó"
 
-#: lib/psm.c:1430
+#: lib/psm.c:1432
 #, fuzzy, c-format
 msgid "%s: running %s scriptlet\n"
 msgstr "¥Ý¥¹¥È¥¤¥ó¥¹¥È¡¼¥ë¥¹¥¯¥ê¥×¥È(¤¬Í­¤ì¤Ð)¤ò¼Â¹Ô¤·¤Þ¤¹\n"
 
-#: lib/psm.c:1598
+#: lib/psm.c:1600
 #, fuzzy, c-format
 msgid "execution of %s scriptlet from %s-%s-%s failed, waitpid returned %s\n"
 msgstr "¥¹¥¯¥ê¥×¥È¤Î¼Â¹Ô¤Ë¼ºÇÔ"
 
-#: lib/psm.c:1605
+#: lib/psm.c:1607
 #, fuzzy, c-format
 msgid "execution of %s scriptlet from %s-%s-%s failed, exit status %d\n"
 msgstr "¥¹¥¯¥ê¥×¥È¤Î¼Â¹Ô¤Ë¼ºÇÔ"
 
-#: lib/psm.c:1952
+#: lib/psm.c:1954
 #, fuzzy, c-format
 msgid "%s: %s-%s-%s has %d files, test = %d\n"
 msgstr "¥Ñ¥Ã¥±¡¼¥¸: %s-%s-%s ¥Õ¥¡¥¤¥ë¥Æ¥¹¥È = %d\n"
 
-#: lib/psm.c:2069
+#: lib/psm.c:2071
 #, c-format
 msgid "%s: %s scriptlet failed (%d), skipping %s-%s-%s\n"
 msgstr ""
 
-#: lib/psm.c:2184
+#: lib/psm.c:2186
 #, fuzzy, c-format
 msgid "user %s does not exist - using root\n"
 msgstr "¥æ¡¼¥¶ %s ¤Ï¸ºß¤·¤Þ¤»¤ó - root ¤ò»ÈÍѤ·¤Þ¤¹"
 
-#: lib/psm.c:2193
+#: lib/psm.c:2195
 #, fuzzy, c-format
 msgid "group %s does not exist - using root\n"
 msgstr "¥°¥ë¡¼¥× %s ¤Ï¸ºß¤·¤Þ¤»¤ó - root ¤ò»ÈÍѤ·¤Þ¤¹"
 
-#: lib/psm.c:2234
+#: lib/psm.c:2236
 #, fuzzy, c-format
 msgid "unpacking of archive failed%s%s: %s\n"
 msgstr "¥Õ¥¡¥¤¥ë %s ¤Î¥¢¡¼¥«¥¤¥Ö¤Î¿­Ä¹¤Ë¼ºÇÔ %s%s: %s"
 
-#: lib/psm.c:2235
+#: lib/psm.c:2237
 #, fuzzy
 msgid " on file "
 msgstr "¥Õ¥¡¥¤¥ë¾å"
 
-#: lib/psm.c:2421
+#: lib/psm.c:2423
 #, fuzzy, c-format
 msgid "%s failed on file %s: %s\n"
 msgstr "%s ¤Î¥ª¡¼¥×¥ó¤Ë¼ºÇÔ: %s"
 
-#: lib/psm.c:2424
+#: lib/psm.c:2426
 #, fuzzy, c-format
 msgid "%s failed: %s\n"
 msgstr "%s ¼ºÇÔ"
@@ -3515,223 +3515,223 @@ msgstr ""
 msgid "Unable to open %s for reading: %s.\n"
 msgstr "Æɤ߹þ¤à¤¿¤á¤Ë %s ¤ò¥ª¡¼¥×¥ó¤Ç¤­¤Þ¤»¤ó: %s¡£"
 
-#: lib/signature.c:114
+#: lib/signature.c:115
 msgid "file is not regular -- skipping size check\n"
 msgstr ""
 "¥Õ¥¡¥¤¥ë¤Ï°ìÈ̤Υե¡¥¤¥ë¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó -- ¥µ¥¤¥º¥Á¥§¥Ã¥¯¤ò¥¹¥­¥Ã¥×¤·¤Þ¤¹\n"
 
-#: lib/signature.c:123
+#: lib/signature.c:124
 #, c-format
 msgid "Expected size: %12d = lead(%d)+sigs(%d)+pad(%d)+data(%d)\n"
 msgstr ""
 
-#: lib/signature.c:128
+#: lib/signature.c:129
 #, fuzzy, c-format
 msgid "  Actual size: %12d\n"
 msgstr "½ð̾¥µ¥¤¥º: %d\n"
 
-#: lib/signature.c:148
+#: lib/signature.c:149
 msgid "No signature\n"
 msgstr "½ð̾¤Ï¤¢¤ê¤Þ¤»¤ó\n"
 
-#: lib/signature.c:152
+#: lib/signature.c:153
 msgid "Old PGP signature\n"
 msgstr "¸Å¤¤ PGP ½ð̾\n"
 
-#: lib/signature.c:165
+#: lib/signature.c:166
 #, fuzzy
 msgid "Old (internal-only) signature!  How did you get that!?\n"
 msgstr "¸Å¤¤(ÆâÉô¤À¤±¤Î)½ð̾!  ¤É¤¦¤ä¤Ã¤Æ¤½¤ì¤ò¼ê¤Ë¤¤¤ì¤Þ¤·¤¿¤«!?"
 
-#: lib/signature.c:221
+#: lib/signature.c:222
 #, fuzzy, c-format
 msgid "Signature: size(%d)+pad(%d)\n"
 msgstr "½ð̾¥µ¥¤¥º: %d\n"
 
-#: lib/signature.c:284
+#: lib/signature.c:285
 #, fuzzy, c-format
 msgid "Couldn't exec pgp (%s)\n"
 msgstr "pgp ¤ò¼Â¹Ô¤Ç¤­¤Þ¤»¤ó(%s)"
 
-#: lib/signature.c:297
+#: lib/signature.c:298
 #, fuzzy
 msgid "pgp failed\n"
 msgstr "pgp ¼ºÇÔ"
 
 #. PGP failed to write signature
 #. Just in case
-#: lib/signature.c:304
+#: lib/signature.c:305
 #, fuzzy
 msgid "pgp failed to write signature\n"
 msgstr "pgp ¤¬½ð̾¤ò½ñ¤­¹þ¤à¤Î¤Ë¼ºÇÔ¤·¤Þ¤·¤¿"
 
-#: lib/signature.c:309
+#: lib/signature.c:310
 #, c-format
 msgid "PGP sig size: %d\n"
 msgstr "PGP ½ð̾¥µ¥¤¥º: %s\n"
 
-#: lib/signature.c:324 lib/signature.c:411
+#: lib/signature.c:325 lib/signature.c:412
 #, fuzzy
 msgid "unable to read the signature\n"
 msgstr "½ð̾¤òÆɤळ¤È¤¬¤Ç¤­¤Þ¤»¤ó"
 
-#: lib/signature.c:329
+#: lib/signature.c:330
 #, c-format
 msgid "Got %d bytes of PGP sig\n"
 msgstr "PGP ½ð̾¤Î %d ¥Ð¥¤¥È¤ò¼èÆÀ\n"
 
-#: lib/signature.c:371 lib/signature.c:501
+#: lib/signature.c:372 lib/signature.c:502
 #, fuzzy
 msgid "Couldn't exec gpg\n"
 msgstr "gpg ¤ò¼Â¹Ô¤Ç¤­¤Þ¤»¤ó"
 
-#: lib/signature.c:384
+#: lib/signature.c:385
 #, fuzzy
 msgid "gpg failed\n"
 msgstr "gpg ¼ºÇÔ"
 
 #. GPG failed to write signature
 #. Just in case
-#: lib/signature.c:391
+#: lib/signature.c:392
 #, fuzzy
 msgid "gpg failed to write signature\n"
 msgstr "gpg ¤¬½ð̾¤ò½ñ¤­¹þ¤à¤Î¤Ë¼ºÇÔ¤·¤Þ¤·¤¿"
 
-#: lib/signature.c:396
+#: lib/signature.c:397
 #, fuzzy, c-format
 msgid "GPG sig size: %d\n"
 msgstr "GPG ½ð̾¥µ¥¤¥º: %s\n"
 
-#: lib/signature.c:416
+#: lib/signature.c:417
 #, fuzzy, c-format
 msgid "Got %d bytes of GPG sig\n"
 msgstr "GPG ½ð̾¤Î %d ¥Ð¥¤¥È¤ò¼èÆÀ\n"
 
-#: lib/signature.c:444
+#: lib/signature.c:445
 #, fuzzy
 msgid "Generating signature using PGP.\n"
 msgstr "PGP ¤ò»ÈÍѤ·¤Æ½ð̾¤ÎÀ¸À®Ãæ\n"
 
-#: lib/signature.c:450
+#: lib/signature.c:451
 #, fuzzy
 msgid "Generating signature using GPG.\n"
 msgstr "GPG ¤ò»ÈÍѤ·¤Æ½ð̾¤ÎÀ¸À®Ãæ\n"
 
-#: lib/signature.c:530
+#: lib/signature.c:531
 #, fuzzy
 msgid "Couldn't exec pgp\n"
 msgstr "pgp ¤ò¼Â¹Ô¤Ç¤­¤Þ¤»¤ó"
 
 #. @notreached@
 #. This case should have been screened out long ago.
-#: lib/signature.c:534 lib/signature.c:587
+#: lib/signature.c:535 lib/signature.c:588
 #, fuzzy, c-format
 msgid "Invalid %%_signature spec in macro file\n"
 msgstr "¥Þ¥¯¥í¥Õ¥¡¥¤¥ëÃæ¤Î̵¸ú¤Ê %%_signature ¡£\n"
 
-#: lib/signature.c:567
+#: lib/signature.c:568
 #, fuzzy, c-format
 msgid "You must set \"%%_gpg_name\" in your macro file\n"
 msgstr "¥Þ¥¯¥í¥Õ¥¡¥¤¥ë¤Ë \"%%_pgp_name\" ¤òÀßÄꤷ¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó"
 
-#: lib/signature.c:579
+#: lib/signature.c:580
 #, fuzzy, c-format
 msgid "You must set \"%%_pgp_name\" in your macro file\n"
 msgstr "¥Þ¥¯¥í¥Õ¥¡¥¤¥ë¤Ë \"%%_pgp_name\" ¤òÀßÄꤷ¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó"
 
-#: lib/transaction.c:308
+#: lib/transaction.c:309
 #, c-format
 msgid "%s skipped due to missingok flag\n"
 msgstr "%s ¤Ï missingok ¥Õ¥é¥°¤Î¤¿¤á¥¹¥­¥Ã¥×¤·¤Þ¤¹\n"
 
 #. @innercontinue@
-#: lib/transaction.c:936
+#: lib/transaction.c:937
 #, fuzzy, c-format
 msgid "excluding directory %s\n"
 msgstr "¥Ç¥£¥ì¥¯¥È¥ê¤Î½ü³°: %s\n"
 
-#: lib/verify.c:240
+#: lib/verify.c:242
 #, fuzzy
 msgid "package lacks both user name and id lists (this should never happen)\n"
 msgstr ""
 "¥Ñ¥Ã¥±¡¼¥¸¤Ï ¥æ¡¼¥¶Ì¾¤È id ¥ê¥¹¥È¤ÎξÊý¤¬·ç¤±¤Æ¤¤¤Þ¤¹(¤³¤ì¤Ï·è¤·¤Æµ¯¤­¤Æ¤Ï¤Ê"
 "¤é¤Ê¤¤)"
 
-#: lib/verify.c:261
+#: lib/verify.c:263
 #, fuzzy
 msgid "package lacks both group name and id lists (this should never happen)\n"
 msgstr ""
 "¥Ñ¥Ã¥±¡¼¥¸¤Ï¥°¥ë¡¼¥×̾¤È id ¥ê¥¹¥È¤ÎξÊý¤¬·ç¤±¤Æ¤¤¤Þ¤¹(¤³¤ì¤Ï·è¤·¤Æµ¯¤­¤Æ¤Ï¤Ê"
 "¤é¤Ê¤¤)"
 
-#: lib/verify.c:398
+#: lib/verify.c:400
 #, fuzzy, c-format
 msgid "missing    %s"
 msgstr "%s ¤¬¸«¤Ä¤«¤ê¤Þ¤»¤ó\n"
 
-#: lib/verify.c:495
+#: lib/verify.c:497
 #, 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:101 rpmdb/db3.c:100
+#: rpmdb/db1.c:100 rpmdb/db3.c:100
 #, c-format
 msgid "db%d error(%d) from %s: %s\n"
 msgstr ""
 
-#: rpmdb/db1.c:104 rpmdb/db3.c:103
+#: rpmdb/db1.c:103 rpmdb/db3.c:103
 #, c-format
 msgid "db%d error(%d): %s\n"
 msgstr ""
 
-#: rpmdb/db1.c:171
+#: rpmdb/db1.c:170
 #, c-format
 msgid ""
 "Broken package chain at offset %d(0x%08x), attempting to reconnect ...\n"
 msgstr ""
 
-#: rpmdb/db1.c:183
+#: rpmdb/db1.c:182
 #, c-format
 msgid "Reconnecting broken chain at offset %d(0x%08x).\n"
 msgstr ""
 
 #. @=branchstate@
-#: rpmdb/db1.c:509
+#: rpmdb/db1.c:508
 #, c-format
 msgid "closed  db file        %s\n"
 msgstr ""
 
-#: rpmdb/db1.c:512
+#: rpmdb/db1.c:511
 #, fuzzy, c-format
 msgid "removed db file        %s\n"
 msgstr "%s ÍѤΠfile ¥¤¥ó¥Ç¥Ã¥¯¥¹¤òºï½ü¤·¤Þ¤¹\n"
 
-#: rpmdb/db1.c:547
+#: rpmdb/db1.c:546
 #, fuzzy, c-format
 msgid "bad db file %s\n"
 msgstr "ÉÔÀµ¤Ê¥Õ¥¡¥¤¥ë¤Î¾õÂÖ: %s"
 
-#: rpmdb/db1.c:552
+#: 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:575
+#: rpmdb/db1.c:574
 #, fuzzy, c-format
 msgid "cannot get %s lock on database\n"
 msgstr "¥Ç¡¼¥¿¥Ù¡¼¥¹¤Î %s ¤ò¥í¥Ã¥¯¤Ç¤­¤Þ¤»¤ó"
 
-#: rpmdb/db1.c:576 rpmdb/db3.c:1213
+#: rpmdb/db1.c:575 rpmdb/db3.c:1213
 msgid "exclusive"
 msgstr "½ü³°"
 
-#: rpmdb/db1.c:576 rpmdb/db3.c:1213
+#: rpmdb/db1.c:575 rpmdb/db3.c:1213
 msgid "shared"
 msgstr "¶¦Í­"
 
@@ -3810,172 +3810,172 @@ msgstr ""
 "http://www.rpm.org ¤â¤·¤¯¤Ï rpm-list@redhat.com ¥á¡¼¥ê¥ó¥°¥ê¥¹¥È¤«¤é\n"
 "¾ÜºÙ¤Ê¾ðÊ󤬼èÆÀ¤Ç¤­¤Þ¤¹¡£\n"
 
-#: rpmdb/poptDB.c:22
+#: rpmdb/poptDB.c:19
 msgid "initialize database"
 msgstr ""
 
-#: rpmdb/poptDB.c:24
+#: rpmdb/poptDB.c:21
 #, fuzzy
 msgid "rebuild database inverted lists from installed package headers"
 msgstr "´û¸¤Î¥Ç¡¼¥¿¥Ù¡¼¥¹¤«¤é¥Ç¡¼¥¿¥Ù¡¼¥¹¤òºÆ¹½ÃÛ¤·¤Þ¤¹"
 
-#: rpmdb/poptDB.c:29
+#: rpmdb/poptDB.c:26
 msgid "generate headers compatible with (legacy) rpm[23] packaging"
 msgstr ""
 
 #. @-modfilesys@
-#: rpmdb/rpmdb.c:130
+#: rpmdb/rpmdb.c:126
 #, c-format
 msgid "dbiTagsInit: unrecognized tag name: \"%s\" ignored\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:384
+#: rpmdb/rpmdb.c:380
 #, fuzzy, c-format
 msgid "cannot open %s index using db%d - %s (%d)\n"
 msgstr "%s ¤ò¥ª¡¼¥×¥ó¤Ç¤­¤Þ¤»¤ó  %s:%d"
 
-#: rpmdb/rpmdb.c:406
+#: rpmdb/rpmdb.c:402
 #, fuzzy, c-format
 msgid "cannot open %s index\n"
 msgstr "%s ¤ò¥ª¡¼¥×¥ó¤Ç¤­¤Þ¤»¤ó\n"
 
-#: rpmdb/rpmdb.c:498
+#: rpmdb/rpmdb.c:494
 #, fuzzy, c-format
 msgid "error(%d) getting \"%s\" records from %s index\n"
 msgstr "¥ì¥³¡¼¥É %s ¤Î¼èÆÀ¤Î¥¨¥é¡¼ (%s ¤«¤é)"
 
-#: rpmdb/rpmdb.c:629
+#: rpmdb/rpmdb.c:625
 #, fuzzy, c-format
 msgid "error(%d) storing record %s into %s\n"
 msgstr "¥ì¥³¡¼¥É %s ¤ò %s ¤Ë¥¹¥È¥¢¤Ç¥¨¥é¡¼ "
 
-#: rpmdb/rpmdb.c:639
+#: rpmdb/rpmdb.c:635
 #, fuzzy, c-format
 msgid "error(%d) removing record %s from %s\n"
 msgstr "¥ì¥³¡¼¥É %s ¤ò %s ¤Ëºï½ü¤Ç¥¨¥é¡¼"
 
-#: rpmdb/rpmdb.c:893
+#: rpmdb/rpmdb.c:889
 #, fuzzy
 msgid "no dbpath has been set\n"
 msgstr "dbpath ¤¬ÀßÄꤵ¤ì¤Æ¤¤¤Þ¤»¤ó"
 
-#: rpmdb/rpmdb.c:1032
+#: rpmdb/rpmdb.c:1028
 msgid ""
 "old format database is present; use --rebuilddb to generate a new format "
 "database\n"
 msgstr ""
 
 #. error
-#: rpmdb/rpmdb.c:1277
+#: rpmdb/rpmdb.c:1273
 #, fuzzy, c-format
 msgid "error(%d) counting packages\n"
 msgstr "¥Ñ¥Ã¥±¡¼¥¸ %s ¤Îõº÷¥¨¥é¡¼\n"
 
-#: rpmdb/rpmdb.c:2061 rpmdb/rpmdb.c:3276
+#: rpmdb/rpmdb.c:2057 rpmdb/rpmdb.c:3310
 #, fuzzy, c-format
 msgid "record number %u in database is bad -- skipping.\n"
 msgstr "¥Ç¡¼¥¿¥Ù¡¼¥¹Ãæ¤Î¥ì¥³¡¼¥ÉÈÖ¹æ %d ¤ÏÉÔÀµ¤Ç¤¹ -- ¥¹¥­¥Ã¥×¤·¤Þ¤¹"
 
-#: rpmdb/rpmdb.c:2114
+#: rpmdb/rpmdb.c:2110
 #, c-format
 msgid "rpmdb: damaged header instance #%u retrieved, skipping.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2384
+#: rpmdb/rpmdb.c:2380
 #, fuzzy, c-format
 msgid "%s: cannot read header at 0x%x\n"
 msgstr "¸¡º÷¤Î¤¿¤á¤Î %d ¤Ç ¥Ø¥Ã¥À¤òÆɤळ¤È¤¬¤Ç¤­¤Þ¤»¤ó"
 
-#: rpmdb/rpmdb.c:2456
+#: rpmdb/rpmdb.c:2452
 #, fuzzy, c-format
 msgid "removing \"%s\" from %s index.\n"
 msgstr "group ¥¤¥ó¥Ç¥Ã¥¯¥¹¤òºï½ü¤·¤Þ¤¹\n"
 
-#: rpmdb/rpmdb.c:2465
+#: rpmdb/rpmdb.c:2461
 #, fuzzy, c-format
 msgid "removing %d entries from %s index.\n"
 msgstr "name ¥¤¥ó¥Ç¥Ã¥¯¥¹ºï½ü¤·¤Þ¤¹\n"
 
-#: rpmdb/rpmdb.c:2666
+#: rpmdb/rpmdb.c:2662
 #, fuzzy, c-format
 msgid "error(%d) allocating new package instance\n"
 msgstr "¥Ñ¥Ã¥±¡¼¥¸ %s ¤Îõº÷¥¨¥é¡¼\n"
 
-#: rpmdb/rpmdb.c:2747
+#: rpmdb/rpmdb.c:2743
 #, fuzzy, c-format
 msgid "adding \"%s\" to %s index.\n"
 msgstr "%s ¤ò %s ¤Ø̾Á°¤òÊѹ¹¤·¤Þ¤¹\n"
 
-#: rpmdb/rpmdb.c:2758
+#: rpmdb/rpmdb.c:2754
 #, fuzzy, c-format
 msgid "adding %d entries to %s index.\n"
 msgstr "%s ¤ò %s ¤Ø̾Á°¤òÊѹ¹¤·¤Þ¤¹\n"
 
-#: rpmdb/rpmdb.c:3162
+#: rpmdb/rpmdb.c:3196
 #, c-format
 msgid "removing %s after successful db3 rebuild.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3195
+#: rpmdb/rpmdb.c:3229
 msgid "no dbpath has been set"
 msgstr "dbpath ¤¬ÀßÄꤵ¤ì¤Æ¤¤¤Þ¤»¤ó"
 
-#: rpmdb/rpmdb.c:3222
+#: rpmdb/rpmdb.c:3256
 #, fuzzy, c-format
 msgid "rebuilding database %s into %s\n"
 msgstr "rootdir %s Ãæ¤Ç¥Ç¡¼¥¿¥Ù¡¼¥¹¤òºÆ¹½ÃÛ¤·¤Þ¤¹\n"
 
-#: rpmdb/rpmdb.c:3226
+#: rpmdb/rpmdb.c:3260
 #, fuzzy, c-format
 msgid "temporary database %s already exists\n"
 msgstr "°ì»þŪ¤Ê¥Ç¡¼¥¿¥Ù¡¼¥¹ %s ¤Ï¤¹¤Ç¤Ë¸ºß¤·¤Æ¤¤¤Þ¤¹"
 
-#: rpmdb/rpmdb.c:3232
+#: rpmdb/rpmdb.c:3266
 #, fuzzy, c-format
 msgid "creating directory %s\n"
 msgstr "¥Ç¥£¥ì¥¯¥È¥ê¤ÎºîÀ®: %s\n"
 
-#: rpmdb/rpmdb.c:3234
+#: rpmdb/rpmdb.c:3268
 #, fuzzy, c-format
 msgid "creating directory %s: %s\n"
 msgstr "¥Ç¥£¥ì¥¯¥È¥ê¤ÎºîÀ®: %s\n"
 
-#: rpmdb/rpmdb.c:3241
+#: rpmdb/rpmdb.c:3275
 #, fuzzy, c-format
 msgid "opening old database with dbapi %d\n"
 msgstr "¸Å¤¤¥Ç¡¼¥¿¥Ù¡¼¥¹¤Î¥ª¡¼¥×¥ó\n"
 
-#: rpmdb/rpmdb.c:3252
+#: rpmdb/rpmdb.c:3286
 #, fuzzy, c-format
 msgid "opening new database with dbapi %d\n"
 msgstr "¿·¤·¤¤¥Ç¡¼¥¿¥Ù¡¼¥¹¤Î¥ª¡¼¥×¥ó\n"
 
-#: rpmdb/rpmdb.c:3316
+#: rpmdb/rpmdb.c:3350
 #, fuzzy, c-format
 msgid "cannot add record originally at %u\n"
 msgstr "%d ¤Ë ¥ª¥ê¥¸¥Ê¥ë¤Î¥ì¥³¡¼¥É¤òÉղäǤ­¤Þ¤»¤ó"
 
-#: rpmdb/rpmdb.c:3334
+#: rpmdb/rpmdb.c:3368
 #, fuzzy
 msgid "failed to rebuild database: original database remains in place\n"
 msgstr ""
 "¥Ç¡¼¥¿¥Ù¡¼¥¹¤ÎºÆ¹½Ãۤ˼ºÇÔ; ¥ª¥ê¥¸¥Ê¥ë¥Ç¡¼¥¿¥Ù¡¼¥¹¤¬¤Þ¤À¤½¤³¤Ë»Ä¤Ã¤Æ¤¤¤Þ¤¹\n"
 
-#: rpmdb/rpmdb.c:3342
+#: rpmdb/rpmdb.c:3376
 msgid "failed to replace old database with new database!\n"
 msgstr "¸Å¤¤¥Ç¡¼¥¿¥Ù¡¼¥¹¤ò¿·¤·¤¤¥Ç¡¼¥¿¥Ù¡¼¥¹¤ËÃÖ¤­´¹¤¨¤ë¤Î¤Ë¼ºÇÔ!\n"
 
-#: rpmdb/rpmdb.c:3344
+#: rpmdb/rpmdb.c:3378
 #, fuzzy, c-format
 msgid "replace files in %s with files from %s to recover"
 msgstr "%s Ãæ¤Î¥Õ¥¡¥¤¥ë¤ò¥ê¥«¥Ð¡¼¤¹¤ë¤¿¤á¤Ë %s ¤«¤é¥Õ¥¡¥¤¥ë¤ÈÃÖ¤­´¹¤¨¤Þ¤¹"
 
-#: rpmdb/rpmdb.c:3354
+#: rpmdb/rpmdb.c:3388
 #, fuzzy, c-format
 msgid "removing directory %s\n"
 msgstr "¥Ç¥£¥ì¥¯¥È¥ê¤ÎºîÀ®: %s\n"
 
-#: rpmdb/rpmdb.c:3356
+#: rpmdb/rpmdb.c:3390
 #, fuzzy, c-format
 msgid "failed to remove directory %s: %s\n"
 msgstr "¥Ç¥£¥ì¥¯¥È¥ê %s ¤Îºï½ü¼ºÇÔ: %s\n"
index 4f9fbeb..e300adb 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-20 18:27-0400\n"
+"POT-Creation-Date: 2001-10-21 17:21-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"
@@ -732,15 +732,15 @@ msgstr ""
 "¹ÙÀ̳ʸ®¿Í ¼Ò½º ÆÐÅ°Áö Á¦ÀÛ (Áغñ °úÁ¤, ÄÄÆÄÀÏ, ¼³Ä¡, ¹ÙÀ̳ʸ®¿Í ¼Ò½º ÆÐÅ°Áö"
 "¸¦ Á¦ÀÛÇÕ´Ï´Ù)"
 
-#: lib/poptBT.c:222 rpm.c:523
+#: lib/poptBT.c:220 rpm.c:523
 msgid "skip straight to specified stage (only for c,i)"
 msgstr "ÁöÁ¤µÈ ´Ü°è·Î ¹Ù·Î ÁøÇàÇÕ´Ï´Ù (c,i ¿¡¼­¸¸ »ç¿ë °¡´É)"
 
-#: lib/poptBT.c:201 rpm.c:525
+#: lib/poptBT.c:199 rpm.c:525
 msgid "remove build tree when done"
 msgstr "ÆÐÅ°Áö Á¦ÀÛ ÈÄ¿¡ ¼Ò½º ÆÄÀÏÀ» Ç®°í ÀÛ¾÷ÇÑ µð·ºÅ丮¸¦ »èÁ¦ÇÕ´Ï´Ù"
 
-#: lib/poptBT.c:218 rpm.c:527
+#: lib/poptBT.c:216 rpm.c:527
 msgid "remove sources when done"
 msgstr "ÆÐÅ°Áö Á¦ÀÛ ÈÄ¿¡ ¼Ò½º ÆÄÀÏÀ» »èÁ¦ÇÕ´Ï´Ù"
 
@@ -748,7 +748,7 @@ msgstr "
 msgid "remove spec file when done"
 msgstr "ÆÐÅ°Áö Á¦ÀÛ ÈÄ¿¡ spec ÆÄÀÏÀ» »èÁ¦ÇÕ´Ï´Ù"
 
-#: lib/poptBT.c:224 rpm.c:531
+#: lib/poptBT.c:222 rpm.c:531
 msgid "generate PGP/GPG signature"
 msgstr "PGP/GPG ¼­¸íÀ» ÀÛ¼ºÇÕ´Ï´Ù"
 
@@ -840,7 +840,7 @@ msgstr "
 msgid "rebuild database from existing database"
 msgstr "±âÁ¸ÀÇ µ¥ÀÌÅͺ£À̽º¸¦ À籸ÃàÇÕ´Ï´Ù"
 
-#: rpm.c:565 rpmdb/poptDB.c:27
+#: rpm.c:565 rpmdb/poptDB.c:24
 msgid "verify database files"
 msgstr "µ¥ÀÌÅͺ£À̽º ÆÄÀÏÀ» °Ë»çÇÕ´Ï´Ù"
 
@@ -1268,7 +1268,7 @@ msgstr "
 msgid "no tar files given for build"
 msgstr "ÆÐÅ°Áö Á¦ÀÛ¿¡ ÇÊ¿äÇÑ tar ÆÄÀÏÀ» ÁöÁ¤ÇÏÁö ¾ÊÀ¸¼Ì½À´Ï´Ù"
 
-#: build/build.c:125 build/pack.c:471
+#: build/build.c:125 build/pack.c:466
 msgid "Unable to open temp file.\n"
 msgstr "ÀӽàÆÄÀÏÀ» ¿­ ¼ö ¾ø½À´Ï´Ù.\n"
 
@@ -1346,181 +1346,181 @@ msgstr "'&&' 
 msgid "syntax error in expression\n"
 msgstr "Ç¥Çö½Ä¿¡¼­ ±¸¹® ¿À·ù°¡ ¹ß»ýÇß½À´Ï´Ù\n"
 
-#: build/files.c:274
+#: build/files.c:270
 #, c-format
 msgid "TIMECHECK failure: %s\n"
 msgstr "TIMECHECK ½ÇÆÐ: %s\n"
 
-#: build/files.c:333 build/files.c:525 build/files.c:708
+#: build/files.c:329 build/files.c:521 build/files.c:704
 #, c-format
 msgid "Missing '(' in %s %s\n"
 msgstr "%s %s ¿¡¼­ '(' ¸¦ Ã£À» ¼ö ¾ø½À´Ï´Ù\n"
 
-#: build/files.c:344 build/files.c:650 build/files.c:719
+#: build/files.c:340 build/files.c:646 build/files.c:715
 #, c-format
 msgid "Missing ')' in %s(%s\n"
 msgstr "%s(%s ¿¡¼­ ')' ¸¦ Ã£À» ¼ö ¾ø½À´Ï´Ù\n"
 
-#: build/files.c:382 build/files.c:675
+#: build/files.c:378 build/files.c:671
 #, c-format
 msgid "Invalid %s token: %s\n"
 msgstr "ºÎÀûÇÕÇÑ %s ÅäÅ«: %s\n"
 
-#: build/files.c:488
+#: build/files.c:484
 #, c-format
 msgid "Missing %s in %s %s\n"
 msgstr "%2$s %3$s ¿¡¼­ %1$s (À»)¸¦ Ã£À» ¼ö ¾ø½À´Ï´Ù\n"
 
-#: build/files.c:541
+#: build/files.c:537
 #, c-format
 msgid "Non-white space follows %s(): %s\n"
 msgstr "%s() ´ÙÀ½¿¡ °ø¹éÀÌ ¾øÀ½: %s\n"
 
-#: build/files.c:579
+#: build/files.c:575
 #, c-format
 msgid "Bad syntax: %s(%s)\n"
 msgstr "À߸øµÈ ±¸¹®: %s(%s)\n"
 
-#: build/files.c:589
+#: build/files.c:585
 #, c-format
 msgid "Bad mode spec: %s(%s)\n"
 msgstr "À߸øµÈ ¸ðµå spec: %s(%s)\n"
 
-#: build/files.c:601
+#: build/files.c:597
 #, c-format
 msgid "Bad dirmode spec: %s(%s)\n"
 msgstr "À߸øµÈ dir¸ðµå spec: %s(%s)\n"
 
-#: build/files.c:746
+#: build/files.c:742
 #, c-format
 msgid "Unusual locale length: \"%.*s\" in %%lang(%s)\n"
 msgstr "ºñÁ¤»óÀûÀΠ·ÎÄÉÀÏÀÇ ±æÀÌ: %%lang(%2$s) ÀÇ \"%1$.*s\"\n"
 
 #. @innercontinue@
-#: build/files.c:757
+#: build/files.c:753
 #, c-format
 msgid "Duplicate locale %.*s in %%lang(%s)\n"
 msgstr "%%lang(%2$s) ¿¡ Áߺ¹µÈ ·ÎÄÉÀÏ %1$.*s (ÀÌ)°¡ Á¸ÀçÇÕ´Ï´Ù\n"
 
-#: build/files.c:908
+#: build/files.c:904
 #, c-format
 msgid "Hit limit for %%docdir\n"
 msgstr "%%docdirÀÌ ÇÑ°è¿¡ À̸£·¶½À´Ï´Ù\n"
 
-#: build/files.c:914
+#: build/files.c:910
 #, c-format
 msgid "Only one arg for %%docdir\n"
 msgstr "%%docdir¿¡´Â ÇϳªÀÇ Àμö¸¸ ÁöÁ¤µÉ ¼ö ÀÖ½À´Ï´Ù\n"
 
 #. We already got a file -- error
-#: build/files.c:942
+#: build/files.c:938
 #, c-format
 msgid "Two files on one line: %s\n"
 msgstr "ÇϳªÀÇ ÁÙ¿¡ µÎ°³ÀÇ ÆÄÀÏÀÌ Á¸ÀçÇÔ: %s\n"
 
-#: build/files.c:957
+#: build/files.c:953
 #, c-format
 msgid "File must begin with \"/\": %s\n"
 msgstr "ÆÄÀÏÀº ¹Ýµå½Ã \"/\" ·Î ½ÃÀÛÇؾßÇÔ: %s\n"
 
-#: build/files.c:970
+#: build/files.c:966
 #, 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:1147
+#: build/files.c:1143
 #, c-format
 msgid "File listed twice: %s\n"
 msgstr "ÆÄÀÏ ¸ñ·ÏÀÌ Áߺ¹µÊ: %s\n"
 
-#: build/files.c:1282
+#: build/files.c:1278
 #, c-format
 msgid "Symlink points to BuildRoot: %s -> %s\n"
 msgstr "BuildRoot¿¡ ½Éº¼¸¯¸µÅ©ÇÔ: %s -> %s\n"
 
-#: build/files.c:1488
+#: build/files.c:1484
 #, c-format
 msgid "File doesn't match prefix (%s): %s\n"
 msgstr "ÆÄÀÏÀÌ prefix (%s) (¿Í)°ú ÀÏÄ¡ÇÏÁö ¾ÊÀ½: %s\n"
 
-#: build/files.c:1512
+#: build/files.c:1508
 #, c-format
 msgid "File not found: %s\n"
 msgstr "ÆÄÀÏÀ» Ã£À» ¼ö ¾øÀ½: %s\n"
 
-#: build/files.c:1555 build/files.c:2167 build/parsePrep.c:50
+#: build/files.c:1551 build/files.c:2163 build/parsePrep.c:50
 #, c-format
 msgid "Bad owner/group: %s\n"
 msgstr "À߸øµÈ ¼ÒÀ¯ÀÚ/±×·ì: %s\n"
 
-#: build/files.c:1567
+#: build/files.c:1563
 #, c-format
 msgid "File %4d: %07o %s.%s\t %s\n"
 msgstr "ÆÄÀÏ %4d: %07o %s.%s\t %s\n"
 
-#: build/files.c:1671
+#: build/files.c:1667
 #, c-format
 msgid "File needs leading \"/\": %s\n"
 msgstr "ÆÄÀÏÀº \"/\" ·Î ½ÃÀÛÇؾßÇÔ: %s\n"
 
-#: build/files.c:1694
+#: build/files.c:1690
 #, c-format
 msgid "Glob not permitted: %s\n"
 msgstr "GlobÀ» »ç¿ëÇÒ ¼ö ¾øÀ½: %s\n"
 
-#: build/files.c:1709
+#: build/files.c:1705
 #, c-format
 msgid "File not found by glob: %s\n"
 msgstr "globÀ¸·Î ÆÄÀÏÀ» Ã£À» ¼ö ¾øÀ½: %s\n"
 
-#: build/files.c:1771
+#: build/files.c:1767
 #, c-format
 msgid "Could not open %%files file %s: %s\n"
 msgstr "%s ÆÄÀÏÀÇ %%files¸¦ ¿­ ¼ö ¾øÀ½: %s\n"
 
-#: build/files.c:1782 build/pack.c:150
+#: build/files.c:1778 build/pack.c:145
 #, c-format
 msgid "line: %s\n"
 msgstr "ÁÙ(line): %s\n"
 
-#: build/files.c:2155
+#: build/files.c:2151
 #, c-format
 msgid "Bad file: %s: %s\n"
 msgstr "À߸øµÈ ÆÄÀÏ: %s: %s\n"
 
 #. XXX this error message is probably not seen.
-#: build/files.c:2229
+#: build/files.c:2225
 #, c-format
 msgid "Couldn't exec %s: %s\n"
 msgstr "%s (À»)¸¦ ½ÇÇàÇÒ ¼ö ¾øÀ½: %s\n"
 
-#: build/files.c:2234
+#: build/files.c:2230
 #, c-format
 msgid "Couldn't fork %s: %s\n"
 msgstr "%s (À»)¸¦ fork ÇÒ ¼ö ¾øÀ½: %s\n"
 
-#: build/files.c:2318
+#: build/files.c:2314
 #, c-format
 msgid "%s failed\n"
 msgstr "%s (ÀÌ)°¡ ½ÇÆÐÇß½À´Ï´Ù\n"
 
-#: build/files.c:2322
+#: build/files.c:2318
 #, c-format
 msgid "failed to write all data to %s\n"
 msgstr "%s ¿¡ ¸ðµç ÀڷḦ ±â·ÏÇϴµ¥ ½ÇÆÐÇß½À´Ï´Ù\n"
 
-#: build/files.c:2458
+#: build/files.c:2454
 #, c-format
 msgid "Finding  %s: (using %s)...\n"
 msgstr "%s (À»)¸¦ Ã£´Â Áß: (%s »ç¿ë)...\n"
 
-#: build/files.c:2484 build/files.c:2498
+#: build/files.c:2480 build/files.c:2494
 #, c-format
 msgid "Failed to find %s:\n"
 msgstr "%s (À»)¸¦ Ã£´Âµ¥ ½ÇÆÐÇÔ:\n"
 
-#: build/files.c:2619
+#: build/files.c:2615
 #, c-format
 msgid "Processing files: %s-%s-%s\n"
 msgstr "ÆÄÀϠ󸮠Áß: %s-%s-%s\n"
@@ -1554,152 +1554,152 @@ msgstr "
 msgid "Could not canonicalize hostname: %s\n"
 msgstr "È£½ºÆ® ¸íÀ» Á¤±ÔÈ­(canonicalize) ÇÒ ¼ö ¾øÀ½: %s\n"
 
-#: build/pack.c:83
+#: build/pack.c:78
 #, c-format
 msgid "create archive failed on file %s: %s\n"
 msgstr "%s ÆÄÀÏ¿¡ ¾ÆÄ«À̺긦 »ý¼ºÇϴµ¥ ½ÇÆÐÇÔ: %s\n"
 
-#: build/pack.c:86
+#: build/pack.c:81
 #, c-format
 msgid "create archive failed: %s\n"
 msgstr "¾ÆÄ«À̺꠻ý¼º¿¡ ½ÇÆÐÇÔ: %s\n"
 
-#: build/pack.c:108
+#: build/pack.c:103
 #, c-format
 msgid "cpio_copy write failed: %s\n"
 msgstr "cpio_copy ÀÛ¼º¿¡ ½ÇÆÐÇÔ: %s\n"
 
-#: build/pack.c:115
+#: build/pack.c:110
 #, c-format
 msgid "cpio_copy read failed: %s\n"
 msgstr "cpio_copy Àб⿡ ½ÇÆÐÇÔ: %s\n"
 
-#: build/pack.c:218
+#: build/pack.c:213
 #, c-format
 msgid "Could not open PreIn file: %s\n"
 msgstr "PreIn ÆÄÀÏÀ» ¿­ ¼ö ¾øÀ½: %s\n"
 
-#: build/pack.c:225
+#: build/pack.c:220
 #, c-format
 msgid "Could not open PreUn file: %s\n"
 msgstr "PreUn ÆÄÀÏÀ» ¿­ ¼ö ¾øÀ½: %s\n"
 
-#: build/pack.c:232
+#: build/pack.c:227
 #, c-format
 msgid "Could not open PostIn file: %s\n"
 msgstr "PostIn ÆÄÀÏÀ» ¿­ ¼ö ¾øÀ½: %s\n"
 
-#: build/pack.c:239
+#: build/pack.c:234
 #, c-format
 msgid "Could not open PostUn file: %s\n"
 msgstr "PostUn ÆÄÀÏÀ» ¿­ ¼ö ¾øÀ½: %s\n"
 
-#: build/pack.c:247
+#: build/pack.c:242
 #, c-format
 msgid "Could not open VerifyScript file: %s\n"
 msgstr "VerifyScript ÆÄÀÏÀ» ¿­ ¼ö ¾øÀ½: %s\n"
 
-#: build/pack.c:262
+#: build/pack.c:257
 #, c-format
 msgid "Could not open Trigger script file: %s\n"
 msgstr "Æ®¸®°Å ½ºÅ©¸³Æ® ÆÄÀÏÀ» ¿­ ¼ö ¾øÀ½: %s\n"
 
-#: build/pack.c:290
+#: build/pack.c:285
 #, c-format
 msgid "readRPM: open %s: %s\n"
 msgstr "RPM Àбâ(readRPM): %s (À»)¸¦ ¿±´Ï´Ù: %s\n"
 
-#: build/pack.c:300
+#: build/pack.c:295
 #, c-format
 msgid "readRPM: read %s: %s\n"
 msgstr "RPM Àбâ(readRPM): %s (À»)¸¦ ÀнÀ´Ï´Ù: %s\n"
 
-#: build/pack.c:309 build/pack.c:513
+#: build/pack.c:304 build/pack.c:508
 #, c-format
 msgid "%s: Fseek failed: %s\n"
 msgstr "%s: Fseek¿¡ ½ÇÆÐÇß½À´Ï´Ù: %s\n"
 
-#: build/pack.c:325
+#: build/pack.c:320
 #, c-format
 msgid "readRPM: %s is not an RPM package\n"
 msgstr "RPM Àбâ(readRPM): %s (Àº)´Â RPM ÆÐÅ°Áö°¡ ¾Æ´Õ´Ï´Ù\n"
 
-#: build/pack.c:334
+#: build/pack.c:329
 #, c-format
 msgid "readRPM: reading header from %s\n"
 msgstr "RPM Àбâ(readRPM): %s ¿¡¼­ Çì´õ¸¦ Àаí ÀÖ½À´Ï´Ù\n"
 
-#: build/pack.c:459
+#: build/pack.c:454
 msgid "Unable to create immutable header region.\n"
 msgstr "°íÁ¤ Çì´õ ¿µ¿ª(immutable header region)À» »ý¼ºÇÒ ¼ö ¾ø½À´Ï´Ù.\n"
 
-#: build/pack.c:477
+#: build/pack.c:472
 msgid "Unable to write temp header\n"
 msgstr "ÀÓ½Ã(temp) Çì´õ¸¦ ÀÛ¼ºÇÒ ¼ö ¾ø½À´Ï´Ù\n"
 
-#: build/pack.c:485
+#: build/pack.c:480
 msgid "Bad CSA data\n"
 msgstr "À߸øµÈ CSA µ¥ÀÌÅÍ\n"
 
-#: build/pack.c:520
+#: build/pack.c:515
 msgid "Unable to write final header\n"
 msgstr "¸¶Áö¸·(final) Çì´õ¸¦ ÀÛ¼ºÇÒ ¼ö ¾ø½À´Ï´Ù\n"
 
-#: build/pack.c:538
+#: build/pack.c:533
 #, c-format
 msgid "Generating signature: %d\n"
 msgstr "¼­¸í »ý¼º Áß: %d\n"
 
-#: build/pack.c:551
+#: build/pack.c:546
 msgid "Unable to reload signature header.\n"
 msgstr "¼­¸í(signature) Çì´õ¸¦ ´Ù½Ã Àоî¿Ã ¼ö ¾ø½À´Ï´Ù.\n"
 
-#: build/pack.c:559
+#: build/pack.c:554
 #, c-format
 msgid "Could not open %s: %s\n"
 msgstr "%s (À»)¸¦ ¿­ ¼ö ¾øÀ½: %s\n"
 
-#: build/pack.c:595 lib/psm.c:2147
+#: build/pack.c:590 lib/psm.c:2149
 #, c-format
 msgid "Unable to write package: %s\n"
 msgstr "ÆÐÅ°Áö¸¦ ÀÛ¼ºÇÒ ¼ö ¾øÀ½: %s\n"
 
-#: build/pack.c:610
+#: build/pack.c:605
 #, c-format
 msgid "Unable to open sigtarget %s: %s\n"
 msgstr "¼­¸íÇÒ ´ë»ó %s (À»)¸¦ ¿­ ¼ö ¾øÀ½: %s\n"
 
-#: build/pack.c:620
+#: build/pack.c:615
 #, c-format
 msgid "Unable to read header from %s: %s\n"
 msgstr "%s ÀÇ Çì´õ¸¦ ÀÐÀ» ¼ö ¾øÀ½: %s\n"
 
-#: build/pack.c:634
+#: build/pack.c:629
 #, c-format
 msgid "Unable to write header to %s: %s\n"
 msgstr "%s ¿¡ Çì´õ¸¦ ÀÛ¼ºÇÒ ¼ö ¾øÀ½: %s\n"
 
-#: build/pack.c:644
+#: build/pack.c:639
 #, c-format
 msgid "Unable to read payload from %s: %s\n"
 msgstr "%s ÀÇ payload¸¦ ÀÐÀ» ¼ö ¾øÀ½: %s\n"
 
-#: build/pack.c:650
+#: build/pack.c:645
 #, c-format
 msgid "Unable to write payload to %s: %s\n"
 msgstr "%s ¿¡ payload¸¦ ÀÛ¼ºÇÒ ¼ö ¾øÀ½: %s\n"
 
-#: build/pack.c:675 lib/psm.c:2413
+#: build/pack.c:670 lib/psm.c:2415
 #, c-format
 msgid "Wrote: %s\n"
 msgstr "ÀÛ¼º: %s\n"
 
-#: build/pack.c:742
+#: build/pack.c:737
 #, c-format
 msgid "Could not generate output filename for package %s: %s\n"
 msgstr "%s ÆÐÅ°ÁöÀÇ Ãâ·Â ÆÄÀϸíÀ» »ý¼ºÇÒ ¼ö ¾øÀ½: %s\n"
 
-#: build/pack.c:759
+#: build/pack.c:754
 #, c-format
 msgid "cannot create %s: %s\n"
 msgstr "%s (À»)¸¦ »ý¼ºÇÒ ¼ö ¾øÀ½: %s\n"
@@ -2108,7 +2108,7 @@ msgid " failed - "
 msgstr " ½ÇÆÐÇÔ - "
 
 #. XXX legacy epoch-less requires/conflicts compatibility
-#: lib/depends.c:582
+#: lib/depends.c:559
 #, 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:611
+#: lib/depends.c:588
 #, c-format
 msgid "  %s    A %s\tB %s\n"
 msgstr "  %s    A %s\tB %s\n"
 
-#: lib/depends.c:612 lib/depends.c:1248 lib/depends.c:1381
+#: lib/depends.c:589 lib/depends.c:1225 lib/depends.c:1358
 msgid "YES"
 msgstr "¿¹"
 
-#: lib/depends.c:612 lib/depends.c:1248 lib/depends.c:1381
+#: lib/depends.c:589 lib/depends.c:1225 lib/depends.c:1358
 msgid "NO "
 msgstr "¾Æ´Ï¿À"
 
-#: lib/depends.c:1042
+#: lib/depends.c:1019
 #, c-format
 msgid "%s: %-45s YES (added files)\n"
 msgstr "%s: %-45s ¿¹ (ÆÄÀÏÀÌ Ãß°¡µÊ)\n"
 
-#: lib/depends.c:1153
+#: lib/depends.c:1130
 #, c-format
 msgid "%s: %-45s YES (added provide)\n"
 msgstr "%s: %-45s ¿¹ (Á¦°øÀÌ Ãß°¡µÊ)\n"
 
-#: lib/depends.c:1247
+#: lib/depends.c:1224
 #, c-format
 msgid "%s: %-45s %-s (cached)\n"
 msgstr "%s: %-45s %-s (ij½ÃµÊ)\n"
 
-#: lib/depends.c:1276
+#: lib/depends.c:1253
 #, c-format
 msgid "%s: %-45s YES (rpmrc provides)\n"
 msgstr "%s: %-45s ¿¹ (rpmrcÀÌ Á¦°øÇÔ)\n"
 
-#: lib/depends.c:1293
+#: lib/depends.c:1270
 #, c-format
 msgid "%s: %-45s YES (rpmlib provides)\n"
 msgstr "%s: %-45s ¿¹ (rpmlibÀÌ Á¦°øÇÔ)\n"
 
-#: lib/depends.c:1317
+#: lib/depends.c:1294
 #, c-format
 msgid "%s: %-45s YES (db files)\n"
 msgstr "%s: %-45s ¿¹ (db ÆÄÀÏ)\n"
 
-#: lib/depends.c:1330
+#: lib/depends.c:1307
 #, c-format
 msgid "%s: %-45s YES (db provides)\n"
 msgstr "%s: %-45s ¿¹ (db°¡ Á¦°øÇÔ)\n"
 
-#: lib/depends.c:1344
+#: lib/depends.c:1321
 #, c-format
 msgid "%s: %-45s YES (db package)\n"
 msgstr "%s: %-45s ¿¹ (db ÆÐÅ°Áö)\n"
 
-#: lib/depends.c:1360
+#: lib/depends.c:1337
 #, c-format
 msgid "%s: %-45s NO\n"
 msgstr "%s: %-45s ¾Æ´Ï¿À\n"
 
-#: lib/depends.c:1381
+#: lib/depends.c:1358
 #, c-format
 msgid "%s: (%s, %s) added to Depends cache.\n"
 msgstr "%s: (%s, %s) ÀÇÁ¸(Depends) Ä³½Ã¿¡ Ãß°¡µÇ¾ú½À´Ï´Ù.\n"
@@ -2183,43 +2183,43 @@ msgstr "%s: (%s, %s) 
 #. requirements are satisfied.
 #. @switchbreak@
 #. requirements are not satisfied.
-#: lib/depends.c:1454
+#: lib/depends.c:1431
 #, c-format
 msgid "package %s-%s-%s require not satisfied: %s\n"
 msgstr "%s-%s-%s ÆÐÅ°ÁöÀÇ ÇÊ¿ä »çÇ×ÀÌ ¸¸Á·µÇÁö ¾ÊÀ½: %s\n"
 
 #. conflicts exist.
-#: lib/depends.c:1533
+#: lib/depends.c:1510
 #, c-format
 msgid "package %s conflicts: %s\n"
 msgstr "ÆÐÅ°Áö %s (ÀÌ)°¡ Ãæµ¹ÇÔ: %s\n"
 
-#: lib/depends.c:1786
+#: lib/depends.c:1763
 #, 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:1936
+#: lib/depends.c:1913
 msgid "========== recording tsort relations\n"
 msgstr "========== tsort °ü°è¸¦ ±â·Ï(record)ÇÕ´Ï´Ù\n"
 
 #. T4. Scan for zeroes.
-#: lib/depends.c:1996
+#: lib/depends.c:1973
 msgid ""
 "========== tsorting packages (order, #predecessors, #succesors, depth)\n"
 msgstr ""
 "========== ÆÐÅ°Áö¸¦ tsort ÇÕ´Ï´Ù (¼ø¼­, #¼±ÀÓÀÚ, #ÈÄÀÓÀÚ, ±íÀÌ[depth])\n"
 
-#: lib/depends.c:2046
+#: lib/depends.c:2023
 msgid "========== successors only (presentation order)\n"
 msgstr "========== ÈÄÀÓÀÚ [successors only] (Ç¥Çö ¼ø)\n"
 
-#: lib/depends.c:2099
+#: lib/depends.c:2076
 msgid "LOOP:\n"
 msgstr "·çÇÁ(LOOP):\n"
 
-#: lib/depends.c:2129
+#: lib/depends.c:2106
 msgid "========== continuing tsort ...\n"
 msgstr "========== tsort¸¦ ÁøÇàÇÕ´Ï´Ù...\n"
 
@@ -2314,7 +2314,7 @@ msgid "dataLength() RPM_STRING_TYPE count must be 1.\n"
 msgstr "dataLength() RPM_STRING_TYPE Ä«¿îÆ®´Â ¹Ýµå½Ã '1' À̾î¾ß ÇÕ´Ï´Ù.\n"
 
 #. @-modfilesys@
-#: lib/header.c:351 lib/header_internal.c:161 lib/psm.c:971
+#: lib/header.c:351 lib/header_internal.c:161 lib/psm.c:973
 #, c-format
 msgid "Data type %d not supported\n"
 msgstr "%d µ¥ÀÌÅÍ À¯ÇüÀº »ç¿ëÇϽǠ¼ö ¾ø½À´Ï´Ù\n"
@@ -2394,155 +2394,155 @@ msgstr "ǥ
 msgid "(unknown type)"
 msgstr "(¾Ë ¼ö ¾ø´Â À¯Çü)"
 
-#: lib/misc.c:241 lib/misc.c:246 lib/misc.c:252
+#: lib/misc.c:243 lib/misc.c:248 lib/misc.c:254
 #, c-format
 msgid "error creating temporary file %s\n"
 msgstr "ÀӽàÆÄÀÏ %s (À»)¸¦ »ý¼ºÇϴ µµÁß ¿À·ù°¡ ¹ß»ýÇß½À´Ï´Ù\n"
 
-#: lib/package.c:162
+#: lib/package.c:163
 msgid "packaging version 1 is not supported by this version of RPM\n"
 msgstr "ÀÌ RPM ¹öÀü¿¡¼­´Â ÆÐŰ¡ ¹öÀü '1' ÀÌ Áö¿øµÇÁö ¾Ê½À´Ï´Ù\n"
 
-#: lib/package.c:228
+#: lib/package.c:229
 msgid ""
 "only packaging with major numbers <= 4 is supported by this version of RPM\n"
 msgstr ""
 "ÀÌ RPM ¹öÀü¿¡¼­´Â ÁÖ¿ä ¹øÈ£(major number) <= 4 ÀÇ ÆÐŰ¡ ¸¸À» Áö¿øÇÕ´Ï´Ù\n"
 
-#: lib/poptBT.c:118
+#: lib/poptBT.c:116
 #, c-format
 msgid "buildroot already specified, ignoring %s\n"
 msgstr "buildroot´Â À̹̠ÁöÁ¤µÇ¾î ÀÖ½À´Ï´Ù, %s (À»)¸¦ ¹«½ÃÇÕ´Ï´Ù\n"
 
-#: lib/poptBT.c:148
+#: lib/poptBT.c:146
 #, c-format
 msgid "build through %prep (unpack sources and apply patches) from <specfile>"
 msgstr ""
 "<specÆÄÀÏ> ÀÇ %prep (¼Ò½º¸¦ Ç®°í ÆÐÄ¡¸¦ Àû¿ëÇϴ °úÁ¤) À» ÅëÇØ Á¦ÀÛÇÕ´Ï´Ù"
 
-#: lib/poptBT.c:149 lib/poptBT.c:152 lib/poptBT.c:155 lib/poptBT.c:158
-#: lib/poptBT.c:161 lib/poptBT.c:164 lib/poptBT.c:167
+#: lib/poptBT.c:147 lib/poptBT.c:150 lib/poptBT.c:153 lib/poptBT.c:156
+#: lib/poptBT.c:159 lib/poptBT.c:162 lib/poptBT.c:165
 msgid "<specfile>"
 msgstr "<specÆÄÀÏ>"
 
-#: lib/poptBT.c:151
+#: lib/poptBT.c:149
 msgid "build through %build (%prep, then compile) from <specfile>"
 msgstr "<specÆÄÀÏ> ÀÇ %build (%prep °ú ÄÄÆÄÀÏÇϴ °úÁ¤) ¸¦ ÅëÇØ Á¦ÀÛÇÕ´Ï´Ù"
 
-#: lib/poptBT.c:154
+#: lib/poptBT.c:152
 msgid "build through %install (%prep, %build, then install) from <specfile>"
 msgstr ""
 "<specÆÄÀÏ> ÀÇ %install (%prep, %build ¿Í ¼³Ä¡Çϴ °úÁ¤) À» ÅëÇØ Á¦ÀÛÇÕ´Ï´Ù"
 
-#: lib/poptBT.c:157
+#: lib/poptBT.c:155
 #, c-format
 msgid "verify %files section from <specfile>"
 msgstr "<specÆÄÀÏ> ÀÇ %files Ç׸ñ(section)À» °Ë»çÇÕ´Ï´Ù"
 
-#: lib/poptBT.c:160
+#: lib/poptBT.c:158
 msgid "build source and binary packages from <specfile>"
 msgstr "<specÆÄÀÏ> ·Î ¼Ò½º¿Í ¹ÙÀ̳ʸ® ÆÐÅ°Áö¸¦ Á¦ÀÛÇÕ´Ï´Ù"
 
-#: lib/poptBT.c:163
+#: lib/poptBT.c:161
 msgid "build binary package only from <specfile>"
 msgstr "<specÆÄÀÏ> ·Î ¹ÙÀ̳ʸ® ÆÐÅ°Áö ¸¸À» Á¦ÀÛÇÕ´Ï´Ù"
 
-#: lib/poptBT.c:166
+#: lib/poptBT.c:164
 msgid "build source package only from <specfile>"
 msgstr "<specÆÄÀÏ> ·Î ¼Ò½º ÆÐÅ°Áö ¸¸À» Á¦ÀÛÇÕ´Ï´Ù"
 
-#: lib/poptBT.c:170
+#: lib/poptBT.c:168
 #, c-format
 msgid "build through %prep (unpack sources and apply patches) from <tarball>"
 msgstr ""
 "<tarÆÄÀÏ> ÀÇ %prep (¼Ò½º¸¦ Ç®°í ÆÐÄ¡¸¦ Àû¿ëÇϴ °úÁ¤) À» ÅëÇØ Á¦ÀÛÇÕ´Ï´Ù"
 
-#: lib/poptBT.c:171 lib/poptBT.c:174 lib/poptBT.c:177 lib/poptBT.c:180
-#: lib/poptBT.c:183 lib/poptBT.c:186 lib/poptBT.c:189
+#: lib/poptBT.c:169 lib/poptBT.c:172 lib/poptBT.c:175 lib/poptBT.c:178
+#: lib/poptBT.c:181 lib/poptBT.c:184 lib/poptBT.c:187
 msgid "<tarball>"
 msgstr "<tarÆÄÀÏ>"
 
-#: lib/poptBT.c:173
+#: lib/poptBT.c:171
 msgid "build through %build (%prep, then compile) from <tarball>"
 msgstr "<tarÆÄÀÏ> ÀÇ %build (%prep °ú ÄÄÆÄÀÏÇϴ °úÁ¤) ¸¦ ÅëÇØ Á¦ÀÛÇÕ´Ï´Ù"
 
-#: lib/poptBT.c:176
+#: lib/poptBT.c:174
 msgid "build through %install (%prep, %build, then install) from <tarball>"
 msgstr ""
 "<tarÆÄÀÏ> ÀÇ %install (%prep, %build ¿Í ¼³Ä¡Çϴ °úÁ¤) À» ÅëÇØ Á¦ÀÛÇÕ´Ï´Ù"
 
-#: lib/poptBT.c:179
+#: lib/poptBT.c:177
 #, c-format
 msgid "verify %files section from <tarball>"
 msgstr "<tarÆÄÀÏ> ÀÇ %files Ç׸ñ(section)À» °Ë»çÇÕ´Ï´Ù"
 
-#: lib/poptBT.c:182
+#: lib/poptBT.c:180
 msgid "build source and binary packages from <tarball>"
 msgstr "<tarÆÄÀÏ> ·Î ¼Ò½º¿Í ¹ÙÀ̳ʸ® ÆÐÅ°Áö¸¦ Á¦ÀÛÇÕ´Ï´Ù"
 
-#: lib/poptBT.c:185
+#: lib/poptBT.c:183
 msgid "build binary package only from <tarball>"
 msgstr "<tarÆÄÀÏ> ·Î ¹ÙÀ̳ʸ® ÆÐÅ°Áö ¸¸À» Á¦ÀÛÇÕ´Ï´Ù"
 
-#: lib/poptBT.c:188
+#: lib/poptBT.c:186
 msgid "build source package only from <tarball>"
 msgstr "<tarÆÄÀÏ> ·Î ¼Ò½º ÆÐÅ°Áö ¸¸À» Á¦ÀÛÇÕ´Ï´Ù"
 
-#: lib/poptBT.c:192
+#: lib/poptBT.c:190
 msgid "build binary package from <source package>"
 msgstr "<¼Ò½º ÆÐÅ°Áö> ·Î ¹ÙÀ̳ʸ® ÆÐÅ°Áö¸¦ Á¦ÀÛÇÕ´Ï´Ù"
 
-#: lib/poptBT.c:193 lib/poptBT.c:196
+#: lib/poptBT.c:191 lib/poptBT.c:194
 msgid "<source package>"
 msgstr "<¼Ò½º ÆÐÅ°Áö>"
 
-#: lib/poptBT.c:195
+#: lib/poptBT.c:193
 msgid ""
 "build through %install (%prep, %build, then install) from <source package>"
 msgstr ""
 "<¼Ò½º ÆÐÅ°Áö> ÀÇ %install (%prep, %build ¿Í ¼³Ä¡Çϴ °úÁ¤) À» ÅëÇØ Á¦ÀÛÇÕ´Ï´Ù"
 
-#: lib/poptBT.c:199
+#: lib/poptBT.c:197
 msgid "override build root"
 msgstr "buildroot¸¦ ±³Ã¼(override)ÇÕ´Ï´Ù"
 
-#: lib/poptBT.c:203 rpmdb/poptDB.c:32
+#: lib/poptBT.c:201 rpmdb/poptDB.c:29
 msgid "generate headers compatible with rpm4 packaging"
 msgstr "rpm4 ÆÐŰ¡°ú È£È¯Çϴ Çì´õ¸¦ »ý¼ºÇÕ´Ï´Ù"
 
-#: lib/poptBT.c:205
+#: lib/poptBT.c:203
 msgid "ignore ExcludeArch: directives from spec file"
 msgstr "ExcludeArch¸¦ ¹«½ÃÇÔ: spec ÆÄÀÏ¿¡¼­ ÁöÁ¤(directive)ÇÕ´Ï´Ù"
 
-#: lib/poptBT.c:207
+#: lib/poptBT.c:205
 msgid "debug file state machine"
 msgstr "ÄÄÇ»ÅÍÀÇ »óÅÂ(state) ÆÄÀÏÀ» µð¹ö±× ÇÕ´Ï´Ù"
 
-#: lib/poptBT.c:209
+#: lib/poptBT.c:207
 msgid "do not execute any stages of the build"
 msgstr "ÆÐÅ°Áö Á¦ÀÛÀÇ ¾î¶°ÇÑ ´Ü°èµµ ½ÇÇàÇÏÁö ¾Ê½À´Ï´Ù"
 
-#: lib/poptBT.c:211
+#: lib/poptBT.c:209
 msgid "do not verify build dependencies"
 msgstr "ÆÐÅ°Áö Á¦ÀÛ ÀÇÁ¸¼ºÀ» °Ë»çÇÏÁö ¾Ê½À´Ï´Ù"
 
-#: lib/poptBT.c:213
+#: lib/poptBT.c:211
 msgid "generate package header(s) compatible with (legacy) rpm[23] packaging"
 msgstr "(±âÁ¸ÀÇ) rpm[23] ÆÐŰ¡°ú È£È¯Çϴ ÆÐÅ°Áö Çì´õ¸¦ »ý¼ºÇÕ´Ï´Ù"
 
-#: lib/poptBT.c:216
+#: lib/poptBT.c:214
 msgid "do not accept i18N msgstr's from specfile"
 msgstr "specÆÄÀÏÀÇ i18N msgstrÀ» Çã¿ëÇÏÁö ¾Ê½À´Ï´Ù"
 
-#: lib/poptBT.c:220
+#: lib/poptBT.c:218
 msgid "remove specfile when done"
 msgstr "ÆÐÅ°Áö Á¦ÀÛ ÈÄ¿¡ specÆÄÀÏÀ» »èÁ¦ÇÕ´Ï´Ù"
 
-#: lib/poptBT.c:226
+#: lib/poptBT.c:224
 msgid "override target platform"
 msgstr "¸ñÇ¥´ë»ó(target) Ç÷§ÆûÀ» ±³Ã¼(override)ÇÕ´Ï´Ù"
 
-#: lib/poptBT.c:228
+#: lib/poptBT.c:226
 msgid "lookup i18N strings in specfile catalog"
 msgstr "specÆÄÀÏ ¸ñ·Ï(catalog)¿¡¼­ i18N ¹®ÀÚ¿­À» Ã£½À´Ï´Ù"
 
@@ -2864,114 +2864,114 @@ msgid "unknown error %d encountered while manipulating package %s"
 msgstr ""
 "%2$s ÆÐÅ°Áö¸¦ Ã³¸®Çϴ °úÁ¤¿¡¼­ ¾Ë ¼ö ¾ø´Â ¿À·ù %1$d (ÀÌ)°¡ ¹ß»ýÇß½À´Ï´Ù"
 
-#: lib/psm.c:313
+#: lib/psm.c:315
 msgid "========== relocations\n"
 msgstr "========== Àç¹èÄ¡\n"
 
-#: lib/psm.c:317
+#: lib/psm.c:319
 #, c-format
 msgid "%5d exclude  %s\n"
 msgstr "%5d Á¦¿Ü(exclude)  %s\n"
 
-#: lib/psm.c:320
+#: lib/psm.c:322
 #, c-format
 msgid "%5d relocate %s -> %s\n"
 msgstr "%5d Àç¹èÄ¡ %s -> %s\n"
 
-#: lib/psm.c:390
+#: lib/psm.c:392
 #, c-format
 msgid "excluding multilib path %s%s\n"
 msgstr "%s%s multilib °æ·Î¸¦ Á¦¿Ü½Ãŵ´Ï´Ù\n"
 
-#: lib/psm.c:456
+#: lib/psm.c:458
 #, c-format
 msgid "excluding %s %s\n"
 msgstr "%s %s (À»)¸¦ Á¦¿Ü½Ãŵ´Ï´Ù\n"
 
-#: lib/psm.c:466
+#: lib/psm.c:468
 #, c-format
 msgid "relocating %s to %s\n"
 msgstr "%s ¿¡¼­ %s (À¸)·Î Àç¹èÄ¡ ÇÕ´Ï´Ù\n"
 
-#: lib/psm.c:545
+#: lib/psm.c:547
 #, c-format
 msgid "relocating directory %s to %s\n"
 msgstr "%s µð·ºÅ丮¸¦ %s (À¸)·Î Àç¹èÄ¡ ÇÕ´Ï´Ù\n"
 
-#: lib/psm.c:1168
+#: lib/psm.c:1170
 #, c-format
 msgid "cannot create %%%s %s\n"
 msgstr "%%%s %s (À»)¸¦ »ý¼ºÇÒ ¼ö ¾ø½À´Ï´Ù\n"
 
-#: lib/psm.c:1174
+#: lib/psm.c:1176
 #, c-format
 msgid "cannot write to %%%s %s\n"
 msgstr "%%%s %s (À»)¸¦ ÀÛ¼ºÇÒ ¼ö ¾ø½À´Ï´Ù\n"
 
-#: lib/psm.c:1212
+#: lib/psm.c:1214
 msgid "source package expected, binary found\n"
 msgstr "¼Ò½º ÆÐÅ°Áö°¡ ¿ä±¸µË´Ï´Ù, ¹ÙÀ̳ʸ®¸¦ Ã£¾Ò½À´Ï´Ù\n"
 
-#: lib/psm.c:1323
+#: lib/psm.c:1325
 msgid "source package contains no .spec file\n"
 msgstr "¼Ò½º ÆÐÅ°Áö¿¡ .spec ÆÄÀÏÀÌ Æ÷ÇԵǾî ÀÖÁö ¾Ê½À´Ï´Ù\n"
 
-#: lib/psm.c:1430
+#: lib/psm.c:1432
 #, fuzzy, c-format
 msgid "%s: running %s scriptlet\n"
 msgstr "%s: %s ½ºÅ©¸³Æ®¸¦ ½ÇÇàÇÕ´Ï´Ù (ÀÖÀ» °æ¿ì)\n"
 
-#: lib/psm.c:1598
+#: lib/psm.c:1600
 #, 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:1605
+#: lib/psm.c:1607
 #, 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:1952
+#: lib/psm.c:1954
 #, c-format
 msgid "%s: %s-%s-%s has %d files, test = %d\n"
 msgstr "%s: %s-%s-%s (ÀÌ)°¡ %d ÀÇ ÆÄÀÏÀ» °®°í ÀÖ½À´Ï´Ù, Å×½ºÆ® = %d\n"
 
-#: lib/psm.c:2069
+#: lib/psm.c:2071
 #, 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:2184
+#: lib/psm.c:2186
 #, c-format
 msgid "user %s does not exist - using root\n"
 msgstr "%s »ç¿ëÀÚ°¡ Á¸ÀçÇÏÁö ¾Ê½À´Ï´Ù - root¸¦ ÀÌ¿ëÇÕ´Ï´Ù\n"
 
-#: lib/psm.c:2193
+#: lib/psm.c:2195
 #, c-format
 msgid "group %s does not exist - using root\n"
 msgstr "%s ±×·ìÀÌ Á¸ÀçÇÏÁö ¾Ê½À´Ï´Ù - root¸¦ ÀÌ¿ëÇÕ´Ï´Ù\n"
 
-#: lib/psm.c:2234
+#: lib/psm.c:2236
 #, c-format
 msgid "unpacking of archive failed%s%s: %s\n"
 msgstr "¾ÆÄ«À̺긦 Çª´Âµ¥ ½ÇÆÐÇÔ%s%s: %s\n"
 
-#: lib/psm.c:2235
+#: lib/psm.c:2237
 msgid " on file "
 msgstr " ´ÙÀ½ ÆÄÀÏ¿¡ "
 
-#: lib/psm.c:2421
+#: lib/psm.c:2423
 #, c-format
 msgid "%s failed on file %s: %s\n"
 msgstr "%2$s ÆÄÀÏÀÇ %1$s (ÀÌ)°¡ ½ÇÆÐÇÔ: %3$s\n"
 
-#: lib/psm.c:2424
+#: lib/psm.c:2426
 #, c-format
 msgid "%s failed: %s\n"
 msgstr "%s (ÀÌ)°¡ ½ÇÆÐÇÔ: %s\n"
@@ -3373,167 +3373,167 @@ msgstr "%s (
 msgid "Unable to open %s for reading: %s.\n"
 msgstr "%s (À»)¸¦ ¿­ ¼ö ¾øÀ½: %s.\n"
 
-#: lib/signature.c:114
+#: lib/signature.c:115
 msgid "file is not regular -- skipping size check\n"
 msgstr "ÆÄÀÏÀÌ ¿Ã¹Ù¸£Áö(regular) ¾Ê½À´Ï´Ù -- ¿ë·® °Ë»ç¸¦ »ý·«ÇÕ´Ï´Ù\n"
 
-#: lib/signature.c:123
+#: lib/signature.c:124
 #, c-format
 msgid "Expected size: %12d = lead(%d)+sigs(%d)+pad(%d)+data(%d)\n"
 msgstr "¿¹»ó(Expected) ¿ë·®: %12d = lead(%d)+sigs(%d)+pad(%d)+data(%d)\n"
 
-#: lib/signature.c:128
+#: lib/signature.c:129
 #, c-format
 msgid "  Actual size: %12d\n"
 msgstr " ½ÇÁ¦ ¿ë·®: %12d\n"
 
-#: lib/signature.c:148
+#: lib/signature.c:149
 msgid "No signature\n"
 msgstr "¼­¸íÀÌ ¾ø½À´Ï´Ù\n"
 
-#: lib/signature.c:152
+#: lib/signature.c:153
 msgid "Old PGP signature\n"
 msgstr "ÀÌÀü PGP ¼­¸í\n"
 
-#: lib/signature.c:165
+#: lib/signature.c:166
 msgid "Old (internal-only) signature!  How did you get that!?\n"
 msgstr "ÀÌÀü (³»ºÎ-¿ë) ¼­¸í!  ¾î¶»°Ô ¾òÀ¸¼Ì½À´Ï±î!?\n"
 
-#: lib/signature.c:221
+#: lib/signature.c:222
 #, c-format
 msgid "Signature: size(%d)+pad(%d)\n"
 msgstr "¼­¸í: size(%d)+pad(%d)\n"
 
-#: lib/signature.c:284
+#: lib/signature.c:285
 #, c-format
 msgid "Couldn't exec pgp (%s)\n"
 msgstr "pgp (%s) (À»)¸¦ ½ÇÇàÇÒ ¼ö ¾ø½À´Ï´Ù\n"
 
-#: lib/signature.c:297
+#: lib/signature.c:298
 msgid "pgp failed\n"
 msgstr "pgp¿¡ ½ÇÆÐÇÔ\n"
 
 #. PGP failed to write signature
 #. Just in case
-#: lib/signature.c:304
+#: lib/signature.c:305
 msgid "pgp failed to write signature\n"
 msgstr "pgp ¼­¸íÀ» ÀÛ¼ºÇϴµ¥ ½ÇÆÐÇß½À´Ï´Ù\n"
 
-#: lib/signature.c:309
+#: lib/signature.c:310
 #, c-format
 msgid "PGP sig size: %d\n"
 msgstr "PGP ¼­¸í ¿ë·®: %d\n"
 
-#: lib/signature.c:324 lib/signature.c:411
+#: lib/signature.c:325 lib/signature.c:412
 msgid "unable to read the signature\n"
 msgstr "¼­¸íÀ» ÀÐÀ» ¼ö ¾ø½À´Ï´Ù\n"
 
-#: lib/signature.c:329
+#: lib/signature.c:330
 #, c-format
 msgid "Got %d bytes of PGP sig\n"
 msgstr "%d ¹ÙÀÌÆ®ÀÇ PGP ¼­¸íÀ» ¾ò¾ú½À´Ï´Ù\n"
 
-#: lib/signature.c:371 lib/signature.c:501
+#: lib/signature.c:372 lib/signature.c:502
 msgid "Couldn't exec gpg\n"
 msgstr "gpg¸¦ ½ÇÇàÇÒ ¼ö ¾ø½À´Ï´Ù\n"
 
-#: lib/signature.c:384
+#: lib/signature.c:385
 msgid "gpg failed\n"
 msgstr "gpg¿¡ ½ÇÆÐÇÔ\n"
 
 #. GPG failed to write signature
 #. Just in case
-#: lib/signature.c:391
+#: lib/signature.c:392
 msgid "gpg failed to write signature\n"
 msgstr "gpg ¼­¸íÀ» ÀÛ¼ºÇϴµ¥ ½ÇÆÐÇß½À´Ï´Ù\n"
 
-#: lib/signature.c:396
+#: lib/signature.c:397
 #, c-format
 msgid "GPG sig size: %d\n"
 msgstr "GPG ¼­¸í ¿ë·®: %d\n"
 
-#: lib/signature.c:416
+#: lib/signature.c:417
 #, c-format
 msgid "Got %d bytes of GPG sig\n"
 msgstr "%d ¹ÙÀÌÆ®ÀÇ GPG ¼­¸íÀ» ¾ò¾ú½À´Ï´Ù\n"
 
-#: lib/signature.c:444
+#: lib/signature.c:445
 msgid "Generating signature using PGP.\n"
 msgstr "PGP¸¦ »ç¿ëÇÏ¿© ¼­¸íÀ» »ý¼ºÇÕ´Ï´Ù.\n"
 
-#: lib/signature.c:450
+#: lib/signature.c:451
 msgid "Generating signature using GPG.\n"
 msgstr "GPG¸¦ »ç¿ëÇÏ¿© ¼­¸íÀ» »ý¼ºÇÕ´Ï´Ù.\n"
 
-#: lib/signature.c:530
+#: lib/signature.c:531
 msgid "Couldn't exec pgp\n"
 msgstr "pgp¸¦ ½ÇÇàÇÒ ¼ö ¾ø½À´Ï´Ù\n"
 
 #. @notreached@
 #. This case should have been screened out long ago.
-#: lib/signature.c:534 lib/signature.c:587
+#: lib/signature.c:535 lib/signature.c:588
 #, c-format
 msgid "Invalid %%_signature spec in macro file\n"
 msgstr "¸ÅÅ©·Î ÆÄÀÏ¿¡ ºÎÀûÇÕÇÑ %%_signatureÀÇ ³»¿ëÀÌ ÀÖ½À´Ï´Ù\n"
 
-#: lib/signature.c:567
+#: lib/signature.c:568
 #, c-format
 msgid "You must set \"%%_gpg_name\" in your macro file\n"
 msgstr "¸ÅÅ©·Î ÆÄÀÏ¿¡ \"%%_gpg_name\" À» ¼³Á¤ÇØ ÁּžߠÇÕ´Ï´Ù\n"
 
-#: lib/signature.c:579
+#: lib/signature.c:580
 #, c-format
 msgid "You must set \"%%_pgp_name\" in your macro file\n"
 msgstr "¸ÅÅ©·Î ÆÄÀÏ¿¡ \"%%_pgp_name\" À» ¼³Á¤ÇØ ÁּžߠÇÕ´Ï´Ù\n"
 
-#: lib/transaction.c:308
+#: lib/transaction.c:309
 #, c-format
 msgid "%s skipped due to missingok flag\n"
 msgstr "missingok Ç÷¡±×·Î ÀÎÇØ %s (À»)¸¦ »ý·«ÇÕ´Ï´Ù\n"
 
 #. @innercontinue@
-#: lib/transaction.c:936
+#: lib/transaction.c:937
 #, c-format
 msgid "excluding directory %s\n"
 msgstr "%s µð·ºÅ丮¸¦ Á¦¿Ü½Ãŵ´Ï´Ù\n"
 
-#: lib/verify.c:240
+#: lib/verify.c:242
 msgid "package lacks both user name and id lists (this should never happen)\n"
 msgstr ""
 "ÆÐÅ°Áö¿¡ »ç¿ëÀÚ À̸§°ú id ¸ñ·ÏÀÌ ¾ø½À´Ï´Ù (Àý´ë ÀÌ·¸°Ô µÇ¾î¼­´Â ¾ÈµË´Ï´Ù)\n"
 
-#: lib/verify.c:261
+#: lib/verify.c:263
 msgid "package lacks both group name and id lists (this should never happen)\n"
 msgstr ""
 "ÆÐÅ°Áö¿¡ ±×·ì À̸§°ú id ¸ñ·ÏÀÌ ¾ø½À´Ï´Ù (Àý´ë ÀÌ·¸°Ô µÇ¾î¼­´Â ¾ÈµË´Ï´Ù)\n"
 
-#: lib/verify.c:398
+#: lib/verify.c:400
 #, c-format
 msgid "missing    %s"
 msgstr "´ÙÀ½À» Ã£À» ¼ö ¾ø½À´Ï´Ù    %s"
 
-#: lib/verify.c:495
+#: lib/verify.c:497
 #, 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:101 rpmdb/db3.c:100
+#: rpmdb/db1.c:100 rpmdb/db3.c:100
 #, 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:104 rpmdb/db3.c:103
+#: rpmdb/db1.c:103 rpmdb/db3.c:103
 #, c-format
 msgid "db%d error(%d): %s\n"
 msgstr "db%d ¿À·ù(%d): %s\n"
 
-#: rpmdb/db1.c:171
+#: rpmdb/db1.c:170
 #, c-format
 msgid ""
 "Broken package chain at offset %d(0x%08x), attempting to reconnect ...\n"
@@ -3541,43 +3541,43 @@ msgstr ""
 "¿ÀÇÁ¼Â %d(0x%08x)ÀÇ ÆÐÅ°Áö ¿¬°áºÎºÐ(chain)ÀÌ ¼Õ»óµÇ¾ú½À´Ï´Ù, Á¢±ÙÀ» Àç½Ãµµ ÇÕ"
 "´Ï´Ù ...\n"
 
-#: rpmdb/db1.c:183
+#: rpmdb/db1.c:182
 #, c-format
 msgid "Reconnecting broken chain at offset %d(0x%08x).\n"
 msgstr "¼Õ»óµÈ ¿ÀÇÁ¼Â %d(0x%08x)ÀÇ ¿¬°áºÎºÐ(chain)¿¡ ÀçÁ¢±Ù ÇÕ´Ï´Ù.\n"
 
 #. @=branchstate@
-#: rpmdb/db1.c:509
+#: rpmdb/db1.c:508
 #, c-format
 msgid "closed  db file        %s\n"
 msgstr "´ÝÈù   db ÆÄÀÏ    %s\n"
 
-#: rpmdb/db1.c:512
+#: rpmdb/db1.c:511
 #, c-format
 msgid "removed db file        %s\n"
 msgstr "»èÁ¦µÈ db ÆÄÀÏ    %s\n"
 
-#: rpmdb/db1.c:547
+#: rpmdb/db1.c:546
 #, c-format
 msgid "bad db file %s\n"
 msgstr "À߸øµÈ db ÆÄÀÏ    %s\n"
 
-#: rpmdb/db1.c:552
+#: 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:575
+#: rpmdb/db1.c:574
 #, c-format
 msgid "cannot get %s lock on database\n"
 msgstr "Àá°ÜÀִ µ¥ÀÌÅͺ£À̽ºÀÇ %s (À»)¸¦ ¾òÀ» ¼ö ¾ø½À´Ï´Ù\n"
 
-#: rpmdb/db1.c:576 rpmdb/db3.c:1213
+#: rpmdb/db1.c:575 rpmdb/db3.c:1213
 msgid "exclusive"
 msgstr "Á¦¿ÜÇÔ(exclusive)"
 
-#: rpmdb/db1.c:576 rpmdb/db3.c:1213
+#: rpmdb/db1.c:575 rpmdb/db3.c:1213
 msgid "shared"
 msgstr "°øÀ¯µÊ"
 
@@ -3655,59 +3655,59 @@ msgstr ""
 "¸¸ÀÏ, \"rpm --rebuilddb\" ¸í·ÉÀÌ ½ÇÆÐÇÒ °æ¿ì¿¡´Â http://www.rpm.org À̳ª \n"
 "rpm-list@redhat.com ¸ÞÀϸµ ¸®½ºÆ®¸¦ ÅëÇØ ÀÚ¼¼ÇÑ Á¤º¸¸¦ ¾òÀ¸½Ç ¼ö ÀÖ½À´Ï´Ù.\n"
 
-#: rpmdb/poptDB.c:22
+#: rpmdb/poptDB.c:19
 msgid "initialize database"
 msgstr "µ¥ÀÌÅͺ£À̽º¸¦ ÃʱâÈ­ ÇÕ´Ï´Ù"
 
-#: rpmdb/poptDB.c:24
+#: rpmdb/poptDB.c:21
 msgid "rebuild database inverted lists from installed package headers"
 msgstr ""
 "¼³Ä¡µÈ ÆÐÅ°Áö Çì´õ¿¡¼­ »ó¹ÝµÈ ¸ñ·Ï(inverted lists)ÀÇ µ¥ÀÌÅͺ£À̽º¸¦ À籸Ãà ÇÕ"
 "´Ï´Ù"
 
-#: rpmdb/poptDB.c:29
+#: rpmdb/poptDB.c:26
 msgid "generate headers compatible with (legacy) rpm[23] packaging"
 msgstr "(±âÁ¸ÀÇ) rpm[23] ÆÐŰ¡°ú È£È¯Çϴ Çì´õ¸¦ »ý¼ºÇÕ´Ï´Ù"
 
 #. @-modfilesys@
-#: rpmdb/rpmdb.c:130
+#: rpmdb/rpmdb.c:126
 #, c-format
 msgid "dbiTagsInit: unrecognized tag name: \"%s\" ignored\n"
 msgstr ""
 "DB Å±נÃʱâÈ­[dbiTagsInit]: ÀÎÁõµÇÁö ¾ÊÀº Å±נÀ̸§: \"%s\" (Àº)´Â ¹«½ÃµË´Ï"
 "´Ù\n"
 
-#: rpmdb/rpmdb.c:384
+#: rpmdb/rpmdb.c:380
 #, 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:406
+#: rpmdb/rpmdb.c:402
 #, c-format
 msgid "cannot open %s index\n"
 msgstr "%s À妽º¸¦ ¿­ ¼ö ¾ø½À´Ï´Ù\n"
 
-#: rpmdb/rpmdb.c:498
+#: 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:629
+#: rpmdb/rpmdb.c:625
 #, c-format
 msgid "error(%d) storing record %s into %s\n"
 msgstr "%3$s (À¸)·Î %2$s ·¹Äڵ带 ÀúÀåÇϴ µµÁß ¿À·ù(%1$d)°¡ ¹ß»ýÇß½À´Ï´Ù\n"
 
-#: rpmdb/rpmdb.c:639
+#: rpmdb/rpmdb.c:635
 #, c-format
 msgid "error(%d) removing record %s from %s\n"
 msgstr "%3$s ¿¡¼­ %2$s ·¹Äڵ带 »èÁ¦Çϴ µµÁß ¿À·ù(%1$d)°¡ ¹ß»ýÇß½À´Ï´Ù\n"
 
-#: rpmdb/rpmdb.c:893
+#: rpmdb/rpmdb.c:889
 msgid "no dbpath has been set\n"
 msgstr "db°æ·Î°¡ ¼³Á¤µÇ¾î ÀÖÁö ¾Ê½À´Ï´Ù\n"
 
-#: rpmdb/rpmdb.c:1032
+#: rpmdb/rpmdb.c:1028
 msgid ""
 "old format database is present; use --rebuilddb to generate a new format "
 "database\n"
@@ -3716,115 +3716,115 @@ msgstr ""
 "·Á¸é --rebuilddb ¿É¼ÇÀ» ÀÌ¿ëÇϽʽÿä\n"
 
 #. error
-#: rpmdb/rpmdb.c:1277
+#: rpmdb/rpmdb.c:1273
 #, c-format
 msgid "error(%d) counting packages\n"
 msgstr "ÆÐÅ°ÁöÀÇ ¼ö¸¦ ¼¼´Â µµÁß ¿À·ù(%d)°¡ ¹ß»ýÇß½À´Ï´Ù\n"
 
-#: rpmdb/rpmdb.c:2061 rpmdb/rpmdb.c:3276
+#: rpmdb/rpmdb.c:2057 rpmdb/rpmdb.c:3310
 #, c-format
 msgid "record number %u in database is bad -- skipping.\n"
 msgstr "µ¥ÀÌÅͺ£À̽ºÀÇ ·¹Äڵ堹øÈ£ %u (ÀÌ)°¡ À߸øµÇ¾ú½À´Ï´Ù -- »ý·«ÇÕ´Ï´Ù.\n"
 
-#: rpmdb/rpmdb.c:2114
+#: rpmdb/rpmdb.c:2110
 #, c-format
 msgid "rpmdb: damaged header instance #%u retrieved, skipping.\n"
 msgstr "rpmdb: ¼Õ»óµÈ Çì´õ #%u (ÀÌ)°¡ º¹±¸(retrieved)µÇ¾ú½À´Ï´Ù, »ý·«ÇÕ´Ï´Ù.\n"
 
-#: rpmdb/rpmdb.c:2384
+#: rpmdb/rpmdb.c:2380
 #, c-format
 msgid "%s: cannot read header at 0x%x\n"
 msgstr "%s: 0x%x ÀÇ Çì´õ¸¦ ÀÐÀ» ¼ö ¾ø½À´Ï´Ù\n"
 
-#: rpmdb/rpmdb.c:2456
+#: rpmdb/rpmdb.c:2452
 #, c-format
 msgid "removing \"%s\" from %s index.\n"
 msgstr "%2$s À妽º¿¡¼­ \"%1$s\" (À»)¸¦ »èÁ¦ÇÕ´Ï´Ù.\n"
 
-#: rpmdb/rpmdb.c:2465
+#: rpmdb/rpmdb.c:2461
 #, c-format
 msgid "removing %d entries from %s index.\n"
 msgstr "%2$s À妽º¿¡¼­ %1$d Ç׸ñµé(entries)À» »èÁ¦ÇÕ´Ï´Ù.\n"
 
-#: rpmdb/rpmdb.c:2666
+#: rpmdb/rpmdb.c:2662
 #, c-format
 msgid "error(%d) allocating new package instance\n"
 msgstr "»õ·Î¿î ÆÐÅ°Áö¸¦ ¹èÄ¡Çϴ µµÁß ¿À·ù(%d)°¡ ¹ß»ýÇß½À´Ï´Ù\n"
 
-#: rpmdb/rpmdb.c:2747
+#: rpmdb/rpmdb.c:2743
 #, c-format
 msgid "adding \"%s\" to %s index.\n"
 msgstr "%2$s À妽º¿¡ \"%1$s\" (À»)¸¦ Ãß°¡ÇÕ´Ï´Ù.\n"
 
-#: rpmdb/rpmdb.c:2758
+#: rpmdb/rpmdb.c:2754
 #, c-format
 msgid "adding %d entries to %s index.\n"
 msgstr "%2$s À妽º¿¡ %1$d Ç׸ñµé(entries)À» Ãß°¡ÇÕ´Ï´Ù.\n"
 
-#: rpmdb/rpmdb.c:3162
+#: rpmdb/rpmdb.c:3196
 #, c-format
 msgid "removing %s after successful db3 rebuild.\n"
 msgstr "db3¸¦ À籸Ãà ÇÑ ÈÄ¿¡ %s (À»)¸¦ »èÁ¦ÇÕ´Ï´Ù.\n"
 
-#: rpmdb/rpmdb.c:3195
+#: rpmdb/rpmdb.c:3229
 msgid "no dbpath has been set"
 msgstr "db°æ·Î°¡ ¼³Á¤µÇ¾î ÀÖÁö ¾Ê½À´Ï´Ù"
 
-#: rpmdb/rpmdb.c:3222
+#: rpmdb/rpmdb.c:3256
 #, c-format
 msgid "rebuilding database %s into %s\n"
 msgstr "%2$s ¿¡ µ¥ÀÌÅͺ£À̽º %1$s (À»)¸¦ À籸Ãà ÇÕ´Ï´Ù\n"
 
-#: rpmdb/rpmdb.c:3226
+#: rpmdb/rpmdb.c:3260
 #, c-format
 msgid "temporary database %s already exists\n"
 msgstr "Àӽ൥ÀÌÅͺ£À̽º %s (ÀÌ)°¡ À̹̠Á¸ÀçÇÕ´Ï´Ù\n"
 
-#: rpmdb/rpmdb.c:3232
+#: rpmdb/rpmdb.c:3266
 #, c-format
 msgid "creating directory %s\n"
 msgstr "%s µð·ºÅ丮¸¦ »ý¼ºÇÕ´Ï´Ù\n"
 
-#: rpmdb/rpmdb.c:3234
+#: rpmdb/rpmdb.c:3268
 #, c-format
 msgid "creating directory %s: %s\n"
 msgstr "%s µð·ºÅ丮¸¦ »ý¼ºÇÔ: %s\n"
 
-#: rpmdb/rpmdb.c:3241
+#: rpmdb/rpmdb.c:3275
 #, c-format
 msgid "opening old database with dbapi %d\n"
 msgstr "dbapi %d (À»)¸¦ ÅëÇØ ÀÌÀü µ¥ÀÌÅͺ£À̽º¸¦ ¿±´Ï´Ù\n"
 
-#: rpmdb/rpmdb.c:3252
+#: rpmdb/rpmdb.c:3286
 #, c-format
 msgid "opening new database with dbapi %d\n"
 msgstr "dbapi %d (À»)¸¦ ÅëÇØ »õ·Î¿î µ¥ÀÌÅͺ£À̽º¸¦ ¿±´Ï´Ù\n"
 
-#: rpmdb/rpmdb.c:3316
+#: rpmdb/rpmdb.c:3350
 #, c-format
 msgid "cannot add record originally at %u\n"
 msgstr "%u ¿¡ ·¹Äڵ带 Ãß°¡ÇÒ ¼ö ¾ø½À´Ï´Ù\n"
 
-#: rpmdb/rpmdb.c:3334
+#: rpmdb/rpmdb.c:3368
 msgid "failed to rebuild database: original database remains in place\n"
 msgstr ""
 "µ¥ÀÌÅͺ£À̽º¸¦ À籸ÃàÇϴµ¥ ½ÇÆÐÇÔ: ¿øº» µ¥ÀÌÅͺ£À̽º´Â ±×´ë·Î À¯ÁöµË´Ï´Ù\n"
 
-#: rpmdb/rpmdb.c:3342
+#: rpmdb/rpmdb.c:3376
 msgid "failed to replace old database with new database!\n"
 msgstr "ÀÌÀü µ¥ÀÌÅͺ£À̽º¸¦ »õ·Î¿î µ¥ÀÌÅͺ£À̽º·Î ±³Ã¼Çϴµ¥ ½ÇÆÐÇß½À´Ï´Ù!\n"
 
-#: rpmdb/rpmdb.c:3344
+#: rpmdb/rpmdb.c:3378
 #, c-format
 msgid "replace files in %s with files from %s to recover"
 msgstr "º¹±¸Çϱâ À§ÇØ $2$s ÀÇ ÆÄÀÏÀ» $1$s ÀÇ ÆÄÀϷΠ±³Ã¼ÇÕ´Ï´Ù"
 
-#: rpmdb/rpmdb.c:3354
+#: rpmdb/rpmdb.c:3388
 #, c-format
 msgid "removing directory %s\n"
 msgstr "%s µð·ºÅ丮¸¦ »èÁ¦ÇÕ´Ï´Ù\n"
 
-#: rpmdb/rpmdb.c:3356
+#: rpmdb/rpmdb.c:3390
 #, c-format
 msgid "failed to remove directory %s: %s\n"
 msgstr "%s µð·ºÅ丮¸¦ »èÁ¦Çϴµ¥ ½ÇÆÐÇÔ: %s\n"
index 51a9229..49c254b 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-20 18:27-0400\n"
+"POT-Creation-Date: 2001-10-21 17:21-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"
@@ -728,15 +728,15 @@ msgstr "bin
 msgid "bin/src package (prep, compile, install, package)"
 msgstr "bin/src pakke (prep, kompiler, installer, pakk)"
 
-#: lib/poptBT.c:222 rpm.c:523
+#: lib/poptBT.c:220 rpm.c:523
 msgid "skip straight to specified stage (only for c,i)"
 msgstr "hopp rett til spesifisert steg (kun for c,i)"
 
-#: lib/poptBT.c:201 rpm.c:525
+#: lib/poptBT.c:199 rpm.c:525
 msgid "remove build tree when done"
 msgstr "fjern byggtreet når ferdig"
 
-#: lib/poptBT.c:218 rpm.c:527
+#: lib/poptBT.c:216 rpm.c:527
 msgid "remove sources when done"
 msgstr "fjern kildekoden når ferdig"
 
@@ -744,7 +744,7 @@ msgstr "fjern kildekoden n
 msgid "remove spec file when done"
 msgstr "fjern specfilen når ferdig"
 
-#: lib/poptBT.c:224 rpm.c:531
+#: lib/poptBT.c:222 rpm.c:531
 msgid "generate PGP/GPG signature"
 msgstr "generer PGP/GPG signatur"
 
@@ -836,7 +836,7 @@ msgstr "sjekk at en gyldig database eksisterer"
 msgid "rebuild database from existing database"
 msgstr "bygg opp igjen databasen fra den eksisterende databasen"
 
-#: rpm.c:565 rpmdb/poptDB.c:27
+#: rpm.c:565 rpmdb/poptDB.c:24
 msgid "verify database files"
 msgstr ""
 
@@ -1262,7 +1262,7 @@ msgstr "ingen spec-fil oppgitt for bygging"
 msgid "no tar files given for build"
 msgstr "ingen tar-fil oppgitt for bygging"
 
-#: build/build.c:125 build/pack.c:471
+#: build/build.c:125 build/pack.c:466
 msgid "Unable to open temp file.\n"
 msgstr "Kunne ikke åpne spec fil %s: %s\n"
 
@@ -1340,181 +1340,181 @@ msgstr "&& og || ikke st
 msgid "syntax error in expression\n"
 msgstr "syntaksfeil i uttrykk\n"
 
-#: build/files.c:274
+#: build/files.c:270
 #, c-format
 msgid "TIMECHECK failure: %s\n"
 msgstr "TIDSJEKK feil: %s\n"
 
-#: build/files.c:333 build/files.c:525 build/files.c:708
+#: build/files.c:329 build/files.c:521 build/files.c:704
 #, c-format
 msgid "Missing '(' in %s %s\n"
 msgstr "Mangler '(' i %s %s\n"
 
-#: build/files.c:344 build/files.c:650 build/files.c:719
+#: build/files.c:340 build/files.c:646 build/files.c:715
 #, c-format
 msgid "Missing ')' in %s(%s\n"
 msgstr "Mangler ')' i %s(%s\n"
 
-#: build/files.c:382 build/files.c:675
+#: build/files.c:378 build/files.c:671
 #, c-format
 msgid "Invalid %s token: %s\n"
 msgstr "Ugyldig %s-tegn: %s\n"
 
-#: build/files.c:488
+#: build/files.c:484
 #, fuzzy, c-format
 msgid "Missing %s in %s %s\n"
 msgstr "Mangler '(' i %s %s\n"
 
-#: build/files.c:541
+#: build/files.c:537
 #, c-format
 msgid "Non-white space follows %s(): %s\n"
 msgstr ""
 
-#: build/files.c:579
+#: build/files.c:575
 #, c-format
 msgid "Bad syntax: %s(%s)\n"
 msgstr ""
 
-#: build/files.c:589
+#: build/files.c:585
 #, c-format
 msgid "Bad mode spec: %s(%s)\n"
 msgstr ""
 
-#: build/files.c:601
+#: build/files.c:597
 #, c-format
 msgid "Bad dirmode spec: %s(%s)\n"
 msgstr ""
 
-#: build/files.c:746
+#: build/files.c:742
 #, c-format
 msgid "Unusual locale length: \"%.*s\" in %%lang(%s)\n"
 msgstr ""
 
 #. @innercontinue@
-#: build/files.c:757
+#: build/files.c:753
 #, c-format
 msgid "Duplicate locale %.*s in %%lang(%s)\n"
 msgstr ""
 
-#: build/files.c:908
+#: build/files.c:904
 #, c-format
 msgid "Hit limit for %%docdir\n"
 msgstr ""
 
-#: build/files.c:914
+#: build/files.c:910
 #, c-format
 msgid "Only one arg for %%docdir\n"
 msgstr ""
 
 #. We already got a file -- error
-#: build/files.c:942
+#: build/files.c:938
 #, c-format
 msgid "Two files on one line: %s\n"
 msgstr "To filer på én linje: %s\n"
 
-#: build/files.c:957
+#: build/files.c:953
 #, c-format
 msgid "File must begin with \"/\": %s\n"
 msgstr "Filen må begynne med \"/\": %s\n"
 
-#: build/files.c:970
+#: build/files.c:966
 #, 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:1147
+#: build/files.c:1143
 #, c-format
 msgid "File listed twice: %s\n"
 msgstr "Fil listet to ganger: %s\n"
 
-#: build/files.c:1282
+#: build/files.c:1278
 #, c-format
 msgid "Symlink points to BuildRoot: %s -> %s\n"
 msgstr "Symbolsk lenke peker til BuildRoot: %s -> %s\n"
 
-#: build/files.c:1488
+#: build/files.c:1484
 #, c-format
 msgid "File doesn't match prefix (%s): %s\n"
 msgstr ""
 
-#: build/files.c:1512
+#: build/files.c:1508
 #, c-format
 msgid "File not found: %s\n"
 msgstr "Fil ikke funnet: %s\n"
 
-#: build/files.c:1555 build/files.c:2167 build/parsePrep.c:50
+#: build/files.c:1551 build/files.c:2163 build/parsePrep.c:50
 #, c-format
 msgid "Bad owner/group: %s\n"
 msgstr "Ugyldig eier/gruppe: %s\n"
 
-#: build/files.c:1567
+#: build/files.c:1563
 #, c-format
 msgid "File %4d: %07o %s.%s\t %s\n"
 msgstr ""
 
-#: build/files.c:1671
+#: build/files.c:1667
 #, c-format
 msgid "File needs leading \"/\": %s\n"
 msgstr ""
 
-#: build/files.c:1694
+#: build/files.c:1690
 #, fuzzy, c-format
 msgid "Glob not permitted: %s\n"
 msgstr "linje %d: Filnavn ikke tillatt: %s\n"
 
-#: build/files.c:1709
+#: build/files.c:1705
 #, c-format
 msgid "File not found by glob: %s\n"
 msgstr ""
 
-#: build/files.c:1771
+#: build/files.c:1767
 #, c-format
 msgid "Could not open %%files file %s: %s\n"
 msgstr "Kunne ikke åpne spec fil %s: %s\n"
 
-#: build/files.c:1782 build/pack.c:150
+#: build/files.c:1778 build/pack.c:145
 #, c-format
 msgid "line: %s\n"
 msgstr "Installerer %s\n"
 
-#: build/files.c:2155
+#: build/files.c:2151
 #, 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:2229
+#: build/files.c:2225
 #, c-format
 msgid "Couldn't exec %s: %s\n"
 msgstr "Kunne ikke kjøre %s: %s\n"
 
-#: build/files.c:2234
+#: build/files.c:2230
 #, c-format
 msgid "Couldn't fork %s: %s\n"
 msgstr "klarte ikke å åpne %s: %s\n"
 
-#: build/files.c:2318
+#: build/files.c:2314
 #, c-format
 msgid "%s failed\n"
 msgstr "%s feilet\n"
 
-#: build/files.c:2322
+#: build/files.c:2318
 #, c-format
 msgid "failed to write all data to %s\n"
 msgstr "kunne ikke skrive alle data til %s\n"
 
-#: build/files.c:2458
+#: build/files.c:2454
 #, c-format
 msgid "Finding  %s: (using %s)...\n"
 msgstr ""
 
-#: build/files.c:2484 build/files.c:2498
+#: build/files.c:2480 build/files.c:2494
 #, c-format
 msgid "Failed to find %s:\n"
 msgstr "Klarte ikke å finne %s:\n"
 
-#: build/files.c:2619
+#: build/files.c:2615
 #, c-format
 msgid "Processing files: %s-%s-%s\n"
 msgstr ""
@@ -1548,156 +1548,156 @@ msgstr ""
 msgid "Could not canonicalize hostname: %s\n"
 msgstr ""
 
-#: build/pack.c:83
+#: build/pack.c:78
 #, c-format
 msgid "create archive failed on file %s: %s\n"
 msgstr "klarte ikke å åpne %s: %s\n"
 
-#: build/pack.c:86
+#: build/pack.c:81
 #, c-format
 msgid "create archive failed: %s\n"
 msgstr "feil under oppretting av arkiv %s\n"
 
-#: build/pack.c:108
+#: build/pack.c:103
 #, c-format
 msgid "cpio_copy write failed: %s\n"
 msgstr "cpio_copy skriving feilet: %s\n"
 
-#: build/pack.c:115
+#: build/pack.c:110
 #, c-format
 msgid "cpio_copy read failed: %s\n"
 msgstr "cpio_copy: feil under lesing: %s\n"
 
-#: build/pack.c:218
+#: build/pack.c:213
 #, c-format
 msgid "Could not open PreIn file: %s\n"
 msgstr "Kunne ikke åpne PreIn-fil: %s\n"
 
-#: build/pack.c:225
+#: build/pack.c:220
 #, c-format
 msgid "Could not open PreUn file: %s\n"
 msgstr "Kunne ikke åpne PreUn-fil: %s\n"
 
-#: build/pack.c:232
+#: build/pack.c:227
 #, c-format
 msgid "Could not open PostIn file: %s\n"
 msgstr "Kunne ikke åpne PostIn-fil: %s\n"
 
-#: build/pack.c:239
+#: build/pack.c:234
 #, c-format
 msgid "Could not open PostUn file: %s\n"
 msgstr "Kunne ikke åpne PostUn-fil: %s\n"
 
-#: build/pack.c:247
+#: build/pack.c:242
 #, c-format
 msgid "Could not open VerifyScript file: %s\n"
 msgstr "Kunne ikke åpne VerifyScript-fil: %s\n"
 
-#: build/pack.c:262
+#: build/pack.c:257
 #, c-format
 msgid "Could not open Trigger script file: %s\n"
 msgstr ""
 
-#: build/pack.c:290
+#: build/pack.c:285
 #, c-format
 msgid "readRPM: open %s: %s\n"
 msgstr ""
 
-#: build/pack.c:300
+#: build/pack.c:295
 #, c-format
 msgid "readRPM: read %s: %s\n"
 msgstr ""
 
-#: build/pack.c:309 build/pack.c:513
+#: build/pack.c:304 build/pack.c:508
 #, c-format
 msgid "%s: Fseek failed: %s\n"
 msgstr "%s: Fseek feilet: %s\n"
 
-#: build/pack.c:325
+#: build/pack.c:320
 #, c-format
 msgid "readRPM: %s is not an RPM package\n"
 msgstr "readRPM: %s er ikke en RPM-pakke\n"
 
-#: build/pack.c:334
+#: build/pack.c:329
 #, c-format
 msgid "readRPM: reading header from %s\n"
 msgstr "readRPM: leser header fra %s\n"
 
-#: build/pack.c:459
+#: build/pack.c:454
 #, fuzzy
 msgid "Unable to create immutable header region.\n"
 msgstr "Kunne ikke åpne spec fil %s: %s\n"
 
-#: build/pack.c:477
+#: build/pack.c:472
 #, fuzzy
 msgid "Unable to write temp header\n"
 msgstr "Kunne ikke skrive header til %s: %s\n"
 
-#: build/pack.c:485
+#: build/pack.c:480
 msgid "Bad CSA data\n"
 msgstr "Ugyldige CSA-data\n"
 
-#: build/pack.c:520
+#: build/pack.c:515
 #, fuzzy
 msgid "Unable to write final header\n"
 msgstr "Kunne ikke skrive header til %s: %s\n"
 
-#: build/pack.c:538
+#: build/pack.c:533
 #, c-format
 msgid "Generating signature: %d\n"
 msgstr "Genererer signatur: %d\n"
 
-#: build/pack.c:551
+#: build/pack.c:546
 #, fuzzy
 msgid "Unable to reload signature header.\n"
 msgstr "Kunne ikke åpne spec fil %s: %s\n"
 
-#: build/pack.c:559
+#: build/pack.c:554
 #, c-format
 msgid "Could not open %s: %s\n"
 msgstr "Kunne ikke åpne %s: %s\n"
 
-#: build/pack.c:595 lib/psm.c:2147
+#: build/pack.c:590 lib/psm.c:2149
 #, c-format
 msgid "Unable to write package: %s\n"
 msgstr "Kunne ikke skrive pakke: %s\n"
 
-#: build/pack.c:610
+#: build/pack.c:605
 #, c-format
 msgid "Unable to open sigtarget %s: %s\n"
 msgstr "Kunne ikke åpne sigmål %s: %s\n"
 
-#: build/pack.c:620
+#: build/pack.c:615
 #, c-format
 msgid "Unable to read header from %s: %s\n"
 msgstr "Kunne ikke åpne spec fil %s: %s\n"
 
-#: build/pack.c:634
+#: build/pack.c:629
 #, c-format
 msgid "Unable to write header to %s: %s\n"
 msgstr "Kunne ikke skrive header til %s: %s\n"
 
-#: build/pack.c:644
+#: build/pack.c:639
 #, c-format
 msgid "Unable to read payload from %s: %s\n"
 msgstr "Kunne ikke lese \"payload\" fra %s: %s\n"
 
-#: build/pack.c:650
+#: build/pack.c:645
 #, c-format
 msgid "Unable to write payload to %s: %s\n"
 msgstr "Kunne ikke skrive \"payload\" til %s: %s\n"
 
-#: build/pack.c:675 lib/psm.c:2413
+#: build/pack.c:670 lib/psm.c:2415
 #, c-format
 msgid "Wrote: %s\n"
 msgstr "Skrev: %s\n"
 
-#: build/pack.c:742
+#: build/pack.c:737
 #, c-format
 msgid "Could not generate output filename for package %s: %s\n"
 msgstr ""
 
-#: build/pack.c:759
+#: build/pack.c:754
 #, c-format
 msgid "cannot create %s: %s\n"
 msgstr ""
@@ -2106,72 +2106,72 @@ msgid " failed - "
 msgstr " feilet - "
 
 #. XXX legacy epoch-less requires/conflicts compatibility
-#: lib/depends.c:582
+#: lib/depends.c:559
 #, c-format
 msgid ""
 "the \"B\" dependency needs an epoch (assuming same as \"A\")\n"
 "\tA %s\tB %s\n"
 msgstr ""
 
-#: lib/depends.c:611
+#: lib/depends.c:588
 #, c-format
 msgid "  %s    A %s\tB %s\n"
 msgstr ""
 
-#: lib/depends.c:612 lib/depends.c:1248 lib/depends.c:1381
+#: lib/depends.c:589 lib/depends.c:1225 lib/depends.c:1358
 msgid "YES"
 msgstr "JA"
 
-#: lib/depends.c:612 lib/depends.c:1248 lib/depends.c:1381
+#: lib/depends.c:589 lib/depends.c:1225 lib/depends.c:1358
 msgid "NO "
 msgstr "NEI"
 
-#: lib/depends.c:1042
+#: lib/depends.c:1019
 #, c-format
 msgid "%s: %-45s YES (added files)\n"
 msgstr ""
 
-#: lib/depends.c:1153
+#: lib/depends.c:1130
 #, c-format
 msgid "%s: %-45s YES (added provide)\n"
 msgstr ""
 
-#: lib/depends.c:1247
+#: lib/depends.c:1224
 #, c-format
 msgid "%s: %-45s %-s (cached)\n"
 msgstr ""
 
-#: lib/depends.c:1276
+#: lib/depends.c:1253
 #, c-format
 msgid "%s: %-45s YES (rpmrc provides)\n"
 msgstr ""
 
-#: lib/depends.c:1293
+#: lib/depends.c:1270
 #, c-format
 msgid "%s: %-45s YES (rpmlib provides)\n"
 msgstr ""
 
-#: lib/depends.c:1317
+#: lib/depends.c:1294
 #, c-format
 msgid "%s: %-45s YES (db files)\n"
 msgstr ""
 
-#: lib/depends.c:1330
+#: lib/depends.c:1307
 #, c-format
 msgid "%s: %-45s YES (db provides)\n"
 msgstr ""
 
-#: lib/depends.c:1344
+#: lib/depends.c:1321
 #, c-format
 msgid "%s: %-45s YES (db package)\n"
 msgstr ""
 
-#: lib/depends.c:1360
+#: lib/depends.c:1337
 #, c-format
 msgid "%s: %-45s NO\n"
 msgstr ""
 
-#: lib/depends.c:1381
+#: lib/depends.c:1358
 #, c-format
 msgid "%s: (%s, %s) added to Depends cache.\n"
 msgstr ""
@@ -2179,42 +2179,42 @@ msgstr ""
 #. requirements are satisfied.
 #. @switchbreak@
 #. requirements are not satisfied.
-#: lib/depends.c:1454
+#: lib/depends.c:1431
 #, c-format
 msgid "package %s-%s-%s require not satisfied: %s\n"
 msgstr ""
 
 #. conflicts exist.
-#: lib/depends.c:1533
+#: lib/depends.c:1510
 #, c-format
 msgid "package %s conflicts: %s\n"
 msgstr "pakke %s er i konflikt: %s\n"
 
-#: lib/depends.c:1786
+#: lib/depends.c:1763
 #, c-format
 msgid "removing %s-%s-%s \"%s\" from tsort relations.\n"
 msgstr ""
 
 #. Record all relations.
-#: lib/depends.c:1936
+#: lib/depends.c:1913
 msgid "========== recording tsort relations\n"
 msgstr ""
 
 #. T4. Scan for zeroes.
-#: lib/depends.c:1996
+#: lib/depends.c:1973
 msgid ""
 "========== tsorting packages (order, #predecessors, #succesors, depth)\n"
 msgstr ""
 
-#: lib/depends.c:2046
+#: lib/depends.c:2023
 msgid "========== successors only (presentation order)\n"
 msgstr ""
 
-#: lib/depends.c:2099
+#: lib/depends.c:2076
 msgid "LOOP:\n"
 msgstr ""
 
-#: lib/depends.c:2129
+#: lib/depends.c:2106
 msgid "========== continuing tsort ...\n"
 msgstr ""
 
@@ -2307,7 +2307,7 @@ msgid "dataLength() RPM_STRING_TYPE count must be 1.\n"
 msgstr ""
 
 #. @-modfilesys@
-#: lib/header.c:351 lib/header_internal.c:161 lib/psm.c:971
+#: lib/header.c:351 lib/header_internal.c:161 lib/psm.c:973
 #, c-format
 msgid "Data type %d not supported\n"
 msgstr "Datatype %d ikke støttet\n"
@@ -2387,152 +2387,152 @@ msgstr ""
 msgid "(unknown type)"
 msgstr "(ukjent type)"
 
-#: lib/misc.c:241 lib/misc.c:246 lib/misc.c:252
+#: lib/misc.c:243 lib/misc.c:248 lib/misc.c:254
 #, c-format
 msgid "error creating temporary file %s\n"
 msgstr "feil under oppretting av midlertidig fil %s\n"
 
-#: lib/package.c:162
+#: lib/package.c:163
 msgid "packaging version 1 is not supported by this version of RPM\n"
 msgstr ""
 
-#: lib/package.c:228
+#: lib/package.c:229
 msgid ""
 "only packaging with major numbers <= 4 is supported by this version of RPM\n"
 msgstr ""
 
-#: lib/poptBT.c:118
+#: lib/poptBT.c:116
 #, c-format
 msgid "buildroot already specified, ignoring %s\n"
 msgstr "Feil under lesing av spec fil fra %s\n"
 
-#: lib/poptBT.c:148
+#: lib/poptBT.c:146
 #, c-format
 msgid "build through %prep (unpack sources and apply patches) from <specfile>"
 msgstr ""
 "bygg gjennom %prep (pakk ut kildekoden og legg til patcher) fra <specfil>"
 
-#: lib/poptBT.c:149 lib/poptBT.c:152 lib/poptBT.c:155 lib/poptBT.c:158
-#: lib/poptBT.c:161 lib/poptBT.c:164 lib/poptBT.c:167
+#: lib/poptBT.c:147 lib/poptBT.c:150 lib/poptBT.c:153 lib/poptBT.c:156
+#: lib/poptBT.c:159 lib/poptBT.c:162 lib/poptBT.c:165
 msgid "<specfile>"
 msgstr "<specfil>"
 
-#: lib/poptBT.c:151
+#: lib/poptBT.c:149
 msgid "build through %build (%prep, then compile) from <specfile>"
 msgstr ""
 
-#: lib/poptBT.c:154
+#: lib/poptBT.c:152
 msgid "build through %install (%prep, %build, then install) from <specfile>"
 msgstr ""
 
-#: lib/poptBT.c:157
+#: lib/poptBT.c:155
 #, c-format
 msgid "verify %files section from <specfile>"
 msgstr ""
 
-#: lib/poptBT.c:160
+#: lib/poptBT.c:158
 msgid "build source and binary packages from <specfile>"
 msgstr "bygg kilde- og binærpakker fra <specfil>"
 
-#: lib/poptBT.c:163
+#: lib/poptBT.c:161
 msgid "build binary package only from <specfile>"
 msgstr "spør pakke som eier <fil>"
 
-#: lib/poptBT.c:166
+#: lib/poptBT.c:164
 msgid "build source package only from <specfile>"
 msgstr ""
 
-#: lib/poptBT.c:170
+#: lib/poptBT.c:168
 #, c-format
 msgid "build through %prep (unpack sources and apply patches) from <tarball>"
 msgstr ""
 "bygg gjennom %prep (pakk ut kildekoden og legg til patcher) fra <tarball>"
 
-#: lib/poptBT.c:171 lib/poptBT.c:174 lib/poptBT.c:177 lib/poptBT.c:180
-#: lib/poptBT.c:183 lib/poptBT.c:186 lib/poptBT.c:189
+#: lib/poptBT.c:169 lib/poptBT.c:172 lib/poptBT.c:175 lib/poptBT.c:178
+#: lib/poptBT.c:181 lib/poptBT.c:184 lib/poptBT.c:187
 msgid "<tarball>"
 msgstr "<tarball>"
 
-#: lib/poptBT.c:173
+#: lib/poptBT.c:171
 msgid "build through %build (%prep, then compile) from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:176
+#: lib/poptBT.c:174
 msgid "build through %install (%prep, %build, then install) from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:179
+#: lib/poptBT.c:177
 #, c-format
 msgid "verify %files section from <tarball>"
 msgstr "verifiser %files seksjon fra <tarball>"
 
-#: lib/poptBT.c:182
+#: lib/poptBT.c:180
 msgid "build source and binary packages from <tarball>"
 msgstr "bygg kilde- og binærpakker fra <tarball>"
 
-#: lib/poptBT.c:185
+#: lib/poptBT.c:183
 msgid "build binary package only from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:188
+#: lib/poptBT.c:186
 msgid "build source package only from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:192
+#: lib/poptBT.c:190
 msgid "build binary package from <source package>"
 msgstr "bygg binær-pakke fra <kildepakke>"
 
-#: lib/poptBT.c:193 lib/poptBT.c:196
+#: lib/poptBT.c:191 lib/poptBT.c:194
 msgid "<source package>"
 msgstr "<kildepakke>"
 
-#: lib/poptBT.c:195
+#: lib/poptBT.c:193
 msgid ""
 "build through %install (%prep, %build, then install) from <source package>"
 msgstr ""
 
-#: lib/poptBT.c:199
+#: lib/poptBT.c:197
 msgid "override build root"
 msgstr ""
 
-#: lib/poptBT.c:203 rpmdb/poptDB.c:32
+#: lib/poptBT.c:201 rpmdb/poptDB.c:29
 msgid "generate headers compatible with rpm4 packaging"
 msgstr "generer headere som er kompatible med rpm4 pakker"
 
-#: lib/poptBT.c:205
+#: lib/poptBT.c:203
 msgid "ignore ExcludeArch: directives from spec file"
 msgstr ""
 
-#: lib/poptBT.c:207
+#: lib/poptBT.c:205
 msgid "debug file state machine"
 msgstr ""
 
-#: lib/poptBT.c:209
+#: lib/poptBT.c:207
 msgid "do not execute any stages of the build"
 msgstr ""
 
-#: lib/poptBT.c:211
+#: lib/poptBT.c:209
 #, fuzzy
 msgid "do not verify build dependencies"
 msgstr "ikke verifiser pakkeavhengigheter"
 
-#: lib/poptBT.c:213
+#: lib/poptBT.c:211
 msgid "generate package header(s) compatible with (legacy) rpm[23] packaging"
 msgstr ""
 
-#: lib/poptBT.c:216
+#: lib/poptBT.c:214
 msgid "do not accept i18N msgstr's from specfile"
 msgstr ""
 
-#: lib/poptBT.c:220
+#: lib/poptBT.c:218
 msgid "remove specfile when done"
 msgstr ""
 
-#: lib/poptBT.c:226
+#: lib/poptBT.c:224
 msgid "override target platform"
 msgstr ""
 
-#: lib/poptBT.c:228
+#: lib/poptBT.c:226
 msgid "lookup i18N strings in specfile catalog"
 msgstr ""
 
@@ -2849,108 +2849,108 @@ msgstr ""
 msgid "unknown error %d encountered while manipulating package %s"
 msgstr ""
 
-#: lib/psm.c:313
+#: lib/psm.c:315
 msgid "========== relocations\n"
 msgstr ""
 
-#: lib/psm.c:317
+#: lib/psm.c:319
 #, c-format
 msgid "%5d exclude  %s\n"
 msgstr ""
 
-#: lib/psm.c:320
+#: lib/psm.c:322
 #, c-format
 msgid "%5d relocate %s -> %s\n"
 msgstr "%5d omplasser %s -> %s\n"
 
-#: lib/psm.c:390
+#: lib/psm.c:392
 #, c-format
 msgid "excluding multilib path %s%s\n"
 msgstr "ekskluderer multilib-sti %s%s\n"
 
-#: lib/psm.c:456
+#: lib/psm.c:458
 #, c-format
 msgid "excluding %s %s\n"
 msgstr "eksluderer %s %s\n"
 
-#: lib/psm.c:466
+#: lib/psm.c:468
 #, c-format
 msgid "relocating %s to %s\n"
 msgstr "relokerer %s til %s\n"
 
-#: lib/psm.c:545
+#: lib/psm.c:547
 #, c-format
 msgid "relocating directory %s to %s\n"
 msgstr "relokerer katalog %s til %s\n"
 
-#: lib/psm.c:1168
+#: lib/psm.c:1170
 #, c-format
 msgid "cannot create %%%s %s\n"
 msgstr "kan ikke opprette %%%s %s\n"
 
-#: lib/psm.c:1174
+#: lib/psm.c:1176
 #, c-format
 msgid "cannot write to %%%s %s\n"
 msgstr "kan ikke skrive til %%%s %s\n"
 
-#: lib/psm.c:1212
+#: lib/psm.c:1214
 msgid "source package expected, binary found\n"
 msgstr "kildepakke forventet, binær funnet\n"
 
-#: lib/psm.c:1323
+#: lib/psm.c:1325
 msgid "source package contains no .spec file\n"
 msgstr "kildepakke inneholder ikke en .spec-fil\n"
 
-#: lib/psm.c:1430
+#: lib/psm.c:1432
 #, fuzzy, c-format
 msgid "%s: running %s scriptlet\n"
 msgstr "%s: kjører %s-skript (hvis noen)\n"
 
-#: lib/psm.c:1598
+#: lib/psm.c:1600
 #, c-format
 msgid "execution of %s scriptlet from %s-%s-%s failed, waitpid returned %s\n"
 msgstr ""
 
-#: lib/psm.c:1605
+#: lib/psm.c:1607
 #, c-format
 msgid "execution of %s scriptlet from %s-%s-%s failed, exit status %d\n"
 msgstr ""
 
-#: lib/psm.c:1952
+#: lib/psm.c:1954
 #, c-format
 msgid "%s: %s-%s-%s has %d files, test = %d\n"
 msgstr ""
 
-#: lib/psm.c:2069
+#: lib/psm.c:2071
 #, c-format
 msgid "%s: %s scriptlet failed (%d), skipping %s-%s-%s\n"
 msgstr ""
 
-#: lib/psm.c:2184
+#: lib/psm.c:2186
 #, c-format
 msgid "user %s does not exist - using root\n"
 msgstr ""
 
-#: lib/psm.c:2193
+#: lib/psm.c:2195
 #, c-format
 msgid "group %s does not exist - using root\n"
 msgstr ""
 
-#: lib/psm.c:2234
+#: lib/psm.c:2236
 #, c-format
 msgid "unpacking of archive failed%s%s: %s\n"
 msgstr ""
 
-#: lib/psm.c:2235
+#: lib/psm.c:2237
 msgid " on file "
 msgstr ""
 
-#: lib/psm.c:2421
+#: lib/psm.c:2423
 #, fuzzy, c-format
 msgid "%s failed on file %s: %s\n"
 msgstr "klarte ikke å åpne %s: %s\n"
 
-#: lib/psm.c:2424
+#: lib/psm.c:2426
 #, fuzzy, c-format
 msgid "%s failed: %s\n"
 msgstr "%s feilet\n"
@@ -3352,206 +3352,206 @@ msgstr ""
 msgid "Unable to open %s for reading: %s.\n"
 msgstr "Kunne ikke åpne spec fil %s: %s\n"
 
-#: lib/signature.c:114
+#: lib/signature.c:115
 msgid "file is not regular -- skipping size check\n"
 msgstr ""
 
-#: lib/signature.c:123
+#: lib/signature.c:124
 #, c-format
 msgid "Expected size: %12d = lead(%d)+sigs(%d)+pad(%d)+data(%d)\n"
 msgstr ""
 
-#: lib/signature.c:128
+#: lib/signature.c:129
 #, c-format
 msgid "  Actual size: %12d\n"
 msgstr ""
 
-#: lib/signature.c:148
+#: lib/signature.c:149
 msgid "No signature\n"
 msgstr ""
 
-#: lib/signature.c:152
+#: lib/signature.c:153
 msgid "Old PGP signature\n"
 msgstr ""
 
-#: lib/signature.c:165
+#: lib/signature.c:166
 msgid "Old (internal-only) signature!  How did you get that!?\n"
 msgstr ""
 
-#: lib/signature.c:221
+#: lib/signature.c:222
 #, c-format
 msgid "Signature: size(%d)+pad(%d)\n"
 msgstr ""
 
-#: lib/signature.c:284
+#: lib/signature.c:285
 #, c-format
 msgid "Couldn't exec pgp (%s)\n"
 msgstr ""
 
-#: lib/signature.c:297
+#: lib/signature.c:298
 msgid "pgp failed\n"
 msgstr ""
 
 #. PGP failed to write signature
 #. Just in case
-#: lib/signature.c:304
+#: lib/signature.c:305
 msgid "pgp failed to write signature\n"
 msgstr ""
 
-#: lib/signature.c:309
+#: lib/signature.c:310
 #, c-format
 msgid "PGP sig size: %d\n"
 msgstr ""
 
-#: lib/signature.c:324 lib/signature.c:411
+#: lib/signature.c:325 lib/signature.c:412
 msgid "unable to read the signature\n"
 msgstr ""
 
-#: lib/signature.c:329
+#: lib/signature.c:330
 #, c-format
 msgid "Got %d bytes of PGP sig\n"
 msgstr ""
 
-#: lib/signature.c:371 lib/signature.c:501
+#: lib/signature.c:372 lib/signature.c:502
 msgid "Couldn't exec gpg\n"
 msgstr ""
 
-#: lib/signature.c:384
+#: lib/signature.c:385
 msgid "gpg failed\n"
 msgstr ""
 
 #. GPG failed to write signature
 #. Just in case
-#: lib/signature.c:391
+#: lib/signature.c:392
 msgid "gpg failed to write signature\n"
 msgstr ""
 
-#: lib/signature.c:396
+#: lib/signature.c:397
 #, c-format
 msgid "GPG sig size: %d\n"
 msgstr ""
 
-#: lib/signature.c:416
+#: lib/signature.c:417
 #, c-format
 msgid "Got %d bytes of GPG sig\n"
 msgstr ""
 
-#: lib/signature.c:444
+#: lib/signature.c:445
 msgid "Generating signature using PGP.\n"
 msgstr ""
 
-#: lib/signature.c:450
+#: lib/signature.c:451
 msgid "Generating signature using GPG.\n"
 msgstr ""
 
-#: lib/signature.c:530
+#: lib/signature.c:531
 msgid "Couldn't exec pgp\n"
 msgstr ""
 
 #. @notreached@
 #. This case should have been screened out long ago.
-#: lib/signature.c:534 lib/signature.c:587
+#: lib/signature.c:535 lib/signature.c:588
 #, c-format
 msgid "Invalid %%_signature spec in macro file\n"
 msgstr ""
 
-#: lib/signature.c:567
+#: lib/signature.c:568
 #, c-format
 msgid "You must set \"%%_gpg_name\" in your macro file\n"
 msgstr ""
 
-#: lib/signature.c:579
+#: lib/signature.c:580
 #, c-format
 msgid "You must set \"%%_pgp_name\" in your macro file\n"
 msgstr ""
 
-#: lib/transaction.c:308
+#: lib/transaction.c:309
 #, c-format
 msgid "%s skipped due to missingok flag\n"
 msgstr ""
 
 #. @innercontinue@
-#: lib/transaction.c:936
+#: lib/transaction.c:937
 #, c-format
 msgid "excluding directory %s\n"
 msgstr "ekskluderer katalog %s\n"
 
-#: lib/verify.c:240
+#: lib/verify.c:242
 msgid "package lacks both user name and id lists (this should never happen)\n"
 msgstr ""
 
-#: lib/verify.c:261
+#: lib/verify.c:263
 msgid "package lacks both group name and id lists (this should never happen)\n"
 msgstr ""
 
-#: lib/verify.c:398
+#: lib/verify.c:400
 #, c-format
 msgid "missing    %s"
 msgstr "mangler    %s"
 
-#: lib/verify.c:495
+#: lib/verify.c:497
 #, 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:101 rpmdb/db3.c:100
+#: rpmdb/db1.c:100 rpmdb/db3.c:100
 #, c-format
 msgid "db%d error(%d) from %s: %s\n"
 msgstr ""
 
-#: rpmdb/db1.c:104 rpmdb/db3.c:103
+#: rpmdb/db1.c:103 rpmdb/db3.c:103
 #, c-format
 msgid "db%d error(%d): %s\n"
 msgstr ""
 
-#: rpmdb/db1.c:171
+#: rpmdb/db1.c:170
 #, c-format
 msgid ""
 "Broken package chain at offset %d(0x%08x), attempting to reconnect ...\n"
 msgstr ""
 
-#: rpmdb/db1.c:183
+#: rpmdb/db1.c:182
 #, c-format
 msgid "Reconnecting broken chain at offset %d(0x%08x).\n"
 msgstr ""
 
 #. @=branchstate@
-#: rpmdb/db1.c:509
+#: rpmdb/db1.c:508
 #, c-format
 msgid "closed  db file        %s\n"
 msgstr ""
 
-#: rpmdb/db1.c:512
+#: rpmdb/db1.c:511
 #, c-format
 msgid "removed db file        %s\n"
 msgstr ""
 
-#: rpmdb/db1.c:547
+#: rpmdb/db1.c:546
 #, c-format
 msgid "bad db file %s\n"
 msgstr ""
 
-#: rpmdb/db1.c:552
+#: rpmdb/db1.c:551
 #, c-format
 msgid "opening db file        %s mode 0x%x\n"
 msgstr ""
 
 #. XXX check errno validity
-#: rpmdb/db1.c:575
+#: 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:576 rpmdb/db3.c:1213
+#: rpmdb/db1.c:575 rpmdb/db3.c:1213
 msgid "exclusive"
 msgstr ""
 
-#: rpmdb/db1.c:576 rpmdb/db3.c:1213
+#: rpmdb/db1.c:575 rpmdb/db3.c:1213
 msgid "shared"
 msgstr ""
 
@@ -3625,168 +3625,168 @@ msgid ""
 "if \"rpm --rebuilddb\" fails to correct the problem.\n"
 msgstr ""
 
-#: rpmdb/poptDB.c:22
+#: rpmdb/poptDB.c:19
 msgid "initialize database"
 msgstr "initier database"
 
-#: rpmdb/poptDB.c:24
+#: rpmdb/poptDB.c:21
 msgid "rebuild database inverted lists from installed package headers"
 msgstr "gjenoppbygg database inverterte lister fra installerte pakkers headere"
 
-#: rpmdb/poptDB.c:29
+#: rpmdb/poptDB.c:26
 msgid "generate headers compatible with (legacy) rpm[23] packaging"
 msgstr "generer headere som er kompatible med (gamle) rpm[23] pakker"
 
 #. @-modfilesys@
-#: rpmdb/rpmdb.c:130
+#: rpmdb/rpmdb.c:126
 #, c-format
 msgid "dbiTagsInit: unrecognized tag name: \"%s\" ignored\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:384
+#: rpmdb/rpmdb.c:380
 #, 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:406
+#: rpmdb/rpmdb.c:402
 #, c-format
 msgid "cannot open %s index\n"
 msgstr "kan ikke åpne %s indeks\n"
 
-#: rpmdb/rpmdb.c:498
+#: rpmdb/rpmdb.c:494
 #, c-format
 msgid "error(%d) getting \"%s\" records from %s index\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:629
+#: rpmdb/rpmdb.c:625
 #, 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:639
+#: rpmdb/rpmdb.c:635
 #, 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:893
+#: rpmdb/rpmdb.c:889
 msgid "no dbpath has been set\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:1032
+#: rpmdb/rpmdb.c:1028
 msgid ""
 "old format database is present; use --rebuilddb to generate a new format "
 "database\n"
 msgstr ""
 
 #. error
-#: rpmdb/rpmdb.c:1277
+#: rpmdb/rpmdb.c:1273
 #, c-format
 msgid "error(%d) counting packages\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2061 rpmdb/rpmdb.c:3276
+#: rpmdb/rpmdb.c:2057 rpmdb/rpmdb.c:3310
 #, c-format
 msgid "record number %u in database is bad -- skipping.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2114
+#: rpmdb/rpmdb.c:2110
 #, c-format
 msgid "rpmdb: damaged header instance #%u retrieved, skipping.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2384
+#: rpmdb/rpmdb.c:2380
 #, c-format
 msgid "%s: cannot read header at 0x%x\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2456
+#: rpmdb/rpmdb.c:2452
 #, c-format
 msgid "removing \"%s\" from %s index.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2465
+#: rpmdb/rpmdb.c:2461
 #, c-format
 msgid "removing %d entries from %s index.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2666
+#: rpmdb/rpmdb.c:2662
 #, c-format
 msgid "error(%d) allocating new package instance\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2747
+#: rpmdb/rpmdb.c:2743
 #, c-format
 msgid "adding \"%s\" to %s index.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2758
+#: rpmdb/rpmdb.c:2754
 #, c-format
 msgid "adding %d entries to %s index.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3162
+#: rpmdb/rpmdb.c:3196
 #, c-format
 msgid "removing %s after successful db3 rebuild.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3195
+#: rpmdb/rpmdb.c:3229
 msgid "no dbpath has been set"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3222
+#: rpmdb/rpmdb.c:3256
 #, c-format
 msgid "rebuilding database %s into %s\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3226
+#: rpmdb/rpmdb.c:3260
 #, c-format
 msgid "temporary database %s already exists\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3232
+#: rpmdb/rpmdb.c:3266
 #, c-format
 msgid "creating directory %s\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3234
+#: rpmdb/rpmdb.c:3268
 #, c-format
 msgid "creating directory %s: %s\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3241
+#: rpmdb/rpmdb.c:3275
 #, c-format
 msgid "opening old database with dbapi %d\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3252
+#: rpmdb/rpmdb.c:3286
 #, c-format
 msgid "opening new database with dbapi %d\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3316
+#: rpmdb/rpmdb.c:3350
 #, c-format
 msgid "cannot add record originally at %u\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3334
+#: rpmdb/rpmdb.c:3368
 msgid "failed to rebuild database: original database remains in place\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3342
+#: rpmdb/rpmdb.c:3376
 msgid "failed to replace old database with new database!\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3344
+#: rpmdb/rpmdb.c:3378
 #, c-format
 msgid "replace files in %s with files from %s to recover"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3354
+#: rpmdb/rpmdb.c:3388
 #, c-format
 msgid "removing directory %s\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3356
+#: rpmdb/rpmdb.c:3390
 #, c-format
 msgid "failed to remove directory %s: %s\n"
 msgstr ""
index 0b74109..d2afddf 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-20 18:27-0400\n"
+"POT-Creation-Date: 2001-10-21 17:21-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"
@@ -759,15 +759,15 @@ msgstr "pakiet binarny (preparuj, kompiluj, instaluj, pakiet)"
 msgid "bin/src package (prep, compile, install, package)"
 msgstr "pakiet binarny/¼ród³owy (preparuj, kompiluj, instaluj, pakiet)"
 
-#: lib/poptBT.c:222 rpm.c:523
+#: lib/poptBT.c:220 rpm.c:523
 msgid "skip straight to specified stage (only for c,i)"
 msgstr "przejd¼ od razu do podanego etapu (tylko dla c,i)"
 
-#: lib/poptBT.c:201 rpm.c:525
+#: lib/poptBT.c:199 rpm.c:525
 msgid "remove build tree when done"
 msgstr "usuñ budowane drzewo po skoñczeniu"
 
-#: lib/poptBT.c:218 rpm.c:527
+#: lib/poptBT.c:216 rpm.c:527
 msgid "remove sources when done"
 msgstr "usuñ ¼ród³a po zakoñczeniu"
 
@@ -776,7 +776,7 @@ msgstr "usu
 msgid "remove spec file when done"
 msgstr "usuñ speca po zakoñczeniu"
 
-#: lib/poptBT.c:224 rpm.c:531
+#: lib/poptBT.c:222 rpm.c:531
 msgid "generate PGP/GPG signature"
 msgstr "generuj sygnaturê PGP/GPG"
 
@@ -870,7 +870,7 @@ msgstr "upewnij si
 msgid "rebuild database from existing database"
 msgstr "przebuduj istniej±c± bazê"
 
-#: rpm.c:565 rpmdb/poptDB.c:27
+#: rpm.c:565 rpmdb/poptDB.c:24
 #, fuzzy
 msgid "verify database files"
 msgstr "odpytywanie pliku spec"
@@ -1308,7 +1308,7 @@ msgstr "nie podano nazw plik
 msgid "no tar files given for build"
 msgstr "nie podano nazw plików tar do budowania"
 
-#: build/build.c:125 build/pack.c:471
+#: build/build.c:125 build/pack.c:466
 #, fuzzy
 msgid "Unable to open temp file.\n"
 msgstr "Nie mo¿na otworzyæ pliku tymczasowego"
@@ -1396,181 +1396,181 @@ msgstr "&& i || nie jest wspierane dla 
 msgid "syntax error in expression\n"
 msgstr "b³±d sk³adni w wyra¿eniu"
 
-#: build/files.c:274
+#: build/files.c:270
 #, c-format
 msgid "TIMECHECK failure: %s\n"
 msgstr "TIMECHECK nie powiod³o siê: %s\n"
 
-#: build/files.c:333 build/files.c:525 build/files.c:708
+#: build/files.c:329 build/files.c:521 build/files.c:704
 #, fuzzy, c-format
 msgid "Missing '(' in %s %s\n"
 msgstr "Brak '(' w %s %s"
 
-#: build/files.c:344 build/files.c:650 build/files.c:719
+#: build/files.c:340 build/files.c:646 build/files.c:715
 #, fuzzy, c-format
 msgid "Missing ')' in %s(%s\n"
 msgstr "Brak ')' w %s(%s"
 
-#: build/files.c:382 build/files.c:675
+#: build/files.c:378 build/files.c:671
 #, fuzzy, c-format
 msgid "Invalid %s token: %s\n"
 msgstr "B³êdny znak %s: %s"
 
-#: build/files.c:488
+#: build/files.c:484
 #, fuzzy, c-format
 msgid "Missing %s in %s %s\n"
 msgstr "Brak '(' w %s %s"
 
-#: build/files.c:541
+#: build/files.c:537
 #, fuzzy, c-format
 msgid "Non-white space follows %s(): %s\n"
 msgstr "Brak bia³ego znaku po %s(): %s"
 
-#: build/files.c:579
+#: build/files.c:575
 #, fuzzy, c-format
 msgid "Bad syntax: %s(%s)\n"
 msgstr "B³êdna sk³adnia: %s(%s)"
 
-#: build/files.c:589
+#: build/files.c:585
 #, fuzzy, c-format
 msgid "Bad mode spec: %s(%s)\n"
 msgstr "B³êdne okre¶lenie trybu: %s(%s)"
 
-#: build/files.c:601
+#: build/files.c:597
 #, fuzzy, c-format
 msgid "Bad dirmode spec: %s(%s)\n"
 msgstr "B³êdne okre¶lenie dirmode: %s(%s)"
 
-#: build/files.c:746
+#: build/files.c:742
 #, 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:757
+#: build/files.c:753
 #, fuzzy, c-format
 msgid "Duplicate locale %.*s in %%lang(%s)\n"
 msgstr "Powtórzone okre¶lenie lokalizacji %.*s w %%lang(%s)"
 
-#: build/files.c:908
+#: build/files.c:904
 #, fuzzy, c-format
 msgid "Hit limit for %%docdir\n"
 msgstr "Limit trafieñ dla %%docdir"
 
-#: build/files.c:914
+#: build/files.c:910
 #, 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:942
+#: build/files.c:938
 #, fuzzy, c-format
 msgid "Two files on one line: %s\n"
 msgstr "Dwa pliki w jedenj linii: %s"
 
-#: build/files.c:957
+#: build/files.c:953
 #, fuzzy, c-format
 msgid "File must begin with \"/\": %s\n"
 msgstr "Plik musi siê zaczynaæ od \"/\": %s"
 
-#: build/files.c:970
+#: build/files.c:966
 #, 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:1147
+#: build/files.c:1143
 #, fuzzy, c-format
 msgid "File listed twice: %s\n"
 msgstr "Plik podany dwukrotnie: %s"
 
-#: build/files.c:1282
+#: build/files.c:1278
 #, c-format
 msgid "Symlink points to BuildRoot: %s -> %s\n"
 msgstr ""
 
-#: build/files.c:1488
+#: build/files.c:1484
 #, fuzzy, c-format
 msgid "File doesn't match prefix (%s): %s\n"
 msgstr "Plik nie zgadza siê z prefiksem (%s): %s"
 
-#: build/files.c:1512
+#: build/files.c:1508
 #, fuzzy, c-format
 msgid "File not found: %s\n"
 msgstr "Nie znaleziono pliku: %s"
 
-#: build/files.c:1555 build/files.c:2167 build/parsePrep.c:50
+#: build/files.c:1551 build/files.c:2163 build/parsePrep.c:50
 #, c-format
 msgid "Bad owner/group: %s\n"
 msgstr "B³êdny u¿ytkownik/grupa: %s\n"
 
-#: build/files.c:1567
+#: build/files.c:1563
 #, 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:1671
+#: build/files.c:1667
 #, fuzzy, c-format
 msgid "File needs leading \"/\": %s\n"
 msgstr "Plik musi siê zaczynaæ od \"/\": %s"
 
-#: build/files.c:1694
+#: build/files.c:1690
 #, fuzzy, c-format
 msgid "Glob not permitted: %s\n"
 msgstr "linia %d: Wersja niedozwolona: %s"
 
-#: build/files.c:1709
+#: build/files.c:1705
 #, fuzzy, c-format
 msgid "File not found by glob: %s\n"
 msgstr "Nie znaleziono pliku: %s"
 
-#: build/files.c:1771
+#: build/files.c:1767
 #, fuzzy, c-format
 msgid "Could not open %%files file %s: %s\n"
 msgstr "Nie mo¿na otworzyæ %%files pliku: %s"
 
-#: build/files.c:1782 build/pack.c:150
+#: build/files.c:1778 build/pack.c:145
 #, fuzzy, c-format
 msgid "line: %s\n"
 msgstr "linia: %s"
 
-#: build/files.c:2155
+#: build/files.c:2151
 #, 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:2229
+#: build/files.c:2225
 #, fuzzy, c-format
 msgid "Couldn't exec %s: %s\n"
 msgstr "Nie mo¿na uruchomiæ %s"
 
-#: build/files.c:2234
+#: build/files.c:2230
 #, fuzzy, c-format
 msgid "Couldn't fork %s: %s\n"
 msgstr "Nie mo¿na wykonaæ fork na %s"
 
-#: build/files.c:2318
+#: build/files.c:2314
 #, fuzzy, c-format
 msgid "%s failed\n"
 msgstr "%s nie powiod³o siê"
 
-#: build/files.c:2322
+#: build/files.c:2318
 #, 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:2458
+#: build/files.c:2454
 #, fuzzy, c-format
 msgid "Finding  %s: (using %s)...\n"
 msgstr "Wyszukiwanie wymaganych zasobów...\n"
 
-#: build/files.c:2484 build/files.c:2498
+#: build/files.c:2480 build/files.c:2494
 #, fuzzy, c-format
 msgid "Failed to find %s:\n"
 msgstr "Wyszukiwanie nie powiod³o siê"
 
-#: build/files.c:2619
+#: build/files.c:2615
 #, fuzzy, c-format
 msgid "Processing files: %s-%s-%s\n"
 msgstr "Przetwarzanie plików: %s\n"
@@ -1604,157 +1604,157 @@ msgstr ""
 msgid "Could not canonicalize hostname: %s\n"
 msgstr "Nie mo¿na rozwi±zaæ nazwy systemu: %s\n"
 
-#: build/pack.c:83
+#: build/pack.c:78
 #, fuzzy, c-format
 msgid "create archive failed on file %s: %s\n"
 msgstr "utworzenie archiwum pliku %s nie powiod³o siê: %s"
 
-#: build/pack.c:86
+#: build/pack.c:81
 #, fuzzy, c-format
 msgid "create archive failed: %s\n"
 msgstr "utworzenie archiwum pliku %s nie powiod³o siê: %s"
 
-#: build/pack.c:108
+#: build/pack.c:103
 #, fuzzy, c-format
 msgid "cpio_copy write failed: %s\n"
 msgstr "zapis w trybie cpio_copy nie powiód³ siê: %s"
 
-#: build/pack.c:115
+#: build/pack.c:110
 #, fuzzy, c-format
 msgid "cpio_copy read failed: %s\n"
 msgstr "odczyt w trybie cpio_copy nie powiód³ siê: %s"
 
-#: build/pack.c:218
+#: build/pack.c:213
 #, fuzzy, c-format
 msgid "Could not open PreIn file: %s\n"
 msgstr "Nie mo¿na otworzyæ pliku PreIn: %s"
 
-#: build/pack.c:225
+#: build/pack.c:220
 #, fuzzy, c-format
 msgid "Could not open PreUn file: %s\n"
 msgstr "Nie mo¿na otworzyæ pliku PreUn: %s"
 
-#: build/pack.c:232
+#: build/pack.c:227
 #, fuzzy, c-format
 msgid "Could not open PostIn file: %s\n"
 msgstr "Nie mo¿na otworzyæ pliku PostIn: %s"
 
-#: build/pack.c:239
+#: build/pack.c:234
 #, fuzzy, c-format
 msgid "Could not open PostUn file: %s\n"
 msgstr "Nie mo¿na otworzyæ pliku PostUn: %s"
 
-#: build/pack.c:247
+#: build/pack.c:242
 #, fuzzy, c-format
 msgid "Could not open VerifyScript file: %s\n"
 msgstr "Nie mo¿na otworzyæ pliku VerifyScript: %s"
 
-#: build/pack.c:262
+#: build/pack.c:257
 #, fuzzy, c-format
 msgid "Could not open Trigger script file: %s\n"
 msgstr "Nie mo¿na otworzyæ skryptu Trigger: %s"
 
-#: build/pack.c:290
+#: build/pack.c:285
 #, c-format
 msgid "readRPM: open %s: %s\n"
 msgstr "readRPM: otwieranie %s: %s\n"
 
-#: build/pack.c:300
+#: build/pack.c:295
 #, c-format
 msgid "readRPM: read %s: %s\n"
 msgstr "readRPM: czytanie %s: %s\n"
 
-#: build/pack.c:309 build/pack.c:513
+#: build/pack.c:304 build/pack.c:508
 #, fuzzy, c-format
 msgid "%s: Fseek failed: %s\n"
 msgstr "%s: readLead nie powiod³o siê\n"
 
-#: build/pack.c:325
+#: build/pack.c:320
 #, c-format
 msgid "readRPM: %s is not an RPM package\n"
 msgstr "readRPM: %s nie jest pakietem RPM\n"
 
-#: build/pack.c:334
+#: build/pack.c:329
 #, c-format
 msgid "readRPM: reading header from %s\n"
 msgstr "readRPM: czytanie nag³ówka z %s\n"
 
-#: build/pack.c:459
+#: build/pack.c:454
 #, fuzzy
 msgid "Unable to create immutable header region.\n"
 msgstr "Nie mo¿na odczytaæ ikony: %s"
 
-#: build/pack.c:477
+#: build/pack.c:472
 #, fuzzy
 msgid "Unable to write temp header\n"
 msgstr "Nie mo¿na zapisaæ %s"
 
-#: build/pack.c:485
+#: build/pack.c:480
 #, fuzzy
 msgid "Bad CSA data\n"
 msgstr "B³êdne dane CSA"
 
-#: build/pack.c:520
+#: build/pack.c:515
 #, fuzzy
 msgid "Unable to write final header\n"
 msgstr "Nie mo¿na zapisaæ %s"
 
-#: build/pack.c:538
+#: build/pack.c:533
 #, c-format
 msgid "Generating signature: %d\n"
 msgstr "Generowanie sygnatury: %d\n"
 
-#: build/pack.c:551
+#: build/pack.c:546
 #, fuzzy
 msgid "Unable to reload signature header.\n"
 msgstr "Nie mo¿na odczytaæ ikony: %s"
 
-#: build/pack.c:559
+#: build/pack.c:554
 #, fuzzy, c-format
 msgid "Could not open %s: %s\n"
 msgstr "Nie mo¿na otworzyæ %s\n"
 
-#: build/pack.c:595 lib/psm.c:2147
+#: build/pack.c:590 lib/psm.c:2149
 #, fuzzy, c-format
 msgid "Unable to write package: %s\n"
 msgstr "Nie mo¿na zapisaæ pakietu: %s"
 
-#: build/pack.c:610
+#: build/pack.c:605
 #, fuzzy, c-format
 msgid "Unable to open sigtarget %s: %s\n"
 msgstr "Nie mo¿na odczytaæ sigtarget: %s"
 
-#: build/pack.c:620
+#: build/pack.c:615
 #, fuzzy, c-format
 msgid "Unable to read header from %s: %s\n"
 msgstr "Nie mo¿na odczytaæ ikony: %s"
 
-#: build/pack.c:634
+#: build/pack.c:629
 #, fuzzy, c-format
 msgid "Unable to write header to %s: %s\n"
 msgstr "Nie mo¿na zapisaæ pakietu: %s"
 
-#: build/pack.c:644
+#: build/pack.c:639
 #, fuzzy, c-format
 msgid "Unable to read payload from %s: %s\n"
 msgstr "Nie mo¿na odczytaæ ikony: %s"
 
-#: build/pack.c:650
+#: build/pack.c:645
 #, fuzzy, c-format
 msgid "Unable to write payload to %s: %s\n"
 msgstr "Nie mo¿na zapisaæ pakietu: %s"
 
-#: build/pack.c:675 lib/psm.c:2413
+#: build/pack.c:670 lib/psm.c:2415
 #, c-format
 msgid "Wrote: %s\n"
 msgstr "Zapisano: %s\n"
 
-#: build/pack.c:742
+#: build/pack.c:737
 #, 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:759
+#: build/pack.c:754
 #, fuzzy, c-format
 msgid "cannot create %s: %s\n"
 msgstr "nie mo¿na utworzyæ %s"
@@ -2166,73 +2166,73 @@ msgid " failed - "
 msgstr " nie powiod³o siê -"
 
 #. XXX legacy epoch-less requires/conflicts compatibility
-#: lib/depends.c:582
+#: lib/depends.c:559
 #, c-format
 msgid ""
 "the \"B\" dependency needs an epoch (assuming same as \"A\")\n"
 "\tA %s\tB %s\n"
 msgstr ""
 
-#: lib/depends.c:611
+#: lib/depends.c:588
 #, c-format
 msgid "  %s    A %s\tB %s\n"
 msgstr ""
 
-#: lib/depends.c:612 lib/depends.c:1248 lib/depends.c:1381
+#: lib/depends.c:589 lib/depends.c:1225 lib/depends.c:1358
 msgid "YES"
 msgstr ""
 
-#: lib/depends.c:612 lib/depends.c:1248 lib/depends.c:1381
+#: lib/depends.c:589 lib/depends.c:1225 lib/depends.c:1358
 #, fuzzy
 msgid "NO "
 msgstr "NIE DOBRZE"
 
-#: lib/depends.c:1042
+#: lib/depends.c:1019
 #, c-format
 msgid "%s: %-45s YES (added files)\n"
 msgstr ""
 
-#: lib/depends.c:1153
+#: lib/depends.c:1130
 #, c-format
 msgid "%s: %-45s YES (added provide)\n"
 msgstr ""
 
-#: lib/depends.c:1247
+#: lib/depends.c:1224
 #, fuzzy, c-format
 msgid "%s: %-45s %-s (cached)\n"
 msgstr "plik %s nie nale¿y do ¿adnego pakietu\n"
 
-#: lib/depends.c:1276
+#: lib/depends.c:1253
 #, c-format
 msgid "%s: %-45s YES (rpmrc provides)\n"
 msgstr ""
 
-#: lib/depends.c:1293
+#: lib/depends.c:1270
 #, fuzzy, c-format
 msgid "%s: %-45s YES (rpmlib provides)\n"
 msgstr "plik %s nie nale¿y do ¿adnego pakietu\n"
 
-#: lib/depends.c:1317
+#: lib/depends.c:1294
 #, c-format
 msgid "%s: %-45s YES (db files)\n"
 msgstr ""
 
-#: lib/depends.c:1330
+#: lib/depends.c:1307
 #, c-format
 msgid "%s: %-45s YES (db provides)\n"
 msgstr ""
 
-#: lib/depends.c:1344
+#: lib/depends.c:1321
 #, fuzzy, c-format
 msgid "%s: %-45s YES (db package)\n"
 msgstr "plik %s nie nale¿y do ¿adnego pakietu\n"
 
-#: lib/depends.c:1360
+#: lib/depends.c:1337
 #, c-format
 msgid "%s: %-45s NO\n"
 msgstr ""
 
-#: lib/depends.c:1381
+#: lib/depends.c:1358
 #, fuzzy, c-format
 msgid "%s: (%s, %s) added to Depends cache.\n"
 msgstr "plik %s nie nale¿y do ¿adnego pakietu\n"
@@ -2240,42 +2240,42 @@ msgstr "plik %s nie nale
 #. requirements are satisfied.
 #. @switchbreak@
 #. requirements are not satisfied.
-#: lib/depends.c:1454
+#: lib/depends.c:1431
 #, 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:1533
+#: lib/depends.c:1510
 #, c-format
 msgid "package %s conflicts: %s\n"
 msgstr "pakiet %s jest w konflikcie: %s\n"
 
-#: lib/depends.c:1786
+#: lib/depends.c:1763
 #, fuzzy, c-format
 msgid "removing %s-%s-%s \"%s\" from tsort relations.\n"
 msgstr "usuwanie indeksu grupy\n"
 
 #. Record all relations.
-#: lib/depends.c:1936
+#: lib/depends.c:1913
 msgid "========== recording tsort relations\n"
 msgstr ""
 
 #. T4. Scan for zeroes.
-#: lib/depends.c:1996
+#: lib/depends.c:1973
 msgid ""
 "========== tsorting packages (order, #predecessors, #succesors, depth)\n"
 msgstr ""
 
-#: lib/depends.c:2046
+#: lib/depends.c:2023
 msgid "========== successors only (presentation order)\n"
 msgstr ""
 
-#: lib/depends.c:2099
+#: lib/depends.c:2076
 msgid "LOOP:\n"
 msgstr ""
 
-#: lib/depends.c:2129
+#: lib/depends.c:2106
 msgid "========== continuing tsort ...\n"
 msgstr ""
 
@@ -2370,7 +2370,7 @@ msgid "dataLength() RPM_STRING_TYPE count must be 1.\n"
 msgstr "grabData() RPM_STRING_TYPE licznik musi byæ 1.\n"
 
 #. @-modfilesys@
-#: lib/header.c:351 lib/header_internal.c:161 lib/psm.c:971
+#: lib/header.c:351 lib/header_internal.c:161 lib/psm.c:973
 #, c-format
 msgid "Data type %d not supported\n"
 msgstr "Typ danych %d nie jest obs³ugiwany\n"
@@ -2450,166 +2450,166 @@ msgstr "spodziewany | na ko
 msgid "(unknown type)"
 msgstr "(nieznany typ)"
 
-#: lib/misc.c:241 lib/misc.c:246 lib/misc.c:252
+#: lib/misc.c:243 lib/misc.c:248 lib/misc.c:254
 #, fuzzy, c-format
 msgid "error creating temporary file %s\n"
 msgstr "b³±d w tworzeniu pliku tymczasowego %s"
 
-#: lib/package.c:162
+#: lib/package.c:163
 #, fuzzy
 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:228
+#: lib/package.c:229
 #, fuzzy
 msgid ""
 "only packaging with major numbers <= 4 is supported by this version of RPM\n"
 msgstr ""
 "tylko pakiety z numerem g³ównym <= 3 s± obs³ugiwane przez t± wersjê RPM'a"
 
-#: lib/poptBT.c:118
+#: lib/poptBT.c:116
 #, fuzzy, c-format
 msgid "buildroot already specified, ignoring %s\n"
 msgstr "buildroot by³ ju¿ wcze¶niej podany"
 
-#: lib/poptBT.c:148
+#: lib/poptBT.c:146
 #, fuzzy, c-format
 msgid "build through %prep (unpack sources and apply patches) from <specfile>"
 msgstr "preparuj (rozpakuj ¼ród³a i na³ó¿ ³aty)"
 
-#: lib/poptBT.c:149 lib/poptBT.c:152 lib/poptBT.c:155 lib/poptBT.c:158
-#: lib/poptBT.c:161 lib/poptBT.c:164 lib/poptBT.c:167
+#: lib/poptBT.c:147 lib/poptBT.c:150 lib/poptBT.c:153 lib/poptBT.c:156
+#: lib/poptBT.c:159 lib/poptBT.c:162 lib/poptBT.c:165
 msgid "<specfile>"
 msgstr ""
 
-#: lib/poptBT.c:151
+#: lib/poptBT.c:149
 msgid "build through %build (%prep, then compile) from <specfile>"
 msgstr ""
 
-#: lib/poptBT.c:154
+#: lib/poptBT.c:152
 #, fuzzy
 msgid "build through %install (%prep, %build, then install) from <specfile>"
 msgstr "instacja pakietu ¼ród³owego\n"
 
-#: lib/poptBT.c:157
+#: lib/poptBT.c:155
 #, fuzzy, c-format
 msgid "verify %files section from <specfile>"
 msgstr "pakiet ¼ród³owy nie zawiera pliku .spec"
 
-#: lib/poptBT.c:160
+#: lib/poptBT.c:158
 #, fuzzy
 msgid "build source and binary packages from <specfile>"
 msgstr "znaleziono %d pakietów ¼ród³owych i %d binarnych\n"
 
-#: lib/poptBT.c:163
+#: lib/poptBT.c:161
 #, fuzzy
 msgid "build binary package only from <specfile>"
 msgstr "pakiet ¼ród³owy nie zawiera pliku .spec"
 
-#: lib/poptBT.c:166
+#: lib/poptBT.c:164
 #, fuzzy
 msgid "build source package only from <specfile>"
 msgstr "pakiet ¼ród³owy nie zawiera pliku .spec"
 
-#: lib/poptBT.c:170
+#: lib/poptBT.c:168
 #, fuzzy, c-format
 msgid "build through %prep (unpack sources and apply patches) from <tarball>"
 msgstr "preparuj (rozpakuj ¼ród³a i na³ó¿ ³aty)"
 
-#: lib/poptBT.c:171 lib/poptBT.c:174 lib/poptBT.c:177 lib/poptBT.c:180
-#: lib/poptBT.c:183 lib/poptBT.c:186 lib/poptBT.c:189
+#: lib/poptBT.c:169 lib/poptBT.c:172 lib/poptBT.c:175 lib/poptBT.c:178
+#: lib/poptBT.c:181 lib/poptBT.c:184 lib/poptBT.c:187
 msgid "<tarball>"
 msgstr ""
 
-#: lib/poptBT.c:173
+#: lib/poptBT.c:171
 msgid "build through %build (%prep, then compile) from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:176
+#: lib/poptBT.c:174
 msgid "build through %install (%prep, %build, then install) from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:179
+#: lib/poptBT.c:177
 #, fuzzy, c-format
 msgid "verify %files section from <tarball>"
 msgstr "pakiet ¼ród³owy nie zawiera pliku .spec"
 
-#: lib/poptBT.c:182
+#: lib/poptBT.c:180
 #, fuzzy
 msgid "build source and binary packages from <tarball>"
 msgstr "znaleziono %d pakietów ¼ród³owych i %d binarnych\n"
 
-#: lib/poptBT.c:185
+#: lib/poptBT.c:183
 #, fuzzy
 msgid "build binary package only from <tarball>"
 msgstr "znaleziono %d pakietów ¼ród³owych i %d binarnych\n"
 
-#: lib/poptBT.c:188
+#: lib/poptBT.c:186
 #, fuzzy
 msgid "build source package only from <tarball>"
 msgstr "znaleziono %d pakietów ¼ród³owych i %d binarnych\n"
 
-#: lib/poptBT.c:192
+#: lib/poptBT.c:190
 #, fuzzy
 msgid "build binary package from <source package>"
 msgstr "pakiet binarny (preparuj, kompiluj, instaluj, pakiet)"
 
-#: lib/poptBT.c:193 lib/poptBT.c:196
+#: lib/poptBT.c:191 lib/poptBT.c:194
 #, fuzzy
 msgid "<source package>"
 msgstr "znaleziono %d pakietów\n"
 
-#: lib/poptBT.c:195
+#: lib/poptBT.c:193
 #, fuzzy
 msgid ""
 "build through %install (%prep, %build, then install) from <source package>"
 msgstr "instacja pakietu ¼ród³owego\n"
 
-#: lib/poptBT.c:199
+#: lib/poptBT.c:197
 msgid "override build root"
 msgstr "wymu¶ build root"
 
-#: lib/poptBT.c:203 rpmdb/poptDB.c:32
+#: lib/poptBT.c:201 rpmdb/poptDB.c:29
 msgid "generate headers compatible with rpm4 packaging"
 msgstr ""
 
-#: lib/poptBT.c:205
+#: lib/poptBT.c:203
 msgid "ignore ExcludeArch: directives from spec file"
 msgstr ""
 
-#: lib/poptBT.c:207
+#: lib/poptBT.c:205
 #, fuzzy
 msgid "debug file state machine"
 msgstr "b³êdny status pliku: %s"
 
-#: lib/poptBT.c:209
+#: lib/poptBT.c:207
 msgid "do not execute any stages of the build"
 msgstr "nie wykonuj ¿adnych etapów budowania"
 
-#: lib/poptBT.c:211
+#: lib/poptBT.c:209
 #, fuzzy
 msgid "do not verify build dependencies"
 msgstr "nie sprawdzaj zale¿no¶ci pakietu"
 
-#: lib/poptBT.c:213
+#: lib/poptBT.c:211
 msgid "generate package header(s) compatible with (legacy) rpm[23] packaging"
 msgstr ""
 
-#: lib/poptBT.c:216
+#: lib/poptBT.c:214
 #, fuzzy
 msgid "do not accept i18N msgstr's from specfile"
 msgstr "nie akceptuj wpisów I18N ze speca"
 
-#: lib/poptBT.c:220
+#: lib/poptBT.c:218
 msgid "remove specfile when done"
 msgstr "usuñ speca po zakoñczeniu"
 
-#: lib/poptBT.c:226
+#: lib/poptBT.c:224
 msgid "override target platform"
 msgstr "wymu¶ platformê docelow±"
 
-#: lib/poptBT.c:228
+#: lib/poptBT.c:226
 #, fuzzy
 msgid "lookup i18N strings in specfile catalog"
 msgstr "wyszukaj wpisy I18N w katalogu speca"
@@ -2958,110 +2958,110 @@ 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:313
+#: lib/psm.c:315
 msgid "========== relocations\n"
 msgstr ""
 
-#: lib/psm.c:317
+#: lib/psm.c:319
 #, fuzzy, c-format
 msgid "%5d exclude  %s\n"
 msgstr "Ten OS nie jest wspierany: %s"
 
-#: lib/psm.c:320
+#: lib/psm.c:322
 #, fuzzy, c-format
 msgid "%5d relocate %s -> %s\n"
 msgstr "przesuwanie %s do %s\n"
 
-#: lib/psm.c:390
+#: lib/psm.c:392
 #, fuzzy, c-format
 msgid "excluding multilib path %s%s\n"
 msgstr "wy³±czanie %s\n"
 
-#: lib/psm.c:456
+#: lib/psm.c:458
 #, fuzzy, c-format
 msgid "excluding %s %s\n"
 msgstr "wy³±czanie %s\n"
 
-#: lib/psm.c:466
+#: lib/psm.c:468
 #, c-format
 msgid "relocating %s to %s\n"
 msgstr "przesuwanie %s do %s\n"
 
-#: lib/psm.c:545
+#: lib/psm.c:547
 #, fuzzy, c-format
 msgid "relocating directory %s to %s\n"
 msgstr "przesuwanie %s do %s\n"
 
-#: lib/psm.c:1168
+#: lib/psm.c:1170
 #, fuzzy, c-format
 msgid "cannot create %%%s %s\n"
 msgstr "nie mo¿na utworzyæ %s"
 
-#: lib/psm.c:1174
+#: lib/psm.c:1176
 #, fuzzy, c-format
 msgid "cannot write to %%%s %s\n"
 msgstr "nie mo¿na zapisaæ do %s"
 
-#: lib/psm.c:1212
+#: lib/psm.c:1214
 #, fuzzy
 msgid "source package expected, binary found\n"
 msgstr "spodziewany pakiet ¼ród³owy a nie binarny"
 
-#: lib/psm.c:1323
+#: lib/psm.c:1325
 #, fuzzy
 msgid "source package contains no .spec file\n"
 msgstr "pakiet ¼ród³owy nie zawiera pliku .spec"
 
-#: lib/psm.c:1430
+#: lib/psm.c:1432
 #, fuzzy, c-format
 msgid "%s: running %s scriptlet\n"
 msgstr "uruchamianie skryptu postinstall (je¶li istnieje)\n"
 
-#: lib/psm.c:1598
+#: lib/psm.c:1600
 #, 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:1605
+#: lib/psm.c:1607
 #, 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:1952
+#: lib/psm.c:1954
 #, 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:2069
+#: lib/psm.c:2071
 #, c-format
 msgid "%s: %s scriptlet failed (%d), skipping %s-%s-%s\n"
 msgstr ""
 
-#: lib/psm.c:2184
+#: lib/psm.c:2186
 #, 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:2193
+#: lib/psm.c:2195
 #, fuzzy, c-format
 msgid "group %s does not exist - using root\n"
 msgstr "grupa %s nie istnieje - u¿yto grupy root"
 
-#: lib/psm.c:2234
+#: lib/psm.c:2236
 #, 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:2235
+#: lib/psm.c:2237
 msgid " on file "
 msgstr " na pliku "
 
-#: lib/psm.c:2421
+#: lib/psm.c:2423
 #, fuzzy, c-format
 msgid "%s failed on file %s: %s\n"
 msgstr "nie mo¿na otworzyæ %s: %s"
 
-#: lib/psm.c:2424
+#: lib/psm.c:2426
 #, fuzzy, c-format
 msgid "%s failed: %s\n"
 msgstr "%s nie powiod³o siê"
@@ -3467,222 +3467,222 @@ msgstr ""
 msgid "Unable to open %s for reading: %s.\n"
 msgstr "Nie mo¿na otworzyæ %s do odczytu: %s."
 
-#: lib/signature.c:114
+#: lib/signature.c:115
 msgid "file is not regular -- skipping size check\n"
 msgstr "plik nieregularny -- sprawdzanie rozmiaru pominiête\n"
 
-#: lib/signature.c:123
+#: lib/signature.c:124
 #, c-format
 msgid "Expected size: %12d = lead(%d)+sigs(%d)+pad(%d)+data(%d)\n"
 msgstr ""
 
-#: lib/signature.c:128
+#: lib/signature.c:129
 #, fuzzy, c-format
 msgid "  Actual size: %12d\n"
 msgstr "Rozmiar sygnatury: %d\n"
 
-#: lib/signature.c:148
+#: lib/signature.c:149
 msgid "No signature\n"
 msgstr "Brak sygnatury\n"
 
-#: lib/signature.c:152
+#: lib/signature.c:153
 msgid "Old PGP signature\n"
 msgstr "Stara sygnatura PGP\n"
 
-#: lib/signature.c:165
+#: lib/signature.c:166
 #, fuzzy
 msgid "Old (internal-only) signature!  How did you get that!?\n"
 msgstr "Stara (tylko wewnêtrzna) sygnatura! Sk±d Ty to wzi±³e¶!?"
 
-#: lib/signature.c:221
+#: lib/signature.c:222
 #, fuzzy, c-format
 msgid "Signature: size(%d)+pad(%d)\n"
 msgstr "Rozmiar sygnatury: %d\n"
 
-#: lib/signature.c:284
+#: lib/signature.c:285
 #, fuzzy, c-format
 msgid "Couldn't exec pgp (%s)\n"
 msgstr "Nie mo¿na uruchomiæ pgp"
 
-#: lib/signature.c:297
+#: lib/signature.c:298
 #, fuzzy
 msgid "pgp failed\n"
 msgstr "pgp nie powiod³o siê"
 
 #. PGP failed to write signature
 #. Just in case
-#: lib/signature.c:304
+#: lib/signature.c:305
 #, fuzzy
 msgid "pgp failed to write signature\n"
 msgstr "zapisanie sygnatury przez pgp nie powiod³o siê"
 
-#: lib/signature.c:309
+#: lib/signature.c:310
 #, c-format
 msgid "PGP sig size: %d\n"
 msgstr "rozmiar sygnatury PGP: %d\n"
 
-#: lib/signature.c:324 lib/signature.c:411
+#: lib/signature.c:325 lib/signature.c:412
 #, fuzzy
 msgid "unable to read the signature\n"
 msgstr "nie mo¿na odczytaæ sygnatury"
 
-#: lib/signature.c:329
+#: lib/signature.c:330
 #, c-format
 msgid "Got %d bytes of PGP sig\n"
 msgstr "Mam %d bajtów sygnatury PGP\n"
 
-#: lib/signature.c:371 lib/signature.c:501
+#: lib/signature.c:372 lib/signature.c:502
 #, fuzzy
 msgid "Couldn't exec gpg\n"
 msgstr "Nie mo¿na uruchomiæ gpg"
 
-#: lib/signature.c:384
+#: lib/signature.c:385
 #, fuzzy
 msgid "gpg failed\n"
 msgstr "gpg nie powiod³o siê"
 
 #. GPG failed to write signature
 #. Just in case
-#: lib/signature.c:391
+#: lib/signature.c:392
 #, fuzzy
 msgid "gpg failed to write signature\n"
 msgstr "zapisanie sygnatury przez gpg nie powiod³o siê"
 
-#: lib/signature.c:396
+#: lib/signature.c:397
 #, c-format
 msgid "GPG sig size: %d\n"
 msgstr "rozmiar sygnatury GPG: %d\n"
 
-#: lib/signature.c:416
+#: lib/signature.c:417
 #, c-format
 msgid "Got %d bytes of GPG sig\n"
 msgstr "Mam %d bajtów sygnatury GPG\n"
 
-#: lib/signature.c:444
+#: lib/signature.c:445
 #, fuzzy
 msgid "Generating signature using PGP.\n"
 msgstr "Generowanie sygnatury: %d\n"
 
-#: lib/signature.c:450
+#: lib/signature.c:451
 #, fuzzy
 msgid "Generating signature using GPG.\n"
 msgstr "Generowanie sygnatury: %d\n"
 
-#: lib/signature.c:530
+#: lib/signature.c:531
 #, fuzzy
 msgid "Couldn't exec pgp\n"
 msgstr "Nie mo¿na uruchomiæ pgp"
 
 #. @notreached@
 #. This case should have been screened out long ago.
-#: lib/signature.c:534 lib/signature.c:587
+#: lib/signature.c:535 lib/signature.c:588
 #, fuzzy, c-format
 msgid "Invalid %%_signature spec in macro file\n"
 msgstr "B³êdny %%_signature spec w pliku makra.\n"
 
-#: lib/signature.c:567
+#: lib/signature.c:568
 #, fuzzy, c-format
 msgid "You must set \"%%_gpg_name\" in your macro file\n"
 msgstr "Musisz ustawiæ \"%%_gpg_name\" w pliku swego makra"
 
-#: lib/signature.c:579
+#: lib/signature.c:580
 #, fuzzy, c-format
 msgid "You must set \"%%_pgp_name\" in your macro file\n"
 msgstr "Musisz ustawiæ \"%%_pgp_name\" w pliku swego makra"
 
-#: lib/transaction.c:308
+#: lib/transaction.c:309
 #, c-format
 msgid "%s skipped due to missingok flag\n"
 msgstr "%s pominiêty z powodu flagi missingok\n"
 
 #. @innercontinue@
-#: lib/transaction.c:936
+#: lib/transaction.c:937
 #, fuzzy, c-format
 msgid "excluding directory %s\n"
 msgstr "tworzenie katalogu: %s\n"
 
-#: lib/verify.c:240
+#: lib/verify.c:242
 #, fuzzy
 msgid "package lacks both user name and id lists (this should never happen)\n"
 msgstr ""
 "pakiet nie specyfikuje ani nazwy u¿ytkownika ani list id (to nie powinno siê "
 "zdarzyæ)"
 
-#: lib/verify.c:261
+#: lib/verify.c:263
 #, fuzzy
 msgid "package lacks both group name and id lists (this should never happen)\n"
 msgstr ""
 "pakiet nie specyfikuje ani nazwy grupy ani list id (to nie powinno siê "
 "zdarzyæ)"
 
-#: lib/verify.c:398
+#: lib/verify.c:400
 #, fuzzy, c-format
 msgid "missing    %s"
 msgstr "brak    %s\n"
 
-#: lib/verify.c:495
+#: lib/verify.c:497
 #, 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:101 rpmdb/db3.c:100
+#: rpmdb/db1.c:100 rpmdb/db3.c:100
 #, c-format
 msgid "db%d error(%d) from %s: %s\n"
 msgstr ""
 
-#: rpmdb/db1.c:104 rpmdb/db3.c:103
+#: rpmdb/db1.c:103 rpmdb/db3.c:103
 #, c-format
 msgid "db%d error(%d): %s\n"
 msgstr ""
 
-#: rpmdb/db1.c:171
+#: rpmdb/db1.c:170
 #, c-format
 msgid ""
 "Broken package chain at offset %d(0x%08x), attempting to reconnect ...\n"
 msgstr ""
 
-#: rpmdb/db1.c:183
+#: rpmdb/db1.c:182
 #, c-format
 msgid "Reconnecting broken chain at offset %d(0x%08x).\n"
 msgstr ""
 
 #. @=branchstate@
-#: rpmdb/db1.c:509
+#: rpmdb/db1.c:508
 #, c-format
 msgid "closed  db file        %s\n"
 msgstr ""
 
-#: rpmdb/db1.c:512
+#: rpmdb/db1.c:511
 #, fuzzy, c-format
 msgid "removed db file        %s\n"
 msgstr "usuwanie indeksu plików dla %s\n"
 
-#: rpmdb/db1.c:547
+#: rpmdb/db1.c:546
 #, fuzzy, c-format
 msgid "bad db file %s\n"
 msgstr "b³êdny status pliku: %s"
 
-#: rpmdb/db1.c:552
+#: 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:575
+#: 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:576 rpmdb/db3.c:1213
+#: rpmdb/db1.c:575 rpmdb/db3.c:1213
 msgid "exclusive"
 msgstr ""
 
-#: rpmdb/db1.c:576 rpmdb/db3.c:1213
+#: rpmdb/db1.c:575 rpmdb/db3.c:1213
 msgid "shared"
 msgstr ""
 
@@ -3756,56 +3756,56 @@ msgid ""
 "if \"rpm --rebuilddb\" fails to correct the problem.\n"
 msgstr ""
 
-#: rpmdb/poptDB.c:22
+#: rpmdb/poptDB.c:19
 msgid "initialize database"
 msgstr ""
 
-#: rpmdb/poptDB.c:24
+#: rpmdb/poptDB.c:21
 #, fuzzy
 msgid "rebuild database inverted lists from installed package headers"
 msgstr "przebuduj istniej±c± bazê"
 
-#: rpmdb/poptDB.c:29
+#: rpmdb/poptDB.c:26
 msgid "generate headers compatible with (legacy) rpm[23] packaging"
 msgstr ""
 
 #. @-modfilesys@
-#: rpmdb/rpmdb.c:130
+#: rpmdb/rpmdb.c:126
 #, c-format
 msgid "dbiTagsInit: unrecognized tag name: \"%s\" ignored\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:384
+#: rpmdb/rpmdb.c:380
 #, 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:406
+#: rpmdb/rpmdb.c:402
 #, fuzzy, c-format
 msgid "cannot open %s index\n"
 msgstr "nie mo¿na otworzyæ %s\n"
 
-#: rpmdb/rpmdb.c:498
+#: 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:629
+#: rpmdb/rpmdb.c:625
 #, fuzzy, c-format
 msgid "error(%d) storing record %s into %s\n"
 msgstr "b³±d zapisywania rekordu %s do %s"
 
-#: rpmdb/rpmdb.c:639
+#: rpmdb/rpmdb.c:635
 #, fuzzy, c-format
 msgid "error(%d) removing record %s from %s\n"
 msgstr "b³±d usuwania rekordu %s z %s"
 
-#: rpmdb/rpmdb.c:893
+#: rpmdb/rpmdb.c:889
 #, fuzzy
 msgid "no dbpath has been set\n"
 msgstr "¶cie¿ka bazy danych nie zosta³a podana"
 
-#: rpmdb/rpmdb.c:1032
+#: rpmdb/rpmdb.c:1028
 #, fuzzy
 msgid ""
 "old format database is present; use --rebuilddb to generate a new format "
@@ -3815,115 +3815,115 @@ msgstr ""
 "nowym formacie"
 
 #. error
-#: rpmdb/rpmdb.c:1277
+#: rpmdb/rpmdb.c:1273
 #, fuzzy, c-format
 msgid "error(%d) counting packages\n"
 msgstr "b³±d szukania pakietu %s\n"
 
-#: rpmdb/rpmdb.c:2061 rpmdb/rpmdb.c:3276
+#: rpmdb/rpmdb.c:2057 rpmdb/rpmdb.c:3310
 #, 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:2114
+#: rpmdb/rpmdb.c:2110
 #, c-format
 msgid "rpmdb: damaged header instance #%u retrieved, skipping.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2384
+#: rpmdb/rpmdb.c:2380
 #, 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:2456
+#: rpmdb/rpmdb.c:2452
 #, fuzzy, c-format
 msgid "removing \"%s\" from %s index.\n"
 msgstr "usuwanie indeksu grupy\n"
 
-#: rpmdb/rpmdb.c:2465
+#: rpmdb/rpmdb.c:2461
 #, fuzzy, c-format
 msgid "removing %d entries from %s index.\n"
 msgstr "usuwanie indeksu nazw\n"
 
-#: rpmdb/rpmdb.c:2666
+#: rpmdb/rpmdb.c:2662
 #, fuzzy, c-format
 msgid "error(%d) allocating new package instance\n"
 msgstr "b³±d szukania pakietu %s\n"
 
-#: rpmdb/rpmdb.c:2747
+#: rpmdb/rpmdb.c:2743
 #, fuzzy, c-format
 msgid "adding \"%s\" to %s index.\n"
 msgstr "zmiana nazwy %s na %s\n"
 
-#: rpmdb/rpmdb.c:2758
+#: rpmdb/rpmdb.c:2754
 #, fuzzy, c-format
 msgid "adding %d entries to %s index.\n"
 msgstr "zmiana nazwy %s na %s\n"
 
-#: rpmdb/rpmdb.c:3162
+#: rpmdb/rpmdb.c:3196
 #, c-format
 msgid "removing %s after successful db3 rebuild.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3195
+#: rpmdb/rpmdb.c:3229
 msgid "no dbpath has been set"
 msgstr "¶cie¿ka bazy danych nie zosta³a podana"
 
-#: rpmdb/rpmdb.c:3222
+#: rpmdb/rpmdb.c:3256
 #, fuzzy, c-format
 msgid "rebuilding database %s into %s\n"
 msgstr "odbudowywujê bazê danych w rootdir %s\n"
 
-#: rpmdb/rpmdb.c:3226
+#: rpmdb/rpmdb.c:3260
 #, fuzzy, c-format
 msgid "temporary database %s already exists\n"
 msgstr "tymczasowa baza danych %s ju¿ istnieje"
 
-#: rpmdb/rpmdb.c:3232
+#: rpmdb/rpmdb.c:3266
 #, fuzzy, c-format
 msgid "creating directory %s\n"
 msgstr "tworzenie katalogu: %s\n"
 
-#: rpmdb/rpmdb.c:3234
+#: rpmdb/rpmdb.c:3268
 #, fuzzy, c-format
 msgid "creating directory %s: %s\n"
 msgstr "tworzenie katalogu: %s\n"
 
-#: rpmdb/rpmdb.c:3241
+#: rpmdb/rpmdb.c:3275
 #, fuzzy, c-format
 msgid "opening old database with dbapi %d\n"
 msgstr "otwieranie starej bazy danych\n"
 
-#: rpmdb/rpmdb.c:3252
+#: rpmdb/rpmdb.c:3286
 #, fuzzy, c-format
 msgid "opening new database with dbapi %d\n"
 msgstr "otwieranie nowej bazy danych\n"
 
-#: rpmdb/rpmdb.c:3316
+#: rpmdb/rpmdb.c:3350
 #, fuzzy, c-format
 msgid "cannot add record originally at %u\n"
 msgstr "nie mo¿na dodaæ rekordu oryginalnie przy %d"
 
-#: rpmdb/rpmdb.c:3334
+#: rpmdb/rpmdb.c:3368
 #, 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:3342
+#: rpmdb/rpmdb.c:3376
 msgid "failed to replace old database with new database!\n"
 msgstr "zamiana starej bazy na now± nie powiod³a siê!\n"
 
-#: rpmdb/rpmdb.c:3344
+#: rpmdb/rpmdb.c:3378
 #, 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:3354
+#: rpmdb/rpmdb.c:3388
 #, fuzzy, c-format
 msgid "removing directory %s\n"
 msgstr "tworzenie katalogu: %s\n"
 
-#: rpmdb/rpmdb.c:3356
+#: rpmdb/rpmdb.c:3390
 #, c-format
 msgid "failed to remove directory %s: %s\n"
 msgstr "usuniêcie katalogu %s nie powiod³o siê: %s\n"
index 222a852..709b025 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-20 18:27-0400\n"
+"POT-Creation-Date: 2001-10-21 17:21-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"
@@ -721,15 +721,15 @@ msgstr "pacote bin
 msgid "bin/src package (prep, compile, install, package)"
 msgstr "pacote bin/fonte (prep, compile, install, package)"
 
-#: lib/poptBT.c:222 rpm.c:523
+#: lib/poptBT.c:220 rpm.c:523
 msgid "skip straight to specified stage (only for c,i)"
 msgstr "saltar directamente para a etapa indicada (só para c,i)"
 
-#: lib/poptBT.c:201 rpm.c:525
+#: lib/poptBT.c:199 rpm.c:525
 msgid "remove build tree when done"
 msgstr "apagar as directorias de criação quando acabar"
 
-#: lib/poptBT.c:218 rpm.c:527
+#: lib/poptBT.c:216 rpm.c:527
 msgid "remove sources when done"
 msgstr "apagar o código-fonte quando acabar"
 
@@ -737,7 +737,7 @@ msgstr "apagar o c
 msgid "remove spec file when done"
 msgstr "apagar o ficheiro spec quando acabar"
 
-#: lib/poptBT.c:224 rpm.c:531
+#: lib/poptBT.c:222 rpm.c:531
 msgid "generate PGP/GPG signature"
 msgstr "gerar a assinatura PGP/GPG"
 
@@ -827,7 +827,7 @@ msgstr "verificar se existe uma base de dados v
 msgid "rebuild database from existing database"
 msgstr "reconstruir a base de dados a partir da existente"
 
-#: rpm.c:565 rpmdb/poptDB.c:27
+#: rpm.c:565 rpmdb/poptDB.c:24
 #, fuzzy
 msgid "verify database files"
 msgstr "pesquisar um ficheiro spec"
@@ -1248,7 +1248,7 @@ msgstr "n
 msgid "no tar files given for build"
 msgstr "não foram indicados ficheiros tar para a criação"
 
-#: build/build.c:125 build/pack.c:471
+#: build/build.c:125 build/pack.c:466
 msgid "Unable to open temp file.\n"
 msgstr "Não consegui abrir um ficheiro temporário.\n"
 
@@ -1326,181 +1326,181 @@ msgstr "&& e || n
 msgid "syntax error in expression\n"
 msgstr "erro de sintaxe na expressão\n"
 
-#: build/files.c:274
+#: build/files.c:270
 #, c-format
 msgid "TIMECHECK failure: %s\n"
 msgstr "Falha no TIMECHECK: %s\n"
 
-#: build/files.c:333 build/files.c:525 build/files.c:708
+#: build/files.c:329 build/files.c:521 build/files.c:704
 #, c-format
 msgid "Missing '(' in %s %s\n"
 msgstr "Falta um '(' em %s %s\n"
 
-#: build/files.c:344 build/files.c:650 build/files.c:719
+#: build/files.c:340 build/files.c:646 build/files.c:715
 #, c-format
 msgid "Missing ')' in %s(%s\n"
 msgstr "Falta um ')' em %s(%s\n"
 
-#: build/files.c:382 build/files.c:675
+#: build/files.c:378 build/files.c:671
 #, c-format
 msgid "Invalid %s token: %s\n"
 msgstr "Elemento %s inválido: %s\n"
 
-#: build/files.c:488
+#: build/files.c:484
 #, fuzzy, c-format
 msgid "Missing %s in %s %s\n"
 msgstr "Falta um '(' em %s %s\n"
 
-#: build/files.c:541
+#: build/files.c:537
 #, 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:579
+#: build/files.c:575
 #, c-format
 msgid "Bad syntax: %s(%s)\n"
 msgstr "Sintaxe inválida: %s(%s)\n"
 
-#: build/files.c:589
+#: build/files.c:585
 #, c-format
 msgid "Bad mode spec: %s(%s)\n"
 msgstr "Spec de modo inválido: %s(%s)\n"
 
-#: build/files.c:601
+#: build/files.c:597
 #, c-format
 msgid "Bad dirmode spec: %s(%s)\n"
 msgstr "Spec de dirmode inválido: %s(%s)\n"
 
-#: build/files.c:746
+#: build/files.c:742
 #, 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:757
+#: build/files.c:753
 #, c-format
 msgid "Duplicate locale %.*s in %%lang(%s)\n"
 msgstr "Locale %.*s duplicado no %%lang(%s)\n"
 
-#: build/files.c:908
+#: build/files.c:904
 #, c-format
 msgid "Hit limit for %%docdir\n"
 msgstr "Limite atingido para o %%docdir\n"
 
-#: build/files.c:914
+#: build/files.c:910
 #, 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:942
+#: build/files.c:938
 #, c-format
 msgid "Two files on one line: %s\n"
 msgstr "Dois ficheiros na mesma linha: %s\n"
 
-#: build/files.c:957
+#: build/files.c:953
 #, c-format
 msgid "File must begin with \"/\": %s\n"
 msgstr "O ficheiro tem de começar por \"/\": %s\n"
 
-#: build/files.c:970
+#: build/files.c:966
 #, 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:1147
+#: build/files.c:1143
 #, c-format
 msgid "File listed twice: %s\n"
 msgstr "Ficheiro listado duas vezes: %s\n"
 
-#: build/files.c:1282
+#: build/files.c:1278
 #, c-format
 msgid "Symlink points to BuildRoot: %s -> %s\n"
 msgstr "A 'symlink' aponta para a BuildRoot: %s -> %s\n"
 
-#: build/files.c:1488
+#: build/files.c:1484
 #, 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:1512
+#: build/files.c:1508
 #, c-format
 msgid "File not found: %s\n"
 msgstr "Ficheiro não encontrado: %s\n"
 
-#: build/files.c:1555 build/files.c:2167 build/parsePrep.c:50
+#: build/files.c:1551 build/files.c:2163 build/parsePrep.c:50
 #, c-format
 msgid "Bad owner/group: %s\n"
 msgstr "Dono/grupo inválido: %s\n"
 
-#: build/files.c:1567
+#: build/files.c:1563
 #, c-format
 msgid "File %4d: %07o %s.%s\t %s\n"
 msgstr "Ficheiro: %4d: %07o %s.%s\t %s\n"
 
-#: build/files.c:1671
+#: build/files.c:1667
 #, c-format
 msgid "File needs leading \"/\": %s\n"
 msgstr "O ficheiro precisa de começar por \"/\": %s\n"
 
-#: build/files.c:1694
+#: build/files.c:1690
 #, fuzzy, c-format
 msgid "Glob not permitted: %s\n"
 msgstr "linha %d: Nome do ficheiro não permitido: %s\n"
 
-#: build/files.c:1709
+#: build/files.c:1705
 #, c-format
 msgid "File not found by glob: %s\n"
 msgstr "Ficheiro não encontrado pelo glob: %s\n"
 
-#: build/files.c:1771
+#: build/files.c:1767
 #, 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:1782 build/pack.c:150
+#: build/files.c:1778 build/pack.c:145
 #, c-format
 msgid "line: %s\n"
 msgstr "linha: %s\n"
 
-#: build/files.c:2155
+#: build/files.c:2151
 #, 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:2229
+#: build/files.c:2225
 #, c-format
 msgid "Couldn't exec %s: %s\n"
 msgstr "Não consegui executar o %s: %S\n"
 
-#: build/files.c:2234
+#: build/files.c:2230
 #, c-format
 msgid "Couldn't fork %s: %s\n"
 msgstr "Não consegui executar à parte o %s: &s\n"
 
-#: build/files.c:2318
+#: build/files.c:2314
 #, c-format
 msgid "%s failed\n"
 msgstr "O %s falhou\n"
 
-#: build/files.c:2322
+#: build/files.c:2318
 #, 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:2458
+#: build/files.c:2454
 #, c-format
 msgid "Finding  %s: (using %s)...\n"
 msgstr "A procurar o %s: (usando o %s)...\n"
 
-#: build/files.c:2484 build/files.c:2498
+#: build/files.c:2480 build/files.c:2494
 #, c-format
 msgid "Failed to find %s:\n"
 msgstr "Não consegui encontrar o %s:\n"
 
-#: build/files.c:2619
+#: build/files.c:2615
 #, c-format
 msgid "Processing files: %s-%s-%s\n"
 msgstr "A processar os ficheiros: %s-%s-%s\n"
@@ -1536,156 +1536,156 @@ msgstr "getGnameS: demasiados gid's\n"
 msgid "Could not canonicalize hostname: %s\n"
 msgstr "Não consegui canonizar o nome da máquina: %s\n"
 
-#: build/pack.c:83
+#: build/pack.c:78
 #, c-format
 msgid "create archive failed on file %s: %s\n"
 msgstr "a criação do pacote falhou no ficheiro %s: %s\n"
 
-#: build/pack.c:86
+#: build/pack.c:81
 #, fuzzy, c-format
 msgid "create archive failed: %s\n"
 msgstr "a criação do pacote falhou no ficheiro %s: %s\n"
 
-#: build/pack.c:108
+#: build/pack.c:103
 #, c-format
 msgid "cpio_copy write failed: %s\n"
 msgstr "a escrita do cpio_copy falhou: %s\n"
 
-#: build/pack.c:115
+#: build/pack.c:110
 #, c-format
 msgid "cpio_copy read failed: %s\n"
 msgstr "a leitura do cpio_copy falhou: %s\n"
 
-#: build/pack.c:218
+#: build/pack.c:213
 #, c-format
 msgid "Could not open PreIn file: %s\n"
 msgstr "Não consegui abrir o ficheiro PreIn: %s\n"
 
-#: build/pack.c:225
+#: build/pack.c:220
 #, c-format
 msgid "Could not open PreUn file: %s\n"
 msgstr "Não consegui abrir o ficheiro PreUn: %s\n"
 
-#: build/pack.c:232
+#: build/pack.c:227
 #, c-format
 msgid "Could not open PostIn file: %s\n"
 msgstr "Não consegui abrir o ficheiro PostIn: %s\n"
 
-#: build/pack.c:239
+#: build/pack.c:234
 #, c-format
 msgid "Could not open PostUn file: %s\n"
 msgstr "Não consegui abrir o ficheiro PostUn: %s\n"
 
-#: build/pack.c:247
+#: build/pack.c:242
 #, c-format
 msgid "Could not open VerifyScript file: %s\n"
 msgstr "Não consegui abrir o ficheiro VerifyScript: %s\n"
 
-#: build/pack.c:262
+#: build/pack.c:257
 #, c-format
 msgid "Could not open Trigger script file: %s\n"
 msgstr "Não consegui aceder ao 'script' Trigger: %s\n"
 
-#: build/pack.c:290
+#: build/pack.c:285
 #, c-format
 msgid "readRPM: open %s: %s\n"
 msgstr "readRPM: aceder ao %s: %s\n"
 
-#: build/pack.c:300
+#: build/pack.c:295
 #, c-format
 msgid "readRPM: read %s: %s\n"
 msgstr "readRPM: ler o %s: %s\n"
 
-#: build/pack.c:309 build/pack.c:513
+#: build/pack.c:304 build/pack.c:508
 #, fuzzy, c-format
 msgid "%s: Fseek failed: %s\n"
 msgstr "%s: O fread falhou: %s\n"
 
-#: build/pack.c:325
+#: build/pack.c:320
 #, c-format
 msgid "readRPM: %s is not an RPM package\n"
 msgstr "readRPM: o %s não é um pacote RPM\n"
 
-#: build/pack.c:334
+#: build/pack.c:329
 #, c-format
 msgid "readRPM: reading header from %s\n"
 msgstr "readRPM: a ler o cabeçalho do %s\n"
 
-#: build/pack.c:459
+#: build/pack.c:454
 #, fuzzy
 msgid "Unable to create immutable header region.\n"
 msgstr "Não consegui ler o cabeçalho de %s: %s\n"
 
-#: build/pack.c:477
+#: build/pack.c:472
 #, fuzzy
 msgid "Unable to write temp header\n"
 msgstr "Não consegui gravar o cabeçalho de %s: %s\n"
 
-#: build/pack.c:485
+#: build/pack.c:480
 msgid "Bad CSA data\n"
 msgstr "Dados de CSA inválidos\n"
 
-#: build/pack.c:520
+#: build/pack.c:515
 #, fuzzy
 msgid "Unable to write final header\n"
 msgstr "Não consegui gravar o cabeçalho de %s: %s\n"
 
-#: build/pack.c:538
+#: build/pack.c:533
 #, c-format
 msgid "Generating signature: %d\n"
 msgstr "A gerar a assinatura: %d\n"
 
-#: build/pack.c:551
+#: build/pack.c:546
 #, fuzzy
 msgid "Unable to reload signature header.\n"
 msgstr "Não consegui ler o cabeçalho de %s: %s\n"
 
-#: build/pack.c:559
+#: build/pack.c:554
 #, c-format
 msgid "Could not open %s: %s\n"
 msgstr "Não consigo aceder ao %s: %s\n"
 
-#: build/pack.c:595 lib/psm.c:2147
+#: build/pack.c:590 lib/psm.c:2149
 #, c-format
 msgid "Unable to write package: %s\n"
 msgstr "Não consegui gravar o pacote: %s\n"
 
-#: build/pack.c:610
+#: build/pack.c:605
 #, c-format
 msgid "Unable to open sigtarget %s: %s\n"
 msgstr "Não consegui abrir o sigtarget %s: %s\n"
 
-#: build/pack.c:620
+#: build/pack.c:615
 #, 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:634
+#: build/pack.c:629
 #, 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:644
+#: build/pack.c:639
 #, 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:650
+#: build/pack.c:645
 #, 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:675 lib/psm.c:2413
+#: build/pack.c:670 lib/psm.c:2415
 #, c-format
 msgid "Wrote: %s\n"
 msgstr "Gravei: %s\n"
 
-#: build/pack.c:742
+#: build/pack.c:737
 #, 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:759
+#: build/pack.c:754
 #, c-format
 msgid "cannot create %s: %s\n"
 msgstr "não consigo criar o %s: %s\n"
@@ -2094,7 +2094,7 @@ msgid " failed - "
 msgstr " falhou - "
 
 #. XXX legacy epoch-less requires/conflicts compatibility
-#: lib/depends.c:582
+#: lib/depends.c:559
 #, 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:611
+#: lib/depends.c:588
 #, c-format
 msgid "  %s    A %s\tB %s\n"
 msgstr "  %s     A %s\tB %s\n"
 
-#: lib/depends.c:612 lib/depends.c:1248 lib/depends.c:1381
+#: lib/depends.c:589 lib/depends.c:1225 lib/depends.c:1358
 msgid "YES"
 msgstr ""
 
-#: lib/depends.c:612 lib/depends.c:1248 lib/depends.c:1381
+#: lib/depends.c:589 lib/depends.c:1225 lib/depends.c:1358
 #, fuzzy
 msgid "NO "
 msgstr "NÃO-OK"
 
-#: lib/depends.c:1042
+#: lib/depends.c:1019
 #, c-format
 msgid "%s: %-45s YES (added files)\n"
 msgstr "%s: %-45s SIM (ficheiros adicionados)\n"
 
-#: lib/depends.c:1153
+#: lib/depends.c:1130
 #, c-format
 msgid "%s: %-45s YES (added provide)\n"
 msgstr "%s: %-45s SIM (oferecidos para adição)\n"
 
-#: lib/depends.c:1247
+#: lib/depends.c:1224
 #, fuzzy, c-format
 msgid "%s: %-45s %-s (cached)\n"
 msgstr "%s: %-45s %-3s (em cache)\n"
 
-#: lib/depends.c:1276
+#: lib/depends.c:1253
 #, c-format
 msgid "%s: %-45s YES (rpmrc provides)\n"
 msgstr "%s: %-45s SIM (oferecidos pelo rpmrc)\n"
 
-#: lib/depends.c:1293
+#: lib/depends.c:1270
 #, c-format
 msgid "%s: %-45s YES (rpmlib provides)\n"
 msgstr "%s: %-45s SIM (oferecidos pela rpmlib)\n"
 
-#: lib/depends.c:1317
+#: lib/depends.c:1294
 #, c-format
 msgid "%s: %-45s YES (db files)\n"
 msgstr "%s: %-45s SIM (ficheiros db)\n"
 
-#: lib/depends.c:1330
+#: lib/depends.c:1307
 #, c-format
 msgid "%s: %-45s YES (db provides)\n"
 msgstr "%s: %-45s SI (oferecidos pelo db)\n"
 
-#: lib/depends.c:1344
+#: lib/depends.c:1321
 #, c-format
 msgid "%s: %-45s YES (db package)\n"
 msgstr "%s: %-45s SIM (pacote db)\n"
 
-#: lib/depends.c:1360
+#: lib/depends.c:1337
 #, c-format
 msgid "%s: %-45s NO\n"
 msgstr "%s: %-45s NÃO\n"
 
-#: lib/depends.c:1381
+#: lib/depends.c:1358
 #, c-format
 msgid "%s: (%s, %s) added to Depends cache.\n"
 msgstr "%s: (%s, %s) adicionado à cache de dependências.\n"
@@ -2170,42 +2170,42 @@ msgstr "%s: (%s, %s) adicionado 
 #. requirements are satisfied.
 #. @switchbreak@
 #. requirements are not satisfied.
-#: lib/depends.c:1454
+#: lib/depends.c:1431
 #, 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:1533
+#: lib/depends.c:1510
 #, c-format
 msgid "package %s conflicts: %s\n"
 msgstr "o pacote %s está em conflito: %s\n"
 
-#: lib/depends.c:1786
+#: lib/depends.c:1763
 #, 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:1936
+#: lib/depends.c:1913
 msgid "========== recording tsort relations\n"
 msgstr "=========== a guardar as relações do tsort\n"
 
 #. T4. Scan for zeroes.
-#: lib/depends.c:1996
+#: lib/depends.c:1973
 msgid ""
 "========== tsorting packages (order, #predecessors, #succesors, depth)\n"
 msgstr ""
 
-#: lib/depends.c:2046
+#: lib/depends.c:2023
 msgid "========== successors only (presentation order)\n"
 msgstr "========== só os sucessores (ordem de apresentação)\n"
 
-#: lib/depends.c:2099
+#: lib/depends.c:2076
 msgid "LOOP:\n"
 msgstr "CICLO:\n"
 
-#: lib/depends.c:2129
+#: lib/depends.c:2106
 msgid "========== continuing tsort ...\n"
 msgstr "========== a prosseguir o tsort ...\n"
 
@@ -2299,7 +2299,7 @@ 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:351 lib/header_internal.c:161 lib/psm.c:971
+#: lib/header.c:351 lib/header_internal.c:161 lib/psm.c:973
 #, c-format
 msgid "Data type %d not supported\n"
 msgstr "O tipo de dados %d não é suportado\n"
@@ -2379,150 +2379,150 @@ msgstr "esperado um | no fim da express
 msgid "(unknown type)"
 msgstr "(tipo desconhecido)"
 
-#: lib/misc.c:241 lib/misc.c:246 lib/misc.c:252
+#: lib/misc.c:243 lib/misc.c:248 lib/misc.c:254
 #, c-format
 msgid "error creating temporary file %s\n"
 msgstr "erro ao criar o ficheiro temporário %s\n"
 
-#: lib/package.c:162
+#: lib/package.c:163
 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:228
+#: lib/package.c:229
 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"
 
-#: lib/poptBT.c:118
+#: lib/poptBT.c:116
 #, c-format
 msgid "buildroot already specified, ignoring %s\n"
 msgstr "O buildroot já foi especificado, a ignorar o %s\n"
 
-#: lib/poptBT.c:148
+#: lib/poptBT.c:146
 #, c-format
 msgid "build through %prep (unpack sources and apply patches) from <specfile>"
 msgstr "criar através do %prep (desempacotar o código e aplicar patches) do <fichspec>"
 
-#: lib/poptBT.c:149 lib/poptBT.c:152 lib/poptBT.c:155 lib/poptBT.c:158
-#: lib/poptBT.c:161 lib/poptBT.c:164 lib/poptBT.c:167
+#: lib/poptBT.c:147 lib/poptBT.c:150 lib/poptBT.c:153 lib/poptBT.c:156
+#: lib/poptBT.c:159 lib/poptBT.c:162 lib/poptBT.c:165
 msgid "<specfile>"
 msgstr "<fichspec>"
 
-#: lib/poptBT.c:151
+#: lib/poptBT.c:149
 msgid "build through %build (%prep, then compile) from <specfile>"
 msgstr "criar através do %build (%prep e depois compilar) do <fichspec>"
 
-#: lib/poptBT.c:154
+#: lib/poptBT.c:152
 msgid "build through %install (%prep, %build, then install) from <specfile>"
 msgstr "criar através do %install (%prep, %build e depois instalar) do <fichspec>"
 
-#: lib/poptBT.c:157
+#: lib/poptBT.c:155
 #, c-format
 msgid "verify %files section from <specfile>"
 msgstr "verificar a secção %files do <fichspec>"
 
-#: lib/poptBT.c:160
+#: lib/poptBT.c:158
 msgid "build source and binary packages from <specfile>"
 msgstr "criar os pacotes binários e de código a partir do <fichspec>"
 
-#: lib/poptBT.c:163
+#: lib/poptBT.c:161
 msgid "build binary package only from <specfile>"
 msgstr "criar só o pacote binário a partir do <fichspec>"
 
-#: lib/poptBT.c:166
+#: lib/poptBT.c:164
 msgid "build source package only from <specfile>"
 msgstr "criar só o pacote com código-fonte a partir do <fichspec>"
 
-#: lib/poptBT.c:170
+#: lib/poptBT.c:168
 #, c-format
 msgid "build through %prep (unpack sources and apply patches) from <tarball>"
 msgstr "criar através do %prep (desempacotar o código e aplicar patches) do <fichtar>"
 
-#: lib/poptBT.c:171 lib/poptBT.c:174 lib/poptBT.c:177 lib/poptBT.c:180
-#: lib/poptBT.c:183 lib/poptBT.c:186 lib/poptBT.c:189
+#: lib/poptBT.c:169 lib/poptBT.c:172 lib/poptBT.c:175 lib/poptBT.c:178
+#: lib/poptBT.c:181 lib/poptBT.c:184 lib/poptBT.c:187
 msgid "<tarball>"
 msgstr "<fichtar>"
 
-#: lib/poptBT.c:173
+#: lib/poptBT.c:171
 msgid "build through %build (%prep, then compile) from <tarball>"
 msgstr "criar através do %build (%prep e depois compilar) do <fichtar>"
 
-#: lib/poptBT.c:176
+#: lib/poptBT.c:174
 msgid "build through %install (%prep, %build, then install) from <tarball>"
 msgstr "criar através do %install (%prep, %build e depois instalar) do <fichtar>"
 
-#: lib/poptBT.c:179
+#: lib/poptBT.c:177
 #, c-format
 msgid "verify %files section from <tarball>"
 msgstr "verificar a secção %files do <fichtar>"
 
-#: lib/poptBT.c:182
+#: lib/poptBT.c:180
 msgid "build source and binary packages from <tarball>"
 msgstr "criar os pacotes binários e de código a partir do <fichtar>"
 
-#: lib/poptBT.c:185
+#: lib/poptBT.c:183
 msgid "build binary package only from <tarball>"
 msgstr "criar só o pacote binário a partir do <fichtar>"
 
-#: lib/poptBT.c:188
+#: lib/poptBT.c:186
 msgid "build source package only from <tarball>"
 msgstr "criar só o pacote com código-fonte a partir do <fichtar>"
 
-#: lib/poptBT.c:192
+#: lib/poptBT.c:190
 msgid "build binary package from <source package>"
 msgstr "criar o pacote binário a partir do <pacote de código>"
 
-#: lib/poptBT.c:193 lib/poptBT.c:196
+#: lib/poptBT.c:191 lib/poptBT.c:194
 msgid "<source package>"
 msgstr "<pacote de código>"
 
-#: lib/poptBT.c:195
+#: lib/poptBT.c:193
 msgid ""
 "build through %install (%prep, %build, then install) from <source package>"
 msgstr "criar através do %install (%prep, %build e depois instalar) do <pacote de código>"
 
-#: lib/poptBT.c:199
+#: lib/poptBT.c:197
 msgid "override build root"
 msgstr "ignorar a raiz de criação"
 
-#: lib/poptBT.c:203 rpmdb/poptDB.c:32
+#: lib/poptBT.c:201 rpmdb/poptDB.c:29
 msgid "generate headers compatible with rpm4 packaging"
 msgstr "gerar os cabeçalhos compatíveis com o formato do rpm4"
 
-#: lib/poptBT.c:205
+#: lib/poptBT.c:203
 msgid "ignore ExcludeArch: directives from spec file"
 msgstr "ignorar as directivas ExcludeArch: do ficheiro spec"
 
-#: lib/poptBT.c:207
+#: lib/poptBT.c:205
 msgid "debug file state machine"
 msgstr ""
 
-#: lib/poptBT.c:209
+#: lib/poptBT.c:207
 msgid "do not execute any stages of the build"
 msgstr "não executar nenhuma etapa da criação"
 
-#: lib/poptBT.c:211
+#: lib/poptBT.c:209
 #, fuzzy
 msgid "do not verify build dependencies"
 msgstr "não verifica as dependências do pacote"
 
-#: lib/poptBT.c:213
+#: lib/poptBT.c:211
 msgid "generate package header(s) compatible with (legacy) rpm[23] packaging"
 msgstr "gerar um cabeçalho do pacote compatível com os pacotes do rpm[23]"
 
-#: lib/poptBT.c:216
+#: lib/poptBT.c:214
 msgid "do not accept i18N msgstr's from specfile"
 msgstr "não aceitar as mensagens de i18N do ficheiro spec"
 
-#: lib/poptBT.c:220
+#: lib/poptBT.c:218
 msgid "remove specfile when done"
 msgstr "apagar o ficheiro spec quando acabar"
 
-#: lib/poptBT.c:226
+#: lib/poptBT.c:224
 msgid "override target platform"
 msgstr "ignorar a plataforma-alvo"
 
-#: lib/poptBT.c:228
+#: lib/poptBT.c:226
 msgid "lookup i18N strings in specfile catalog"
 msgstr "procurar as mensagens de i18N no catálogo do ficheiro spec"
 
@@ -2855,108 +2855,108 @@ 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:313
+#: lib/psm.c:315
 msgid "========== relocations\n"
 msgstr "========== mudanças de local\n"
 
-#: lib/psm.c:317
+#: lib/psm.c:319
 #, c-format
 msgid "%5d exclude  %s\n"
 msgstr "%5d excluir o %s\n"
 
-#: lib/psm.c:320
+#: lib/psm.c:322
 #, c-format
 msgid "%5d relocate %s -> %s\n"
 msgstr "%5d mudar de local %s -> %s\n"
 
-#: lib/psm.c:390
+#: lib/psm.c:392
 #, c-format
 msgid "excluding multilib path %s%s\n"
 msgstr "a exclur a directoria 'multilib' %s%s\n"
 
-#: lib/psm.c:456
+#: lib/psm.c:458
 #, c-format
 msgid "excluding %s %s\n"
 msgstr "a excluir o %s %s\n"
 
-#: lib/psm.c:466
+#: lib/psm.c:468
 #, c-format
 msgid "relocating %s to %s\n"
 msgstr "a mudar o %s para %s\n"
 
-#: lib/psm.c:545
+#: lib/psm.c:547
 #, c-format
 msgid "relocating directory %s to %s\n"
 msgstr "a mudar a directoria %s para %s\n"
 
-#: lib/psm.c:1168
+#: lib/psm.c:1170
 #, fuzzy, c-format
 msgid "cannot create %%%s %s\n"
 msgstr "não consigo criar o %s: %s\n"
 
-#: lib/psm.c:1174
+#: lib/psm.c:1176
 #, fuzzy, c-format
 msgid "cannot write to %%%s %s\n"
 msgstr "não consigo escrever em %s\n"
 
-#: lib/psm.c:1212
+#: lib/psm.c:1214
 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:1323
+#: lib/psm.c:1325
 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:1430
+#: lib/psm.c:1432
 #, fuzzy, c-format
 msgid "%s: running %s scriptlet\n"
 msgstr "a correr os programas de pós-instalação (se existirem)\n"
 
-#: lib/psm.c:1598
+#: lib/psm.c:1600
 #, 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:1605
+#: lib/psm.c:1607
 #, 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:1952
+#: lib/psm.c:1954
 #, 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:2069
+#: lib/psm.c:2071
 #, c-format
 msgid "%s: %s scriptlet failed (%d), skipping %s-%s-%s\n"
 msgstr ""
 
-#: lib/psm.c:2184
+#: lib/psm.c:2186
 #, 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:2193
+#: lib/psm.c:2195
 #, 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:2234
+#: lib/psm.c:2236
 #, c-format
 msgid "unpacking of archive failed%s%s: %s\n"
 msgstr "a abertura do pacote falhou%s%s: %s\n"
 
-#: lib/psm.c:2235
+#: lib/psm.c:2237
 msgid " on file "
 msgstr " no ficheiro "
 
-#: lib/psm.c:2421
+#: lib/psm.c:2423
 #, fuzzy, c-format
 msgid "%s failed on file %s: %s\n"
 msgstr "falhei ao aceder ao %s: %s\n"
 
-#: lib/psm.c:2424
+#: lib/psm.c:2426
 #, fuzzy, c-format
 msgid "%s failed: %s\n"
 msgstr "O %s falhou\n"
@@ -3358,206 +3358,206 @@ msgstr "N
 msgid "Unable to open %s for reading: %s.\n"
 msgstr "Não consegui abrir o %s para leitura: %s.\n"
 
-#: lib/signature.c:114
+#: lib/signature.c:115
 msgid "file is not regular -- skipping size check\n"
 msgstr "o ficheiro não é normal -- a ignorar a verificação do tamanho\n"
 
-#: lib/signature.c:123
+#: lib/signature.c:124
 #, c-format
 msgid "Expected size: %12d = lead(%d)+sigs(%d)+pad(%d)+data(%d)\n"
 msgstr "Esperado um tamanho: %12d = início(%d)+assin.(%d)+'pad'(%d)+dados(%d)\n"
 
-#: lib/signature.c:128
+#: lib/signature.c:129
 #, c-format
 msgid "  Actual size: %12d\n"
 msgstr "  Tamanho real: %12d\n"
 
-#: lib/signature.c:148
+#: lib/signature.c:149
 msgid "No signature\n"
 msgstr "Sem assinatura\n"
 
-#: lib/signature.c:152
+#: lib/signature.c:153
 msgid "Old PGP signature\n"
 msgstr "Assinatura PGP antiga\n"
 
-#: lib/signature.c:165
+#: lib/signature.c:166
 msgid "Old (internal-only) signature!  How did you get that!?\n"
 msgstr "Assinatura (só interna) antiga! Como é que obteve isto!?\n"
 
-#: lib/signature.c:221
+#: lib/signature.c:222
 #, fuzzy, c-format
 msgid "Signature: size(%d)+pad(%d)\n"
 msgstr "Tamanho da assinatura: %d\n"
 
-#: lib/signature.c:284
+#: lib/signature.c:285
 #, c-format
 msgid "Couldn't exec pgp (%s)\n"
 msgstr "Não consigo executar o pgp (%s)\n"
 
-#: lib/signature.c:297
+#: lib/signature.c:298
 msgid "pgp failed\n"
 msgstr "o pgp falhou\n"
 
 #. PGP failed to write signature
 #. Just in case
-#: lib/signature.c:304
+#: lib/signature.c:305
 msgid "pgp failed to write signature\n"
 msgstr "o pgp não conseguiu gravar a assinatura\n"
 
-#: lib/signature.c:309
+#: lib/signature.c:310
 #, c-format
 msgid "PGP sig size: %d\n"
 msgstr "tamanho da assinatura do PGP: %d\n"
 
-#: lib/signature.c:324 lib/signature.c:411
+#: lib/signature.c:325 lib/signature.c:412
 msgid "unable to read the signature\n"
 msgstr "incapaz de ler a assinatura\n"
 
-#: lib/signature.c:329
+#: lib/signature.c:330
 #, c-format
 msgid "Got %d bytes of PGP sig\n"
 msgstr "Obtive %d bytes da assinatura PGP\n"
 
-#: lib/signature.c:371 lib/signature.c:501
+#: lib/signature.c:372 lib/signature.c:502
 msgid "Couldn't exec gpg\n"
 msgstr "Não consegui executar o gpg\n"
 
-#: lib/signature.c:384
+#: lib/signature.c:385
 msgid "gpg failed\n"
 msgstr "o gpg falhou\n"
 
 #. GPG failed to write signature
 #. Just in case
-#: lib/signature.c:391
+#: lib/signature.c:392
 msgid "gpg failed to write signature\n"
 msgstr "o gpg não conseguiu gravar a assinatura\n"
 
-#: lib/signature.c:396
+#: lib/signature.c:397
 #, c-format
 msgid "GPG sig size: %d\n"
 msgstr "Tamanho da assinatura do GPG: %d\n"
 
-#: lib/signature.c:416
+#: lib/signature.c:417
 #, c-format
 msgid "Got %d bytes of GPG sig\n"
 msgstr "Obtive %d bytes da assinatura do GPG\n"
 
-#: lib/signature.c:444
+#: lib/signature.c:445
 msgid "Generating signature using PGP.\n"
 msgstr "A gerar a assinatura usando o PGP.\n"
 
-#: lib/signature.c:450
+#: lib/signature.c:451
 msgid "Generating signature using GPG.\n"
 msgstr "A gerar a assinatura usando o PGP.\n"
 
-#: lib/signature.c:530
+#: lib/signature.c:531
 msgid "Couldn't exec pgp\n"
 msgstr "Não consegui executar o pgp\n"
 
 #. @notreached@
 #. This case should have been screened out long ago.
-#: lib/signature.c:534 lib/signature.c:587
+#: lib/signature.c:535 lib/signature.c:588
 #, c-format
 msgid "Invalid %%_signature spec in macro file\n"
 msgstr "'Spec' %%_signature inválido no ficheiro de macros\n"
 
-#: lib/signature.c:567
+#: lib/signature.c:568
 #, c-format
 msgid "You must set \"%%_gpg_name\" in your macro file\n"
 msgstr "Precisa definir o \"%%_gpg_name\" no seu ficheiro de macros\n"
 
-#: lib/signature.c:579
+#: lib/signature.c:580
 #, c-format
 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:308
+#: lib/transaction.c:309
 #, c-format
 msgid "%s skipped due to missingok flag\n"
 msgstr "%s ignorado devido à opção missingok\n"
 
 #. @innercontinue@
-#: lib/transaction.c:936
+#: lib/transaction.c:937
 #, c-format
 msgid "excluding directory %s\n"
 msgstr "a excluir a directoria %s\n"
 
-#: lib/verify.c:240
+#: lib/verify.c:242
 msgid "package lacks both user name and id lists (this should never happen)\n"
 msgstr "o pacote não tem o nome de utilizador nem as listas de IDs (nunca deve ocorrer)\n"
 
-#: lib/verify.c:261
+#: lib/verify.c:263
 msgid "package lacks both group name and id lists (this should never happen)\n"
 msgstr "o pacote não tem o nome do grupo nem as listas de IDs (nunca deve ocorrer)\n"
 
-#: lib/verify.c:398
+#: lib/verify.c:400
 #, c-format
 msgid "missing    %s"
 msgstr "falta     %s"
 
-#: lib/verify.c:495
+#: lib/verify.c:497
 #, 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:101 rpmdb/db3.c:100
+#: rpmdb/db1.c:100 rpmdb/db3.c:100
 #, c-format
 msgid "db%d error(%d) from %s: %s\n"
 msgstr "erro do db%d (%d) do %s: %s\n"
 
-#: rpmdb/db1.c:104 rpmdb/db3.c:103
+#: rpmdb/db1.c:103 rpmdb/db3.c:103
 #, c-format
 msgid "db%d error(%d): %s\n"
 msgstr "erro do db%d (%d): %s\n"
 
-#: rpmdb/db1.c:171
+#: rpmdb/db1.c:170
 #, c-format
 msgid ""
 "Broken package chain at offset %d(0x%08x), attempting to reconnect ...\n"
 msgstr ""
 
-#: rpmdb/db1.c:183
+#: rpmdb/db1.c:182
 #, c-format
 msgid "Reconnecting broken chain at offset %d(0x%08x).\n"
 msgstr ""
 
 #. @=branchstate@
-#: rpmdb/db1.c:509
+#: rpmdb/db1.c:508
 #, c-format
 msgid "closed  db file        %s\n"
 msgstr "fechei o ficheiro do db %s\n"
 
-#: rpmdb/db1.c:512
+#: rpmdb/db1.c:511
 #, c-format
 msgid "removed db file        %s\n"
 msgstr "removi o ficheiro do db %s\n"
 
-#: rpmdb/db1.c:547
+#: rpmdb/db1.c:546
 #, c-format
 msgid "bad db file %s\n"
 msgstr "ficheiro db inválido %s\n"
 
-#: rpmdb/db1.c:552
+#: 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:575
+#: 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:576 rpmdb/db3.c:1213
+#: rpmdb/db1.c:575 rpmdb/db3.c:1213
 msgid "exclusive"
 msgstr "exclusivo"
 
-#: rpmdb/db1.c:576 rpmdb/db3.c:1213
+#: rpmdb/db1.c:575 rpmdb/db3.c:1213
 msgid "shared"
 msgstr "partilhado"
 
@@ -3636,168 +3636,168 @@ msgstr ""
 "'mailing list' rpm-list@redhat.com\n"
 "se o \"rpm --rebuild\" não conseguir corrigir o problema.\n"
 
-#: rpmdb/poptDB.c:22
+#: rpmdb/poptDB.c:19
 msgid "initialize database"
 msgstr "inicializar a base de dados"
 
-#: rpmdb/poptDB.c:24
+#: rpmdb/poptDB.c:21
 msgid "rebuild database inverted lists from installed package headers"
 msgstr "reconstruir as listas invertidas da base dados com os cabeçalhos dos pacotes instalados"
 
-#: rpmdb/poptDB.c:29
+#: rpmdb/poptDB.c:26
 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:130
+#: rpmdb/rpmdb.c:126
 #, 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:384
+#: rpmdb/rpmdb.c:380
 #, 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:406
+#: 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:498
+#: 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:629
+#: rpmdb/rpmdb.c:625
 #, 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:639
+#: rpmdb/rpmdb.c:635
 #, 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:893
+#: rpmdb/rpmdb.c:889
 msgid "no dbpath has been set\n"
 msgstr "não foi definido o dbpath\n"
 
-#: rpmdb/rpmdb.c:1032
+#: rpmdb/rpmdb.c:1028
 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:1277
+#: rpmdb/rpmdb.c:1273
 #, c-format
 msgid "error(%d) counting packages\n"
 msgstr "erro(%d) ao contar os pacotes\n"
 
-#: rpmdb/rpmdb.c:2061 rpmdb/rpmdb.c:3276
+#: rpmdb/rpmdb.c:2057 rpmdb/rpmdb.c:3310
 #, 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:2114
+#: rpmdb/rpmdb.c:2110
 #, c-format
 msgid "rpmdb: damaged header instance #%u retrieved, skipping.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2384
+#: rpmdb/rpmdb.c:2380
 #, 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:2456
+#: rpmdb/rpmdb.c:2452
 #, c-format
 msgid "removing \"%s\" from %s index.\n"
 msgstr "a remover o \"%s\" do índice %s.\n"
 
-#: rpmdb/rpmdb.c:2465
+#: rpmdb/rpmdb.c:2461
 #, c-format
 msgid "removing %d entries from %s index.\n"
 msgstr "a remover %d registos do índice %s.\n"
 
-#: rpmdb/rpmdb.c:2666
+#: rpmdb/rpmdb.c:2662
 #, 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:2747
+#: rpmdb/rpmdb.c:2743
 #, c-format
 msgid "adding \"%s\" to %s index.\n"
 msgstr "a adicionar o \"%s\" ao índice %s.\n"
 
-#: rpmdb/rpmdb.c:2758
+#: rpmdb/rpmdb.c:2754
 #, c-format
 msgid "adding %d entries to %s index.\n"
 msgstr "a adicionar %d registos ao índice %s.\n"
 
-#: rpmdb/rpmdb.c:3162
+#: rpmdb/rpmdb.c:3196
 #, 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:3195
+#: rpmdb/rpmdb.c:3229
 msgid "no dbpath has been set"
 msgstr "não foi definido o dbpath"
 
-#: rpmdb/rpmdb.c:3222
+#: rpmdb/rpmdb.c:3256
 #, c-format
 msgid "rebuilding database %s into %s\n"
 msgstr "a reconstruir a base de dados %s em %s\n"
 
-#: rpmdb/rpmdb.c:3226
+#: rpmdb/rpmdb.c:3260
 #, c-format
 msgid "temporary database %s already exists\n"
 msgstr "A base de dados temporária %s já existe\n"
 
-#: rpmdb/rpmdb.c:3232
+#: rpmdb/rpmdb.c:3266
 #, c-format
 msgid "creating directory %s\n"
 msgstr "a criar a directoria %s\n"
 
-#: rpmdb/rpmdb.c:3234
+#: rpmdb/rpmdb.c:3268
 #, c-format
 msgid "creating directory %s: %s\n"
 msgstr "a criar a directoria %s: %s\n"
 
-#: rpmdb/rpmdb.c:3241
+#: rpmdb/rpmdb.c:3275
 #, 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:3252
+#: rpmdb/rpmdb.c:3286
 #, 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:3316
+#: rpmdb/rpmdb.c:3350
 #, 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:3334
+#: rpmdb/rpmdb.c:3368
 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:3342
+#: rpmdb/rpmdb.c:3376
 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:3344
+#: rpmdb/rpmdb.c:3378
 #, 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:3354
+#: rpmdb/rpmdb.c:3388
 #, c-format
 msgid "removing directory %s\n"
 msgstr "a remover a directoria %s\n"
 
-#: rpmdb/rpmdb.c:3356
+#: rpmdb/rpmdb.c:3390
 #, c-format
 msgid "failed to remove directory %s: %s\n"
 msgstr "falhou a remoção da directoria %s: %s\n"
index 219b406..7ff647e 100644 (file)
@@ -4,7 +4,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: rpm 4.0.3\n"
-"POT-Creation-Date: 2001-10-20 18:27-0400\n"
+"POT-Creation-Date: 2001-10-21 17:21-0400\n"
 
 # , c-format
 #: build.c:37
@@ -798,15 +798,15 @@ msgstr "pacote binrio (prep, compile, instale, pacote)"
 msgid "bin/src package (prep, compile, install, package)"
 msgstr "pacote bin/src (prep, compile, instale, pacote)"
 
-#: lib/poptBT.c:222 rpm.c:523
+#: lib/poptBT.c:220 rpm.c:523
 msgid "skip straight to specified stage (only for c,i)"
 msgstr "pule direto para o estgio especificado (somente para c,i)"
 
-#: lib/poptBT.c:201 rpm.c:525
+#: lib/poptBT.c:199 rpm.c:525
 msgid "remove build tree when done"
 msgstr "remova a rvore de construo quando terminar"
 
-#: lib/poptBT.c:218 rpm.c:527
+#: lib/poptBT.c:216 rpm.c:527
 #, fuzzy
 msgid "remove sources when done"
 msgstr "remova a rvore de construo quando terminar"
@@ -816,7 +816,7 @@ msgstr "remova a rvore de construo quando terminar"
 msgid "remove spec file when done"
 msgstr "remova a rvore de construo quando terminar"
 
-#: lib/poptBT.c:224 rpm.c:531
+#: lib/poptBT.c:222 rpm.c:531
 #, fuzzy
 msgid "generate PGP/GPG signature"
 msgstr "gere assinatura PGP"
@@ -916,7 +916,7 @@ msgstr "certifique que um banco de dados vlido existe"
 msgid "rebuild database from existing database"
 msgstr "reconstrua o banco de dados a partir de um banco de dados existente"
 
-#: rpm.c:565 rpmdb/poptDB.c:27
+#: rpm.c:565 rpmdb/poptDB.c:24
 #, fuzzy
 msgid "verify database files"
 msgstr "pesquise todos os pacotes"
@@ -1384,7 +1384,7 @@ msgid "no tar files given for build"
 msgstr "no foram passados arquivos tar para construo"
 
 # , c-format
-#: build/build.c:125 build/pack.c:471
+#: build/build.c:125 build/pack.c:466
 #, fuzzy
 msgid "Unable to open temp file.\n"
 msgstr "No consegui abrir: %s\n"
@@ -1469,196 +1469,196 @@ msgstr ""
 msgid "syntax error in expression\n"
 msgstr ""
 
-#: build/files.c:274
+#: build/files.c:270
 #, c-format
 msgid "TIMECHECK failure: %s\n"
 msgstr ""
 
-#: build/files.c:333 build/files.c:525 build/files.c:708
+#: build/files.c:329 build/files.c:521 build/files.c:704
 #, c-format
 msgid "Missing '(' in %s %s\n"
 msgstr ""
 
-#: build/files.c:344 build/files.c:650 build/files.c:719
+#: build/files.c:340 build/files.c:646 build/files.c:715
 #, c-format
 msgid "Missing ')' in %s(%s\n"
 msgstr ""
 
 # , c-format
-#: build/files.c:382 build/files.c:675
+#: build/files.c:378 build/files.c:671
 #, fuzzy, c-format
 msgid "Invalid %s token: %s\n"
 msgstr "No consegui abrir: %s\n"
 
-#: build/files.c:488
+#: build/files.c:484
 #, c-format
 msgid "Missing %s in %s %s\n"
 msgstr ""
 
-#: build/files.c:541
+#: build/files.c:537
 #, c-format
 msgid "Non-white space follows %s(): %s\n"
 msgstr ""
 
 # , c-format
-#: build/files.c:579
+#: build/files.c:575
 #, fuzzy, c-format
 msgid "Bad syntax: %s(%s)\n"
 msgstr "No consegui ler o arquivo spec de %s\n"
 
 # , c-format
-#: build/files.c:589
+#: build/files.c:585
 #, 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:601
+#: build/files.c:597
 #, fuzzy, c-format
 msgid "Bad dirmode spec: %s(%s)\n"
 msgstr "No consegui ler o arquivo spec de %s\n"
 
-#: build/files.c:746
+#: build/files.c:742
 #, c-format
 msgid "Unusual locale length: \"%.*s\" in %%lang(%s)\n"
 msgstr ""
 
 #. @innercontinue@
-#: build/files.c:757
+#: build/files.c:753
 #, c-format
 msgid "Duplicate locale %.*s in %%lang(%s)\n"
 msgstr ""
 
-#: build/files.c:908
+#: build/files.c:904
 #, c-format
 msgid "Hit limit for %%docdir\n"
 msgstr ""
 
-#: build/files.c:914
+#: build/files.c:910
 #, c-format
 msgid "Only one arg for %%docdir\n"
 msgstr ""
 
 # , c-format
 #. We already got a file -- error
-#: build/files.c:942
+#: build/files.c:938
 #, fuzzy, c-format
 msgid "Two files on one line: %s\n"
 msgstr "No consegui abrir: %s\n"
 
-#: build/files.c:957
+#: build/files.c:953
 #, fuzzy, c-format
 msgid "File must begin with \"/\": %s\n"
 msgstr "argumentos para o --dbpath devem comear com uma /"
 
-#: build/files.c:970
+#: build/files.c:966
 #, 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:1147
+#: build/files.c:1143
 #, fuzzy, c-format
 msgid "File listed twice: %s\n"
 msgstr "No consegui ler o arquivo spec de %s\n"
 
-#: build/files.c:1282
+#: build/files.c:1278
 #, c-format
 msgid "Symlink points to BuildRoot: %s -> %s\n"
 msgstr ""
 
 # , c-format
-#: build/files.c:1488
+#: build/files.c:1484
 #, 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:1512
+#: build/files.c:1508
 #, fuzzy, c-format
 msgid "File not found: %s\n"
 msgstr "no foi passado pacote para desinstalao"
 
-#: build/files.c:1555 build/files.c:2167 build/parsePrep.c:50
+#: build/files.c:1551 build/files.c:2163 build/parsePrep.c:50
 #, c-format
 msgid "Bad owner/group: %s\n"
 msgstr ""
 
-#: build/files.c:1567
+#: build/files.c:1563
 #, c-format
 msgid "File %4d: %07o %s.%s\t %s\n"
 msgstr ""
 
-#: build/files.c:1671
+#: build/files.c:1667
 #, fuzzy, c-format
 msgid "File needs leading \"/\": %s\n"
 msgstr "argumentos para o --dbpath devem comear com uma /"
 
 # , c-format
-#: build/files.c:1694
+#: build/files.c:1690
 #, fuzzy, c-format
 msgid "Glob not permitted: %s\n"
 msgstr "No consegui abrir: %s\n"
 
-#: build/files.c:1709
+#: build/files.c:1705
 #, fuzzy, c-format
 msgid "File not found by glob: %s\n"
 msgstr "no foi passado pacote para desinstalao"
 
 # , c-format
-#: build/files.c:1771
+#: build/files.c:1767
 #, fuzzy, c-format
 msgid "Could not open %%files file %s: %s\n"
 msgstr "No consegui abrir: %s\n"
 
 # , c-format
-#: build/files.c:1782 build/pack.c:150
+#: build/files.c:1778 build/pack.c:145
 #, fuzzy, c-format
 msgid "line: %s\n"
 msgstr "No consegui ler o arquivo spec de %s\n"
 
 # , c-format
-#: build/files.c:2155
+#: build/files.c:2151
 #, 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:2229
+#: build/files.c:2225
 #, 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:2234
+#: build/files.c:2230
 #, fuzzy, c-format
 msgid "Couldn't fork %s: %s\n"
 msgstr "No consegui ler o arquivo spec de %s\n"
 
-#: build/files.c:2318
+#: build/files.c:2314
 #, fuzzy, c-format
 msgid "%s failed\n"
 msgstr "Construo falhou.\n"
 
 # , c-format
-#: build/files.c:2322
+#: build/files.c:2318
 #, fuzzy, c-format
 msgid "failed to write all data to %s\n"
 msgstr "No consegui abrir o pipe tar: %s\n"
 
-#: build/files.c:2458
+#: build/files.c:2454
 #, c-format
 msgid "Finding  %s: (using %s)...\n"
 msgstr ""
 
 # , c-format
-#: build/files.c:2484 build/files.c:2498
+#: build/files.c:2480 build/files.c:2494
 #, fuzzy, c-format
 msgid "Failed to find %s:\n"
 msgstr "No consegui abrir o pipe tar: %s\n"
 
-#: build/files.c:2619
+#: build/files.c:2615
 #, c-format
 msgid "Processing files: %s-%s-%s\n"
 msgstr ""
@@ -1693,180 +1693,180 @@ msgid "Could not canonicalize hostname: %s\n"
 msgstr ""
 
 # , c-format
-#: build/pack.c:83
+#: build/pack.c:78
 #, fuzzy, c-format
 msgid "create archive failed on file %s: %s\n"
 msgstr "No consegui abrir: %s\n"
 
 # , c-format
-#: build/pack.c:86
+#: build/pack.c:81
 #, fuzzy, c-format
 msgid "create archive failed: %s\n"
 msgstr "No consegui abrir: %s\n"
 
 # , c-format
-#: build/pack.c:108
+#: build/pack.c:103
 #, fuzzy, c-format
 msgid "cpio_copy write failed: %s\n"
 msgstr "No consegui abrir: %s\n"
 
 # , c-format
-#: build/pack.c:115
+#: build/pack.c:110
 #, fuzzy, c-format
 msgid "cpio_copy read failed: %s\n"
 msgstr "No consegui abrir: %s\n"
 
 # , c-format
-#: build/pack.c:218
+#: build/pack.c:213
 #, fuzzy, c-format
 msgid "Could not open PreIn file: %s\n"
 msgstr "No consegui abrir: %s\n"
 
 # , c-format
-#: build/pack.c:225
+#: build/pack.c:220
 #, fuzzy, c-format
 msgid "Could not open PreUn file: %s\n"
 msgstr "No consegui abrir: %s\n"
 
 # , c-format
-#: build/pack.c:232
+#: build/pack.c:227
 #, fuzzy, c-format
 msgid "Could not open PostIn file: %s\n"
 msgstr "No consegui abrir: %s\n"
 
 # , c-format
-#: build/pack.c:239
+#: build/pack.c:234
 #, fuzzy, c-format
 msgid "Could not open PostUn file: %s\n"
 msgstr "No consegui abrir: %s\n"
 
 # , c-format
-#: build/pack.c:247
+#: build/pack.c:242
 #, fuzzy, c-format
 msgid "Could not open VerifyScript file: %s\n"
 msgstr "No consegui abrir: %s\n"
 
 # , c-format
-#: build/pack.c:262
+#: build/pack.c:257
 #, fuzzy, c-format
 msgid "Could not open Trigger script file: %s\n"
 msgstr "No consegui abrir: %s\n"
 
 # , c-format
-#: build/pack.c:290
+#: build/pack.c:285
 #, fuzzy, c-format
 msgid "readRPM: open %s: %s\n"
 msgstr "No consegui abrir: %s\n"
 
 # , c-format
-#: build/pack.c:300
+#: build/pack.c:295
 #, fuzzy, c-format
 msgid "readRPM: read %s: %s\n"
 msgstr "No consegui ler o arquivo spec de %s\n"
 
 # , c-format
-#: build/pack.c:309 build/pack.c:513
+#: build/pack.c:304 build/pack.c:508
 #, fuzzy, c-format
 msgid "%s: Fseek failed: %s\n"
 msgstr "No consegui abrir: %s\n"
 
-#: build/pack.c:325
+#: build/pack.c:320
 #, c-format
 msgid "readRPM: %s is not an RPM package\n"
 msgstr ""
 
-#: build/pack.c:334
+#: build/pack.c:329
 #, c-format
 msgid "readRPM: reading header from %s\n"
 msgstr ""
 
 # , c-format
-#: build/pack.c:459
+#: build/pack.c:454
 #, fuzzy
 msgid "Unable to create immutable header region.\n"
 msgstr "No consegui abrir: %s\n"
 
 # , c-format
-#: build/pack.c:477
+#: build/pack.c:472
 #, fuzzy
 msgid "Unable to write temp header\n"
 msgstr "No consegui abrir: %s\n"
 
-#: build/pack.c:485
+#: build/pack.c:480
 msgid "Bad CSA data\n"
 msgstr ""
 
 # , c-format
-#: build/pack.c:520
+#: build/pack.c:515
 #, fuzzy
 msgid "Unable to write final header\n"
 msgstr "No consegui abrir: %s\n"
 
-#: build/pack.c:538
+#: build/pack.c:533
 #, fuzzy, c-format
 msgid "Generating signature: %d\n"
 msgstr "gere assinatura PGP"
 
 # , c-format
-#: build/pack.c:551
+#: build/pack.c:546
 #, fuzzy
 msgid "Unable to reload signature header.\n"
 msgstr "No consegui abrir: %s\n"
 
 # , c-format
-#: build/pack.c:559
+#: build/pack.c:554
 #, fuzzy, c-format
 msgid "Could not open %s: %s\n"
 msgstr "No consegui abrir: %s\n"
 
 # , c-format
-#: build/pack.c:595 lib/psm.c:2147
+#: build/pack.c:590 lib/psm.c:2149
 #, fuzzy, c-format
 msgid "Unable to write package: %s\n"
 msgstr "No consegui abrir: %s\n"
 
 # , c-format
-#: build/pack.c:610
+#: build/pack.c:605
 #, fuzzy, c-format
 msgid "Unable to open sigtarget %s: %s\n"
 msgstr "No consegui abrir: %s\n"
 
 # , c-format
-#: build/pack.c:620
+#: build/pack.c:615
 #, fuzzy, c-format
 msgid "Unable to read header from %s: %s\n"
 msgstr "No consegui abrir: %s\n"
 
 # , c-format
-#: build/pack.c:634
+#: build/pack.c:629
 #, fuzzy, c-format
 msgid "Unable to write header to %s: %s\n"
 msgstr "No consegui abrir: %s\n"
 
 # , c-format
-#: build/pack.c:644
+#: build/pack.c:639
 #, fuzzy, c-format
 msgid "Unable to read payload from %s: %s\n"
 msgstr "No consegui abrir: %s\n"
 
 # , c-format
-#: build/pack.c:650
+#: build/pack.c:645
 #, fuzzy, c-format
 msgid "Unable to write payload to %s: %s\n"
 msgstr "No consegui abrir: %s\n"
 
-#: build/pack.c:675 lib/psm.c:2413
+#: build/pack.c:670 lib/psm.c:2415
 #, c-format
 msgid "Wrote: %s\n"
 msgstr ""
 
-#: build/pack.c:742
+#: build/pack.c:737
 #, c-format
 msgid "Could not generate output filename for package %s: %s\n"
 msgstr ""
 
 # , c-format
-#: build/pack.c:759
+#: build/pack.c:754
 #, fuzzy, c-format
 msgid "cannot create %s: %s\n"
 msgstr "No consegui abrir: %s\n"
@@ -2320,72 +2320,72 @@ msgid " failed - "
 msgstr "Construo falhou.\n"
 
 #. XXX legacy epoch-less requires/conflicts compatibility
-#: lib/depends.c:582
+#: lib/depends.c:559
 #, c-format
 msgid ""
 "the \"B\" dependency needs an epoch (assuming same as \"A\")\n"
 "\tA %s\tB %s\n"
 msgstr ""
 
-#: lib/depends.c:611
+#: lib/depends.c:588
 #, c-format
 msgid "  %s    A %s\tB %s\n"
 msgstr ""
 
-#: lib/depends.c:612 lib/depends.c:1248 lib/depends.c:1381
+#: lib/depends.c:589 lib/depends.c:1225 lib/depends.c:1358
 msgid "YES"
 msgstr ""
 
-#: lib/depends.c:612 lib/depends.c:1248 lib/depends.c:1381
+#: lib/depends.c:589 lib/depends.c:1225 lib/depends.c:1358
 msgid "NO "
 msgstr ""
 
-#: lib/depends.c:1042
+#: lib/depends.c:1019
 #, c-format
 msgid "%s: %-45s YES (added files)\n"
 msgstr ""
 
-#: lib/depends.c:1153
+#: lib/depends.c:1130
 #, c-format
 msgid "%s: %-45s YES (added provide)\n"
 msgstr ""
 
-#: lib/depends.c:1247
+#: lib/depends.c:1224
 #, c-format
 msgid "%s: %-45s %-s (cached)\n"
 msgstr ""
 
-#: lib/depends.c:1276
+#: lib/depends.c:1253
 #, c-format
 msgid "%s: %-45s YES (rpmrc provides)\n"
 msgstr ""
 
-#: lib/depends.c:1293
+#: lib/depends.c:1270
 #, c-format
 msgid "%s: %-45s YES (rpmlib provides)\n"
 msgstr ""
 
-#: lib/depends.c:1317
+#: lib/depends.c:1294
 #, c-format
 msgid "%s: %-45s YES (db files)\n"
 msgstr ""
 
-#: lib/depends.c:1330
+#: lib/depends.c:1307
 #, c-format
 msgid "%s: %-45s YES (db provides)\n"
 msgstr ""
 
-#: lib/depends.c:1344
+#: lib/depends.c:1321
 #, c-format
 msgid "%s: %-45s YES (db package)\n"
 msgstr ""
 
-#: lib/depends.c:1360
+#: lib/depends.c:1337
 #, c-format
 msgid "%s: %-45s NO\n"
 msgstr ""
 
-#: lib/depends.c:1381
+#: lib/depends.c:1358
 #, c-format
 msgid "%s: (%s, %s) added to Depends cache.\n"
 msgstr ""
@@ -2393,42 +2393,42 @@ msgstr ""
 #. requirements are satisfied.
 #. @switchbreak@
 #. requirements are not satisfied.
-#: lib/depends.c:1454
+#: lib/depends.c:1431
 #, 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:1533
+#: lib/depends.c:1510
 #, fuzzy, c-format
 msgid "package %s conflicts: %s\n"
 msgstr "no foi passado pacote para desinstalao"
 
-#: lib/depends.c:1786
+#: lib/depends.c:1763
 #, c-format
 msgid "removing %s-%s-%s \"%s\" from tsort relations.\n"
 msgstr ""
 
 #. Record all relations.
-#: lib/depends.c:1936
+#: lib/depends.c:1913
 msgid "========== recording tsort relations\n"
 msgstr ""
 
 #. T4. Scan for zeroes.
-#: lib/depends.c:1996
+#: lib/depends.c:1973
 msgid ""
 "========== tsorting packages (order, #predecessors, #succesors, depth)\n"
 msgstr ""
 
-#: lib/depends.c:2046
+#: lib/depends.c:2023
 msgid "========== successors only (presentation order)\n"
 msgstr ""
 
-#: lib/depends.c:2099
+#: lib/depends.c:2076
 msgid "LOOP:\n"
 msgstr ""
 
-#: lib/depends.c:2129
+#: lib/depends.c:2106
 msgid "========== continuing tsort ...\n"
 msgstr ""
 
@@ -2528,7 +2528,7 @@ msgid "dataLength() RPM_STRING_TYPE count must be 1.\n"
 msgstr ""
 
 #. @-modfilesys@
-#: lib/header.c:351 lib/header_internal.c:161 lib/psm.c:971
+#: lib/header.c:351 lib/header_internal.c:161 lib/psm.c:973
 #, c-format
 msgid "Data type %d not supported\n"
 msgstr ""
@@ -2611,166 +2611,166 @@ msgid "(unknown type)"
 msgstr ""
 
 # , c-format
-#: lib/misc.c:241 lib/misc.c:246 lib/misc.c:252
+#: lib/misc.c:243 lib/misc.c:248 lib/misc.c:254
 #, fuzzy, c-format
 msgid "error creating temporary file %s\n"
 msgstr "No consegui abrir: %s\n"
 
-#: lib/package.c:162
+#: lib/package.c:163
 msgid "packaging version 1 is not supported by this version of RPM\n"
 msgstr ""
 
-#: lib/package.c:228
+#: lib/package.c:229
 msgid ""
 "only packaging with major numbers <= 4 is supported by this version of RPM\n"
 msgstr ""
 
 # , c-format
-#: lib/poptBT.c:118
+#: lib/poptBT.c:116
 #, fuzzy, c-format
 msgid "buildroot already specified, ignoring %s\n"
 msgstr "No consegui ler o arquivo spec de %s\n"
 
-#: lib/poptBT.c:148
+#: lib/poptBT.c:146
 #, fuzzy, c-format
 msgid "build through %prep (unpack sources and apply patches) from <specfile>"
 msgstr "prep (descompacte fontes e aplique patches)"
 
-#: lib/poptBT.c:149 lib/poptBT.c:152 lib/poptBT.c:155 lib/poptBT.c:158
-#: lib/poptBT.c:161 lib/poptBT.c:164 lib/poptBT.c:167
+#: lib/poptBT.c:147 lib/poptBT.c:150 lib/poptBT.c:153 lib/poptBT.c:156
+#: lib/poptBT.c:159 lib/poptBT.c:162 lib/poptBT.c:165
 msgid "<specfile>"
 msgstr ""
 
-#: lib/poptBT.c:151
+#: lib/poptBT.c:149
 msgid "build through %build (%prep, then compile) from <specfile>"
 msgstr ""
 
-#: lib/poptBT.c:154
+#: lib/poptBT.c:152
 #, fuzzy
 msgid "build through %install (%prep, %build, then install) from <specfile>"
 msgstr "instale pacote"
 
-#: lib/poptBT.c:157
+#: lib/poptBT.c:155
 #, fuzzy, c-format
 msgid "verify %files section from <specfile>"
 msgstr "pesquise o pacote ao qual <arquivo> pertence"
 
-#: lib/poptBT.c:160
+#: lib/poptBT.c:158
 #, fuzzy
 msgid "build source and binary packages from <specfile>"
 msgstr "pesquise o pacote ao qual <arquivo> pertence"
 
-#: lib/poptBT.c:163
+#: lib/poptBT.c:161
 #, fuzzy
 msgid "build binary package only from <specfile>"
 msgstr "pesquise o pacote ao qual <arquivo> pertence"
 
-#: lib/poptBT.c:166
+#: lib/poptBT.c:164
 #, fuzzy
 msgid "build source package only from <specfile>"
 msgstr "pesquise o pacote ao qual <arquivo> pertence"
 
-#: lib/poptBT.c:170
+#: lib/poptBT.c:168
 #, fuzzy, c-format
 msgid "build through %prep (unpack sources and apply patches) from <tarball>"
 msgstr "prep (descompacte fontes e aplique patches)"
 
-#: lib/poptBT.c:171 lib/poptBT.c:174 lib/poptBT.c:177 lib/poptBT.c:180
-#: lib/poptBT.c:183 lib/poptBT.c:186 lib/poptBT.c:189
+#: lib/poptBT.c:169 lib/poptBT.c:172 lib/poptBT.c:175 lib/poptBT.c:178
+#: lib/poptBT.c:181 lib/poptBT.c:184 lib/poptBT.c:187
 msgid "<tarball>"
 msgstr ""
 
-#: lib/poptBT.c:173
+#: lib/poptBT.c:171
 msgid "build through %build (%prep, then compile) from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:176
+#: lib/poptBT.c:174
 msgid "build through %install (%prep, %build, then install) from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:179
+#: lib/poptBT.c:177
 #, fuzzy, c-format
 msgid "verify %files section from <tarball>"
 msgstr "pesquise o pacote ao qual <arquivo> pertence"
 
-#: lib/poptBT.c:182
+#: lib/poptBT.c:180
 #, fuzzy
 msgid "build source and binary packages from <tarball>"
 msgstr "pesquise o pacote ao qual <arquivo> pertence"
 
-#: lib/poptBT.c:185
+#: lib/poptBT.c:183
 #, fuzzy
 msgid "build binary package only from <tarball>"
 msgstr "pesquise o pacote ao qual <arquivo> pertence"
 
-#: lib/poptBT.c:188
+#: lib/poptBT.c:186
 #, fuzzy
 msgid "build source package only from <tarball>"
 msgstr "pesquise o pacote ao qual <arquivo> pertence"
 
-#: lib/poptBT.c:192
+#: lib/poptBT.c:190
 #, fuzzy
 msgid "build binary package from <source package>"
 msgstr "pacote binrio (prep, compile, instale, pacote)"
 
-#: lib/poptBT.c:193 lib/poptBT.c:196
+#: lib/poptBT.c:191 lib/poptBT.c:194
 #, fuzzy
 msgid "<source package>"
 msgstr "pesquise todos os pacotes"
 
-#: lib/poptBT.c:195
+#: lib/poptBT.c:193
 #, fuzzy
 msgid ""
 "build through %install (%prep, %build, then install) from <source package>"
 msgstr "instale pacote"
 
-#: lib/poptBT.c:199
+#: lib/poptBT.c:197
 #, fuzzy
 msgid "override build root"
 msgstr "use s como o root da construo"
 
-#: lib/poptBT.c:203 rpmdb/poptDB.c:32
+#: lib/poptBT.c:201 rpmdb/poptDB.c:29
 msgid "generate headers compatible with rpm4 packaging"
 msgstr ""
 
-#: lib/poptBT.c:205
+#: lib/poptBT.c:203
 msgid "ignore ExcludeArch: directives from spec file"
 msgstr ""
 
 # , c-format
-#: lib/poptBT.c:207
+#: lib/poptBT.c:205
 #, fuzzy
 msgid "debug file state machine"
 msgstr "No consegui abrir: %s\n"
 
-#: lib/poptBT.c:209
+#: lib/poptBT.c:207
 #, fuzzy
 msgid "do not execute any stages of the build"
 msgstr "no execute nenhum estgio"
 
-#: lib/poptBT.c:211
+#: lib/poptBT.c:209
 #, fuzzy
 msgid "do not verify build dependencies"
 msgstr "no verifique as dependncias do pacote"
 
-#: lib/poptBT.c:213
+#: lib/poptBT.c:211
 msgid "generate package header(s) compatible with (legacy) rpm[23] packaging"
 msgstr ""
 
-#: lib/poptBT.c:216
+#: lib/poptBT.c:214
 msgid "do not accept i18N msgstr's from specfile"
 msgstr ""
 
-#: lib/poptBT.c:220
+#: lib/poptBT.c:218
 #, fuzzy
 msgid "remove specfile when done"
 msgstr "remova a rvore de construo quando terminar"
 
-#: lib/poptBT.c:226
+#: lib/poptBT.c:224
 msgid "override target platform"
 msgstr ""
 
-#: lib/poptBT.c:228
+#: lib/poptBT.c:226
 msgid "lookup i18N strings in specfile catalog"
 msgstr ""
 
@@ -3123,7 +3123,7 @@ msgstr ""
 msgid "unknown error %d encountered while manipulating package %s"
 msgstr ""
 
-#: lib/psm.c:313
+#: lib/psm.c:315
 msgid "========== relocations\n"
 msgstr ""
 
@@ -3135,13 +3135,13 @@ msgstr ""
 # "Content-Type: text/plain; charset=ISO-8859-1\n"
 # "Content-Transfer-Encoding: 8-bit\n"
 # , c-format
-#: lib/psm.c:317
+#: lib/psm.c:319
 #, fuzzy, c-format
 msgid "%5d exclude  %s\n"
 msgstr "RPM verso %s\n"
 
 # , c-format
-#: lib/psm.c:320
+#: lib/psm.c:322
 #, fuzzy, c-format
 msgid "%5d relocate %s -> %s\n"
 msgstr "No consegui abrir: %s\n"
@@ -3154,7 +3154,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/psm.c:390
+#: lib/psm.c:392
 #, fuzzy, c-format
 msgid "excluding multilib path %s%s\n"
 msgstr "RPM verso %s\n"
@@ -3167,94 +3167,94 @@ msgstr "RPM verso %s\n"
 # "Content-Type: text/plain; charset=ISO-8859-1\n"
 # "Content-Transfer-Encoding: 8-bit\n"
 # , c-format
-#: lib/psm.c:456
+#: lib/psm.c:458
 #, fuzzy, c-format
 msgid "excluding %s %s\n"
 msgstr "RPM verso %s\n"
 
-#: lib/psm.c:466
+#: lib/psm.c:468
 #, c-format
 msgid "relocating %s to %s\n"
 msgstr ""
 
 # , c-format
-#: lib/psm.c:545
+#: lib/psm.c:547
 #, fuzzy, c-format
 msgid "relocating directory %s to %s\n"
 msgstr "No consegui abrir: %s\n"
 
 # , c-format
-#: lib/psm.c:1168
+#: lib/psm.c:1170
 #, fuzzy, c-format
 msgid "cannot create %%%s %s\n"
 msgstr "No consegui abrir: %s\n"
 
 # , c-format
-#: lib/psm.c:1174
+#: lib/psm.c:1176
 #, fuzzy, c-format
 msgid "cannot write to %%%s %s\n"
 msgstr "No consegui abrir: %s\n"
 
-#: lib/psm.c:1212
+#: lib/psm.c:1214
 msgid "source package expected, binary found\n"
 msgstr ""
 
-#: lib/psm.c:1323
+#: lib/psm.c:1325
 #, fuzzy
 msgid "source package contains no .spec file\n"
 msgstr "pesquise o pacote ao qual <arquivo> pertence"
 
-#: lib/psm.c:1430
+#: lib/psm.c:1432
 #, fuzzy, c-format
 msgid "%s: running %s scriptlet\n"
 msgstr "no execute nenhum estgio"
 
-#: lib/psm.c:1598
+#: lib/psm.c:1600
 #, c-format
 msgid "execution of %s scriptlet from %s-%s-%s failed, waitpid returned %s\n"
 msgstr ""
 
-#: lib/psm.c:1605
+#: lib/psm.c:1607
 #, c-format
 msgid "execution of %s scriptlet from %s-%s-%s failed, exit status %d\n"
 msgstr ""
 
-#: lib/psm.c:1952
+#: lib/psm.c:1954
 #, fuzzy, c-format
 msgid "%s: %s-%s-%s has %d files, test = %d\n"
 msgstr "no foi passado pacote para instalao"
 
-#: lib/psm.c:2069
+#: lib/psm.c:2071
 #, c-format
 msgid "%s: %s scriptlet failed (%d), skipping %s-%s-%s\n"
 msgstr ""
 
-#: lib/psm.c:2184
+#: lib/psm.c:2186
 #, c-format
 msgid "user %s does not exist - using root\n"
 msgstr ""
 
-#: lib/psm.c:2193
+#: lib/psm.c:2195
 #, c-format
 msgid "group %s does not exist - using root\n"
 msgstr ""
 
-#: lib/psm.c:2234
+#: lib/psm.c:2236
 #, fuzzy, c-format
 msgid "unpacking of archive failed%s%s: %s\n"
 msgstr "Construo falhou.\n"
 
-#: lib/psm.c:2235
+#: lib/psm.c:2237
 msgid " on file "
 msgstr ""
 
 # , c-format
-#: lib/psm.c:2421
+#: lib/psm.c:2423
 #, fuzzy, c-format
 msgid "%s failed on file %s: %s\n"
 msgstr "No consegui abrir: %s\n"
 
-#: lib/psm.c:2424
+#: lib/psm.c:2426
 #, fuzzy, c-format
 msgid "%s failed: %s\n"
 msgstr "Construo falhou.\n"
@@ -3688,133 +3688,133 @@ msgstr ""
 msgid "Unable to open %s for reading: %s.\n"
 msgstr "No consegui abrir: %s\n"
 
-#: lib/signature.c:114
+#: lib/signature.c:115
 msgid "file is not regular -- skipping size check\n"
 msgstr ""
 
-#: lib/signature.c:123
+#: lib/signature.c:124
 #, c-format
 msgid "Expected size: %12d = lead(%d)+sigs(%d)+pad(%d)+data(%d)\n"
 msgstr ""
 
-#: lib/signature.c:128
+#: lib/signature.c:129
 #, c-format
 msgid "  Actual size: %12d\n"
 msgstr ""
 
-#: lib/signature.c:148
+#: lib/signature.c:149
 msgid "No signature\n"
 msgstr ""
 
-#: lib/signature.c:152
+#: lib/signature.c:153
 #, fuzzy
 msgid "Old PGP signature\n"
 msgstr "gere assinatura PGP"
 
-#: lib/signature.c:165
+#: lib/signature.c:166
 msgid "Old (internal-only) signature!  How did you get that!?\n"
 msgstr ""
 
-#: lib/signature.c:221
+#: lib/signature.c:222
 #, c-format
 msgid "Signature: size(%d)+pad(%d)\n"
 msgstr ""
 
 # , c-format
-#: lib/signature.c:284
+#: lib/signature.c:285
 #, fuzzy, c-format
 msgid "Couldn't exec pgp (%s)\n"
 msgstr "No consegui ler o arquivo spec de %s\n"
 
-#: lib/signature.c:297
+#: lib/signature.c:298
 #, fuzzy
 msgid "pgp failed\n"
 msgstr "Construo falhou.\n"
 
 #. PGP failed to write signature
 #. Just in case
-#: lib/signature.c:304
+#: lib/signature.c:305
 #, fuzzy
 msgid "pgp failed to write signature\n"
 msgstr "gere assinatura PGP"
 
-#: lib/signature.c:309
+#: lib/signature.c:310
 #, c-format
 msgid "PGP sig size: %d\n"
 msgstr ""
 
-#: lib/signature.c:324 lib/signature.c:411
+#: lib/signature.c:325 lib/signature.c:412
 #, fuzzy
 msgid "unable to read the signature\n"
 msgstr "gere assinatura PGP"
 
-#: lib/signature.c:329
+#: lib/signature.c:330
 #, c-format
 msgid "Got %d bytes of PGP sig\n"
 msgstr ""
 
 # , c-format
-#: lib/signature.c:371 lib/signature.c:501
+#: lib/signature.c:372 lib/signature.c:502
 #, fuzzy
 msgid "Couldn't exec gpg\n"
 msgstr "No consegui ler o arquivo spec de %s\n"
 
-#: lib/signature.c:384
+#: lib/signature.c:385
 #, fuzzy
 msgid "gpg failed\n"
 msgstr "Construo falhou.\n"
 
 #. GPG failed to write signature
 #. Just in case
-#: lib/signature.c:391
+#: lib/signature.c:392
 #, fuzzy
 msgid "gpg failed to write signature\n"
 msgstr "gere assinatura PGP"
 
-#: lib/signature.c:396
+#: lib/signature.c:397
 #, c-format
 msgid "GPG sig size: %d\n"
 msgstr ""
 
-#: lib/signature.c:416
+#: lib/signature.c:417
 #, c-format
 msgid "Got %d bytes of GPG sig\n"
 msgstr ""
 
-#: lib/signature.c:444
+#: lib/signature.c:445
 #, fuzzy
 msgid "Generating signature using PGP.\n"
 msgstr "gere assinatura PGP"
 
-#: lib/signature.c:450
+#: lib/signature.c:451
 #, fuzzy
 msgid "Generating signature using GPG.\n"
 msgstr "gere assinatura PGP"
 
 # , c-format
-#: lib/signature.c:530
+#: lib/signature.c:531
 #, fuzzy
 msgid "Couldn't exec pgp\n"
 msgstr "No consegui ler o arquivo spec de %s\n"
 
 #. @notreached@
 #. This case should have been screened out long ago.
-#: lib/signature.c:534 lib/signature.c:587
+#: lib/signature.c:535 lib/signature.c:588
 #, c-format
 msgid "Invalid %%_signature spec in macro file\n"
 msgstr ""
 
-#: lib/signature.c:567
+#: lib/signature.c:568
 #, c-format
 msgid "You must set \"%%_gpg_name\" in your macro file\n"
 msgstr ""
 
-#: lib/signature.c:579
+#: lib/signature.c:580
 #, c-format
 msgid "You must set \"%%_pgp_name\" in your macro file\n"
 msgstr ""
 
-#: lib/transaction.c:308
+#: lib/transaction.c:309
 #, c-format
 msgid "%s skipped due to missingok flag\n"
 msgstr ""
@@ -3828,88 +3828,88 @@ msgstr ""
 # "Content-Transfer-Encoding: 8-bit\n"
 # , c-format
 #. @innercontinue@
-#: lib/transaction.c:936
+#: lib/transaction.c:937
 #, fuzzy, c-format
 msgid "excluding directory %s\n"
 msgstr "RPM verso %s\n"
 
-#: lib/verify.c:240
+#: lib/verify.c:242
 msgid "package lacks both user name and id lists (this should never happen)\n"
 msgstr ""
 
-#: lib/verify.c:261
+#: lib/verify.c:263
 msgid "package lacks both group name and id lists (this should never happen)\n"
 msgstr ""
 
-#: lib/verify.c:398
+#: lib/verify.c:400
 #, c-format
 msgid "missing    %s"
 msgstr ""
 
-#: lib/verify.c:495
+#: lib/verify.c:497
 #, 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:101 rpmdb/db3.c:100
+#: rpmdb/db1.c:100 rpmdb/db3.c:100
 #, c-format
 msgid "db%d error(%d) from %s: %s\n"
 msgstr ""
 
-#: rpmdb/db1.c:104 rpmdb/db3.c:103
+#: rpmdb/db1.c:103 rpmdb/db3.c:103
 #, c-format
 msgid "db%d error(%d): %s\n"
 msgstr ""
 
-#: rpmdb/db1.c:171
+#: rpmdb/db1.c:170
 #, c-format
 msgid ""
 "Broken package chain at offset %d(0x%08x), attempting to reconnect ...\n"
 msgstr ""
 
-#: rpmdb/db1.c:183
+#: rpmdb/db1.c:182
 #, c-format
 msgid "Reconnecting broken chain at offset %d(0x%08x).\n"
 msgstr ""
 
 #. @=branchstate@
-#: rpmdb/db1.c:509
+#: rpmdb/db1.c:508
 #, c-format
 msgid "closed  db file        %s\n"
 msgstr ""
 
-#: rpmdb/db1.c:512
+#: rpmdb/db1.c:511
 #, c-format
 msgid "removed db file        %s\n"
 msgstr ""
 
 # , c-format
-#: rpmdb/db1.c:547
+#: rpmdb/db1.c:546
 #, fuzzy, c-format
 msgid "bad db file %s\n"
 msgstr "No consegui abrir: %s\n"
 
-#: rpmdb/db1.c:552
+#: 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:575
+#: 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:576 rpmdb/db3.c:1213
+#: rpmdb/db1.c:575 rpmdb/db3.c:1213
 msgid "exclusive"
 msgstr ""
 
-#: rpmdb/db1.c:576 rpmdb/db3.c:1213
+#: rpmdb/db1.c:575 rpmdb/db3.c:1213
 msgid "shared"
 msgstr ""
 
@@ -3983,168 +3983,168 @@ msgid ""
 "if \"rpm --rebuilddb\" fails to correct the problem.\n"
 msgstr ""
 
-#: rpmdb/poptDB.c:22
+#: rpmdb/poptDB.c:19
 msgid "initialize database"
 msgstr ""
 
-#: rpmdb/poptDB.c:24
+#: rpmdb/poptDB.c:21
 #, fuzzy
 msgid "rebuild database inverted lists from installed package headers"
 msgstr "reconstrua o banco de dados a partir de um banco de dados existente"
 
-#: rpmdb/poptDB.c:29
+#: rpmdb/poptDB.c:26
 msgid "generate headers compatible with (legacy) rpm[23] packaging"
 msgstr ""
 
 #. @-modfilesys@
-#: rpmdb/rpmdb.c:130
+#: rpmdb/rpmdb.c:126
 #, c-format
 msgid "dbiTagsInit: unrecognized tag name: \"%s\" ignored\n"
 msgstr ""
 
 # , c-format
-#: rpmdb/rpmdb.c:384
+#: rpmdb/rpmdb.c:380
 #, 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:406
+#: rpmdb/rpmdb.c:402
 #, fuzzy, c-format
 msgid "cannot open %s index\n"
 msgstr "No consegui abrir: %s\n"
 
 # , c-format
-#: rpmdb/rpmdb.c:498
+#: 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:629
+#: rpmdb/rpmdb.c:625
 #, fuzzy, c-format
 msgid "error(%d) storing record %s into %s\n"
 msgstr "No consegui abrir: %s\n"
 
 # , c-format
-#: rpmdb/rpmdb.c:639
+#: rpmdb/rpmdb.c:635
 #, fuzzy, c-format
 msgid "error(%d) removing record %s from %s\n"
 msgstr "No consegui abrir: %s\n"
 
-#: rpmdb/rpmdb.c:893
+#: rpmdb/rpmdb.c:889
 msgid "no dbpath has been set\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:1032
+#: rpmdb/rpmdb.c:1028
 msgid ""
 "old format database is present; use --rebuilddb to generate a new format "
 "database\n"
 msgstr ""
 
 #. error
-#: rpmdb/rpmdb.c:1277
+#: rpmdb/rpmdb.c:1273
 #, fuzzy, c-format
 msgid "error(%d) counting packages\n"
 msgstr "no foi passado pacote para instalao"
 
-#: rpmdb/rpmdb.c:2061 rpmdb/rpmdb.c:3276
+#: rpmdb/rpmdb.c:2057 rpmdb/rpmdb.c:3310
 #, c-format
 msgid "record number %u in database is bad -- skipping.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2114
+#: rpmdb/rpmdb.c:2110
 #, c-format
 msgid "rpmdb: damaged header instance #%u retrieved, skipping.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2384
+#: rpmdb/rpmdb.c:2380
 #, fuzzy, c-format
 msgid "%s: cannot read header at 0x%x\n"
 msgstr "no foi passado pacote para desinstalao"
 
-#: rpmdb/rpmdb.c:2456
+#: rpmdb/rpmdb.c:2452
 #, c-format
 msgid "removing \"%s\" from %s index.\n"
 msgstr ""
 
 # , c-format
-#: rpmdb/rpmdb.c:2465
+#: rpmdb/rpmdb.c:2461
 #, fuzzy, c-format
 msgid "removing %d entries from %s index.\n"
 msgstr "No consegui abrir: %s\n"
 
-#: rpmdb/rpmdb.c:2666
+#: rpmdb/rpmdb.c:2662
 #, fuzzy, c-format
 msgid "error(%d) allocating new package instance\n"
 msgstr "no foi passado pacote para instalao"
 
-#: rpmdb/rpmdb.c:2747
+#: rpmdb/rpmdb.c:2743
 #, c-format
 msgid "adding \"%s\" to %s index.\n"
 msgstr ""
 
 # , c-format
-#: rpmdb/rpmdb.c:2758
+#: rpmdb/rpmdb.c:2754
 #, fuzzy, c-format
 msgid "adding %d entries to %s index.\n"
 msgstr "No consegui abrir: %s\n"
 
-#: rpmdb/rpmdb.c:3162
+#: rpmdb/rpmdb.c:3196
 #, c-format
 msgid "removing %s after successful db3 rebuild.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3195
+#: rpmdb/rpmdb.c:3229
 msgid "no dbpath has been set"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3222
+#: rpmdb/rpmdb.c:3256
 #, 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:3226
+#: rpmdb/rpmdb.c:3260
 #, c-format
 msgid "temporary database %s already exists\n"
 msgstr ""
 
 # , c-format
-#: rpmdb/rpmdb.c:3232
+#: rpmdb/rpmdb.c:3266
 #, fuzzy, c-format
 msgid "creating directory %s\n"
 msgstr "No consegui abrir: %s\n"
 
 # , c-format
-#: rpmdb/rpmdb.c:3234
+#: rpmdb/rpmdb.c:3268
 #, fuzzy, c-format
 msgid "creating directory %s: %s\n"
 msgstr "No consegui abrir: %s\n"
 
-#: rpmdb/rpmdb.c:3241
+#: rpmdb/rpmdb.c:3275
 #, 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:3252
+#: rpmdb/rpmdb.c:3286
 #, 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:3316
+#: rpmdb/rpmdb.c:3350
 #, c-format
 msgid "cannot add record originally at %u\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3334
+#: rpmdb/rpmdb.c:3368
 msgid "failed to rebuild database: original database remains in place\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3342
+#: rpmdb/rpmdb.c:3376
 msgid "failed to replace old database with new database!\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3344
+#: rpmdb/rpmdb.c:3378
 #, c-format
 msgid "replace files in %s with files from %s to recover"
 msgstr ""
@@ -4157,13 +4157,13 @@ msgstr ""
 # "Content-Type: text/plain; charset=ISO-8859-1\n"
 # "Content-Transfer-Encoding: 8-bit\n"
 # , c-format
-#: rpmdb/rpmdb.c:3354
+#: rpmdb/rpmdb.c:3388
 #, fuzzy, c-format
 msgid "removing directory %s\n"
 msgstr "RPM verso %s\n"
 
 # , c-format
-#: rpmdb/rpmdb.c:3356
+#: rpmdb/rpmdb.c:3390
 #, fuzzy, c-format
 msgid "failed to remove directory %s: %s\n"
 msgstr "No consegui abrir: %s\n"
index 4ecf92a..543149d 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-20 18:27-0400\n"
+"POT-Creation-Date: 2001-10-21 17:21-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"
@@ -699,15 +699,15 @@ msgstr ""
 msgid "bin/src package (prep, compile, install, package)"
 msgstr ""
 
-#: lib/poptBT.c:222 rpm.c:523
+#: lib/poptBT.c:220 rpm.c:523
 msgid "skip straight to specified stage (only for c,i)"
 msgstr ""
 
-#: lib/poptBT.c:201 rpm.c:525
+#: lib/poptBT.c:199 rpm.c:525
 msgid "remove build tree when done"
 msgstr ""
 
-#: lib/poptBT.c:218 rpm.c:527
+#: lib/poptBT.c:216 rpm.c:527
 msgid "remove sources when done"
 msgstr ""
 
@@ -715,7 +715,7 @@ msgstr ""
 msgid "remove spec file when done"
 msgstr ""
 
-#: lib/poptBT.c:224 rpm.c:531
+#: lib/poptBT.c:222 rpm.c:531
 msgid "generate PGP/GPG signature"
 msgstr ""
 
@@ -805,7 +805,7 @@ msgstr ""
 msgid "rebuild database from existing database"
 msgstr ""
 
-#: rpm.c:565 rpmdb/poptDB.c:27
+#: rpm.c:565 rpmdb/poptDB.c:24
 msgid "verify database files"
 msgstr ""
 
@@ -1220,7 +1220,7 @@ msgstr ""
 msgid "no tar files given for build"
 msgstr ""
 
-#: build/build.c:125 build/pack.c:471
+#: build/build.c:125 build/pack.c:466
 msgid "Unable to open temp file.\n"
 msgstr ""
 
@@ -1295,181 +1295,181 @@ msgstr ""
 msgid "syntax error in expression\n"
 msgstr ""
 
-#: build/files.c:274
+#: build/files.c:270
 #, c-format
 msgid "TIMECHECK failure: %s\n"
 msgstr ""
 
-#: build/files.c:333 build/files.c:525 build/files.c:708
+#: build/files.c:329 build/files.c:521 build/files.c:704
 #, c-format
 msgid "Missing '(' in %s %s\n"
 msgstr ""
 
-#: build/files.c:344 build/files.c:650 build/files.c:719
+#: build/files.c:340 build/files.c:646 build/files.c:715
 #, c-format
 msgid "Missing ')' in %s(%s\n"
 msgstr ""
 
-#: build/files.c:382 build/files.c:675
+#: build/files.c:378 build/files.c:671
 #, c-format
 msgid "Invalid %s token: %s\n"
 msgstr ""
 
-#: build/files.c:488
+#: build/files.c:484
 #, c-format
 msgid "Missing %s in %s %s\n"
 msgstr ""
 
-#: build/files.c:541
+#: build/files.c:537
 #, c-format
 msgid "Non-white space follows %s(): %s\n"
 msgstr ""
 
-#: build/files.c:579
+#: build/files.c:575
 #, c-format
 msgid "Bad syntax: %s(%s)\n"
 msgstr ""
 
-#: build/files.c:589
+#: build/files.c:585
 #, c-format
 msgid "Bad mode spec: %s(%s)\n"
 msgstr ""
 
-#: build/files.c:601
+#: build/files.c:597
 #, c-format
 msgid "Bad dirmode spec: %s(%s)\n"
 msgstr ""
 
-#: build/files.c:746
+#: build/files.c:742
 #, c-format
 msgid "Unusual locale length: \"%.*s\" in %%lang(%s)\n"
 msgstr ""
 
 #. @innercontinue@
-#: build/files.c:757
+#: build/files.c:753
 #, c-format
 msgid "Duplicate locale %.*s in %%lang(%s)\n"
 msgstr ""
 
-#: build/files.c:908
+#: build/files.c:904
 #, c-format
 msgid "Hit limit for %%docdir\n"
 msgstr ""
 
-#: build/files.c:914
+#: build/files.c:910
 #, c-format
 msgid "Only one arg for %%docdir\n"
 msgstr ""
 
 #. We already got a file -- error
-#: build/files.c:942
+#: build/files.c:938
 #, c-format
 msgid "Two files on one line: %s\n"
 msgstr ""
 
-#: build/files.c:957
+#: build/files.c:953
 #, c-format
 msgid "File must begin with \"/\": %s\n"
 msgstr ""
 
-#: build/files.c:970
+#: build/files.c:966
 #, 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:1147
+#: build/files.c:1143
 #, c-format
 msgid "File listed twice: %s\n"
 msgstr ""
 
-#: build/files.c:1282
+#: build/files.c:1278
 #, c-format
 msgid "Symlink points to BuildRoot: %s -> %s\n"
 msgstr ""
 
-#: build/files.c:1488
+#: build/files.c:1484
 #, c-format
 msgid "File doesn't match prefix (%s): %s\n"
 msgstr ""
 
-#: build/files.c:1512
+#: build/files.c:1508
 #, c-format
 msgid "File not found: %s\n"
 msgstr ""
 
-#: build/files.c:1555 build/files.c:2167 build/parsePrep.c:50
+#: build/files.c:1551 build/files.c:2163 build/parsePrep.c:50
 #, c-format
 msgid "Bad owner/group: %s\n"
 msgstr ""
 
-#: build/files.c:1567
+#: build/files.c:1563
 #, c-format
 msgid "File %4d: %07o %s.%s\t %s\n"
 msgstr ""
 
-#: build/files.c:1671
+#: build/files.c:1667
 #, c-format
 msgid "File needs leading \"/\": %s\n"
 msgstr ""
 
-#: build/files.c:1694
+#: build/files.c:1690
 #, c-format
 msgid "Glob not permitted: %s\n"
 msgstr ""
 
-#: build/files.c:1709
+#: build/files.c:1705
 #, c-format
 msgid "File not found by glob: %s\n"
 msgstr ""
 
-#: build/files.c:1771
+#: build/files.c:1767
 #, c-format
 msgid "Could not open %%files file %s: %s\n"
 msgstr ""
 
-#: build/files.c:1782 build/pack.c:150
+#: build/files.c:1778 build/pack.c:145
 #, c-format
 msgid "line: %s\n"
 msgstr ""
 
-#: build/files.c:2155
+#: build/files.c:2151
 #, c-format
 msgid "Bad file: %s: %s\n"
 msgstr ""
 
 #. XXX this error message is probably not seen.
-#: build/files.c:2229
+#: build/files.c:2225
 #, c-format
 msgid "Couldn't exec %s: %s\n"
 msgstr ""
 
-#: build/files.c:2234
+#: build/files.c:2230
 #, c-format
 msgid "Couldn't fork %s: %s\n"
 msgstr ""
 
-#: build/files.c:2318
+#: build/files.c:2314
 #, c-format
 msgid "%s failed\n"
 msgstr ""
 
-#: build/files.c:2322
+#: build/files.c:2318
 #, c-format
 msgid "failed to write all data to %s\n"
 msgstr ""
 
-#: build/files.c:2458
+#: build/files.c:2454
 #, c-format
 msgid "Finding  %s: (using %s)...\n"
 msgstr ""
 
-#: build/files.c:2484 build/files.c:2498
+#: build/files.c:2480 build/files.c:2494
 #, c-format
 msgid "Failed to find %s:\n"
 msgstr ""
 
-#: build/files.c:2619
+#: build/files.c:2615
 #, c-format
 msgid "Processing files: %s-%s-%s\n"
 msgstr ""
@@ -1503,152 +1503,152 @@ msgstr ""
 msgid "Could not canonicalize hostname: %s\n"
 msgstr ""
 
-#: build/pack.c:83
+#: build/pack.c:78
 #, c-format
 msgid "create archive failed on file %s: %s\n"
 msgstr ""
 
-#: build/pack.c:86
+#: build/pack.c:81
 #, c-format
 msgid "create archive failed: %s\n"
 msgstr ""
 
-#: build/pack.c:108
+#: build/pack.c:103
 #, c-format
 msgid "cpio_copy write failed: %s\n"
 msgstr ""
 
-#: build/pack.c:115
+#: build/pack.c:110
 #, c-format
 msgid "cpio_copy read failed: %s\n"
 msgstr ""
 
-#: build/pack.c:218
+#: build/pack.c:213
 #, c-format
 msgid "Could not open PreIn file: %s\n"
 msgstr ""
 
-#: build/pack.c:225
+#: build/pack.c:220
 #, c-format
 msgid "Could not open PreUn file: %s\n"
 msgstr ""
 
-#: build/pack.c:232
+#: build/pack.c:227
 #, c-format
 msgid "Could not open PostIn file: %s\n"
 msgstr ""
 
-#: build/pack.c:239
+#: build/pack.c:234
 #, c-format
 msgid "Could not open PostUn file: %s\n"
 msgstr ""
 
-#: build/pack.c:247
+#: build/pack.c:242
 #, c-format
 msgid "Could not open VerifyScript file: %s\n"
 msgstr ""
 
-#: build/pack.c:262
+#: build/pack.c:257
 #, c-format
 msgid "Could not open Trigger script file: %s\n"
 msgstr ""
 
-#: build/pack.c:290
+#: build/pack.c:285
 #, c-format
 msgid "readRPM: open %s: %s\n"
 msgstr ""
 
-#: build/pack.c:300
+#: build/pack.c:295
 #, c-format
 msgid "readRPM: read %s: %s\n"
 msgstr ""
 
-#: build/pack.c:309 build/pack.c:513
+#: build/pack.c:304 build/pack.c:508
 #, c-format
 msgid "%s: Fseek failed: %s\n"
 msgstr ""
 
-#: build/pack.c:325
+#: build/pack.c:320
 #, c-format
 msgid "readRPM: %s is not an RPM package\n"
 msgstr ""
 
-#: build/pack.c:334
+#: build/pack.c:329
 #, c-format
 msgid "readRPM: reading header from %s\n"
 msgstr ""
 
-#: build/pack.c:459
+#: build/pack.c:454
 msgid "Unable to create immutable header region.\n"
 msgstr ""
 
-#: build/pack.c:477
+#: build/pack.c:472
 msgid "Unable to write temp header\n"
 msgstr ""
 
-#: build/pack.c:485
+#: build/pack.c:480
 msgid "Bad CSA data\n"
 msgstr ""
 
-#: build/pack.c:520
+#: build/pack.c:515
 msgid "Unable to write final header\n"
 msgstr ""
 
-#: build/pack.c:538
+#: build/pack.c:533
 #, c-format
 msgid "Generating signature: %d\n"
 msgstr ""
 
-#: build/pack.c:551
+#: build/pack.c:546
 msgid "Unable to reload signature header.\n"
 msgstr ""
 
-#: build/pack.c:559
+#: build/pack.c:554
 #, c-format
 msgid "Could not open %s: %s\n"
 msgstr ""
 
-#: build/pack.c:595 lib/psm.c:2147
+#: build/pack.c:590 lib/psm.c:2149
 #, c-format
 msgid "Unable to write package: %s\n"
 msgstr ""
 
-#: build/pack.c:610
+#: build/pack.c:605
 #, c-format
 msgid "Unable to open sigtarget %s: %s\n"
 msgstr ""
 
-#: build/pack.c:620
+#: build/pack.c:615
 #, c-format
 msgid "Unable to read header from %s: %s\n"
 msgstr ""
 
-#: build/pack.c:634
+#: build/pack.c:629
 #, c-format
 msgid "Unable to write header to %s: %s\n"
 msgstr ""
 
-#: build/pack.c:644
+#: build/pack.c:639
 #, c-format
 msgid "Unable to read payload from %s: %s\n"
 msgstr ""
 
-#: build/pack.c:650
+#: build/pack.c:645
 #, c-format
 msgid "Unable to write payload to %s: %s\n"
 msgstr ""
 
-#: build/pack.c:675 lib/psm.c:2413
+#: build/pack.c:670 lib/psm.c:2415
 #, c-format
 msgid "Wrote: %s\n"
 msgstr ""
 
-#: build/pack.c:742
+#: build/pack.c:737
 #, c-format
 msgid "Could not generate output filename for package %s: %s\n"
 msgstr ""
 
-#: build/pack.c:759
+#: build/pack.c:754
 #, c-format
 msgid "cannot create %s: %s\n"
 msgstr ""
@@ -2055,72 +2055,72 @@ msgid " failed - "
 msgstr ""
 
 #. XXX legacy epoch-less requires/conflicts compatibility
-#: lib/depends.c:582
+#: lib/depends.c:559
 #, c-format
 msgid ""
 "the \"B\" dependency needs an epoch (assuming same as \"A\")\n"
 "\tA %s\tB %s\n"
 msgstr ""
 
-#: lib/depends.c:611
+#: lib/depends.c:588
 #, c-format
 msgid "  %s    A %s\tB %s\n"
 msgstr ""
 
-#: lib/depends.c:612 lib/depends.c:1248 lib/depends.c:1381
+#: lib/depends.c:589 lib/depends.c:1225 lib/depends.c:1358
 msgid "YES"
 msgstr ""
 
-#: lib/depends.c:612 lib/depends.c:1248 lib/depends.c:1381
+#: lib/depends.c:589 lib/depends.c:1225 lib/depends.c:1358
 msgid "NO "
 msgstr ""
 
-#: lib/depends.c:1042
+#: lib/depends.c:1019
 #, c-format
 msgid "%s: %-45s YES (added files)\n"
 msgstr ""
 
-#: lib/depends.c:1153
+#: lib/depends.c:1130
 #, c-format
 msgid "%s: %-45s YES (added provide)\n"
 msgstr ""
 
-#: lib/depends.c:1247
+#: lib/depends.c:1224
 #, c-format
 msgid "%s: %-45s %-s (cached)\n"
 msgstr ""
 
-#: lib/depends.c:1276
+#: lib/depends.c:1253
 #, c-format
 msgid "%s: %-45s YES (rpmrc provides)\n"
 msgstr ""
 
-#: lib/depends.c:1293
+#: lib/depends.c:1270
 #, c-format
 msgid "%s: %-45s YES (rpmlib provides)\n"
 msgstr ""
 
-#: lib/depends.c:1317
+#: lib/depends.c:1294
 #, c-format
 msgid "%s: %-45s YES (db files)\n"
 msgstr ""
 
-#: lib/depends.c:1330
+#: lib/depends.c:1307
 #, c-format
 msgid "%s: %-45s YES (db provides)\n"
 msgstr ""
 
-#: lib/depends.c:1344
+#: lib/depends.c:1321
 #, c-format
 msgid "%s: %-45s YES (db package)\n"
 msgstr ""
 
-#: lib/depends.c:1360
+#: lib/depends.c:1337
 #, c-format
 msgid "%s: %-45s NO\n"
 msgstr ""
 
-#: lib/depends.c:1381
+#: lib/depends.c:1358
 #, c-format
 msgid "%s: (%s, %s) added to Depends cache.\n"
 msgstr ""
@@ -2128,42 +2128,42 @@ msgstr ""
 #. requirements are satisfied.
 #. @switchbreak@
 #. requirements are not satisfied.
-#: lib/depends.c:1454
+#: lib/depends.c:1431
 #, c-format
 msgid "package %s-%s-%s require not satisfied: %s\n"
 msgstr ""
 
 #. conflicts exist.
-#: lib/depends.c:1533
+#: lib/depends.c:1510
 #, c-format
 msgid "package %s conflicts: %s\n"
 msgstr ""
 
-#: lib/depends.c:1786
+#: lib/depends.c:1763
 #, c-format
 msgid "removing %s-%s-%s \"%s\" from tsort relations.\n"
 msgstr ""
 
 #. Record all relations.
-#: lib/depends.c:1936
+#: lib/depends.c:1913
 msgid "========== recording tsort relations\n"
 msgstr ""
 
 #. T4. Scan for zeroes.
-#: lib/depends.c:1996
+#: lib/depends.c:1973
 msgid ""
 "========== tsorting packages (order, #predecessors, #succesors, depth)\n"
 msgstr ""
 
-#: lib/depends.c:2046
+#: lib/depends.c:2023
 msgid "========== successors only (presentation order)\n"
 msgstr ""
 
-#: lib/depends.c:2099
+#: lib/depends.c:2076
 msgid "LOOP:\n"
 msgstr ""
 
-#: lib/depends.c:2129
+#: lib/depends.c:2106
 msgid "========== continuing tsort ...\n"
 msgstr ""
 
@@ -2256,7 +2256,7 @@ msgid "dataLength() RPM_STRING_TYPE count must be 1.\n"
 msgstr ""
 
 #. @-modfilesys@
-#: lib/header.c:351 lib/header_internal.c:161 lib/psm.c:971
+#: lib/header.c:351 lib/header_internal.c:161 lib/psm.c:973
 #, c-format
 msgid "Data type %d not supported\n"
 msgstr ""
@@ -2336,149 +2336,149 @@ msgstr ""
 msgid "(unknown type)"
 msgstr ""
 
-#: lib/misc.c:241 lib/misc.c:246 lib/misc.c:252
+#: lib/misc.c:243 lib/misc.c:248 lib/misc.c:254
 #, c-format
 msgid "error creating temporary file %s\n"
 msgstr ""
 
-#: lib/package.c:162
+#: lib/package.c:163
 msgid "packaging version 1 is not supported by this version of RPM\n"
 msgstr ""
 
-#: lib/package.c:228
+#: lib/package.c:229
 msgid ""
 "only packaging with major numbers <= 4 is supported by this version of RPM\n"
 msgstr ""
 
-#: lib/poptBT.c:118
+#: lib/poptBT.c:116
 #, c-format
 msgid "buildroot already specified, ignoring %s\n"
 msgstr ""
 
-#: lib/poptBT.c:148
+#: lib/poptBT.c:146
 #, c-format
 msgid "build through %prep (unpack sources and apply patches) from <specfile>"
 msgstr ""
 
-#: lib/poptBT.c:149 lib/poptBT.c:152 lib/poptBT.c:155 lib/poptBT.c:158
-#: lib/poptBT.c:161 lib/poptBT.c:164 lib/poptBT.c:167
+#: lib/poptBT.c:147 lib/poptBT.c:150 lib/poptBT.c:153 lib/poptBT.c:156
+#: lib/poptBT.c:159 lib/poptBT.c:162 lib/poptBT.c:165
 msgid "<specfile>"
 msgstr ""
 
-#: lib/poptBT.c:151
+#: lib/poptBT.c:149
 msgid "build through %build (%prep, then compile) from <specfile>"
 msgstr ""
 
-#: lib/poptBT.c:154
+#: lib/poptBT.c:152
 msgid "build through %install (%prep, %build, then install) from <specfile>"
 msgstr ""
 
-#: lib/poptBT.c:157
+#: lib/poptBT.c:155
 #, c-format
 msgid "verify %files section from <specfile>"
 msgstr ""
 
-#: lib/poptBT.c:160
+#: lib/poptBT.c:158
 msgid "build source and binary packages from <specfile>"
 msgstr ""
 
-#: lib/poptBT.c:163
+#: lib/poptBT.c:161
 msgid "build binary package only from <specfile>"
 msgstr ""
 
-#: lib/poptBT.c:166
+#: lib/poptBT.c:164
 msgid "build source package only from <specfile>"
 msgstr ""
 
-#: lib/poptBT.c:170
+#: lib/poptBT.c:168
 #, c-format
 msgid "build through %prep (unpack sources and apply patches) from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:171 lib/poptBT.c:174 lib/poptBT.c:177 lib/poptBT.c:180
-#: lib/poptBT.c:183 lib/poptBT.c:186 lib/poptBT.c:189
+#: lib/poptBT.c:169 lib/poptBT.c:172 lib/poptBT.c:175 lib/poptBT.c:178
+#: lib/poptBT.c:181 lib/poptBT.c:184 lib/poptBT.c:187
 msgid "<tarball>"
 msgstr ""
 
-#: lib/poptBT.c:173
+#: lib/poptBT.c:171
 msgid "build through %build (%prep, then compile) from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:176
+#: lib/poptBT.c:174
 msgid "build through %install (%prep, %build, then install) from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:179
+#: lib/poptBT.c:177
 #, c-format
 msgid "verify %files section from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:182
+#: lib/poptBT.c:180
 msgid "build source and binary packages from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:185
+#: lib/poptBT.c:183
 msgid "build binary package only from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:188
+#: lib/poptBT.c:186
 msgid "build source package only from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:192
+#: lib/poptBT.c:190
 msgid "build binary package from <source package>"
 msgstr ""
 
-#: lib/poptBT.c:193 lib/poptBT.c:196
+#: lib/poptBT.c:191 lib/poptBT.c:194
 msgid "<source package>"
 msgstr ""
 
-#: lib/poptBT.c:195
+#: lib/poptBT.c:193
 msgid ""
 "build through %install (%prep, %build, then install) from <source package>"
 msgstr ""
 
-#: lib/poptBT.c:199
+#: lib/poptBT.c:197
 msgid "override build root"
 msgstr ""
 
-#: lib/poptBT.c:203 rpmdb/poptDB.c:32
+#: lib/poptBT.c:201 rpmdb/poptDB.c:29
 msgid "generate headers compatible with rpm4 packaging"
 msgstr ""
 
-#: lib/poptBT.c:205
+#: lib/poptBT.c:203
 msgid "ignore ExcludeArch: directives from spec file"
 msgstr ""
 
-#: lib/poptBT.c:207
+#: lib/poptBT.c:205
 msgid "debug file state machine"
 msgstr ""
 
-#: lib/poptBT.c:209
+#: lib/poptBT.c:207
 msgid "do not execute any stages of the build"
 msgstr ""
 
-#: lib/poptBT.c:211
+#: lib/poptBT.c:209
 msgid "do not verify build dependencies"
 msgstr ""
 
-#: lib/poptBT.c:213
+#: lib/poptBT.c:211
 msgid "generate package header(s) compatible with (legacy) rpm[23] packaging"
 msgstr ""
 
-#: lib/poptBT.c:216
+#: lib/poptBT.c:214
 msgid "do not accept i18N msgstr's from specfile"
 msgstr ""
 
-#: lib/poptBT.c:220
+#: lib/poptBT.c:218
 msgid "remove specfile when done"
 msgstr ""
 
-#: lib/poptBT.c:226
+#: lib/poptBT.c:224
 msgid "override target platform"
 msgstr ""
 
-#: lib/poptBT.c:228
+#: lib/poptBT.c:226
 msgid "lookup i18N strings in specfile catalog"
 msgstr ""
 
@@ -2794,108 +2794,108 @@ msgstr ""
 msgid "unknown error %d encountered while manipulating package %s"
 msgstr ""
 
-#: lib/psm.c:313
+#: lib/psm.c:315
 msgid "========== relocations\n"
 msgstr ""
 
-#: lib/psm.c:317
+#: lib/psm.c:319
 #, c-format
 msgid "%5d exclude  %s\n"
 msgstr ""
 
-#: lib/psm.c:320
+#: lib/psm.c:322
 #, c-format
 msgid "%5d relocate %s -> %s\n"
 msgstr ""
 
-#: lib/psm.c:390
+#: lib/psm.c:392
 #, c-format
 msgid "excluding multilib path %s%s\n"
 msgstr ""
 
-#: lib/psm.c:456
+#: lib/psm.c:458
 #, c-format
 msgid "excluding %s %s\n"
 msgstr ""
 
-#: lib/psm.c:466
+#: lib/psm.c:468
 #, c-format
 msgid "relocating %s to %s\n"
 msgstr ""
 
-#: lib/psm.c:545
+#: lib/psm.c:547
 #, c-format
 msgid "relocating directory %s to %s\n"
 msgstr ""
 
-#: lib/psm.c:1168
+#: lib/psm.c:1170
 #, c-format
 msgid "cannot create %%%s %s\n"
 msgstr ""
 
-#: lib/psm.c:1174
+#: lib/psm.c:1176
 #, c-format
 msgid "cannot write to %%%s %s\n"
 msgstr ""
 
-#: lib/psm.c:1212
+#: lib/psm.c:1214
 msgid "source package expected, binary found\n"
 msgstr ""
 
-#: lib/psm.c:1323
+#: lib/psm.c:1325
 msgid "source package contains no .spec file\n"
 msgstr ""
 
-#: lib/psm.c:1430
+#: lib/psm.c:1432
 #, c-format
 msgid "%s: running %s scriptlet\n"
 msgstr ""
 
-#: lib/psm.c:1598
+#: lib/psm.c:1600
 #, c-format
 msgid "execution of %s scriptlet from %s-%s-%s failed, waitpid returned %s\n"
 msgstr ""
 
-#: lib/psm.c:1605
+#: lib/psm.c:1607
 #, c-format
 msgid "execution of %s scriptlet from %s-%s-%s failed, exit status %d\n"
 msgstr ""
 
-#: lib/psm.c:1952
+#: lib/psm.c:1954
 #, c-format
 msgid "%s: %s-%s-%s has %d files, test = %d\n"
 msgstr ""
 
-#: lib/psm.c:2069
+#: lib/psm.c:2071
 #, c-format
 msgid "%s: %s scriptlet failed (%d), skipping %s-%s-%s\n"
 msgstr ""
 
-#: lib/psm.c:2184
+#: lib/psm.c:2186
 #, c-format
 msgid "user %s does not exist - using root\n"
 msgstr ""
 
-#: lib/psm.c:2193
+#: lib/psm.c:2195
 #, c-format
 msgid "group %s does not exist - using root\n"
 msgstr ""
 
-#: lib/psm.c:2234
+#: lib/psm.c:2236
 #, c-format
 msgid "unpacking of archive failed%s%s: %s\n"
 msgstr ""
 
-#: lib/psm.c:2235
+#: lib/psm.c:2237
 msgid " on file "
 msgstr ""
 
-#: lib/psm.c:2421
+#: lib/psm.c:2423
 #, c-format
 msgid "%s failed on file %s: %s\n"
 msgstr ""
 
-#: lib/psm.c:2424
+#: lib/psm.c:2426
 #, c-format
 msgid "%s failed: %s\n"
 msgstr ""
@@ -3297,206 +3297,206 @@ msgstr ""
 msgid "Unable to open %s for reading: %s.\n"
 msgstr ""
 
-#: lib/signature.c:114
+#: lib/signature.c:115
 msgid "file is not regular -- skipping size check\n"
 msgstr ""
 
-#: lib/signature.c:123
+#: lib/signature.c:124
 #, c-format
 msgid "Expected size: %12d = lead(%d)+sigs(%d)+pad(%d)+data(%d)\n"
 msgstr ""
 
-#: lib/signature.c:128
+#: lib/signature.c:129
 #, c-format
 msgid "  Actual size: %12d\n"
 msgstr ""
 
-#: lib/signature.c:148
+#: lib/signature.c:149
 msgid "No signature\n"
 msgstr ""
 
-#: lib/signature.c:152
+#: lib/signature.c:153
 msgid "Old PGP signature\n"
 msgstr ""
 
-#: lib/signature.c:165
+#: lib/signature.c:166
 msgid "Old (internal-only) signature!  How did you get that!?\n"
 msgstr ""
 
-#: lib/signature.c:221
+#: lib/signature.c:222
 #, c-format
 msgid "Signature: size(%d)+pad(%d)\n"
 msgstr ""
 
-#: lib/signature.c:284
+#: lib/signature.c:285
 #, c-format
 msgid "Couldn't exec pgp (%s)\n"
 msgstr ""
 
-#: lib/signature.c:297
+#: lib/signature.c:298
 msgid "pgp failed\n"
 msgstr ""
 
 #. PGP failed to write signature
 #. Just in case
-#: lib/signature.c:304
+#: lib/signature.c:305
 msgid "pgp failed to write signature\n"
 msgstr ""
 
-#: lib/signature.c:309
+#: lib/signature.c:310
 #, c-format
 msgid "PGP sig size: %d\n"
 msgstr ""
 
-#: lib/signature.c:324 lib/signature.c:411
+#: lib/signature.c:325 lib/signature.c:412
 msgid "unable to read the signature\n"
 msgstr ""
 
-#: lib/signature.c:329
+#: lib/signature.c:330
 #, c-format
 msgid "Got %d bytes of PGP sig\n"
 msgstr ""
 
-#: lib/signature.c:371 lib/signature.c:501
+#: lib/signature.c:372 lib/signature.c:502
 msgid "Couldn't exec gpg\n"
 msgstr ""
 
-#: lib/signature.c:384
+#: lib/signature.c:385
 msgid "gpg failed\n"
 msgstr ""
 
 #. GPG failed to write signature
 #. Just in case
-#: lib/signature.c:391
+#: lib/signature.c:392
 msgid "gpg failed to write signature\n"
 msgstr ""
 
-#: lib/signature.c:396
+#: lib/signature.c:397
 #, c-format
 msgid "GPG sig size: %d\n"
 msgstr ""
 
-#: lib/signature.c:416
+#: lib/signature.c:417
 #, c-format
 msgid "Got %d bytes of GPG sig\n"
 msgstr ""
 
-#: lib/signature.c:444
+#: lib/signature.c:445
 msgid "Generating signature using PGP.\n"
 msgstr ""
 
-#: lib/signature.c:450
+#: lib/signature.c:451
 msgid "Generating signature using GPG.\n"
 msgstr ""
 
-#: lib/signature.c:530
+#: lib/signature.c:531
 msgid "Couldn't exec pgp\n"
 msgstr ""
 
 #. @notreached@
 #. This case should have been screened out long ago.
-#: lib/signature.c:534 lib/signature.c:587
+#: lib/signature.c:535 lib/signature.c:588
 #, c-format
 msgid "Invalid %%_signature spec in macro file\n"
 msgstr ""
 
-#: lib/signature.c:567
+#: lib/signature.c:568
 #, c-format
 msgid "You must set \"%%_gpg_name\" in your macro file\n"
 msgstr ""
 
-#: lib/signature.c:579
+#: lib/signature.c:580
 #, c-format
 msgid "You must set \"%%_pgp_name\" in your macro file\n"
 msgstr ""
 
-#: lib/transaction.c:308
+#: lib/transaction.c:309
 #, c-format
 msgid "%s skipped due to missingok flag\n"
 msgstr ""
 
 #. @innercontinue@
-#: lib/transaction.c:936
+#: lib/transaction.c:937
 #, c-format
 msgid "excluding directory %s\n"
 msgstr ""
 
-#: lib/verify.c:240
+#: lib/verify.c:242
 msgid "package lacks both user name and id lists (this should never happen)\n"
 msgstr ""
 
-#: lib/verify.c:261
+#: lib/verify.c:263
 msgid "package lacks both group name and id lists (this should never happen)\n"
 msgstr ""
 
-#: lib/verify.c:398
+#: lib/verify.c:400
 #, c-format
 msgid "missing    %s"
 msgstr ""
 
-#: lib/verify.c:495
+#: lib/verify.c:497
 #, 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:101 rpmdb/db3.c:100
+#: rpmdb/db1.c:100 rpmdb/db3.c:100
 #, c-format
 msgid "db%d error(%d) from %s: %s\n"
 msgstr ""
 
-#: rpmdb/db1.c:104 rpmdb/db3.c:103
+#: rpmdb/db1.c:103 rpmdb/db3.c:103
 #, c-format
 msgid "db%d error(%d): %s\n"
 msgstr ""
 
-#: rpmdb/db1.c:171
+#: rpmdb/db1.c:170
 #, c-format
 msgid ""
 "Broken package chain at offset %d(0x%08x), attempting to reconnect ...\n"
 msgstr ""
 
-#: rpmdb/db1.c:183
+#: rpmdb/db1.c:182
 #, c-format
 msgid "Reconnecting broken chain at offset %d(0x%08x).\n"
 msgstr ""
 
 #. @=branchstate@
-#: rpmdb/db1.c:509
+#: rpmdb/db1.c:508
 #, c-format
 msgid "closed  db file        %s\n"
 msgstr ""
 
-#: rpmdb/db1.c:512
+#: rpmdb/db1.c:511
 #, c-format
 msgid "removed db file        %s\n"
 msgstr ""
 
-#: rpmdb/db1.c:547
+#: rpmdb/db1.c:546
 #, c-format
 msgid "bad db file %s\n"
 msgstr ""
 
-#: rpmdb/db1.c:552
+#: rpmdb/db1.c:551
 #, c-format
 msgid "opening db file        %s mode 0x%x\n"
 msgstr ""
 
 #. XXX check errno validity
-#: rpmdb/db1.c:575
+#: rpmdb/db1.c:574
 #, c-format
 msgid "cannot get %s lock on database\n"
 msgstr ""
 
-#: rpmdb/db1.c:576 rpmdb/db3.c:1213
+#: rpmdb/db1.c:575 rpmdb/db3.c:1213
 msgid "exclusive"
 msgstr ""
 
-#: rpmdb/db1.c:576 rpmdb/db3.c:1213
+#: rpmdb/db1.c:575 rpmdb/db3.c:1213
 msgid "shared"
 msgstr ""
 
@@ -3570,168 +3570,168 @@ msgid ""
 "if \"rpm --rebuilddb\" fails to correct the problem.\n"
 msgstr ""
 
-#: rpmdb/poptDB.c:22
+#: rpmdb/poptDB.c:19
 msgid "initialize database"
 msgstr ""
 
-#: rpmdb/poptDB.c:24
+#: rpmdb/poptDB.c:21
 msgid "rebuild database inverted lists from installed package headers"
 msgstr ""
 
-#: rpmdb/poptDB.c:29
+#: rpmdb/poptDB.c:26
 msgid "generate headers compatible with (legacy) rpm[23] packaging"
 msgstr ""
 
 #. @-modfilesys@
-#: rpmdb/rpmdb.c:130
+#: rpmdb/rpmdb.c:126
 #, c-format
 msgid "dbiTagsInit: unrecognized tag name: \"%s\" ignored\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:384
+#: rpmdb/rpmdb.c:380
 #, c-format
 msgid "cannot open %s index using db%d - %s (%d)\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:406
+#: rpmdb/rpmdb.c:402
 #, c-format
 msgid "cannot open %s index\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:498
+#: rpmdb/rpmdb.c:494
 #, c-format
 msgid "error(%d) getting \"%s\" records from %s index\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:629
+#: rpmdb/rpmdb.c:625
 #, c-format
 msgid "error(%d) storing record %s into %s\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:639
+#: rpmdb/rpmdb.c:635
 #, c-format
 msgid "error(%d) removing record %s from %s\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:893
+#: rpmdb/rpmdb.c:889
 msgid "no dbpath has been set\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:1032
+#: rpmdb/rpmdb.c:1028
 msgid ""
 "old format database is present; use --rebuilddb to generate a new format "
 "database\n"
 msgstr ""
 
 #. error
-#: rpmdb/rpmdb.c:1277
+#: rpmdb/rpmdb.c:1273
 #, c-format
 msgid "error(%d) counting packages\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2061 rpmdb/rpmdb.c:3276
+#: rpmdb/rpmdb.c:2057 rpmdb/rpmdb.c:3310
 #, c-format
 msgid "record number %u in database is bad -- skipping.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2114
+#: rpmdb/rpmdb.c:2110
 #, c-format
 msgid "rpmdb: damaged header instance #%u retrieved, skipping.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2384
+#: rpmdb/rpmdb.c:2380
 #, c-format
 msgid "%s: cannot read header at 0x%x\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2456
+#: rpmdb/rpmdb.c:2452
 #, c-format
 msgid "removing \"%s\" from %s index.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2465
+#: rpmdb/rpmdb.c:2461
 #, c-format
 msgid "removing %d entries from %s index.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2666
+#: rpmdb/rpmdb.c:2662
 #, c-format
 msgid "error(%d) allocating new package instance\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2747
+#: rpmdb/rpmdb.c:2743
 #, c-format
 msgid "adding \"%s\" to %s index.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2758
+#: rpmdb/rpmdb.c:2754
 #, c-format
 msgid "adding %d entries to %s index.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3162
+#: rpmdb/rpmdb.c:3196
 #, c-format
 msgid "removing %s after successful db3 rebuild.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3195
+#: rpmdb/rpmdb.c:3229
 msgid "no dbpath has been set"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3222
+#: rpmdb/rpmdb.c:3256
 #, c-format
 msgid "rebuilding database %s into %s\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3226
+#: rpmdb/rpmdb.c:3260
 #, c-format
 msgid "temporary database %s already exists\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3232
+#: rpmdb/rpmdb.c:3266
 #, c-format
 msgid "creating directory %s\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3234
+#: rpmdb/rpmdb.c:3268
 #, c-format
 msgid "creating directory %s: %s\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3241
+#: rpmdb/rpmdb.c:3275
 #, c-format
 msgid "opening old database with dbapi %d\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3252
+#: rpmdb/rpmdb.c:3286
 #, c-format
 msgid "opening new database with dbapi %d\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3316
+#: rpmdb/rpmdb.c:3350
 #, c-format
 msgid "cannot add record originally at %u\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3334
+#: rpmdb/rpmdb.c:3368
 msgid "failed to rebuild database: original database remains in place\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3342
+#: rpmdb/rpmdb.c:3376
 msgid "failed to replace old database with new database!\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3344
+#: rpmdb/rpmdb.c:3378
 #, c-format
 msgid "replace files in %s with files from %s to recover"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3354
+#: rpmdb/rpmdb.c:3388
 #, c-format
 msgid "removing directory %s\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3356
+#: rpmdb/rpmdb.c:3390
 #, c-format
 msgid "failed to remove directory %s: %s\n"
 msgstr ""
index c04c1d2..89c8458 100644 (file)
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2001-10-20 18:27-0400\n"
+"POT-Creation-Date: 2001-10-21 17:21-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"
@@ -704,15 +704,15 @@ msgstr ""
 msgid "bin/src package (prep, compile, install, package)"
 msgstr ""
 
-#: lib/poptBT.c:222 rpm.c:523
+#: lib/poptBT.c:220 rpm.c:523
 msgid "skip straight to specified stage (only for c,i)"
 msgstr ""
 
-#: lib/poptBT.c:201 rpm.c:525
+#: lib/poptBT.c:199 rpm.c:525
 msgid "remove build tree when done"
 msgstr ""
 
-#: lib/poptBT.c:218 rpm.c:527
+#: lib/poptBT.c:216 rpm.c:527
 msgid "remove sources when done"
 msgstr ""
 
@@ -720,7 +720,7 @@ msgstr ""
 msgid "remove spec file when done"
 msgstr ""
 
-#: lib/poptBT.c:224 rpm.c:531
+#: lib/poptBT.c:222 rpm.c:531
 msgid "generate PGP/GPG signature"
 msgstr ""
 
@@ -810,7 +810,7 @@ msgstr ""
 msgid "rebuild database from existing database"
 msgstr ""
 
-#: rpm.c:565 rpmdb/poptDB.c:27
+#: rpm.c:565 rpmdb/poptDB.c:24
 msgid "verify database files"
 msgstr ""
 
@@ -1225,7 +1225,7 @@ msgstr ""
 msgid "no tar files given for build"
 msgstr ""
 
-#: build/build.c:125 build/pack.c:471
+#: build/build.c:125 build/pack.c:466
 msgid "Unable to open temp file.\n"
 msgstr ""
 
@@ -1300,181 +1300,181 @@ msgstr ""
 msgid "syntax error in expression\n"
 msgstr ""
 
-#: build/files.c:274
+#: build/files.c:270
 #, c-format
 msgid "TIMECHECK failure: %s\n"
 msgstr ""
 
-#: build/files.c:333 build/files.c:525 build/files.c:708
+#: build/files.c:329 build/files.c:521 build/files.c:704
 #, c-format
 msgid "Missing '(' in %s %s\n"
 msgstr ""
 
-#: build/files.c:344 build/files.c:650 build/files.c:719
+#: build/files.c:340 build/files.c:646 build/files.c:715
 #, c-format
 msgid "Missing ')' in %s(%s\n"
 msgstr ""
 
-#: build/files.c:382 build/files.c:675
+#: build/files.c:378 build/files.c:671
 #, c-format
 msgid "Invalid %s token: %s\n"
 msgstr ""
 
-#: build/files.c:488
+#: build/files.c:484
 #, c-format
 msgid "Missing %s in %s %s\n"
 msgstr ""
 
-#: build/files.c:541
+#: build/files.c:537
 #, c-format
 msgid "Non-white space follows %s(): %s\n"
 msgstr ""
 
-#: build/files.c:579
+#: build/files.c:575
 #, c-format
 msgid "Bad syntax: %s(%s)\n"
 msgstr ""
 
-#: build/files.c:589
+#: build/files.c:585
 #, c-format
 msgid "Bad mode spec: %s(%s)\n"
 msgstr ""
 
-#: build/files.c:601
+#: build/files.c:597
 #, c-format
 msgid "Bad dirmode spec: %s(%s)\n"
 msgstr ""
 
-#: build/files.c:746
+#: build/files.c:742
 #, c-format
 msgid "Unusual locale length: \"%.*s\" in %%lang(%s)\n"
 msgstr ""
 
 #. @innercontinue@
-#: build/files.c:757
+#: build/files.c:753
 #, c-format
 msgid "Duplicate locale %.*s in %%lang(%s)\n"
 msgstr ""
 
-#: build/files.c:908
+#: build/files.c:904
 #, c-format
 msgid "Hit limit for %%docdir\n"
 msgstr ""
 
-#: build/files.c:914
+#: build/files.c:910
 #, c-format
 msgid "Only one arg for %%docdir\n"
 msgstr ""
 
 #. We already got a file -- error
-#: build/files.c:942
+#: build/files.c:938
 #, c-format
 msgid "Two files on one line: %s\n"
 msgstr ""
 
-#: build/files.c:957
+#: build/files.c:953
 #, c-format
 msgid "File must begin with \"/\": %s\n"
 msgstr ""
 
-#: build/files.c:970
+#: build/files.c:966
 #, 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:1147
+#: build/files.c:1143
 #, c-format
 msgid "File listed twice: %s\n"
 msgstr ""
 
-#: build/files.c:1282
+#: build/files.c:1278
 #, c-format
 msgid "Symlink points to BuildRoot: %s -> %s\n"
 msgstr ""
 
-#: build/files.c:1488
+#: build/files.c:1484
 #, c-format
 msgid "File doesn't match prefix (%s): %s\n"
 msgstr ""
 
-#: build/files.c:1512
+#: build/files.c:1508
 #, c-format
 msgid "File not found: %s\n"
 msgstr ""
 
-#: build/files.c:1555 build/files.c:2167 build/parsePrep.c:50
+#: build/files.c:1551 build/files.c:2163 build/parsePrep.c:50
 #, c-format
 msgid "Bad owner/group: %s\n"
 msgstr ""
 
-#: build/files.c:1567
+#: build/files.c:1563
 #, c-format
 msgid "File %4d: %07o %s.%s\t %s\n"
 msgstr ""
 
-#: build/files.c:1671
+#: build/files.c:1667
 #, c-format
 msgid "File needs leading \"/\": %s\n"
 msgstr ""
 
-#: build/files.c:1694
+#: build/files.c:1690
 #, c-format
 msgid "Glob not permitted: %s\n"
 msgstr ""
 
-#: build/files.c:1709
+#: build/files.c:1705
 #, c-format
 msgid "File not found by glob: %s\n"
 msgstr ""
 
-#: build/files.c:1771
+#: build/files.c:1767
 #, c-format
 msgid "Could not open %%files file %s: %s\n"
 msgstr ""
 
-#: build/files.c:1782 build/pack.c:150
+#: build/files.c:1778 build/pack.c:145
 #, c-format
 msgid "line: %s\n"
 msgstr ""
 
-#: build/files.c:2155
+#: build/files.c:2151
 #, c-format
 msgid "Bad file: %s: %s\n"
 msgstr ""
 
 #. XXX this error message is probably not seen.
-#: build/files.c:2229
+#: build/files.c:2225
 #, c-format
 msgid "Couldn't exec %s: %s\n"
 msgstr ""
 
-#: build/files.c:2234
+#: build/files.c:2230
 #, c-format
 msgid "Couldn't fork %s: %s\n"
 msgstr ""
 
-#: build/files.c:2318
+#: build/files.c:2314
 #, c-format
 msgid "%s failed\n"
 msgstr ""
 
-#: build/files.c:2322
+#: build/files.c:2318
 #, c-format
 msgid "failed to write all data to %s\n"
 msgstr ""
 
-#: build/files.c:2458
+#: build/files.c:2454
 #, c-format
 msgid "Finding  %s: (using %s)...\n"
 msgstr ""
 
-#: build/files.c:2484 build/files.c:2498
+#: build/files.c:2480 build/files.c:2494
 #, c-format
 msgid "Failed to find %s:\n"
 msgstr ""
 
-#: build/files.c:2619
+#: build/files.c:2615
 #, c-format
 msgid "Processing files: %s-%s-%s\n"
 msgstr ""
@@ -1508,152 +1508,152 @@ msgstr ""
 msgid "Could not canonicalize hostname: %s\n"
 msgstr ""
 
-#: build/pack.c:83
+#: build/pack.c:78
 #, c-format
 msgid "create archive failed on file %s: %s\n"
 msgstr ""
 
-#: build/pack.c:86
+#: build/pack.c:81
 #, c-format
 msgid "create archive failed: %s\n"
 msgstr ""
 
-#: build/pack.c:108
+#: build/pack.c:103
 #, c-format
 msgid "cpio_copy write failed: %s\n"
 msgstr ""
 
-#: build/pack.c:115
+#: build/pack.c:110
 #, c-format
 msgid "cpio_copy read failed: %s\n"
 msgstr ""
 
-#: build/pack.c:218
+#: build/pack.c:213
 #, c-format
 msgid "Could not open PreIn file: %s\n"
 msgstr ""
 
-#: build/pack.c:225
+#: build/pack.c:220
 #, c-format
 msgid "Could not open PreUn file: %s\n"
 msgstr ""
 
-#: build/pack.c:232
+#: build/pack.c:227
 #, c-format
 msgid "Could not open PostIn file: %s\n"
 msgstr ""
 
-#: build/pack.c:239
+#: build/pack.c:234
 #, c-format
 msgid "Could not open PostUn file: %s\n"
 msgstr ""
 
-#: build/pack.c:247
+#: build/pack.c:242
 #, c-format
 msgid "Could not open VerifyScript file: %s\n"
 msgstr ""
 
-#: build/pack.c:262
+#: build/pack.c:257
 #, c-format
 msgid "Could not open Trigger script file: %s\n"
 msgstr ""
 
-#: build/pack.c:290
+#: build/pack.c:285
 #, c-format
 msgid "readRPM: open %s: %s\n"
 msgstr ""
 
-#: build/pack.c:300
+#: build/pack.c:295
 #, c-format
 msgid "readRPM: read %s: %s\n"
 msgstr ""
 
-#: build/pack.c:309 build/pack.c:513
+#: build/pack.c:304 build/pack.c:508
 #, c-format
 msgid "%s: Fseek failed: %s\n"
 msgstr ""
 
-#: build/pack.c:325
+#: build/pack.c:320
 #, c-format
 msgid "readRPM: %s is not an RPM package\n"
 msgstr ""
 
-#: build/pack.c:334
+#: build/pack.c:329
 #, c-format
 msgid "readRPM: reading header from %s\n"
 msgstr ""
 
-#: build/pack.c:459
+#: build/pack.c:454
 msgid "Unable to create immutable header region.\n"
 msgstr ""
 
-#: build/pack.c:477
+#: build/pack.c:472
 msgid "Unable to write temp header\n"
 msgstr ""
 
-#: build/pack.c:485
+#: build/pack.c:480
 msgid "Bad CSA data\n"
 msgstr ""
 
-#: build/pack.c:520
+#: build/pack.c:515
 msgid "Unable to write final header\n"
 msgstr ""
 
-#: build/pack.c:538
+#: build/pack.c:533
 #, c-format
 msgid "Generating signature: %d\n"
 msgstr ""
 
-#: build/pack.c:551
+#: build/pack.c:546
 msgid "Unable to reload signature header.\n"
 msgstr ""
 
-#: build/pack.c:559
+#: build/pack.c:554
 #, c-format
 msgid "Could not open %s: %s\n"
 msgstr ""
 
-#: build/pack.c:595 lib/psm.c:2147
+#: build/pack.c:590 lib/psm.c:2149
 #, c-format
 msgid "Unable to write package: %s\n"
 msgstr ""
 
-#: build/pack.c:610
+#: build/pack.c:605
 #, c-format
 msgid "Unable to open sigtarget %s: %s\n"
 msgstr ""
 
-#: build/pack.c:620
+#: build/pack.c:615
 #, c-format
 msgid "Unable to read header from %s: %s\n"
 msgstr ""
 
-#: build/pack.c:634
+#: build/pack.c:629
 #, c-format
 msgid "Unable to write header to %s: %s\n"
 msgstr ""
 
-#: build/pack.c:644
+#: build/pack.c:639
 #, c-format
 msgid "Unable to read payload from %s: %s\n"
 msgstr ""
 
-#: build/pack.c:650
+#: build/pack.c:645
 #, c-format
 msgid "Unable to write payload to %s: %s\n"
 msgstr ""
 
-#: build/pack.c:675 lib/psm.c:2413
+#: build/pack.c:670 lib/psm.c:2415
 #, c-format
 msgid "Wrote: %s\n"
 msgstr ""
 
-#: build/pack.c:742
+#: build/pack.c:737
 #, c-format
 msgid "Could not generate output filename for package %s: %s\n"
 msgstr ""
 
-#: build/pack.c:759
+#: build/pack.c:754
 #, c-format
 msgid "cannot create %s: %s\n"
 msgstr ""
@@ -2060,72 +2060,72 @@ msgid " failed - "
 msgstr ""
 
 #. XXX legacy epoch-less requires/conflicts compatibility
-#: lib/depends.c:582
+#: lib/depends.c:559
 #, c-format
 msgid ""
 "the \"B\" dependency needs an epoch (assuming same as \"A\")\n"
 "\tA %s\tB %s\n"
 msgstr ""
 
-#: lib/depends.c:611
+#: lib/depends.c:588
 #, c-format
 msgid "  %s    A %s\tB %s\n"
 msgstr ""
 
-#: lib/depends.c:612 lib/depends.c:1248 lib/depends.c:1381
+#: lib/depends.c:589 lib/depends.c:1225 lib/depends.c:1358
 msgid "YES"
 msgstr ""
 
-#: lib/depends.c:612 lib/depends.c:1248 lib/depends.c:1381
+#: lib/depends.c:589 lib/depends.c:1225 lib/depends.c:1358
 msgid "NO "
 msgstr ""
 
-#: lib/depends.c:1042
+#: lib/depends.c:1019
 #, c-format
 msgid "%s: %-45s YES (added files)\n"
 msgstr ""
 
-#: lib/depends.c:1153
+#: lib/depends.c:1130
 #, c-format
 msgid "%s: %-45s YES (added provide)\n"
 msgstr ""
 
-#: lib/depends.c:1247
+#: lib/depends.c:1224
 #, c-format
 msgid "%s: %-45s %-s (cached)\n"
 msgstr ""
 
-#: lib/depends.c:1276
+#: lib/depends.c:1253
 #, c-format
 msgid "%s: %-45s YES (rpmrc provides)\n"
 msgstr ""
 
-#: lib/depends.c:1293
+#: lib/depends.c:1270
 #, c-format
 msgid "%s: %-45s YES (rpmlib provides)\n"
 msgstr ""
 
-#: lib/depends.c:1317
+#: lib/depends.c:1294
 #, c-format
 msgid "%s: %-45s YES (db files)\n"
 msgstr ""
 
-#: lib/depends.c:1330
+#: lib/depends.c:1307
 #, c-format
 msgid "%s: %-45s YES (db provides)\n"
 msgstr ""
 
-#: lib/depends.c:1344
+#: lib/depends.c:1321
 #, c-format
 msgid "%s: %-45s YES (db package)\n"
 msgstr ""
 
-#: lib/depends.c:1360
+#: lib/depends.c:1337
 #, c-format
 msgid "%s: %-45s NO\n"
 msgstr ""
 
-#: lib/depends.c:1381
+#: lib/depends.c:1358
 #, c-format
 msgid "%s: (%s, %s) added to Depends cache.\n"
 msgstr ""
@@ -2133,42 +2133,42 @@ msgstr ""
 #. requirements are satisfied.
 #. @switchbreak@
 #. requirements are not satisfied.
-#: lib/depends.c:1454
+#: lib/depends.c:1431
 #, c-format
 msgid "package %s-%s-%s require not satisfied: %s\n"
 msgstr ""
 
 #. conflicts exist.
-#: lib/depends.c:1533
+#: lib/depends.c:1510
 #, c-format
 msgid "package %s conflicts: %s\n"
 msgstr ""
 
-#: lib/depends.c:1786
+#: lib/depends.c:1763
 #, c-format
 msgid "removing %s-%s-%s \"%s\" from tsort relations.\n"
 msgstr ""
 
 #. Record all relations.
-#: lib/depends.c:1936
+#: lib/depends.c:1913
 msgid "========== recording tsort relations\n"
 msgstr ""
 
 #. T4. Scan for zeroes.
-#: lib/depends.c:1996
+#: lib/depends.c:1973
 msgid ""
 "========== tsorting packages (order, #predecessors, #succesors, depth)\n"
 msgstr ""
 
-#: lib/depends.c:2046
+#: lib/depends.c:2023
 msgid "========== successors only (presentation order)\n"
 msgstr ""
 
-#: lib/depends.c:2099
+#: lib/depends.c:2076
 msgid "LOOP:\n"
 msgstr ""
 
-#: lib/depends.c:2129
+#: lib/depends.c:2106
 msgid "========== continuing tsort ...\n"
 msgstr ""
 
@@ -2261,7 +2261,7 @@ msgid "dataLength() RPM_STRING_TYPE count must be 1.\n"
 msgstr ""
 
 #. @-modfilesys@
-#: lib/header.c:351 lib/header_internal.c:161 lib/psm.c:971
+#: lib/header.c:351 lib/header_internal.c:161 lib/psm.c:973
 #, c-format
 msgid "Data type %d not supported\n"
 msgstr ""
@@ -2341,149 +2341,149 @@ msgstr ""
 msgid "(unknown type)"
 msgstr ""
 
-#: lib/misc.c:241 lib/misc.c:246 lib/misc.c:252
+#: lib/misc.c:243 lib/misc.c:248 lib/misc.c:254
 #, c-format
 msgid "error creating temporary file %s\n"
 msgstr ""
 
-#: lib/package.c:162
+#: lib/package.c:163
 msgid "packaging version 1 is not supported by this version of RPM\n"
 msgstr ""
 
-#: lib/package.c:228
+#: lib/package.c:229
 msgid ""
 "only packaging with major numbers <= 4 is supported by this version of RPM\n"
 msgstr ""
 
-#: lib/poptBT.c:118
+#: lib/poptBT.c:116
 #, c-format
 msgid "buildroot already specified, ignoring %s\n"
 msgstr ""
 
-#: lib/poptBT.c:148
+#: lib/poptBT.c:146
 #, c-format
 msgid "build through %prep (unpack sources and apply patches) from <specfile>"
 msgstr ""
 
-#: lib/poptBT.c:149 lib/poptBT.c:152 lib/poptBT.c:155 lib/poptBT.c:158
-#: lib/poptBT.c:161 lib/poptBT.c:164 lib/poptBT.c:167
+#: lib/poptBT.c:147 lib/poptBT.c:150 lib/poptBT.c:153 lib/poptBT.c:156
+#: lib/poptBT.c:159 lib/poptBT.c:162 lib/poptBT.c:165
 msgid "<specfile>"
 msgstr ""
 
-#: lib/poptBT.c:151
+#: lib/poptBT.c:149
 msgid "build through %build (%prep, then compile) from <specfile>"
 msgstr ""
 
-#: lib/poptBT.c:154
+#: lib/poptBT.c:152
 msgid "build through %install (%prep, %build, then install) from <specfile>"
 msgstr ""
 
-#: lib/poptBT.c:157
+#: lib/poptBT.c:155
 #, c-format
 msgid "verify %files section from <specfile>"
 msgstr ""
 
-#: lib/poptBT.c:160
+#: lib/poptBT.c:158
 msgid "build source and binary packages from <specfile>"
 msgstr ""
 
-#: lib/poptBT.c:163
+#: lib/poptBT.c:161
 msgid "build binary package only from <specfile>"
 msgstr ""
 
-#: lib/poptBT.c:166
+#: lib/poptBT.c:164
 msgid "build source package only from <specfile>"
 msgstr ""
 
-#: lib/poptBT.c:170
+#: lib/poptBT.c:168
 #, c-format
 msgid "build through %prep (unpack sources and apply patches) from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:171 lib/poptBT.c:174 lib/poptBT.c:177 lib/poptBT.c:180
-#: lib/poptBT.c:183 lib/poptBT.c:186 lib/poptBT.c:189
+#: lib/poptBT.c:169 lib/poptBT.c:172 lib/poptBT.c:175 lib/poptBT.c:178
+#: lib/poptBT.c:181 lib/poptBT.c:184 lib/poptBT.c:187
 msgid "<tarball>"
 msgstr ""
 
-#: lib/poptBT.c:173
+#: lib/poptBT.c:171
 msgid "build through %build (%prep, then compile) from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:176
+#: lib/poptBT.c:174
 msgid "build through %install (%prep, %build, then install) from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:179
+#: lib/poptBT.c:177
 #, c-format
 msgid "verify %files section from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:182
+#: lib/poptBT.c:180
 msgid "build source and binary packages from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:185
+#: lib/poptBT.c:183
 msgid "build binary package only from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:188
+#: lib/poptBT.c:186
 msgid "build source package only from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:192
+#: lib/poptBT.c:190
 msgid "build binary package from <source package>"
 msgstr ""
 
-#: lib/poptBT.c:193 lib/poptBT.c:196
+#: lib/poptBT.c:191 lib/poptBT.c:194
 msgid "<source package>"
 msgstr ""
 
-#: lib/poptBT.c:195
+#: lib/poptBT.c:193
 msgid ""
 "build through %install (%prep, %build, then install) from <source package>"
 msgstr ""
 
-#: lib/poptBT.c:199
+#: lib/poptBT.c:197
 msgid "override build root"
 msgstr ""
 
-#: lib/poptBT.c:203 rpmdb/poptDB.c:32
+#: lib/poptBT.c:201 rpmdb/poptDB.c:29
 msgid "generate headers compatible with rpm4 packaging"
 msgstr ""
 
-#: lib/poptBT.c:205
+#: lib/poptBT.c:203
 msgid "ignore ExcludeArch: directives from spec file"
 msgstr ""
 
-#: lib/poptBT.c:207
+#: lib/poptBT.c:205
 msgid "debug file state machine"
 msgstr ""
 
-#: lib/poptBT.c:209
+#: lib/poptBT.c:207
 msgid "do not execute any stages of the build"
 msgstr ""
 
-#: lib/poptBT.c:211
+#: lib/poptBT.c:209
 msgid "do not verify build dependencies"
 msgstr ""
 
-#: lib/poptBT.c:213
+#: lib/poptBT.c:211
 msgid "generate package header(s) compatible with (legacy) rpm[23] packaging"
 msgstr ""
 
-#: lib/poptBT.c:216
+#: lib/poptBT.c:214
 msgid "do not accept i18N msgstr's from specfile"
 msgstr ""
 
-#: lib/poptBT.c:220
+#: lib/poptBT.c:218
 msgid "remove specfile when done"
 msgstr ""
 
-#: lib/poptBT.c:226
+#: lib/poptBT.c:224
 msgid "override target platform"
 msgstr ""
 
-#: lib/poptBT.c:228
+#: lib/poptBT.c:226
 msgid "lookup i18N strings in specfile catalog"
 msgstr ""
 
@@ -2799,108 +2799,108 @@ msgstr ""
 msgid "unknown error %d encountered while manipulating package %s"
 msgstr ""
 
-#: lib/psm.c:313
+#: lib/psm.c:315
 msgid "========== relocations\n"
 msgstr ""
 
-#: lib/psm.c:317
+#: lib/psm.c:319
 #, c-format
 msgid "%5d exclude  %s\n"
 msgstr ""
 
-#: lib/psm.c:320
+#: lib/psm.c:322
 #, c-format
 msgid "%5d relocate %s -> %s\n"
 msgstr ""
 
-#: lib/psm.c:390
+#: lib/psm.c:392
 #, c-format
 msgid "excluding multilib path %s%s\n"
 msgstr ""
 
-#: lib/psm.c:456
+#: lib/psm.c:458
 #, c-format
 msgid "excluding %s %s\n"
 msgstr ""
 
-#: lib/psm.c:466
+#: lib/psm.c:468
 #, c-format
 msgid "relocating %s to %s\n"
 msgstr ""
 
-#: lib/psm.c:545
+#: lib/psm.c:547
 #, c-format
 msgid "relocating directory %s to %s\n"
 msgstr ""
 
-#: lib/psm.c:1168
+#: lib/psm.c:1170
 #, c-format
 msgid "cannot create %%%s %s\n"
 msgstr ""
 
-#: lib/psm.c:1174
+#: lib/psm.c:1176
 #, c-format
 msgid "cannot write to %%%s %s\n"
 msgstr ""
 
-#: lib/psm.c:1212
+#: lib/psm.c:1214
 msgid "source package expected, binary found\n"
 msgstr ""
 
-#: lib/psm.c:1323
+#: lib/psm.c:1325
 msgid "source package contains no .spec file\n"
 msgstr ""
 
-#: lib/psm.c:1430
+#: lib/psm.c:1432
 #, c-format
 msgid "%s: running %s scriptlet\n"
 msgstr ""
 
-#: lib/psm.c:1598
+#: lib/psm.c:1600
 #, c-format
 msgid "execution of %s scriptlet from %s-%s-%s failed, waitpid returned %s\n"
 msgstr ""
 
-#: lib/psm.c:1605
+#: lib/psm.c:1607
 #, c-format
 msgid "execution of %s scriptlet from %s-%s-%s failed, exit status %d\n"
 msgstr ""
 
-#: lib/psm.c:1952
+#: lib/psm.c:1954
 #, c-format
 msgid "%s: %s-%s-%s has %d files, test = %d\n"
 msgstr ""
 
-#: lib/psm.c:2069
+#: lib/psm.c:2071
 #, c-format
 msgid "%s: %s scriptlet failed (%d), skipping %s-%s-%s\n"
 msgstr ""
 
-#: lib/psm.c:2184
+#: lib/psm.c:2186
 #, c-format
 msgid "user %s does not exist - using root\n"
 msgstr ""
 
-#: lib/psm.c:2193
+#: lib/psm.c:2195
 #, c-format
 msgid "group %s does not exist - using root\n"
 msgstr ""
 
-#: lib/psm.c:2234
+#: lib/psm.c:2236
 #, c-format
 msgid "unpacking of archive failed%s%s: %s\n"
 msgstr ""
 
-#: lib/psm.c:2235
+#: lib/psm.c:2237
 msgid " on file "
 msgstr ""
 
-#: lib/psm.c:2421
+#: lib/psm.c:2423
 #, c-format
 msgid "%s failed on file %s: %s\n"
 msgstr ""
 
-#: lib/psm.c:2424
+#: lib/psm.c:2426
 #, c-format
 msgid "%s failed: %s\n"
 msgstr ""
@@ -3302,206 +3302,206 @@ msgstr ""
 msgid "Unable to open %s for reading: %s.\n"
 msgstr ""
 
-#: lib/signature.c:114
+#: lib/signature.c:115
 msgid "file is not regular -- skipping size check\n"
 msgstr ""
 
-#: lib/signature.c:123
+#: lib/signature.c:124
 #, c-format
 msgid "Expected size: %12d = lead(%d)+sigs(%d)+pad(%d)+data(%d)\n"
 msgstr ""
 
-#: lib/signature.c:128
+#: lib/signature.c:129
 #, c-format
 msgid "  Actual size: %12d\n"
 msgstr ""
 
-#: lib/signature.c:148
+#: lib/signature.c:149
 msgid "No signature\n"
 msgstr ""
 
-#: lib/signature.c:152
+#: lib/signature.c:153
 msgid "Old PGP signature\n"
 msgstr ""
 
-#: lib/signature.c:165
+#: lib/signature.c:166
 msgid "Old (internal-only) signature!  How did you get that!?\n"
 msgstr ""
 
-#: lib/signature.c:221
+#: lib/signature.c:222
 #, c-format
 msgid "Signature: size(%d)+pad(%d)\n"
 msgstr ""
 
-#: lib/signature.c:284
+#: lib/signature.c:285
 #, c-format
 msgid "Couldn't exec pgp (%s)\n"
 msgstr ""
 
-#: lib/signature.c:297
+#: lib/signature.c:298
 msgid "pgp failed\n"
 msgstr ""
 
 #. PGP failed to write signature
 #. Just in case
-#: lib/signature.c:304
+#: lib/signature.c:305
 msgid "pgp failed to write signature\n"
 msgstr ""
 
-#: lib/signature.c:309
+#: lib/signature.c:310
 #, c-format
 msgid "PGP sig size: %d\n"
 msgstr ""
 
-#: lib/signature.c:324 lib/signature.c:411
+#: lib/signature.c:325 lib/signature.c:412
 msgid "unable to read the signature\n"
 msgstr ""
 
-#: lib/signature.c:329
+#: lib/signature.c:330
 #, c-format
 msgid "Got %d bytes of PGP sig\n"
 msgstr ""
 
-#: lib/signature.c:371 lib/signature.c:501
+#: lib/signature.c:372 lib/signature.c:502
 msgid "Couldn't exec gpg\n"
 msgstr ""
 
-#: lib/signature.c:384
+#: lib/signature.c:385
 msgid "gpg failed\n"
 msgstr ""
 
 #. GPG failed to write signature
 #. Just in case
-#: lib/signature.c:391
+#: lib/signature.c:392
 msgid "gpg failed to write signature\n"
 msgstr ""
 
-#: lib/signature.c:396
+#: lib/signature.c:397
 #, c-format
 msgid "GPG sig size: %d\n"
 msgstr ""
 
-#: lib/signature.c:416
+#: lib/signature.c:417
 #, c-format
 msgid "Got %d bytes of GPG sig\n"
 msgstr ""
 
-#: lib/signature.c:444
+#: lib/signature.c:445
 msgid "Generating signature using PGP.\n"
 msgstr ""
 
-#: lib/signature.c:450
+#: lib/signature.c:451
 msgid "Generating signature using GPG.\n"
 msgstr ""
 
-#: lib/signature.c:530
+#: lib/signature.c:531
 msgid "Couldn't exec pgp\n"
 msgstr ""
 
 #. @notreached@
 #. This case should have been screened out long ago.
-#: lib/signature.c:534 lib/signature.c:587
+#: lib/signature.c:535 lib/signature.c:588
 #, c-format
 msgid "Invalid %%_signature spec in macro file\n"
 msgstr ""
 
-#: lib/signature.c:567
+#: lib/signature.c:568
 #, c-format
 msgid "You must set \"%%_gpg_name\" in your macro file\n"
 msgstr ""
 
-#: lib/signature.c:579
+#: lib/signature.c:580
 #, c-format
 msgid "You must set \"%%_pgp_name\" in your macro file\n"
 msgstr ""
 
-#: lib/transaction.c:308
+#: lib/transaction.c:309
 #, c-format
 msgid "%s skipped due to missingok flag\n"
 msgstr ""
 
 #. @innercontinue@
-#: lib/transaction.c:936
+#: lib/transaction.c:937
 #, c-format
 msgid "excluding directory %s\n"
 msgstr ""
 
-#: lib/verify.c:240
+#: lib/verify.c:242
 msgid "package lacks both user name and id lists (this should never happen)\n"
 msgstr ""
 
-#: lib/verify.c:261
+#: lib/verify.c:263
 msgid "package lacks both group name and id lists (this should never happen)\n"
 msgstr ""
 
-#: lib/verify.c:398
+#: lib/verify.c:400
 #, c-format
 msgid "missing    %s"
 msgstr ""
 
-#: lib/verify.c:495
+#: lib/verify.c:497
 #, 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:101 rpmdb/db3.c:100
+#: rpmdb/db1.c:100 rpmdb/db3.c:100
 #, c-format
 msgid "db%d error(%d) from %s: %s\n"
 msgstr ""
 
-#: rpmdb/db1.c:104 rpmdb/db3.c:103
+#: rpmdb/db1.c:103 rpmdb/db3.c:103
 #, c-format
 msgid "db%d error(%d): %s\n"
 msgstr ""
 
-#: rpmdb/db1.c:171
+#: rpmdb/db1.c:170
 #, c-format
 msgid ""
 "Broken package chain at offset %d(0x%08x), attempting to reconnect ...\n"
 msgstr ""
 
-#: rpmdb/db1.c:183
+#: rpmdb/db1.c:182
 #, c-format
 msgid "Reconnecting broken chain at offset %d(0x%08x).\n"
 msgstr ""
 
 #. @=branchstate@
-#: rpmdb/db1.c:509
+#: rpmdb/db1.c:508
 #, c-format
 msgid "closed  db file        %s\n"
 msgstr ""
 
-#: rpmdb/db1.c:512
+#: rpmdb/db1.c:511
 #, c-format
 msgid "removed db file        %s\n"
 msgstr ""
 
-#: rpmdb/db1.c:547
+#: rpmdb/db1.c:546
 #, c-format
 msgid "bad db file %s\n"
 msgstr ""
 
-#: rpmdb/db1.c:552
+#: rpmdb/db1.c:551
 #, c-format
 msgid "opening db file        %s mode 0x%x\n"
 msgstr ""
 
 #. XXX check errno validity
-#: rpmdb/db1.c:575
+#: rpmdb/db1.c:574
 #, c-format
 msgid "cannot get %s lock on database\n"
 msgstr ""
 
-#: rpmdb/db1.c:576 rpmdb/db3.c:1213
+#: rpmdb/db1.c:575 rpmdb/db3.c:1213
 msgid "exclusive"
 msgstr ""
 
-#: rpmdb/db1.c:576 rpmdb/db3.c:1213
+#: rpmdb/db1.c:575 rpmdb/db3.c:1213
 msgid "shared"
 msgstr ""
 
@@ -3575,168 +3575,168 @@ msgid ""
 "if \"rpm --rebuilddb\" fails to correct the problem.\n"
 msgstr ""
 
-#: rpmdb/poptDB.c:22
+#: rpmdb/poptDB.c:19
 msgid "initialize database"
 msgstr ""
 
-#: rpmdb/poptDB.c:24
+#: rpmdb/poptDB.c:21
 msgid "rebuild database inverted lists from installed package headers"
 msgstr ""
 
-#: rpmdb/poptDB.c:29
+#: rpmdb/poptDB.c:26
 msgid "generate headers compatible with (legacy) rpm[23] packaging"
 msgstr ""
 
 #. @-modfilesys@
-#: rpmdb/rpmdb.c:130
+#: rpmdb/rpmdb.c:126
 #, c-format
 msgid "dbiTagsInit: unrecognized tag name: \"%s\" ignored\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:384
+#: rpmdb/rpmdb.c:380
 #, c-format
 msgid "cannot open %s index using db%d - %s (%d)\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:406
+#: rpmdb/rpmdb.c:402
 #, c-format
 msgid "cannot open %s index\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:498
+#: rpmdb/rpmdb.c:494
 #, c-format
 msgid "error(%d) getting \"%s\" records from %s index\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:629
+#: rpmdb/rpmdb.c:625
 #, c-format
 msgid "error(%d) storing record %s into %s\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:639
+#: rpmdb/rpmdb.c:635
 #, c-format
 msgid "error(%d) removing record %s from %s\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:893
+#: rpmdb/rpmdb.c:889
 msgid "no dbpath has been set\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:1032
+#: rpmdb/rpmdb.c:1028
 msgid ""
 "old format database is present; use --rebuilddb to generate a new format "
 "database\n"
 msgstr ""
 
 #. error
-#: rpmdb/rpmdb.c:1277
+#: rpmdb/rpmdb.c:1273
 #, c-format
 msgid "error(%d) counting packages\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2061 rpmdb/rpmdb.c:3276
+#: rpmdb/rpmdb.c:2057 rpmdb/rpmdb.c:3310
 #, c-format
 msgid "record number %u in database is bad -- skipping.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2114
+#: rpmdb/rpmdb.c:2110
 #, c-format
 msgid "rpmdb: damaged header instance #%u retrieved, skipping.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2384
+#: rpmdb/rpmdb.c:2380
 #, c-format
 msgid "%s: cannot read header at 0x%x\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2456
+#: rpmdb/rpmdb.c:2452
 #, c-format
 msgid "removing \"%s\" from %s index.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2465
+#: rpmdb/rpmdb.c:2461
 #, c-format
 msgid "removing %d entries from %s index.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2666
+#: rpmdb/rpmdb.c:2662
 #, c-format
 msgid "error(%d) allocating new package instance\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2747
+#: rpmdb/rpmdb.c:2743
 #, c-format
 msgid "adding \"%s\" to %s index.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2758
+#: rpmdb/rpmdb.c:2754
 #, c-format
 msgid "adding %d entries to %s index.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3162
+#: rpmdb/rpmdb.c:3196
 #, c-format
 msgid "removing %s after successful db3 rebuild.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3195
+#: rpmdb/rpmdb.c:3229
 msgid "no dbpath has been set"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3222
+#: rpmdb/rpmdb.c:3256
 #, c-format
 msgid "rebuilding database %s into %s\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3226
+#: rpmdb/rpmdb.c:3260
 #, c-format
 msgid "temporary database %s already exists\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3232
+#: rpmdb/rpmdb.c:3266
 #, c-format
 msgid "creating directory %s\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3234
+#: rpmdb/rpmdb.c:3268
 #, c-format
 msgid "creating directory %s: %s\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3241
+#: rpmdb/rpmdb.c:3275
 #, c-format
 msgid "opening old database with dbapi %d\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3252
+#: rpmdb/rpmdb.c:3286
 #, c-format
 msgid "opening new database with dbapi %d\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3316
+#: rpmdb/rpmdb.c:3350
 #, c-format
 msgid "cannot add record originally at %u\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3334
+#: rpmdb/rpmdb.c:3368
 msgid "failed to rebuild database: original database remains in place\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3342
+#: rpmdb/rpmdb.c:3376
 msgid "failed to replace old database with new database!\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3344
+#: rpmdb/rpmdb.c:3378
 #, c-format
 msgid "replace files in %s with files from %s to recover"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3354
+#: rpmdb/rpmdb.c:3388
 #, c-format
 msgid "removing directory %s\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3356
+#: rpmdb/rpmdb.c:3390
 #, c-format
 msgid "failed to remove directory %s: %s\n"
 msgstr ""
index 931a3ff..efcde3e 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-20 18:27-0400\n"
+"POT-Creation-Date: 2001-10-21 17:21-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"
@@ -734,15 +734,15 @@ msgid "bin/src package (prep, compile, install, package)"
 msgstr ""
 "bin/src package (ÉÓÐÏÌÎÉÔØ %prep, %build, %install, ÓÏÚÄÁÔØ RPM É SRPM)"
 
-#: lib/poptBT.c:222 rpm.c:523
+#: lib/poptBT.c:220 rpm.c:523
 msgid "skip straight to specified stage (only for c,i)"
 msgstr "ÐÅÒÅÊÔÉ ÎÅÐÏÓÒÅÄÓÔ×ÅÎÎÏ Ë ÕËÁÚÁÎÎÏÍÕ ÜÔÁÐÕ (ÔÏÌØËÏ ÄÌÑ c,i)"
 
-#: lib/poptBT.c:201 rpm.c:525
+#: lib/poptBT.c:199 rpm.c:525
 msgid "remove build tree when done"
 msgstr "ÐÏÓÌÅ ÚÁ×ÅÒÛÅÎÉÑ ÕÄÁÌÉÔØ ÄÅÒÅ×Ï ÉÓÈÏÄÎÉËÏ×"
 
-#: lib/poptBT.c:218 rpm.c:527
+#: lib/poptBT.c:216 rpm.c:527
 msgid "remove sources when done"
 msgstr "ÐÏÓÌÅ ÚÁ×ÅÒÛÅÎÉÑ ÕÄÁÌÉÔØ ÉÓÈÏÄÎÉËÉ"
 
@@ -750,7 +750,7 @@ msgstr "
 msgid "remove spec file when done"
 msgstr "ÕÄÁÌÉÔØ spec-ÆÁÊÌ ÐÏÓÌÅ ÚÁ×ÅÒÛÅÎÉÑ"
 
-#: lib/poptBT.c:224 rpm.c:531
+#: lib/poptBT.c:222 rpm.c:531
 msgid "generate PGP/GPG signature"
 msgstr "ÇÅÎÅÒÉÒÏ×ÁÔØ PGP/GPG-ÐÏÄÐÉÓØ"
 
@@ -842,7 +842,7 @@ msgstr "
 msgid "rebuild database from existing database"
 msgstr "ÐÅÒÅÓÔÒÏÉÔØ ÂÁÚÕ ÄÁÎÎÙÈ ÉÚ ÓÕÝÅÓÔ×ÕÀÝÅÊ ÂÁÚÙ"
 
-#: rpm.c:565 rpmdb/poptDB.c:27
+#: rpm.c:565 rpmdb/poptDB.c:24
 msgid "verify database files"
 msgstr "ÐÒÏ×ÅÒÉÔØ ÆÁÊÌÙ ÂÁÚÙ ÄÁÎÎÙÈ"
 
@@ -1283,7 +1283,7 @@ msgstr "
 msgid "no tar files given for build"
 msgstr "ÎÅ ÚÁÄÁÎÙ tar-ÆÁÊÌÙ ÄÌÑ ÓÂÏÒËÉ ÐÁËÅÔÁ"
 
-#: build/build.c:125 build/pack.c:471
+#: build/build.c:125 build/pack.c:466
 msgid "Unable to open temp file.\n"
 msgstr "îÅ×ÏÚÍÏÖÎÏ ÏÔËÒÙÔØ ×ÒÅÍÅÎÎÙÊ ÆÁÊÌ.\n"
 
@@ -1361,181 +1361,181 @@ msgstr "&& 
 msgid "syntax error in expression\n"
 msgstr "ÓÉÎÔÁËÓÉÞÅÓËÁÑ ÏÛÉÂËÁ × ×ÙÒÁÖÅÎÉÉ\n"
 
-#: build/files.c:274
+#: build/files.c:270
 #, c-format
 msgid "TIMECHECK failure: %s\n"
 msgstr "ïÛÉÂËÁ TIMECHECK: %s\n"
 
-#: build/files.c:333 build/files.c:525 build/files.c:708
+#: build/files.c:329 build/files.c:521 build/files.c:704
 #, c-format
 msgid "Missing '(' in %s %s\n"
 msgstr "ïÔÓÕÔÓÔ×ÕÅÔ '(' × %s %s\n"
 
-#: build/files.c:344 build/files.c:650 build/files.c:719
+#: build/files.c:340 build/files.c:646 build/files.c:715
 #, c-format
 msgid "Missing ')' in %s(%s\n"
 msgstr "ÏÔÓÕÔÓÔ×ÕÅÔ ')' × %s(%s\n"
 
-#: build/files.c:382 build/files.c:675
+#: build/files.c:378 build/files.c:671
 #, c-format
 msgid "Invalid %s token: %s\n"
 msgstr "îÅ×ÅÒÎÙÊ ÔÏËÅΠ%s: %s\n"
 
-#: build/files.c:488
+#: build/files.c:484
 #, c-format
 msgid "Missing %s in %s %s\n"
 msgstr "ïÔÓÕÔÓÔ×ÕÅÔ %s × %s %s\n"
 
-#: build/files.c:541
+#: build/files.c:537
 #, c-format
 msgid "Non-white space follows %s(): %s\n"
 msgstr "îÅ ÐÒÏÂÅÌ ÓÌÅÄÕÅÔ ÐÏÓÌÅ %s(): %s\n"
 
-#: build/files.c:579
+#: build/files.c:575
 #, c-format
 msgid "Bad syntax: %s(%s)\n"
 msgstr "îÅ×ÅÒÎÙÊ ÓÉÎÔÁËÓÉÓ: %s(%s)\n"
 
-#: build/files.c:589
+#: build/files.c:585
 #, c-format
 msgid "Bad mode spec: %s(%s)\n"
 msgstr "îÅ×ÅÒÎÙÅ ÐÒÁ×Á: %s(%s)\n"
 
-#: build/files.c:601
+#: build/files.c:597
 #, c-format
 msgid "Bad dirmode spec: %s(%s)\n"
 msgstr "îÅ×ÅÒÎÙÅ ÐÒÁ×Á ÎÁ ËÁÔÁÌÏÇ %s(%s)\n"
 
-#: build/files.c:746
+#: build/files.c:742
 #, c-format
 msgid "Unusual locale length: \"%.*s\" in %%lang(%s)\n"
 msgstr "îÅÏÂÙÞÎÁÑ ÄÌÉÎÁ locale: \"%.*s\" × %%lang(%s)\n"
 
 #. @innercontinue@
-#: build/files.c:757
+#: build/files.c:753
 #, c-format
 msgid "Duplicate locale %.*s in %%lang(%s)\n"
 msgstr "äÕÂÌÉËÁÔ locale %.*s × %%lang(%s)\n"
 
-#: build/files.c:908
+#: build/files.c:904
 #, c-format
 msgid "Hit limit for %%docdir\n"
 msgstr "ìÉÍÉÔ ÄÌÑ %%docdir ÐÒÅ×ÙÛÅÎ\n"
 
-#: build/files.c:914
+#: build/files.c:910
 #, c-format
 msgid "Only one arg for %%docdir\n"
 msgstr "ôÏÌØËÏ ÏÄÉΠÁÒÇÕÍÅÎÔ ÄÌÑ %%docdir\n"
 
 #. We already got a file -- error
-#: build/files.c:942
+#: build/files.c:938
 #, c-format
 msgid "Two files on one line: %s\n"
 msgstr "ä×Á ÆÁÊÌÁ × ÏÄÎÏÊ ÓÔÒÏËÅ: %s\n"
 
-#: build/files.c:957
+#: build/files.c:953
 #, c-format
 msgid "File must begin with \"/\": %s\n"
 msgstr "æÁÊÌ ÄÏÌÖÅΠÎÁÞÉÎÁÔØÓÑ Ó \"/\": %s\n"
 
-#: build/files.c:970
+#: build/files.c:966
 #, 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:1147
+#: build/files.c:1143
 #, c-format
 msgid "File listed twice: %s\n"
 msgstr "æÁÊÌ ÕËÁÚÁΠÄ×ÁÖÄÙ: %s\n"
 
-#: build/files.c:1282
+#: build/files.c:1278
 #, c-format
 msgid "Symlink points to BuildRoot: %s -> %s\n"
 msgstr "óÉÍ×ÏÌÉÞÅÓËÁÑ ÓÓÙÌËÁ ÕËÁÚÙ×ÁÅÔ ÎÁ BuildRoot: %s -> %s\n"
 
-#: build/files.c:1488
+#: build/files.c:1484
 #, c-format
 msgid "File doesn't match prefix (%s): %s\n"
 msgstr "æÁÊÌ ÎÅ ÓÏÏÔ×ÅÔÓÔÕÅÔ ÐÒÅÆÉËÓÕ (%s): %s\n"
 
-#: build/files.c:1512
+#: build/files.c:1508
 #, c-format
 msgid "File not found: %s\n"
 msgstr "æÁÊÌ ÎÅ ÎÁÊÄÅÎ: %s\n"
 
-#: build/files.c:1555 build/files.c:2167 build/parsePrep.c:50
+#: build/files.c:1551 build/files.c:2163 build/parsePrep.c:50
 #, c-format
 msgid "Bad owner/group: %s\n"
 msgstr "îÅ×ÅÒÎÁÑ ÐÁÒÁ ×ÌÁÄÅÌÅÃ/ÇÒÕÐÐÁ: %s\n"
 
-#: build/files.c:1567
+#: build/files.c:1563
 #, c-format
 msgid "File %4d: %07o %s.%s\t %s\n"
 msgstr "æÁÊÌ %4d: %07o %s.%s\t %s\n"
 
-#: build/files.c:1671
+#: build/files.c:1667
 #, c-format
 msgid "File needs leading \"/\": %s\n"
 msgstr "æÁÊÌ ÄÏÌÖÅΠÎÁÞÉÎÁÔØÓÑ Ó \"/\": %s\n"
 
-#: build/files.c:1694
+#: build/files.c:1690
 #, c-format
 msgid "Glob not permitted: %s\n"
 msgstr "Glob ÎÅ ÒÁÚÒÅÛÁÀÔÓÑ: %s\n"
 
-#: build/files.c:1709
+#: build/files.c:1705
 #, c-format
 msgid "File not found by glob: %s\n"
 msgstr "æÁÊÌ ÎÅ ÎÁÊÄÅÎ: %s\n"
 
-#: build/files.c:1771
+#: build/files.c:1767
 #, c-format
 msgid "Could not open %%files file %s: %s\n"
 msgstr "îÅ×ÏÚÍÏÖÎÏ ÏÔËÒÙÔØ ÆÁÊÌ %%files %s: %s\n"
 
-#: build/files.c:1782 build/pack.c:150
+#: build/files.c:1778 build/pack.c:145
 #, c-format
 msgid "line: %s\n"
 msgstr "ÓÔÒÏËÁ: %s\n"
 
-#: build/files.c:2155
+#: build/files.c:2151
 #, c-format
 msgid "Bad file: %s: %s\n"
 msgstr "îÅ×ÅÒÎÙÊ ÆÁÊÌ %s: %s\n"
 
 #. XXX this error message is probably not seen.
-#: build/files.c:2229
+#: build/files.c:2225
 #, c-format
 msgid "Couldn't exec %s: %s\n"
 msgstr "îÅ×ÏÚÍÏÖÎÏ ×ÙÌÎÉÔØ %s: %s\n"
 
-#: build/files.c:2234
+#: build/files.c:2230
 #, c-format
 msgid "Couldn't fork %s: %s\n"
 msgstr "óÂÏÊ ×ÅÔ×ÌÅÎÉÑ %s: %s\n"
 
-#: build/files.c:2318
+#: build/files.c:2314
 #, c-format
 msgid "%s failed\n"
 msgstr "%s ÎÅ ÕÄÁÌÏÓØ\n"
 
-#: build/files.c:2322
+#: build/files.c:2318
 #, c-format
 msgid "failed to write all data to %s\n"
 msgstr "ÚÁÐÉÓØ ×ÓÅÈ ÄÁÎÎÙÈ × %s ÎÅ ÕÄÁÌÁÓØ\n"
 
-#: build/files.c:2458
+#: build/files.c:2454
 #, c-format
 msgid "Finding  %s: (using %s)...\n"
 msgstr "ðÏÉÓË %s (ÉÓÐÏÌØÚÕÑ %s): ...\n"
 
-#: build/files.c:2484 build/files.c:2498
+#: build/files.c:2480 build/files.c:2494
 #, c-format
 msgid "Failed to find %s:\n"
 msgstr "îÅ×ÏÚÍÏÖÎÏ ÎÁÊÔÉ %s:\n"
 
-#: build/files.c:2619
+#: build/files.c:2615
 #, c-format
 msgid "Processing files: %s-%s-%s\n"
 msgstr "ïÂÒÁÂÁÔÙ×ÁÀÔÓÑ ÆÁÊÌÙ: %s-%s-%s\n"
@@ -1569,152 +1569,152 @@ msgstr "getGidS: 
 msgid "Could not canonicalize hostname: %s\n"
 msgstr "îÅ×ÏÚÍÏÖÎÏ ËÁÎÏÎÉÚÉÒÏ×ÁÔØ ÉÍÑ ËÏÍÐØÀÔÅÒÁ: %s\n"
 
-#: build/pack.c:83
+#: build/pack.c:78
 #, c-format
 msgid "create archive failed on file %s: %s\n"
 msgstr "ÏÛÉÂËÁ ÓÏÚÄÁÎÉÑ ÁÒÈÉ×Á ÎÁ ÆÁÊÌÅ %s: %s\n"
 
-#: build/pack.c:86
+#: build/pack.c:81
 #, c-format
 msgid "create archive failed: %s\n"
 msgstr "ÏÛÉÂËÁ ÓÏÚÄÁÎÉÑ ÁÒÈÉ×Á: %s\n"
 
-#: build/pack.c:108
+#: build/pack.c:103
 #, c-format
 msgid "cpio_copy write failed: %s\n"
 msgstr "cpio_copy: ÏÛÉÂËÁ ÚÁÐÉÓÉ: %s\n"
 
-#: build/pack.c:115
+#: build/pack.c:110
 #, c-format
 msgid "cpio_copy read failed: %s\n"
 msgstr "cpio_copy: ÏÛÉÂËÁ ÞÔÅÎÉÑ: %s\n"
 
-#: build/pack.c:218
+#: build/pack.c:213
 #, c-format
 msgid "Could not open PreIn file: %s\n"
 msgstr "îÅ×ÏÚÍÏÖÎÏ ÏÔËÒÙÔØ ÆÁÊÌ PreIn: %s\n"
 
-#: build/pack.c:225
+#: build/pack.c:220
 #, c-format
 msgid "Could not open PreUn file: %s\n"
 msgstr "îÅ×ÏÚÍÏÖÎÏ ÏÔËÒÙÔØ ÆÁÊÌ PreUn: %s\n"
 
-#: build/pack.c:232
+#: build/pack.c:227
 #, c-format
 msgid "Could not open PostIn file: %s\n"
 msgstr "îÅ×ÏÚÍÏÖÎÏ ÏÔËÒÙÔØ ÆÁÊÌ PostIn: %s\n"
 
-#: build/pack.c:239
+#: build/pack.c:234
 #, c-format
 msgid "Could not open PostUn file: %s\n"
 msgstr "îÅ×ÏÚÍÏÖÎÏ ÏÔËÒÙÔØ ÆÁÊÌ PostUn: %s\n"
 
-#: build/pack.c:247
+#: build/pack.c:242
 #, c-format
 msgid "Could not open VerifyScript file: %s\n"
 msgstr "îÅ×ÏÚÍÏÖÎÏ ÏÔËÒÙÔØ ÆÁÊÌ VerifyScript: %s\n"
 
-#: build/pack.c:262
+#: build/pack.c:257
 #, c-format
 msgid "Could not open Trigger script file: %s\n"
 msgstr "îÅ×ÏÚÍÏÖÎÏ ÏÔËÒÙÔØ ÆÁÊÌ Trigger script: %s\n"
 
-#: build/pack.c:290
+#: build/pack.c:285
 #, c-format
 msgid "readRPM: open %s: %s\n"
 msgstr "readRPM: ÏÔËÒÙÔÉÅ %s: %s\n"
 
-#: build/pack.c:300
+#: build/pack.c:295
 #, c-format
 msgid "readRPM: read %s: %s\n"
 msgstr "readRPM: ÞÔÅÎÉÅ %s: %s\n"
 
-#: build/pack.c:309 build/pack.c:513
+#: build/pack.c:304 build/pack.c:508
 #, c-format
 msgid "%s: Fseek failed: %s\n"
 msgstr "%s: ÏÛÉÂËÁ Fseek: %s\n"
 
-#: build/pack.c:325
+#: build/pack.c:320
 #, c-format
 msgid "readRPM: %s is not an RPM package\n"
 msgstr "readRPM: %s  ÎÅ Ñ×ÌÑÅÔÓÑ ÐÁËÅÔÏÍ RPM\n"
 
-#: build/pack.c:334
+#: build/pack.c:329
 #, c-format
 msgid "readRPM: reading header from %s\n"
 msgstr "readRPM: ÞÉÔÁÅÔÓÑ ÚÁÇÏÌÏ×ÏË ÉÚ %s\n"
 
-#: build/pack.c:459
+#: build/pack.c:454
 msgid "Unable to create immutable header region.\n"
 msgstr "îÅ×ÏÚÍÏÖÎÏ ÐÏÍÅÓÔÉÔØ ÚÁÇÏÌÏ×ÏË × ÎÅÒÐÅÒÙ×ÎÕÀ ÏÂÌÁÓÔØ ÐÁÍÑÔÉ.\n"
 
-#: build/pack.c:477
+#: build/pack.c:472
 msgid "Unable to write temp header\n"
 msgstr "îÅ×ÏÚÍÏÖÎÏ ÚÁÐÉÓÁÔØ ×ÒÅÍÅÎÎÙÊ ÚÁÇÏÌÏ×ÏË\n"
 
-#: build/pack.c:485
+#: build/pack.c:480
 msgid "Bad CSA data\n"
 msgstr "îÅ×ÅÒÎÙÅ ÄÁÎÎÙÅ CSA\n"
 
-#: build/pack.c:520
+#: build/pack.c:515
 msgid "Unable to write final header\n"
 msgstr "îÅ×ÏÚÍÏÖÎÏ ÚÁÐÉÓÁÔØ ÏËÏÎÞÁÔÅÌØÎÙÊ ÚÁÇÏÌÏ×ÏË\n"
 
-#: build/pack.c:538
+#: build/pack.c:533
 #, c-format
 msgid "Generating signature: %d\n"
 msgstr "çÅÎÅÒÉÒÕÅÔÓÑ ÐÏÄÐÉÓØ: %d\n"
 
-#: build/pack.c:551
+#: build/pack.c:546
 msgid "Unable to reload signature header.\n"
 msgstr "îÅ×ÏÚÍÏÖÎÏ ÐÅÒÅÚÁÇÒÕÚÉÔØ ÚÁÇÏÌÏ×ÏË ÐÏÄÐÉÓÉ.\n"
 
-#: build/pack.c:559
+#: build/pack.c:554
 #, c-format
 msgid "Could not open %s: %s\n"
 msgstr "îÅ×ÏÚÍÏÖÎÏ ÏÔËÒÙÔØ %s: %s\n"
 
-#: build/pack.c:595 lib/psm.c:2147
+#: build/pack.c:590 lib/psm.c:2149
 #, c-format
 msgid "Unable to write package: %s\n"
 msgstr "îÅ×ÏÚÍÏÖÎÏ ÚÁÐÉÓÁÔØ ÐÁËÅÔ: %s\n"
 
-#: build/pack.c:610
+#: build/pack.c:605
 #, c-format
 msgid "Unable to open sigtarget %s: %s\n"
 msgstr "îÅ×ÏÚÍÏÖÎÏ ÏÔËÒÙÔØ ÃÅÌØ ÐÏÄÐÉÓÉ %s: %s\n"
 
-#: build/pack.c:620
+#: build/pack.c:615
 #, c-format
 msgid "Unable to read header from %s: %s\n"
 msgstr "îÅ×ÏÚÍÏÖÎÏ ÐÒÏÞÉÔÁÔØ ÚÁÇÏÌÏ×ÏË ÉÚ %s: %s\n"
 
-#: build/pack.c:634
+#: build/pack.c:629
 #, c-format
 msgid "Unable to write header to %s: %s\n"
 msgstr "îÅ×ÏÚÍÏÖÎÏ ÚÁÐÉÓÁÔØ ÚÁÇÏÌÏ×ÏË × %s: %s\n"
 
-#: build/pack.c:644
+#: build/pack.c:639
 #, c-format
 msgid "Unable to read payload from %s: %s\n"
 msgstr "îÅ×ÏÚÍÏÖÎÏ ÐÒÏÞÉÔÁÔØ ÓÏÄÅÒÖÉÍÏÅ ÉÚ %s: %s\n"
 
-#: build/pack.c:650
+#: build/pack.c:645
 #, c-format
 msgid "Unable to write payload to %s: %s\n"
 msgstr "îÅ×ÏÚÍÏÖÎÏ ÚÁÐÉÓÁÔØ ÓÏÄÅÒÖÉÍÏÅ × %s: %s\n"
 
-#: build/pack.c:675 lib/psm.c:2413
+#: build/pack.c:670 lib/psm.c:2415
 #, c-format
 msgid "Wrote: %s\n"
 msgstr "úÁÐÉÓÁÎ: %s\n"
 
-#: build/pack.c:742
+#: build/pack.c:737
 #, c-format
 msgid "Could not generate output filename for package %s: %s\n"
 msgstr "îÅ×ÏÚÍÏÖÎÏ ÓÏÚÄÁÔØ ÉÍÑ ÆÁÊÌÁ ÄÌÑ ÐÁËÅÔÁ %s: %s\n"
 
-#: build/pack.c:759
+#: build/pack.c:754
 #, c-format
 msgid "cannot create %s: %s\n"
 msgstr "ÎÅ×ÏÚÍÏÖÎÏ ÓÏÚÄÁÔØ %s: %s\n"
@@ -2123,7 +2123,7 @@ msgid " failed - "
 msgstr "ÎÅ ÕÄÁÌÏÓØ - "
 
 #. XXX legacy epoch-less requires/conflicts compatibility
-#: lib/depends.c:582
+#: lib/depends.c:559
 #, 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:611
+#: lib/depends.c:588
 #, c-format
 msgid "  %s    A %s\tB %s\n"
 msgstr "  %s    A %s\tB %s\n"
 
-#: lib/depends.c:612 lib/depends.c:1248 lib/depends.c:1381
+#: lib/depends.c:589 lib/depends.c:1225 lib/depends.c:1358
 msgid "YES"
 msgstr "äá"
 
-#: lib/depends.c:612 lib/depends.c:1248 lib/depends.c:1381
+#: lib/depends.c:589 lib/depends.c:1225 lib/depends.c:1358
 msgid "NO "
 msgstr "îåT"
 
-#: lib/depends.c:1042
+#: lib/depends.c:1019
 #, c-format
 msgid "%s: %-45s YES (added files)\n"
 msgstr "%s: %-45s YES (added files)\n"
 
-#: lib/depends.c:1153
+#: lib/depends.c:1130
 #, c-format
 msgid "%s: %-45s YES (added provide)\n"
 msgstr "%s: %-45s YES (added provide)\n"
 
-#: lib/depends.c:1247
+#: lib/depends.c:1224
 #, c-format
 msgid "%s: %-45s %-s (cached)\n"
 msgstr "%s: %-45s %-s (cached)\n"
 
-#: lib/depends.c:1276
+#: lib/depends.c:1253
 #, c-format
 msgid "%s: %-45s YES (rpmrc provides)\n"
 msgstr "%s: %-45s YES (rpmrc provides)\n"
 
-#: lib/depends.c:1293
+#: lib/depends.c:1270
 #, c-format
 msgid "%s: %-45s YES (rpmlib provides)\n"
 msgstr "%s: %-45s YES (rpmlib provides)\n"
 
-#: lib/depends.c:1317
+#: lib/depends.c:1294
 #, c-format
 msgid "%s: %-45s YES (db files)\n"
 msgstr "%s: %-45s YES (db files)\n"
 
-#: lib/depends.c:1330
+#: lib/depends.c:1307
 #, c-format
 msgid "%s: %-45s YES (db provides)\n"
 msgstr "%s: %-45s YES (db provides)\n"
 
-#: lib/depends.c:1344
+#: lib/depends.c:1321
 #, c-format
 msgid "%s: %-45s YES (db package)\n"
 msgstr "%s: %-45s YES (db package)\n"
 
-#: lib/depends.c:1360
+#: lib/depends.c:1337
 #, c-format
 msgid "%s: %-45s NO\n"
 msgstr "%s: %-45s NO\n"
 
-#: lib/depends.c:1381
+#: lib/depends.c:1358
 #, c-format
 msgid "%s: (%s, %s) added to Depends cache.\n"
 msgstr "%s: (%s, %s) ÄÏÂÁ×ÌÅÎÏ × ËÅÛ ÚÁ×ÉÓÉÍÏÓÔÅÊ\n"
@@ -2198,44 +2198,44 @@ msgstr "%s: (%s, %s) 
 #. requirements are satisfied.
 #. @switchbreak@
 #. requirements are not satisfied.
-#: lib/depends.c:1454
+#: lib/depends.c:1431
 #, c-format
 msgid "package %s-%s-%s require not satisfied: %s\n"
 msgstr "ÔÒÅÂÏ×ÁÎÉÑ ÐÁËÅÔÁ %s-%s-%s ÎÅ ÕÄÏ×ÌÅÔ×ÏÒÅÎÙ: %s\n"
 
 #. conflicts exist.
-#: lib/depends.c:1533
+#: lib/depends.c:1510
 #, c-format
 msgid "package %s conflicts: %s\n"
 msgstr "ÐÁËÅÔ %s ËÏÎÆÌÉËÔÕÅÔ Ó: %s\n"
 
-#: lib/depends.c:1786
+#: lib/depends.c:1763
 #, c-format
 msgid "removing %s-%s-%s \"%s\" from tsort relations.\n"
 msgstr "ÕÄÁÌÑÅÔÓÑ %s-%s-%s \"%s\" ÉÚ ÕÐÏÒÑÄÏÞÅÎÎÙÈ ÚÁ×ÉÓÉÍÏÓÔÅÊ.\n"
 
 #. Record all relations.
-#: lib/depends.c:1936
+#: lib/depends.c:1913
 msgid "========== recording tsort relations\n"
 msgstr "========== ÚÁÐÉÓØ ÕÐÏÒÑÄÏÞÅÎÎÙÈ ÚÁ×ÉÓÉÍÏÓÔÅÊ\n"
 
 #. T4. Scan for zeroes.
-#: lib/depends.c:1996
+#: lib/depends.c:1973
 msgid ""
 "========== tsorting packages (order, #predecessors, #succesors, depth)\n"
 msgstr ""
 "========== ÓÏÒÔÉÒÏ×ËÁ ÐÁËÅÔÏ× (ÏÞÅÒÅÄÎÏÓÔØ, #predecessors, #succesors, "
 "ÇÌÕÂÉÎÁ)\n"
 
-#: lib/depends.c:2046
+#: lib/depends.c:2023
 msgid "========== successors only (presentation order)\n"
 msgstr "========== ÔÏÌØËÏ ÐÏÓÌÅÄÏ×ÁÔÅÌÉ (× ÐÏÒÑÄËÅ ÐÒÅÄÓÔÁ×ÌÅÎÉÑ)\n"
 
-#: lib/depends.c:2099
+#: lib/depends.c:2076
 msgid "LOOP:\n"
 msgstr "ãéëì:\n"
 
-#: lib/depends.c:2129
+#: lib/depends.c:2106
 msgid "========== continuing tsort ...\n"
 msgstr "========== ÐÒÏÄÏÌÖÅÎÉÅ ÕÐÏÒÑÄÏÞÅÎÉÑ ...\n"
 
@@ -2330,7 +2330,7 @@ msgid "dataLength() RPM_STRING_TYPE count must be 1.\n"
 msgstr "dataLength() ÄÏÐÕÓÔÉÍ ÔÏÌØËÏ ÏÄÉΠÜÌÅÍÅÎÔ ÔÉÐÁ RPM_STRING_TYPE\n"
 
 #. @-modfilesys@
-#: lib/header.c:351 lib/header_internal.c:161 lib/psm.c:971
+#: lib/header.c:351 lib/header_internal.c:161 lib/psm.c:973
 #, c-format
 msgid "Data type %d not supported\n"
 msgstr "ôÉРÄÁÎÎÙÈ %d ÎÅ ÐÏÄÄÅÒÖÉ×ÁÅÔÓÑ\n"
@@ -2410,160 +2410,160 @@ msgstr "
 msgid "(unknown type)"
 msgstr "(ÎÅÉÚ×ÅÓÔÎÙÊ ÔÉÐ)"
 
-#: lib/misc.c:241 lib/misc.c:246 lib/misc.c:252
+#: lib/misc.c:243 lib/misc.c:248 lib/misc.c:254
 #, c-format
 msgid "error creating temporary file %s\n"
 msgstr "ÏÛÉÂËÁ ÓÏÚÄÁÎÉÑ ×ÒÅÍÅÎÎÏÇÏ ÆÁÊÌÁ %s\n"
 
-#: lib/package.c:162
+#: lib/package.c:163
 msgid "packaging version 1 is not supported by this version of RPM\n"
 msgstr "ÐÁËÅÔÙ ×ÅÒÓÉÉ 1 ÎÅ ÐÏÄÄÅÒÖÉ×ÁÀÔÓÑ ÜÔÏÊ ×ÅÒÓÉÅÊ RPM\n"
 
-#: lib/package.c:228
+#: lib/package.c:229
 msgid ""
 "only packaging with major numbers <= 4 is supported by this version of RPM\n"
 msgstr "ÜÔÁ ×ÅÒÓÉÑ RPM ÐÏÄÄÅÒÖÉ×ÁÅÔ ÔÏÌØËÏ ÐÁËÅÔÙ ×ÅÒÓÉÉ <= 4\n"
 
-#: lib/poptBT.c:118
+#: lib/poptBT.c:116
 #, c-format
 msgid "buildroot already specified, ignoring %s\n"
 msgstr "buildroot ÕÖÅ ÕËÁÚÁÎ, %s ÉÇÎÏÒÉÒÕÅÔÓÑ\n"
 
-#: lib/poptBT.c:148
+#: lib/poptBT.c:146
 #, c-format
 msgid "build through %prep (unpack sources and apply patches) from <specfile>"
 msgstr ""
 "×ÙÐÏÌÎÉÔØ ÐÏ ÓÔÁÄÉÀ %prep (ÒÁÚ×ÅÒÎÕÔØ ÉÓÈÏÄÎÉËÉ É ÎÁÌÏÖÉÔØ ÚÁÐÌÁÔÙ) ÉÚ <ÆÁÊÌ "
 "ÓÐÅÃÉÆÉËÁÃÉÉ>"
 
-#: lib/poptBT.c:149 lib/poptBT.c:152 lib/poptBT.c:155 lib/poptBT.c:158
-#: lib/poptBT.c:161 lib/poptBT.c:164 lib/poptBT.c:167
+#: lib/poptBT.c:147 lib/poptBT.c:150 lib/poptBT.c:153 lib/poptBT.c:156
+#: lib/poptBT.c:159 lib/poptBT.c:162 lib/poptBT.c:165
 msgid "<specfile>"
 msgstr "<ÆÁÊÌ ÓÐÅÃÉÆÉËÁÃÉÉ>"
 
-#: lib/poptBT.c:151
+#: lib/poptBT.c:149
 msgid "build through %build (%prep, then compile) from <specfile>"
 msgstr ""
 "×ÙÐÏÌÎÉÔØ ÐÏ ÓÔÁÄÉÀ %build (%prep, ÚÁÔÅÍ ËÏÍÐÉÌÑÃÉÑ) ÉÚ <ÆÁÊÌ ÓÐÅÃÉÆÉËÁÃÉÉ>"
 
-#: lib/poptBT.c:154
+#: lib/poptBT.c:152
 msgid "build through %install (%prep, %build, then install) from <specfile>"
 msgstr ""
 "×ÙÐÏÌÎÉÔØ ÐÏ ÓÔÁÄÉÀ %install (%prep, %build, ÚÁÔÅÍ ÕÓÔÁÎÏ×ËÁ) ÉÚ <ÆÁÊÌ "
 "ÓÐÅÃÉÆÉËÁÃÉÉ>"
 
-#: lib/poptBT.c:157
+#: lib/poptBT.c:155
 #, c-format
 msgid "verify %files section from <specfile>"
 msgstr "ÐÒÏ×ÅÒÉÔØ ÒÁÚÄÅÌ %files ÉÚ <ÆÁÊÌ ÓÐÅÃÉÆÉËÁÃÉÉ>"
 
-#: lib/poptBT.c:160
+#: lib/poptBT.c:158
 msgid "build source and binary packages from <specfile>"
 msgstr "ÓÏÂÒÁÔØ ÉÓÈÏÄÎÙÊ É Ä×ÏÉÞÎÙÊ ÐÁËÅÔÙ ÐÏ <ÆÁÊÌ ÓÐÅÃÉÆÉËÁÃÉÉ>"
 
-#: lib/poptBT.c:163
+#: lib/poptBT.c:161
 msgid "build binary package only from <specfile>"
 msgstr "ÓÏÂÒÁÔØ Ä×ÏÉÞÎÙÊ ÐÁËÅÔ ÐÏ <ÆÁÊÌ ÓÐÅÃÉÆÉËÁÃÉÉ>"
 
-#: lib/poptBT.c:166
+#: lib/poptBT.c:164
 msgid "build source package only from <specfile>"
 msgstr "ÓÏÂÒÁÔØ ÉÓÈÏÄÎÙÊ ÐÁËÅÔ ÐÏ <ÆÁÊÌÕ ÓÐÅÃÉÆÉËÁÃÉÉ>"
 
-#: lib/poptBT.c:170
+#: lib/poptBT.c:168
 #, c-format
 msgid "build through %prep (unpack sources and apply patches) from <tarball>"
 msgstr ""
 "×ÙÐÏÌÎÉÔØ ÐÏ ÓÔÁÄÉÀ %prep (ÒÁÚ×ÅÒÎÕÔØ ÉÓÈÏÄÎÉËÉ É ÎÁÌÏÖÉÔØ ÚÁÐÌÁÔÙ) ÉÚ "
 "<ÁÒÈÉ× tar>"
 
-#: lib/poptBT.c:171 lib/poptBT.c:174 lib/poptBT.c:177 lib/poptBT.c:180
-#: lib/poptBT.c:183 lib/poptBT.c:186 lib/poptBT.c:189
+#: lib/poptBT.c:169 lib/poptBT.c:172 lib/poptBT.c:175 lib/poptBT.c:178
+#: lib/poptBT.c:181 lib/poptBT.c:184 lib/poptBT.c:187
 msgid "<tarball>"
 msgstr "<ÁÒÈÉ× tar>"
 
-#: lib/poptBT.c:173
+#: lib/poptBT.c:171
 msgid "build through %build (%prep, then compile) from <tarball>"
 msgstr "×ÙÐÏÌÎÉÔØ ÐÏ ÓÔÁÄÉÀ %build (%prep, ÚÁÔÅÍ ËÏÍÐÉÌÑÃÉÑ) ÉÚ <ÁÒÈÉ× tar>"
 
-#: lib/poptBT.c:176
+#: lib/poptBT.c:174
 msgid "build through %install (%prep, %build, then install) from <tarball>"
 msgstr ""
 "×ÙÐÏÌÎÉÔØ ÐÏ ÓÔÁÄÉÀ %install (%prep, %build, ÚÁÔÅÍ ÕÓÔÁÎÏ×ËÁ) ÉÚ <ÁÒÈÉ× tar>"
 
-#: lib/poptBT.c:179
+#: lib/poptBT.c:177
 #, c-format
 msgid "verify %files section from <tarball>"
 msgstr "ÐÒÏ×ÅÒÉÔØ ÓÅËÃÉÀ %files ÉÚ <ÁÒÈÉ× tar>"
 
-#: lib/poptBT.c:182
+#: lib/poptBT.c:180
 msgid "build source and binary packages from <tarball>"
 msgstr "ÓÏÂÒÁÔØ ÉÓÈÏÄÎÙÊ É Ä×ÏÉÞÎÙÊ ÐÁËÅÔÙ ÉÚ <ÁÒÈÉ× tar>"
 
-#: lib/poptBT.c:185
+#: lib/poptBT.c:183
 msgid "build binary package only from <tarball>"
 msgstr "ÓÏÂÒÁÔØ Ä×ÏÉÞÎÙÊ ÐÁËÅÔ ÉÚ <ÁÒÈÉ× tar>"
 
-#: lib/poptBT.c:188
+#: lib/poptBT.c:186
 msgid "build source package only from <tarball>"
 msgstr "ÓÏÂÒÁÔØ ÉÓÈÏÄÎÙÊ ÐÁËÅÔ ÉÚ <ÁÒÈÉ× tar>"
 
-#: lib/poptBT.c:192
+#: lib/poptBT.c:190
 msgid "build binary package from <source package>"
 msgstr "ÓÏÂÒÁÔØ Ä×ÏÉÞÎÙÊ ÐÁËÅÔ ÉÚ <ÉÓÈÏÄÎÙÊ ÐÁËÅÔ>"
 
-#: lib/poptBT.c:193 lib/poptBT.c:196
+#: lib/poptBT.c:191 lib/poptBT.c:194
 msgid "<source package>"
 msgstr "<ÉÓÈÏÄÎÙÊ ÐÁËÅÔ>"
 
-#: lib/poptBT.c:195
+#: lib/poptBT.c:193
 msgid ""
 "build through %install (%prep, %build, then install) from <source package>"
 msgstr ""
 "×ÙÐÏÌÎÉÔØ ÐÏ ÓÔÁÄÉÀ %install (%prep, %build, ÚÁÔÅÍ ÕÓÔÁÎÏ×ËÁ)  ÉÚ <ÉÓÈÏÄÎÙÊ "
 "ÐÁËÅÔ>"
 
-#: lib/poptBT.c:199
+#: lib/poptBT.c:197
 msgid "override build root"
 msgstr "ÐÅÒÅÏÐÒÅÄÅÌÉÔØ build root"
 
-#: lib/poptBT.c:203 rpmdb/poptDB.c:32
+#: lib/poptBT.c:201 rpmdb/poptDB.c:29
 msgid "generate headers compatible with rpm4 packaging"
 msgstr "ÓÏÚÄÁÔØ ÚÁÇÏÌÏ×ËÉ, ÓÏ×ÍÅÓÔÉÍÙÅ Ó ÐÁËÅÔÁÍÉ rpm4"
 
-#: lib/poptBT.c:205
+#: lib/poptBT.c:203
 msgid "ignore ExcludeArch: directives from spec file"
 msgstr "ÉÇÎÏÒÉÒÏ×ÁÔØ ExcludeArch: × ÆÁÊÌÅ ËÏÎÆÉÇÕÒÁÃÉÉ"
 
-#: lib/poptBT.c:207
+#: lib/poptBT.c:205
 msgid "debug file state machine"
 msgstr "ÏÔÌÁÄËÁ ÍÁÛÉÎÙ ÓÏÓÔÏÑÎÉÑ ÆÁÊÌÏ×"
 
-#: lib/poptBT.c:209
+#: lib/poptBT.c:207
 msgid "do not execute any stages of the build"
 msgstr "ÎÅ ×ÙÐÏÌÎÑÔØ ÎÉËÁËÉÈ ÜÔÁÐÏ× ÓÂÏÒËÉ"
 
-#: lib/poptBT.c:211
+#: lib/poptBT.c:209
 msgid "do not verify build dependencies"
 msgstr "ÎÅ ÐÒÏ×ÅÒÑÔØ ÚÁ×ÉÓÉÍÏÓÔÉ ÐÁËÅÔÁ ÐÅÒÅÄ ÓÂÏÒËÏÊ"
 
-#: lib/poptBT.c:213
+#: lib/poptBT.c:211
 msgid "generate package header(s) compatible with (legacy) rpm[23] packaging"
 msgstr ""
 "ÓÏÚÄÁÔØ ÚÁÇÏÌÏ×ÏË(ËÉ) ÐÁËÅÔÁ, ÓÏ×ÍÅÓÔÉÍÙÅ Ó (ÕÓÔÁÒÅ×ÛÉÍÉ)  ÆÏÒÍÁÔÁÍÉ rpm[23]"
 
-#: lib/poptBT.c:216
+#: lib/poptBT.c:214
 msgid "do not accept i18N msgstr's from specfile"
 msgstr "ÉÇÎÏÒÉÒÏ×ÁÔØ ÓÔÒÏËÉ i18N ÉÚ ÆÁÊÌÁ ÓÐÅÃÉÆÉËÁÃÉÉ"
 
-#: lib/poptBT.c:220
+#: lib/poptBT.c:218
 msgid "remove specfile when done"
 msgstr "ÐÏÓÌÅ ÚÁ×ÅÒÛÅÎÉÑ ÕÄÁÌÉÔØ ÆÁÊÌ ÓÐÅÃÉÆÉËÁÃÉÉ"
 
-#: lib/poptBT.c:226
+#: lib/poptBT.c:224
 msgid "override target platform"
 msgstr "ÐÅÒÅÏÐÒÅÄÅÌÉÔØ ÃÅÌÅ×ÕÀ ÐÌÁÔÆÏÒÍÕ"
 
-#: lib/poptBT.c:228
+#: lib/poptBT.c:226
 msgid "lookup i18N strings in specfile catalog"
 msgstr "ÉÓËÁÔØ ÓÔÒÏËÉ I18N × ËÁÔÁÌÏÇÅ ÆÁÊÌÁ ÓÐÅÃÉÆÉËÁÃÉÉ"
 
@@ -2881,108 +2881,108 @@ msgstr "
 msgid "unknown error %d encountered while manipulating package %s"
 msgstr "ÎÅÉÚ×ÅÓÔÎÁÑ ÏÛÉÂËÁ %d ÐÒÉ ÒÁÂÏÔÅ Ó ÐÁËÅÔÏÍ %s"
 
-#: lib/psm.c:313
+#: lib/psm.c:315
 msgid "========== relocations\n"
 msgstr "========== ÐÅÒÅÍÅÝÅÎÉÊ\n"
 
-#: lib/psm.c:317
+#: lib/psm.c:319
 #, c-format
 msgid "%5d exclude  %s\n"
 msgstr "%5d ÉÓËÌÀÞÅΠ%s\n"
 
-#: lib/psm.c:320
+#: lib/psm.c:322
 #, c-format
 msgid "%5d relocate %s -> %s\n"
 msgstr "%5d ÐÅÒÅÍÅÝÅÎÉÅ %s -> %s\n"
 
-#: lib/psm.c:390
+#: lib/psm.c:392
 #, c-format
 msgid "excluding multilib path %s%s\n"
 msgstr "ÉÓËÌÀÞÁÅÔÓÑ ÍÎÏÇÏÂÉÂÌÉÏÔÅÞÎÙÊ ÐÕÔØ %s%s\n"
 
-#: lib/psm.c:456
+#: lib/psm.c:458
 #, c-format
 msgid "excluding %s %s\n"
 msgstr "ÉÓËÌÀÞÁÅÔÓÑ %s %s\n"
 
-#: lib/psm.c:466
+#: lib/psm.c:468
 #, c-format
 msgid "relocating %s to %s\n"
 msgstr "ÐÅÒÅÍÅÝÁÅÔÓÑ %s × %s\n"
 
-#: lib/psm.c:545
+#: lib/psm.c:547
 #, c-format
 msgid "relocating directory %s to %s\n"
 msgstr "ÐÅÒÅÍÅÝÁÅÔÓÑ ËÁÔÁÌÏÇ %s × %s\n"
 
-#: lib/psm.c:1168
+#: lib/psm.c:1170
 #, c-format
 msgid "cannot create %%%s %s\n"
 msgstr "ÎÅ×ÏÚÍÏÖÎÏ ÓÏÚÄÁÔØ %%%s %s\n"
 
-#: lib/psm.c:1174
+#: lib/psm.c:1176
 #, c-format
 msgid "cannot write to %%%s %s\n"
 msgstr "ÎÅ×ÏÚÍÏÖÎÏ ÐÉÓÁÔØ × %%%s %s\n"
 
-#: lib/psm.c:1212
+#: lib/psm.c:1214
 msgid "source package expected, binary found\n"
 msgstr "ÏÂÎÁÒÕÖÅΠÄ×ÏÉÞÎÙÊ ÐÁËÅÔ ×ÍÅÓÔÏ ÏÖÉÄÁÅÍÏÇÏ ÉÓÈÏÄÎÏÇÏ\n"
 
-#: lib/psm.c:1323
+#: lib/psm.c:1325
 msgid "source package contains no .spec file\n"
 msgstr "ÉÓÈÏÄÎÙÊ ÐÁËÅÔ ÎÅ ÓÏÄÅÒÖÉÔ ÆÁÊÌÁ ÓÐÅÃÉÆÉËÁÃÉÉ\n"
 
-#: lib/psm.c:1430
+#: lib/psm.c:1432
 #, fuzzy, c-format
 msgid "%s: running %s scriptlet\n"
 msgstr "%s: ×ÙÐÏÌÎÑÅÔÓÑ ÓÃÅÎÁÒÉÊ %s (ÅÓÌÉ ÅÓÔØ)\n"
 
-#: lib/psm.c:1598
+#: lib/psm.c:1600
 #, 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:1605
+#: lib/psm.c:1607
 #, 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:1952
+#: lib/psm.c:1954
 #, 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:2069
+#: lib/psm.c:2071
 #, c-format
 msgid "%s: %s scriptlet failed (%d), skipping %s-%s-%s\n"
 msgstr "%s: ÏÛÉÂËÁ ÓÃÅÎÁÒÉÑ %s (%d), %s-%s-%s ÐÒÏÐÕÓËÁÅÔÓÑ\n"
 
-#: lib/psm.c:2184
+#: lib/psm.c:2186
 #, c-format
 msgid "user %s does not exist - using root\n"
 msgstr "ÐÏÌØÚÏ×ÁÔÅÌØ %s ÎÅ ÓÕÝÅÓÔ×ÕÅÔ - ÉÓÐÏÌØÚÕÅÔÓÑ root\n"
 
-#: lib/psm.c:2193
+#: lib/psm.c:2195
 #, c-format
 msgid "group %s does not exist - using root\n"
 msgstr "ÇÒÕÐÐÁ %s ÎÅ ÓÕÝÅÓÔ×ÕÅÔ - ÉÓÐÏÌØÚÕÅÔÓÑ root\n"
 
-#: lib/psm.c:2234
+#: lib/psm.c:2236
 #, c-format
 msgid "unpacking of archive failed%s%s: %s\n"
 msgstr "ÒÁÓÐÁËÏ×ËÁ ÁÒÈÉ×Á ÎÅ ÕÄÁÌÁÓØ%s%s: %s\n"
 
-#: lib/psm.c:2235
+#: lib/psm.c:2237
 msgid " on file "
 msgstr " ÎÁ ÆÁÊÌÅ "
 
-#: lib/psm.c:2421
+#: lib/psm.c:2423
 #, c-format
 msgid "%s failed on file %s: %s\n"
 msgstr "%s ÏÛÉÂËÁ ÎÁ ÆÁÊÌÅ %s: %s\n"
 
-#: lib/psm.c:2424
+#: lib/psm.c:2426
 #, c-format
 msgid "%s failed: %s\n"
 msgstr "%s ÎÅ ÕÄÁÌÏÓØ: %s\n"
@@ -3384,212 +3384,212 @@ msgstr "
 msgid "Unable to open %s for reading: %s.\n"
 msgstr "îÅ×ÏÚÍÏÖÎÏ ÏÔËÒÙÔØ %s ÄÌÑ ÞÔÅÎÉÑ: %s.\n"
 
-#: lib/signature.c:114
+#: lib/signature.c:115
 msgid "file is not regular -- skipping size check\n"
 msgstr "ÎÅÏÂÙÞÎÙÊ ÆÁÊÌ -- ÐÒÏÐÕÓËÁÀ ÐÒÏ×ÅÒËÕ ÒÁÚÍÅÒÁ\n"
 
-#: lib/signature.c:123
+#: lib/signature.c:124
 #, c-format
 msgid "Expected size: %12d = lead(%d)+sigs(%d)+pad(%d)+data(%d)\n"
 msgstr "ïÖÉÄÁÅÍÙÊ ÒÁÚÍÅÒ: %12d = lead(%d)+sigs(%d)+pad(%d)+data(%d)\n"
 
-#: lib/signature.c:128
+#: lib/signature.c:129
 #, c-format
 msgid "  Actual size: %12d\n"
 msgstr "æÁËÔÉÞÅÓËÉÊ ÒÁÚÍÅÒ: %12d\n"
 
-#: lib/signature.c:148
+#: lib/signature.c:149
 msgid "No signature\n"
 msgstr "ðÏÄÐÉÓÉ ÎÅÔ\n"
 
-#: lib/signature.c:152
+#: lib/signature.c:153
 msgid "Old PGP signature\n"
 msgstr "óÔÁÒÁÑ ÐÏÄÐÉÓØ PGP\n"
 
-#: lib/signature.c:165
+#: lib/signature.c:166
 msgid "Old (internal-only) signature!  How did you get that!?\n"
 msgstr ""
 "óÔÁÒÁÑ (ÔÏÌØËÏ ÄÌÑ ×ÎÕÔÒÅÎÎÅÇÏ ÉÓÐÏÌØÚÏ×ÁÎÉÑ) ÐÏÄÐÉÓØ! çÄÅ ×Ù üôï ×ÚÑÌÉ!?\n"
 
-#: lib/signature.c:221
+#: lib/signature.c:222
 #, c-format
 msgid "Signature: size(%d)+pad(%d)\n"
 msgstr "ðÏÄÐÉÓØ: ÒÁÚÍÅÒ(%d)+ÚÁÐÏÌÎÅÎÉÅ(%d)\n"
 
-#: lib/signature.c:284
+#: lib/signature.c:285
 #, c-format
 msgid "Couldn't exec pgp (%s)\n"
 msgstr "î×ÏÚÍÏÖÎÏ ÚÁÐÕÓÔÉÔØ pgp (%s)\n"
 
-#: lib/signature.c:297
+#: lib/signature.c:298
 msgid "pgp failed\n"
 msgstr "ÏÛÉÂËÁ pgp\n"
 
 #. PGP failed to write signature
 #. Just in case
-#: lib/signature.c:304
+#: lib/signature.c:305
 msgid "pgp failed to write signature\n"
 msgstr "ÏÛÉÂËÁ pgp ÐÒÉ ÚÁÐÉÓÉ ÐÏÄÐÉÓÉ\n"
 
-#: lib/signature.c:309
+#: lib/signature.c:310
 #, c-format
 msgid "PGP sig size: %d\n"
 msgstr "òÁÚÍÅÒ ÐÏÄÐÉÓÉ PGP: %d\n"
 
-#: lib/signature.c:324 lib/signature.c:411
+#: lib/signature.c:325 lib/signature.c:412
 msgid "unable to read the signature\n"
 msgstr "ÎÅ×ÏÚÍÏÖÎÏ ÐÒÏÞÅÓÔØ ÐÏÄÐÉÓØ\n"
 
-#: lib/signature.c:329
+#: lib/signature.c:330
 #, c-format
 msgid "Got %d bytes of PGP sig\n"
 msgstr "ðÏÌÕÞÅÎÏ %d ÂÁÊÔ ÐÏÄÐÉÓÉ PGP\n"
 
-#: lib/signature.c:371 lib/signature.c:501
+#: lib/signature.c:372 lib/signature.c:502
 msgid "Couldn't exec gpg\n"
 msgstr "îÅ×ÏÚÍÏÖÎÏ ÚÁÐÕÓÔÉÔØ gpg\n"
 
-#: lib/signature.c:384
+#: lib/signature.c:385
 msgid "gpg failed\n"
 msgstr "ÏÛÉÂËÁ gpg\n"
 
 #. GPG failed to write signature
 #. Just in case
-#: lib/signature.c:391
+#: lib/signature.c:392
 msgid "gpg failed to write signature\n"
 msgstr "ÏÛÉÂËÁ gpg ÐÒÉ ÚÁÐÉÓÉ ÐÏÄÐÉÓÉ\n"
 
-#: lib/signature.c:396
+#: lib/signature.c:397
 #, c-format
 msgid "GPG sig size: %d\n"
 msgstr "òÁÚÍÅÒ ÐÏÄÐÉÓÉ GPG: %d\n"
 
-#: lib/signature.c:416
+#: lib/signature.c:417
 #, c-format
 msgid "Got %d bytes of GPG sig\n"
 msgstr "ðÏÌÕÞÅÎÏ %d ÂÁÊÔ ÐÏÄÐÉÓÉ GPG\n"
 
-#: lib/signature.c:444
+#: lib/signature.c:445
 msgid "Generating signature using PGP.\n"
 msgstr "çÅÎÅÒÉÒÕÅÔÓÑ ÐÏÄÐÉÓØ PGP.\n"
 
-#: lib/signature.c:450
+#: lib/signature.c:451
 msgid "Generating signature using GPG.\n"
 msgstr "çÅÎÅÒÉÒÕÅÔÓÑ ÐÏÄÐÉÓØ GPG.\n"
 
-#: lib/signature.c:530
+#: lib/signature.c:531
 msgid "Couldn't exec pgp\n"
 msgstr "îÅ×ÏÚÍÏÖÎÏ ÚÁÐÕÓÔÉÔØ pgp\n"
 
 #. @notreached@
 #. This case should have been screened out long ago.
-#: lib/signature.c:534 lib/signature.c:587
+#: lib/signature.c:535 lib/signature.c:588
 #, c-format
 msgid "Invalid %%_signature spec in macro file\n"
 msgstr "îÅ×ÅÒÎÁÑ ÓÐÅÃÉÆÉËÁÃÉÑ %%_signature × ÍÁËÒÏÆÁÊÌÅ\n"
 
-#: lib/signature.c:567
+#: lib/signature.c:568
 #, c-format
 msgid "You must set \"%%_gpg_name\" in your macro file\n"
 msgstr "÷Ù ÄÏÌÖÎÙ ÕÓÔÁÎÏ×ÉÔØ \"%%_gpg_name\" × ×ÁÛÅÍ ÍÁËÒÏÆÁÊÌÅ\n"
 
-#: lib/signature.c:579
+#: lib/signature.c:580
 #, c-format
 msgid "You must set \"%%_pgp_name\" in your macro file\n"
 msgstr "÷Ù ÄÏÌÖÎÙ ÕÓÔÁÎÏ×ÉÔØ \"%%_pgp_name\" × ×ÁÛÅÍ ÍÁËÒÏÆÁÊÌÅ\n"
 
-#: lib/transaction.c:308
+#: lib/transaction.c:309
 #, c-format
 msgid "%s skipped due to missingok flag\n"
 msgstr "%s ÐÒÏÐÕÝÅΠÉÚ-ÚÁ ÆÌÁÇÁ missingok\n"
 
 #. @innercontinue@
-#: lib/transaction.c:936
+#: lib/transaction.c:937
 #, c-format
 msgid "excluding directory %s\n"
 msgstr "ÉÓËÌÀÞÁÅÔÓÑ ËÁÔÁÌÏÇ %s\n"
 
-#: lib/verify.c:240
+#: lib/verify.c:242
 msgid "package lacks both user name and id lists (this should never happen)\n"
 msgstr ""
 "× ÐÁËÅÔÅ ÎÅÔ ÎÉ ÉÍÅΠÐÏÌØÚÏ×ÁÔÅÌÅÊ, ÎÉ ÓÐÉÓËÁ ÉÈ ÉÄÅÎÔÉÆÉËÁÔÏÒÏ× (ÔÁËÏÇÏ ÎÅ "
 "ÄÏÌÖÎÏ ÂÙÔØ)\n"
 
-#: lib/verify.c:261
+#: lib/verify.c:263
 msgid "package lacks both group name and id lists (this should never happen)\n"
 msgstr ""
 "× ÐÁËÅÔÅ ÎÅÔ ÎÉ ÉÍÅΠÇÒÕÐÐ, ÎÉ ÓÐÉÓËÁ ÉÈ ÉÄÅÎÔÉÆÉËÁÔÏÒÏ× (ÔÁËÏÇÏ ÎÅ ÄÏÌÖÎÏ "
 "ÂÙÔØ)\n"
 
-#: lib/verify.c:398
+#: lib/verify.c:400
 #, c-format
 msgid "missing    %s"
 msgstr "ÏÔÓÕÔÓÔ×ÕÅÔ %s"
 
-#: lib/verify.c:495
+#: lib/verify.c:497
 #, 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:101 rpmdb/db3.c:100
+#: rpmdb/db1.c:100 rpmdb/db3.c:100
 #, c-format
 msgid "db%d error(%d) from %s: %s\n"
 msgstr "ÏÛÉÂËÁ(%d) db%d ÉÚ %s: %s\n"
 
-#: rpmdb/db1.c:104 rpmdb/db3.c:103
+#: rpmdb/db1.c:103 rpmdb/db3.c:103
 #, c-format
 msgid "db%d error(%d): %s\n"
 msgstr "ÏÛÉÂËÁ(%d) db%d: %s\n"
 
-#: rpmdb/db1.c:171
+#: 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:183
+#: rpmdb/db1.c:182
 #, c-format
 msgid "Reconnecting broken chain at offset %d(0x%08x).\n"
 msgstr "óÏÅÄÉÎÑÅÔÓÑ ÏÂÏÒ×ÁÎÎÁÑ Ó×ÑÚØ × ÓÍÅÝÅÎÉÉ %d(0x%08x).\n"
 
 #. @=branchstate@
-#: rpmdb/db1.c:509
+#: rpmdb/db1.c:508
 #, c-format
 msgid "closed  db file        %s\n"
 msgstr "ÚÁËÒÙÔ ÆÁÊÌ ÂÁÚÙ ÄÁÎÎÙÈ %s\n"
 
-#: rpmdb/db1.c:512
+#: rpmdb/db1.c:511
 #, c-format
 msgid "removed db file        %s\n"
 msgstr "ÕÄẠ́ΠÆÁÊÌ ÂÁÚÙ ÄÁÎÎÙÈ %s\n"
 
-#: rpmdb/db1.c:547
+#: rpmdb/db1.c:546
 #, c-format
 msgid "bad db file %s\n"
 msgstr "ÎÅ×ÅÒÎÙÊ ÆÁÊÌ ÂÁÚÙ ÄÁÎÎÙÈ %s\n"
 
-#: rpmdb/db1.c:552
+#: 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:575
+#: rpmdb/db1.c:574
 #, c-format
 msgid "cannot get %s lock on database\n"
 msgstr "ÎÅ×ÏÚÍÏÖÎÏ ÐÏÌÕÞÉÔØ ÂÌÏËÉÒÏ×ËÕ %s ÂÁÚÙ ÄÁÎÎÙÈ\n"
 
-#: rpmdb/db1.c:576 rpmdb/db3.c:1213
+#: rpmdb/db1.c:575 rpmdb/db3.c:1213
 msgid "exclusive"
 msgstr "ÉÓËÌÀÞÉÔÅÌØÎÙÊ"
 
-#: rpmdb/db1.c:576 rpmdb/db3.c:1213
+#: rpmdb/db1.c:575 rpmdb/db3.c:1213
 msgid "shared"
 msgstr "ÒÁÚÄÅÌÑÅÍÙÊ"
 
@@ -3668,56 +3668,56 @@ msgstr ""
 "âÏÌÅÅ ÐÏÄÒÏÂÎÁÑ ÉÎÆÏÒÍÁÃÉÑ ÄÏÓÔÕÐÎÁ ÎÁ http://www.rpm.org ÉÌÉ × ÓÐÉÓËÅ "
 "ÒÁÓÓÙÌËÉ rpm-list@redhat.com\n"
 
-#: rpmdb/poptDB.c:22
+#: rpmdb/poptDB.c:19
 msgid "initialize database"
 msgstr "ÉÎÉÃÉÁÌÉÚÉÒÏ×ÁÔØ ÂÁÚÕ ÄÁÎÎÙÈ"
 
-#: rpmdb/poptDB.c:24
+#: rpmdb/poptDB.c:21
 msgid "rebuild database inverted lists from installed package headers"
 msgstr ""
 "ÐÅÒÅÉÎÄÅËÓÉÒÏ×ÁÔØ ÂÁÚÕ ÉÎ×ÅÒÔÉÒÏ×ÁÎÎÙÈ ÓÐÉÓËÏ× ÉÚ ÕÓÔÁÎÏ×ÌÅÎÎÙÈ ÚÁÇÏÌÏ×ËÏ× "
 "ÐÁËÅÔÏ×"
 
-#: rpmdb/poptDB.c:29
+#: rpmdb/poptDB.c:26
 msgid "generate headers compatible with (legacy) rpm[23] packaging"
 msgstr "ÓÏÚÄÁÔØ ÚÁÇÏÌÏ×ËÉ, ÓÏ×ÍÅÓÔÉÍÙÅ Ó (ÕÓÔÁÒÅ×ÛÉÍÉ) ÐÁËÅÔÁÍÉ rpm[23]"
 
 #. @-modfilesys@
-#: rpmdb/rpmdb.c:130
+#: rpmdb/rpmdb.c:126
 #, c-format
 msgid "dbiTagsInit: unrecognized tag name: \"%s\" ignored\n"
 msgstr "dbiTagsInit: ÉÍÑ ËÌÀÞÁ \"%s\" ÎÅ ÉÚ×ÅÓÔÎÏ, ÉÇÎÏÒÉÒÕÅÔÓÑ\n"
 
-#: rpmdb/rpmdb.c:384
+#: rpmdb/rpmdb.c:380
 #, c-format
 msgid "cannot open %s index using db%d - %s (%d)\n"
 msgstr "ÎÅ×ÏÚÍÏÖÎÏ ÏÔËÒÙÔØ ÉÎÄÅËÓ %s ÉÓÐÏÌØÚÕÑ db%d - %s (%d)\n"
 
-#: rpmdb/rpmdb.c:406
+#: rpmdb/rpmdb.c:402
 #, c-format
 msgid "cannot open %s index\n"
 msgstr "ÎÅ×ÏÚÍÏÖÎÏ ÏÔËÒÙÔØ ÉÎÄÅËÓ %s\n"
 
-#: rpmdb/rpmdb.c:498
+#: rpmdb/rpmdb.c:494
 #, c-format
 msgid "error(%d) getting \"%s\" records from %s index\n"
 msgstr "ÏÛÉÂËÁ(%d) ÐÏÌÕÞÅÎÉÑ ÚÁÐÉÓÅÊ \"%s\" ÉÚ ÉÎÄÅËÓÁ %s\n"
 
-#: rpmdb/rpmdb.c:629
+#: rpmdb/rpmdb.c:625
 #, c-format
 msgid "error(%d) storing record %s into %s\n"
 msgstr "ÏÛÉÂËÁ(%d) ÚÁÐÉÓÉ ÚÁÐÉÓÉ %s × %s\n"
 
-#: rpmdb/rpmdb.c:639
+#: rpmdb/rpmdb.c:635
 #, c-format
 msgid "error(%d) removing record %s from %s\n"
 msgstr "ÏÛÉÂËÁ(%d) ÕÄÁÌÅÎÉÑ ÚÁÐÉÓÉ %s ÉÚ %s\n"
 
-#: rpmdb/rpmdb.c:893
+#: rpmdb/rpmdb.c:889
 msgid "no dbpath has been set\n"
 msgstr "ÐÁÒÁÍÅÔÅÒ dbpath ÎÅ ÕÓÔÁÎÏ×ÌÅÎ\n"
 
-#: rpmdb/rpmdb.c:1032
+#: rpmdb/rpmdb.c:1028
 msgid ""
 "old format database is present; use --rebuilddb to generate a new format "
 "database\n"
@@ -3726,115 +3726,115 @@ msgstr ""
 "ÂÁÚÙ ÄÁÎÎÙÈ ÎÏ×ÏÇÏ ÆÏÒÍÁÔÁ\n"
 
 #. error
-#: rpmdb/rpmdb.c:1277
+#: rpmdb/rpmdb.c:1273
 #, c-format
 msgid "error(%d) counting packages\n"
 msgstr "ÏÛÉÂËÁ(%d) ÐÒÉ ÐÏÄÓÞ£ÔÅ ÐÁËÅÔÏ×\n"
 
-#: rpmdb/rpmdb.c:2061 rpmdb/rpmdb.c:3276
+#: rpmdb/rpmdb.c:2057 rpmdb/rpmdb.c:3310
 #, c-format
 msgid "record number %u in database is bad -- skipping.\n"
 msgstr "ÚÁÐÉÓØ ÎÏÍÅÒ %u × ÂÁÚÅ ÄÁÎÎÙÈ ÎÅ×ÅÒÎÁ, ÐÒÏÐÕÓËÁÅÔÓÑ.\n"
 
-#: rpmdb/rpmdb.c:2114
+#: rpmdb/rpmdb.c:2110
 #, c-format
 msgid "rpmdb: damaged header instance #%u retrieved, skipping.\n"
 msgstr "rpmdb: ÐÏÌÕÞÅΠÐÏ×ÒÅÖÄÅÎÎÙÊ ÚÁÇÏÌÏ×ÏË #%u, ÐÒÏÐÕÓËÁÅÔÓÑ.\n"
 
-#: rpmdb/rpmdb.c:2384
+#: rpmdb/rpmdb.c:2380
 #, c-format
 msgid "%s: cannot read header at 0x%x\n"
 msgstr "%s: ÎÅ×ÏÚÍÏÖÎÏ ÐÒÏÞÅÓÔØ ÚÁÇÏÌÏ×ÏË × 0x%x\n"
 
-#: rpmdb/rpmdb.c:2456
+#: rpmdb/rpmdb.c:2452
 #, c-format
 msgid "removing \"%s\" from %s index.\n"
 msgstr "ÕÄÁÌÑÅÔÓÑ \"%s\" ÉÚ ÉÎÄÅËÓÁ %s.\n"
 
-#: rpmdb/rpmdb.c:2465
+#: rpmdb/rpmdb.c:2461
 #, c-format
 msgid "removing %d entries from %s index.\n"
 msgstr "ÕÄÁÌÑÅÔÓÑ %d ÚÁÐÉÓÅÊ ÉÚ ÉÎÄÅËÓÁ %s.\n"
 
-#: rpmdb/rpmdb.c:2666
+#: rpmdb/rpmdb.c:2662
 #, c-format
 msgid "error(%d) allocating new package instance\n"
 msgstr "ÏÛÉÂËÁ(%d) ÒÅÚÅÒ×ÉÒÏ×ÁÎÉÑ ÐÁÍÑÔÉ ÄÌÑ ÏÂÒÁÚÁ ÎÏ×ÏÇÏ ÐÁËÅÔÁ\n"
 
-#: rpmdb/rpmdb.c:2747
+#: rpmdb/rpmdb.c:2743
 #, c-format
 msgid "adding \"%s\" to %s index.\n"
 msgstr "ÄÏÂÁ×ÌÑÅÔÓÑ \"%s\" × ÉÎÄÅËÓ %s.\n"
 
-#: rpmdb/rpmdb.c:2758
+#: rpmdb/rpmdb.c:2754
 #, c-format
 msgid "adding %d entries to %s index.\n"
 msgstr "ÄÏÂÁ×ÌÑÅÔÓÑ %d ÚÁÐÉÓÅÊ × ÉÎÄÅËÓ %s\n"
 
-#: rpmdb/rpmdb.c:3162
+#: rpmdb/rpmdb.c:3196
 #, c-format
 msgid "removing %s after successful db3 rebuild.\n"
 msgstr "ÕÄÁÌÑÅÔÓÑ %s ÐÏÓÌÅ ÕÓÐÅÛÎÏÇÏ ÚÁ×ÅÒÛÅÎÉÑ ÐÅÒÅÉÎÄÅËÁÃÉÉ ÂÁÚÙ × db3.\n"
 
-#: rpmdb/rpmdb.c:3195
+#: rpmdb/rpmdb.c:3229
 msgid "no dbpath has been set"
 msgstr "ÐÁÒÁÍÅÔÅÒ dbpath ÎÅ ÕÓÔÁÎÏ×ÌÅÎ"
 
-#: rpmdb/rpmdb.c:3222
+#: rpmdb/rpmdb.c:3256
 #, c-format
 msgid "rebuilding database %s into %s\n"
 msgstr "ÐÅÒÅÓÔÒÁÉ×ÁÅÔÓÑ ÂÁÚÁ ÄÁÎÎÙÈ %s × %s\n"
 
-#: rpmdb/rpmdb.c:3226
+#: rpmdb/rpmdb.c:3260
 #, c-format
 msgid "temporary database %s already exists\n"
 msgstr "×ÒÅÍÅÎÎÁÑ ÂÁÚÁ ÄÁÎÎÙÈ %s ÕÖÅ ÓÕÝÅÓÔ×ÕÅÔ\n"
 
-#: rpmdb/rpmdb.c:3232
+#: rpmdb/rpmdb.c:3266
 #, c-format
 msgid "creating directory %s\n"
 msgstr "ÓÏÚÄÁ£ÔÓÑ ËÁÔÁÌÏÇ %s\n"
 
-#: rpmdb/rpmdb.c:3234
+#: rpmdb/rpmdb.c:3268
 #, c-format
 msgid "creating directory %s: %s\n"
 msgstr "ÓÏÚÄÁ£ÔÓÑ ËÁÔÁÌÏÇ %s: %s\n"
 
-#: rpmdb/rpmdb.c:3241
+#: rpmdb/rpmdb.c:3275
 #, c-format
 msgid "opening old database with dbapi %d\n"
 msgstr "ÏÔËÒÙ×ÁÅÔÓÑ ÓÔÁÒÁÑ ÂÁÚÁ ÄÁÎÎÙÈ ÞÅÒÅÚ dbapi %d\n"
 
-#: rpmdb/rpmdb.c:3252
+#: rpmdb/rpmdb.c:3286
 #, c-format
 msgid "opening new database with dbapi %d\n"
 msgstr "ÏÔËÒÙ×ÁÅÔÓÑ ÎÏ×ÁÑ ÂÁÚÁ ÄÁÎÎÙÈ ÞÅÒÅÚ dbapi %d\n"
 
-#: rpmdb/rpmdb.c:3316
+#: rpmdb/rpmdb.c:3350
 #, c-format
 msgid "cannot add record originally at %u\n"
 msgstr "ÎÅ×ÏÚÍÏÖÎÏ ÄÏÂÁ×ÉÔØ ÚÁÐÉÓØ (ÐÅÒ×ÏÎÁÞÁÌØÎÏ × %u)\n"
 
-#: rpmdb/rpmdb.c:3334
+#: rpmdb/rpmdb.c:3368
 msgid "failed to rebuild database: original database remains in place\n"
 msgstr ""
 "ÐÅÒÅÓÔÒÏÅÎÉÅ ÂÁÚÙ ÄÁÎÎÙÈ ÎÅ ÕÄÁÌÏÓØ, ÓÔÁÒÁÑ ÂÁÚÁ ÄÁÎÎÙÈ ÏÓÔÁÅÔÓÑ ÎÁ ÍÅÓÔÅ\n"
 
-#: rpmdb/rpmdb.c:3342
+#: rpmdb/rpmdb.c:3376
 msgid "failed to replace old database with new database!\n"
 msgstr "ÎÅ×ÏÚÍÏÖÎÏ ÚÁÍÅÎÉÔØ ÓÔÁÒÕÀ ÂÁÚÕ ÄÁÎÎÙÈ ÎÁ ÎÏ×ÕÀ!\n"
 
-#: rpmdb/rpmdb.c:3344
+#: rpmdb/rpmdb.c:3378
 #, c-format
 msgid "replace files in %s with files from %s to recover"
 msgstr "ÆÁÊÌÙ × %s ÚÁÍÅÎÑÀÔÓÑ ÆÁÊÌÁÍÉ ÉÚ %s ÄÌÑ ×ÏÓÓÔÁÎÏ×ÌÅÎÉÑ"
 
-#: rpmdb/rpmdb.c:3354
+#: rpmdb/rpmdb.c:3388
 #, c-format
 msgid "removing directory %s\n"
 msgstr "ÕÄÁÌÑÅÔÓÑ ËÁÔÁÌÏÇ %s\n"
 
-#: rpmdb/rpmdb.c:3356
+#: rpmdb/rpmdb.c:3390
 #, c-format
 msgid "failed to remove directory %s: %s\n"
 msgstr "ÏÛÉÂËÁ ÕÄÁÌÅÎÉÑ ËÁÔÁÌÏÇÁ %s: %s\n"
index 7602740..142167e 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-20 18:27-0400\n"
+"POT-Creation-Date: 2001-10-21 17:21-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"
@@ -762,15 +762,15 @@ msgstr "bin
 msgid "bin/src package (prep, compile, install, package)"
 msgstr "binárny a zdrojový balík (príprava, kompilácia, in¹talácia, zabalenie)"
 
-#: lib/poptBT.c:222 rpm.c:523
+#: lib/poptBT.c:220 rpm.c:523
 msgid "skip straight to specified stage (only for c,i)"
 msgstr "preskoèi» priamo k urèenej etape (iba pre c, i)"
 
-#: lib/poptBT.c:201 rpm.c:525
+#: lib/poptBT.c:199 rpm.c:525
 msgid "remove build tree when done"
 msgstr "po ukonèení odstráni» adresár, v ktorom sa balík zostavoval"
 
-#: lib/poptBT.c:218 rpm.c:527
+#: lib/poptBT.c:216 rpm.c:527
 #, fuzzy
 msgid "remove sources when done"
 msgstr "po ukonèení odstráni» zdrojové súbory a spec-súbor"
@@ -780,7 +780,7 @@ msgstr "po ukon
 msgid "remove spec file when done"
 msgstr "po ukonèení odstráni» zdrojové súbory a spec-súbor"
 
-#: lib/poptBT.c:224 rpm.c:531
+#: lib/poptBT.c:222 rpm.c:531
 msgid "generate PGP/GPG signature"
 msgstr "vytvori» PGP/GPG podpis"
 
@@ -874,7 +874,7 @@ msgstr "uisti
 msgid "rebuild database from existing database"
 msgstr "znovu vytvori» databázu z existujúcej"
 
-#: rpm.c:565 rpmdb/poptDB.c:27
+#: rpm.c:565 rpmdb/poptDB.c:24
 #, fuzzy
 msgid "verify database files"
 msgstr "opýta» sa spec súboru"
@@ -1316,7 +1316,7 @@ msgstr "neboli zadan
 msgid "no tar files given for build"
 msgstr "neboli zadané ¾iadne tar-súbory pre zostavenie"
 
-#: build/build.c:125 build/pack.c:471
+#: build/build.c:125 build/pack.c:466
 #, fuzzy
 msgid "Unable to open temp file.\n"
 msgstr "Nie je mo¾né otvori» doèasný súbor"
@@ -1404,181 +1404,181 @@ msgstr "&& a || nie s
 msgid "syntax error in expression\n"
 msgstr "chyba syntaxe vo výraze"
 
-#: build/files.c:274
+#: build/files.c:270
 #, c-format
 msgid "TIMECHECK failure: %s\n"
 msgstr "chyba PREKROÈENIA ÈASU: %s\n"
 
-#: build/files.c:333 build/files.c:525 build/files.c:708
+#: build/files.c:329 build/files.c:521 build/files.c:704
 #, fuzzy, c-format
 msgid "Missing '(' in %s %s\n"
 msgstr "chýbajúce    %s\n"
 
-#: build/files.c:344 build/files.c:650 build/files.c:719
+#: build/files.c:340 build/files.c:646 build/files.c:715
 #, fuzzy, c-format
 msgid "Missing ')' in %s(%s\n"
 msgstr "chýbajúca ':' na %s:%d"
 
-#: build/files.c:382 build/files.c:675
+#: build/files.c:378 build/files.c:671
 #, fuzzy, c-format
 msgid "Invalid %s token: %s\n"
 msgstr "Chybný %s prvok: %s"
 
-#: build/files.c:488
+#: build/files.c:484
 #, fuzzy, c-format
 msgid "Missing %s in %s %s\n"
 msgstr "chýbajúce    %s\n"
 
-#: build/files.c:541
+#: build/files.c:537
 #, c-format
 msgid "Non-white space follows %s(): %s\n"
 msgstr ""
 
-#: build/files.c:579
+#: build/files.c:575
 #, fuzzy, c-format
 msgid "Bad syntax: %s(%s)\n"
 msgstr "Chybná %s() syntax: %s"
 
-#: build/files.c:589
+#: build/files.c:585
 #, fuzzy, c-format
 msgid "Bad mode spec: %s(%s)\n"
 msgstr "Chybná ¹pecifikácia práv %s(): %s"
 
-#: build/files.c:601
+#: build/files.c:597
 #, fuzzy, c-format
 msgid "Bad dirmode spec: %s(%s)\n"
 msgstr "Chybná ¹pecifikácia práv adresára %s(): %s"
 
-#: build/files.c:746
+#: build/files.c:742
 #, fuzzy, c-format
 msgid "Unusual locale length: \"%.*s\" in %%lang(%s)\n"
 msgstr "Iba jeden záznam v %%lang(): %s"
 
 #. @innercontinue@
-#: build/files.c:757
+#: build/files.c:753
 #, fuzzy, c-format
 msgid "Duplicate locale %.*s in %%lang(%s)\n"
 msgstr "Iba jeden záznam v %%lang(): %s"
 
-#: build/files.c:908
+#: build/files.c:904
 #, fuzzy, c-format
 msgid "Hit limit for %%docdir\n"
 msgstr "Dosiahnutý limit pre %%docdir"
 
-#: build/files.c:914
+#: build/files.c:910
 #, 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:942
+#: build/files.c:938
 #, fuzzy, c-format
 msgid "Two files on one line: %s\n"
 msgstr "Dva súbory na riadku: %s"
 
-#: build/files.c:957
+#: build/files.c:953
 #, fuzzy, c-format
 msgid "File must begin with \"/\": %s\n"
 msgstr "Súbory musia zaèína» znakom \"/\": %s"
 
-#: build/files.c:970
+#: build/files.c:966
 #, 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:1147
+#: build/files.c:1143
 #, fuzzy, c-format
 msgid "File listed twice: %s\n"
 msgstr "Súbor zadaný dvakrát: %s."
 
-#: build/files.c:1282
+#: build/files.c:1278
 #, c-format
 msgid "Symlink points to BuildRoot: %s -> %s\n"
 msgstr ""
 
-#: build/files.c:1488
+#: build/files.c:1484
 #, fuzzy, c-format
 msgid "File doesn't match prefix (%s): %s\n"
 msgstr "Súbor nesúhlasí s prefixom (%s): %s."
 
-#: build/files.c:1512
+#: build/files.c:1508
 #, fuzzy, c-format
 msgid "File not found: %s\n"
 msgstr "Súbor nebol nájdený: %s"
 
-#: build/files.c:1555 build/files.c:2167 build/parsePrep.c:50
+#: build/files.c:1551 build/files.c:2163 build/parsePrep.c:50
 #, c-format
 msgid "Bad owner/group: %s\n"
 msgstr "Chybný vlastník/skupina: %s\n"
 
-#: build/files.c:1567
+#: build/files.c:1563
 #, 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:1671
+#: build/files.c:1667
 #, fuzzy, c-format
 msgid "File needs leading \"/\": %s\n"
 msgstr "Súbor potrebuje na zaèiatku \"/\": %s"
 
-#: build/files.c:1694
+#: build/files.c:1690
 #, fuzzy, c-format
 msgid "Glob not permitted: %s\n"
 msgstr "riadok %d: V %s sú vy¾adované verzie: %s"
 
-#: build/files.c:1709
+#: build/files.c:1705
 #, fuzzy, c-format
 msgid "File not found by glob: %s\n"
 msgstr "Súbor nebol nájdený: %s"
 
-#: build/files.c:1771
+#: build/files.c:1767
 #, 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:1782 build/pack.c:150
+#: build/files.c:1778 build/pack.c:145
 #, fuzzy, c-format
 msgid "line: %s\n"
 msgstr "riadok: %s"
 
-#: build/files.c:2155
+#: build/files.c:2151
 #, 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:2229
+#: build/files.c:2225
 #, fuzzy, c-format
 msgid "Couldn't exec %s: %s\n"
 msgstr "Nie je mo¾né spusti» %s"
 
-#: build/files.c:2234
+#: build/files.c:2230
 #, fuzzy, c-format
 msgid "Couldn't fork %s: %s\n"
 msgstr "Nie je mo¾né vytvori» proces %s"
 
-#: build/files.c:2318
+#: build/files.c:2314
 #, fuzzy, c-format
 msgid "%s failed\n"
 msgstr "%s zlyhalo"
 
-#: build/files.c:2322
+#: build/files.c:2318
 #, 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:2458
+#: build/files.c:2454
 #, fuzzy, c-format
 msgid "Finding  %s: (using %s)...\n"
 msgstr "Zis»ujú sa po¾adované vlastnosti...\n"
 
-#: build/files.c:2484 build/files.c:2498
+#: build/files.c:2480 build/files.c:2494
 #, fuzzy, c-format
 msgid "Failed to find %s:\n"
 msgstr "Nepodarilo sa zisti» poskytované vlastnosti"
 
-#: build/files.c:2619
+#: build/files.c:2615
 #, fuzzy, c-format
 msgid "Processing files: %s-%s-%s\n"
 msgstr "Spracovávajú sa súbory: %s\n"
@@ -1612,157 +1612,157 @@ msgstr ""
 msgid "Could not canonicalize hostname: %s\n"
 msgstr "Nie je mo¾né kanonizova» názov poèítaèa: %s\n"
 
-#: build/pack.c:83
+#: build/pack.c:78
 #, fuzzy, c-format
 msgid "create archive failed on file %s: %s\n"
 msgstr "vytvorenie archívu zlyhalo pri súbore %s: %s"
 
-#: build/pack.c:86
+#: build/pack.c:81
 #, fuzzy, c-format
 msgid "create archive failed: %s\n"
 msgstr "vytvorenie archívu zlyhalo pri súbore %s: %s"
 
-#: build/pack.c:108
+#: build/pack.c:103
 #, fuzzy, c-format
 msgid "cpio_copy write failed: %s\n"
 msgstr "cpio_copy zápis zlyhal: %s"
 
-#: build/pack.c:115
+#: build/pack.c:110
 #, fuzzy, c-format
 msgid "cpio_copy read failed: %s\n"
 msgstr "cpio_copy èítanie zlyhalo: %s"
 
-#: build/pack.c:218
+#: build/pack.c:213
 #, fuzzy, c-format
 msgid "Could not open PreIn file: %s\n"
 msgstr "Nie je mo¾né otvori» PreIn súbor: %s"
 
-#: build/pack.c:225
+#: build/pack.c:220
 #, fuzzy, c-format
 msgid "Could not open PreUn file: %s\n"
 msgstr "Nie je mo¾né otvori» PreUn súbor: %s"
 
-#: build/pack.c:232
+#: build/pack.c:227
 #, fuzzy, c-format
 msgid "Could not open PostIn file: %s\n"
 msgstr "Nie je mo¾né otvori» PostIn súbor: %s"
 
-#: build/pack.c:239
+#: build/pack.c:234
 #, fuzzy, c-format
 msgid "Could not open PostUn file: %s\n"
 msgstr "Nie je mo¾né otvori» PostUn súbor: %s"
 
-#: build/pack.c:247
+#: build/pack.c:242
 #, fuzzy, c-format
 msgid "Could not open VerifyScript file: %s\n"
 msgstr "Nie je mo¾né otvori» VerifyScript súbor: %s"
 
-#: build/pack.c:262
+#: build/pack.c:257
 #, fuzzy, c-format
 msgid "Could not open Trigger script file: %s\n"
 msgstr "Nie je mo¾né otvori» Trigger skriptový súbor: %s"
 
-#: build/pack.c:290
+#: build/pack.c:285
 #, c-format
 msgid "readRPM: open %s: %s\n"
 msgstr "readRPM: otvorenie %s: %s\n"
 
-#: build/pack.c:300
+#: build/pack.c:295
 #, c-format
 msgid "readRPM: read %s: %s\n"
 msgstr "readRPM: èítanie %s: %s\n"
 
-#: build/pack.c:309 build/pack.c:513
+#: build/pack.c:304 build/pack.c:508
 #, fuzzy, c-format
 msgid "%s: Fseek failed: %s\n"
 msgstr "%s: readLead zlyhalo\n"
 
-#: build/pack.c:325
+#: build/pack.c:320
 #, c-format
 msgid "readRPM: %s is not an RPM package\n"
 msgstr "readRPM: %s nie je RPM balík\n"
 
-#: build/pack.c:334
+#: build/pack.c:329
 #, c-format
 msgid "readRPM: reading header from %s\n"
 msgstr "readRPM: èítanie hlavièky %s\n"
 
-#: build/pack.c:459
+#: build/pack.c:454
 #, fuzzy
 msgid "Unable to create immutable header region.\n"
 msgstr "Nie je mo¾né preèíta» ikonu: %s"
 
-#: build/pack.c:477
+#: build/pack.c:472
 #, fuzzy
 msgid "Unable to write temp header\n"
 msgstr "Nie je mo¾né zapísa» %s"
 
-#: build/pack.c:485
+#: build/pack.c:480
 #, fuzzy
 msgid "Bad CSA data\n"
 msgstr "Chybné CSA dáta"
 
-#: build/pack.c:520
+#: build/pack.c:515
 #, fuzzy
 msgid "Unable to write final header\n"
 msgstr "Nie je mo¾né zapísa» %s"
 
-#: build/pack.c:538
+#: build/pack.c:533
 #, c-format
 msgid "Generating signature: %d\n"
 msgstr "Vytvára sa PGP podpis: %d\n"
 
-#: build/pack.c:551
+#: build/pack.c:546
 #, fuzzy
 msgid "Unable to reload signature header.\n"
 msgstr "Nie je mo¾né preèíta» ikonu: %s"
 
-#: build/pack.c:559
+#: build/pack.c:554
 #, fuzzy, c-format
 msgid "Could not open %s: %s\n"
 msgstr "Otvorenie %s zlyhalo\n"
 
-#: build/pack.c:595 lib/psm.c:2147
+#: build/pack.c:590 lib/psm.c:2149
 #, fuzzy, c-format
 msgid "Unable to write package: %s\n"
 msgstr "Nie je mo¾né zapísa» balík: %s"
 
-#: build/pack.c:610
+#: build/pack.c:605
 #, fuzzy, c-format
 msgid "Unable to open sigtarget %s: %s\n"
 msgstr "Nie je preèíta» sigtarget: %s"
 
-#: build/pack.c:620
+#: build/pack.c:615
 #, fuzzy, c-format
 msgid "Unable to read header from %s: %s\n"
 msgstr "Nie je mo¾né preèíta» ikonu: %s"
 
-#: build/pack.c:634
+#: build/pack.c:629
 #, 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:644
+#: build/pack.c:639
 #, fuzzy, c-format
 msgid "Unable to read payload from %s: %s\n"
 msgstr "Nie je mo¾né preèíta» ikonu: %s"
 
-#: build/pack.c:650
+#: build/pack.c:645
 #, 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:675 lib/psm.c:2413
+#: build/pack.c:670 lib/psm.c:2415
 #, c-format
 msgid "Wrote: %s\n"
 msgstr "Zapísané: %s\n"
 
-#: build/pack.c:742
+#: build/pack.c:737
 #, 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:759
+#: build/pack.c:754
 #, fuzzy, c-format
 msgid "cannot create %s: %s\n"
 msgstr "nie je mo¾né zapísa» do %s: "
@@ -2173,73 +2173,73 @@ msgid " failed - "
 msgstr " zlyhalo - "
 
 #. XXX legacy epoch-less requires/conflicts compatibility
-#: lib/depends.c:582
+#: lib/depends.c:559
 #, c-format
 msgid ""
 "the \"B\" dependency needs an epoch (assuming same as \"A\")\n"
 "\tA %s\tB %s\n"
 msgstr ""
 
-#: lib/depends.c:611
+#: lib/depends.c:588
 #, c-format
 msgid "  %s    A %s\tB %s\n"
 msgstr ""
 
-#: lib/depends.c:612 lib/depends.c:1248 lib/depends.c:1381
+#: lib/depends.c:589 lib/depends.c:1225 lib/depends.c:1358
 msgid "YES"
 msgstr ""
 
-#: lib/depends.c:612 lib/depends.c:1248 lib/depends.c:1381
+#: lib/depends.c:589 lib/depends.c:1225 lib/depends.c:1358
 #, fuzzy
 msgid "NO "
 msgstr "NIE JE V PORIADKU"
 
-#: lib/depends.c:1042
+#: lib/depends.c:1019
 #, c-format
 msgid "%s: %-45s YES (added files)\n"
 msgstr ""
 
-#: lib/depends.c:1153
+#: lib/depends.c:1130
 #, c-format
 msgid "%s: %-45s YES (added provide)\n"
 msgstr ""
 
-#: lib/depends.c:1247
+#: lib/depends.c:1224
 #, fuzzy, c-format
 msgid "%s: %-45s %-s (cached)\n"
 msgstr "súbor %s nie je vlastnený ¾iadnym balíkom\n"
 
-#: lib/depends.c:1276
+#: lib/depends.c:1253
 #, c-format
 msgid "%s: %-45s YES (rpmrc provides)\n"
 msgstr ""
 
-#: lib/depends.c:1293
+#: lib/depends.c:1270
 #, fuzzy, c-format
 msgid "%s: %-45s YES (rpmlib provides)\n"
 msgstr "súbor %s nie je vlastnený ¾iadnym balíkom\n"
 
-#: lib/depends.c:1317
+#: lib/depends.c:1294
 #, c-format
 msgid "%s: %-45s YES (db files)\n"
 msgstr ""
 
-#: lib/depends.c:1330
+#: lib/depends.c:1307
 #, c-format
 msgid "%s: %-45s YES (db provides)\n"
 msgstr ""
 
-#: lib/depends.c:1344
+#: lib/depends.c:1321
 #, fuzzy, c-format
 msgid "%s: %-45s YES (db package)\n"
 msgstr "súbor %s nie je vlastnený ¾iadnym balíkom\n"
 
-#: lib/depends.c:1360
+#: lib/depends.c:1337
 #, c-format
 msgid "%s: %-45s NO\n"
 msgstr ""
 
-#: lib/depends.c:1381
+#: lib/depends.c:1358
 #, fuzzy, c-format
 msgid "%s: (%s, %s) added to Depends cache.\n"
 msgstr "súbor %s nie je vlastnený ¾iadnym balíkom\n"
@@ -2247,42 +2247,42 @@ msgstr "s
 #. requirements are satisfied.
 #. @switchbreak@
 #. requirements are not satisfied.
-#: lib/depends.c:1454
+#: lib/depends.c:1431
 #, 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:1533
+#: lib/depends.c:1510
 #, c-format
 msgid "package %s conflicts: %s\n"
 msgstr "balík %s koliduje: %s\n"
 
-#: lib/depends.c:1786
+#: lib/depends.c:1763
 #, 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:1936
+#: lib/depends.c:1913
 msgid "========== recording tsort relations\n"
 msgstr ""
 
 #. T4. Scan for zeroes.
-#: lib/depends.c:1996
+#: lib/depends.c:1973
 msgid ""
 "========== tsorting packages (order, #predecessors, #succesors, depth)\n"
 msgstr ""
 
-#: lib/depends.c:2046
+#: lib/depends.c:2023
 msgid "========== successors only (presentation order)\n"
 msgstr ""
 
-#: lib/depends.c:2099
+#: lib/depends.c:2076
 msgid "LOOP:\n"
 msgstr ""
 
-#: lib/depends.c:2129
+#: lib/depends.c:2106
 msgid "========== continuing tsort ...\n"
 msgstr ""
 
@@ -2377,7 +2377,7 @@ 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:351 lib/header_internal.c:161 lib/psm.c:971
+#: lib/header.c:351 lib/header_internal.c:161 lib/psm.c:973
 #, c-format
 msgid "Data type %d not supported\n"
 msgstr "Typ údajov %d nie je podorovaný\n"
@@ -2457,165 +2457,165 @@ msgstr "| o
 msgid "(unknown type)"
 msgstr "(neznámy typ)"
 
-#: lib/misc.c:241 lib/misc.c:246 lib/misc.c:252
+#: lib/misc.c:243 lib/misc.c:248 lib/misc.c:254
 #, fuzzy, c-format
 msgid "error creating temporary file %s\n"
 msgstr "chyba pri vytváraní doèasného súboru %s"
 
-#: lib/package.c:162
+#: lib/package.c:163
 #, fuzzy
 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:228
+#: lib/package.c:229
 #, fuzzy
 msgid ""
 "only packaging with major numbers <= 4 is supported by this version of RPM\n"
 msgstr "táto verzia RPM podporuje iba balíky s hlavným èíslom <= 3"
 
-#: lib/poptBT.c:118
+#: lib/poptBT.c:116
 #, fuzzy, c-format
 msgid "buildroot already specified, ignoring %s\n"
 msgstr "buildroot u¾ bol zadaný"
 
-#: lib/poptBT.c:148
+#: lib/poptBT.c:146
 #, fuzzy, c-format
 msgid "build through %prep (unpack sources and apply patches) from <specfile>"
 msgstr "príprava (rozbali» zdrojové súbory a aplikova» záplaty)"
 
-#: lib/poptBT.c:149 lib/poptBT.c:152 lib/poptBT.c:155 lib/poptBT.c:158
-#: lib/poptBT.c:161 lib/poptBT.c:164 lib/poptBT.c:167
+#: lib/poptBT.c:147 lib/poptBT.c:150 lib/poptBT.c:153 lib/poptBT.c:156
+#: lib/poptBT.c:159 lib/poptBT.c:162 lib/poptBT.c:165
 msgid "<specfile>"
 msgstr ""
 
-#: lib/poptBT.c:151
+#: lib/poptBT.c:149
 msgid "build through %build (%prep, then compile) from <specfile>"
 msgstr ""
 
-#: lib/poptBT.c:154
+#: lib/poptBT.c:152
 #, fuzzy
 msgid "build through %install (%prep, %build, then install) from <specfile>"
 msgstr "in¹taluje sa zdrojový balík\n"
 
-#: lib/poptBT.c:157
+#: lib/poptBT.c:155
 #, fuzzy, c-format
 msgid "verify %files section from <specfile>"
 msgstr "zdrojový balík neobsahuje ¾iadny .spec súbor"
 
-#: lib/poptBT.c:160
+#: lib/poptBT.c:158
 #, fuzzy
 msgid "build source and binary packages from <specfile>"
 msgstr "nájdených %d zdrojových a %d binárnych balíkov\n"
 
-#: lib/poptBT.c:163
+#: lib/poptBT.c:161
 #, fuzzy
 msgid "build binary package only from <specfile>"
 msgstr "zdrojový balík neobsahuje ¾iadny .spec súbor"
 
-#: lib/poptBT.c:166
+#: lib/poptBT.c:164
 #, fuzzy
 msgid "build source package only from <specfile>"
 msgstr "zdrojový balík neobsahuje ¾iadny .spec súbor"
 
-#: lib/poptBT.c:170
+#: lib/poptBT.c:168
 #, fuzzy, c-format
 msgid "build through %prep (unpack sources and apply patches) from <tarball>"
 msgstr "príprava (rozbali» zdrojové súbory a aplikova» záplaty)"
 
-#: lib/poptBT.c:171 lib/poptBT.c:174 lib/poptBT.c:177 lib/poptBT.c:180
-#: lib/poptBT.c:183 lib/poptBT.c:186 lib/poptBT.c:189
+#: lib/poptBT.c:169 lib/poptBT.c:172 lib/poptBT.c:175 lib/poptBT.c:178
+#: lib/poptBT.c:181 lib/poptBT.c:184 lib/poptBT.c:187
 msgid "<tarball>"
 msgstr ""
 
-#: lib/poptBT.c:173
+#: lib/poptBT.c:171
 msgid "build through %build (%prep, then compile) from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:176
+#: lib/poptBT.c:174
 msgid "build through %install (%prep, %build, then install) from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:179
+#: lib/poptBT.c:177
 #, fuzzy, c-format
 msgid "verify %files section from <tarball>"
 msgstr "zdrojový balík neobsahuje ¾iadny .spec súbor"
 
-#: lib/poptBT.c:182
+#: lib/poptBT.c:180
 #, fuzzy
 msgid "build source and binary packages from <tarball>"
 msgstr "nájdených %d zdrojových a %d binárnych balíkov\n"
 
-#: lib/poptBT.c:185
+#: lib/poptBT.c:183
 #, fuzzy
 msgid "build binary package only from <tarball>"
 msgstr "nájdených %d zdrojových a %d binárnych balíkov\n"
 
-#: lib/poptBT.c:188
+#: lib/poptBT.c:186
 #, fuzzy
 msgid "build source package only from <tarball>"
 msgstr "zostavi» balík pre OS/architektúru <os>"
 
-#: lib/poptBT.c:192
+#: lib/poptBT.c:190
 #, fuzzy
 msgid "build binary package from <source package>"
 msgstr "binárny balík (príprava, kompilácia, in¹talácia, zabalenie)"
 
-#: lib/poptBT.c:193 lib/poptBT.c:196
+#: lib/poptBT.c:191 lib/poptBT.c:194
 #, fuzzy
 msgid "<source package>"
 msgstr "nájdených %d balíkov\n"
 
-#: lib/poptBT.c:195
+#: lib/poptBT.c:193
 #, fuzzy
 msgid ""
 "build through %install (%prep, %build, then install) from <source package>"
 msgstr "in¹taluje sa zdrojový balík\n"
 
-#: lib/poptBT.c:199
+#: lib/poptBT.c:197
 msgid "override build root"
 msgstr "predefinova» adresár pre zostavenie balíka"
 
-#: lib/poptBT.c:203 rpmdb/poptDB.c:32
+#: lib/poptBT.c:201 rpmdb/poptDB.c:29
 msgid "generate headers compatible with rpm4 packaging"
 msgstr ""
 
-#: lib/poptBT.c:205
+#: lib/poptBT.c:203
 msgid "ignore ExcludeArch: directives from spec file"
 msgstr ""
 
-#: lib/poptBT.c:207
+#: lib/poptBT.c:205
 #, fuzzy
 msgid "debug file state machine"
 msgstr "chybný stav súboru: %s"
 
-#: lib/poptBT.c:209
+#: lib/poptBT.c:207
 msgid "do not execute any stages of the build"
 msgstr "nevykona» ¾iadne etapy zostavenia"
 
-#: lib/poptBT.c:211
+#: lib/poptBT.c:209
 #, fuzzy
 msgid "do not verify build dependencies"
 msgstr "neoverova» závislosti balíka"
 
-#: lib/poptBT.c:213
+#: lib/poptBT.c:211
 msgid "generate package header(s) compatible with (legacy) rpm[23] packaging"
 msgstr ""
 
-#: lib/poptBT.c:216
+#: lib/poptBT.c:214
 #, fuzzy
 msgid "do not accept i18N msgstr's from specfile"
 msgstr "neakceptova» lokalizované re»azce zo spec-súboru"
 
-#: lib/poptBT.c:220
+#: lib/poptBT.c:218
 #, fuzzy
 msgid "remove specfile when done"
 msgstr "po ukonèení odstráni» zdrojové súbory a spec-súbor"
 
-#: lib/poptBT.c:226
+#: lib/poptBT.c:224
 msgid "override target platform"
 msgstr "predefinova» cieµovú platformu"
 
-#: lib/poptBT.c:228
+#: lib/poptBT.c:226
 #, fuzzy
 msgid "lookup i18N strings in specfile catalog"
 msgstr "pre preklad re»azcov pou¾i» katalóg správ spec-súborov"
@@ -2964,110 +2964,110 @@ msgstr ""
 msgid "unknown error %d encountered while manipulating package %s"
 msgstr ""
 
-#: lib/psm.c:313
+#: lib/psm.c:315
 msgid "========== relocations\n"
 msgstr ""
 
-#: lib/psm.c:317
+#: lib/psm.c:319
 #, fuzzy, c-format
 msgid "%5d exclude  %s\n"
 msgstr "OS je vynechaný: %s"
 
-#: lib/psm.c:320
+#: lib/psm.c:322
 #, fuzzy, c-format
 msgid "%5d relocate %s -> %s\n"
 msgstr "presúva sa %s do %s\n"
 
-#: lib/psm.c:390
+#: lib/psm.c:392
 #, fuzzy, c-format
 msgid "excluding multilib path %s%s\n"
 msgstr "vynecháva sa %s\n"
 
-#: lib/psm.c:456
+#: lib/psm.c:458
 #, fuzzy, c-format
 msgid "excluding %s %s\n"
 msgstr "vynecháva sa %s\n"
 
-#: lib/psm.c:466
+#: lib/psm.c:468
 #, c-format
 msgid "relocating %s to %s\n"
 msgstr "presúva sa %s do %s\n"
 
-#: lib/psm.c:545
+#: lib/psm.c:547
 #, fuzzy, c-format
 msgid "relocating directory %s to %s\n"
 msgstr "presúva sa %s do %s\n"
 
-#: lib/psm.c:1168
+#: lib/psm.c:1170
 #, fuzzy, c-format
 msgid "cannot create %%%s %s\n"
 msgstr "nie je mo¾né zapísa» do %s: "
 
-#: lib/psm.c:1174
+#: lib/psm.c:1176
 #, fuzzy, c-format
 msgid "cannot write to %%%s %s\n"
 msgstr "nie je mo¾né zapísa» do %s: "
 
-#: lib/psm.c:1212
+#: lib/psm.c:1214
 #, fuzzy
 msgid "source package expected, binary found\n"
 msgstr "oèakávaný zdrojový balík, nájdený binárny"
 
-#: lib/psm.c:1323
+#: lib/psm.c:1325
 #, fuzzy
 msgid "source package contains no .spec file\n"
 msgstr "zdrojový balík neobsahuje ¾iadny .spec súbor"
 
-#: lib/psm.c:1430
+#: lib/psm.c:1432
 #, fuzzy, c-format
 msgid "%s: running %s scriptlet\n"
 msgstr "vykonávajú sa poin¹talaèné skripty (ak existujú)\n"
 
-#: lib/psm.c:1598
+#: lib/psm.c:1600
 #, fuzzy, c-format
 msgid "execution of %s scriptlet from %s-%s-%s failed, waitpid returned %s\n"
 msgstr "vykonanie skriptu zlyhalo"
 
-#: lib/psm.c:1605
+#: lib/psm.c:1607
 #, fuzzy, c-format
 msgid "execution of %s scriptlet from %s-%s-%s failed, exit status %d\n"
 msgstr "vykonanie skriptu zlyhalo"
 
-#: lib/psm.c:1952
+#: lib/psm.c:1954
 #, 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:2069
+#: lib/psm.c:2071
 #, c-format
 msgid "%s: %s scriptlet failed (%d), skipping %s-%s-%s\n"
 msgstr ""
 
-#: lib/psm.c:2184
+#: lib/psm.c:2186
 #, fuzzy, c-format
 msgid "user %s does not exist - using root\n"
 msgstr "pou¾ívateµ %s neexistuje - pou¾ije sa root"
 
-#: lib/psm.c:2193
+#: lib/psm.c:2195
 #, fuzzy, c-format
 msgid "group %s does not exist - using root\n"
 msgstr "skupina %s neexistuje - pou¾ije sa root"
 
-#: lib/psm.c:2234
+#: lib/psm.c:2236
 #, fuzzy, c-format
 msgid "unpacking of archive failed%s%s: %s\n"
 msgstr "rozbalenie archívu zlyhalo%s%s: %s"
 
-#: lib/psm.c:2235
+#: lib/psm.c:2237
 msgid " on file "
 msgstr " pre súbor "
 
-#: lib/psm.c:2421
+#: lib/psm.c:2423
 #, fuzzy, c-format
 msgid "%s failed on file %s: %s\n"
 msgstr "nepodarilo sa otvori» %s: %s"
 
-#: lib/psm.c:2424
+#: lib/psm.c:2426
 #, fuzzy, c-format
 msgid "%s failed: %s\n"
 msgstr "%s zlyhalo"
@@ -3473,222 +3473,222 @@ msgstr ""
 msgid "Unable to open %s for reading: %s.\n"
 msgstr "Nie je mo¾né otvori» %s pre èítanie: %s."
 
-#: lib/signature.c:114
+#: lib/signature.c:115
 msgid "file is not regular -- skipping size check\n"
 msgstr "nejde o be¾ný súbor - kontrola veµkosti vynechaná\n"
 
-#: lib/signature.c:123
+#: lib/signature.c:124
 #, c-format
 msgid "Expected size: %12d = lead(%d)+sigs(%d)+pad(%d)+data(%d)\n"
 msgstr ""
 
-#: lib/signature.c:128
+#: lib/signature.c:129
 #, fuzzy, c-format
 msgid "  Actual size: %12d\n"
 msgstr "Veµkos» podpisu:   %d\n"
 
-#: lib/signature.c:148
+#: lib/signature.c:149
 msgid "No signature\n"
 msgstr "Podpis nie je k dispozícii\n"
 
-#: lib/signature.c:152
+#: lib/signature.c:153
 msgid "Old PGP signature\n"
 msgstr "Starý PGP podpis\n"
 
-#: lib/signature.c:165
+#: lib/signature.c:166
 #, fuzzy
 msgid "Old (internal-only) signature!  How did you get that!?\n"
 msgstr "Starý (iba interný) podpis! Ako ste sa k tomu dostali?!"
 
-#: lib/signature.c:221
+#: lib/signature.c:222
 #, fuzzy, c-format
 msgid "Signature: size(%d)+pad(%d)\n"
 msgstr "Veµkos» podpisu:   %d\n"
 
-#: lib/signature.c:284
+#: lib/signature.c:285
 #, fuzzy, c-format
 msgid "Couldn't exec pgp (%s)\n"
 msgstr "Nie je mo¾né spusti» pgp"
 
-#: lib/signature.c:297
+#: lib/signature.c:298
 #, fuzzy
 msgid "pgp failed\n"
 msgstr "pgp zlyhalo"
 
 #. PGP failed to write signature
 #. Just in case
-#: lib/signature.c:304
+#: lib/signature.c:305
 #, fuzzy
 msgid "pgp failed to write signature\n"
 msgstr "pgp sa nepodarilo zapísa» podpis"
 
-#: lib/signature.c:309
+#: lib/signature.c:310
 #, c-format
 msgid "PGP sig size: %d\n"
 msgstr "Veµkos» PGP podpisu: %d\n"
 
-#: lib/signature.c:324 lib/signature.c:411
+#: lib/signature.c:325 lib/signature.c:412
 #, fuzzy
 msgid "unable to read the signature\n"
 msgstr "nie je mo¾né preèíta» podpis"
 
-#: lib/signature.c:329
+#: lib/signature.c:330
 #, c-format
 msgid "Got %d bytes of PGP sig\n"
 msgstr "Preèítaný PGP podpis obsahuje %d bajtov\n"
 
-#: lib/signature.c:371 lib/signature.c:501
+#: lib/signature.c:372 lib/signature.c:502
 #, fuzzy
 msgid "Couldn't exec gpg\n"
 msgstr "Nie je mo¾né spusti» gpg"
 
-#: lib/signature.c:384
+#: lib/signature.c:385
 #, fuzzy
 msgid "gpg failed\n"
 msgstr "gpg zlyhalo"
 
 #. GPG failed to write signature
 #. Just in case
-#: lib/signature.c:391
+#: lib/signature.c:392
 #, fuzzy
 msgid "gpg failed to write signature\n"
 msgstr "gpg sa nepodarilo zapísa» podpis"
 
-#: lib/signature.c:396
+#: lib/signature.c:397
 #, c-format
 msgid "GPG sig size: %d\n"
 msgstr "Veµkos» GPG podpisu: %d\n"
 
-#: lib/signature.c:416
+#: lib/signature.c:417
 #, c-format
 msgid "Got %d bytes of GPG sig\n"
 msgstr "Preèítaný GPG podpis obsahuje %d bajtov\n"
 
-#: lib/signature.c:444
+#: lib/signature.c:445
 #, fuzzy
 msgid "Generating signature using PGP.\n"
 msgstr "Vytvára sa PGP podpis: %d\n"
 
-#: lib/signature.c:450
+#: lib/signature.c:451
 #, fuzzy
 msgid "Generating signature using GPG.\n"
 msgstr "Vytvára sa PGP podpis: %d\n"
 
-#: lib/signature.c:530
+#: lib/signature.c:531
 #, fuzzy
 msgid "Couldn't exec pgp\n"
 msgstr "Nie je mo¾né spusti» pgp"
 
 #. @notreached@
 #. This case should have been screened out long ago.
-#: lib/signature.c:534 lib/signature.c:587
+#: lib/signature.c:535 lib/signature.c:588
 #, fuzzy, c-format
 msgid "Invalid %%_signature spec in macro file\n"
 msgstr "Chybná ¹pecifikácia %%_signature v makro-súbore.\n"
 
-#: lib/signature.c:567
+#: lib/signature.c:568
 #, fuzzy, c-format
 msgid "You must set \"%%_gpg_name\" in your macro file\n"
 msgstr "Musíte nastavi» \"%%gpg_name\" vo va¹om makro-súbore"
 
-#: lib/signature.c:579
+#: lib/signature.c:580
 #, fuzzy, c-format
 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:308
+#: lib/transaction.c:309
 #, c-format
 msgid "%s skipped due to missingok flag\n"
 msgstr "%s vynechané kvôli príznaku missingok\n"
 
 #. @innercontinue@
-#: lib/transaction.c:936
+#: lib/transaction.c:937
 #, fuzzy, c-format
 msgid "excluding directory %s\n"
 msgstr "vytvára sa adresár %s\n"
 
-#: lib/verify.c:240
+#: lib/verify.c:242
 #, fuzzy
 msgid "package lacks both user name and id lists (this should never happen)\n"
 msgstr ""
 "v balíku chýba tak meno pou¾ívateµa, ako aj zoznamy identifikácií (nemalo by "
 "sa nikdy sta»)"
 
-#: lib/verify.c:261
+#: lib/verify.c:263
 #, fuzzy
 msgid "package lacks both group name and id lists (this should never happen)\n"
 msgstr ""
 "v balíku chýba tak meno skupiny, ako aj zoznamy identifikácií (nemalo by sa "
 "nikdy sta»)"
 
-#: lib/verify.c:398
+#: lib/verify.c:400
 #, fuzzy, c-format
 msgid "missing    %s"
 msgstr "chýbajúce    %s\n"
 
-#: lib/verify.c:495
+#: lib/verify.c:497
 #, 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:101 rpmdb/db3.c:100
+#: rpmdb/db1.c:100 rpmdb/db3.c:100
 #, c-format
 msgid "db%d error(%d) from %s: %s\n"
 msgstr ""
 
-#: rpmdb/db1.c:104 rpmdb/db3.c:103
+#: rpmdb/db1.c:103 rpmdb/db3.c:103
 #, c-format
 msgid "db%d error(%d): %s\n"
 msgstr ""
 
-#: rpmdb/db1.c:171
+#: rpmdb/db1.c:170
 #, c-format
 msgid ""
 "Broken package chain at offset %d(0x%08x), attempting to reconnect ...\n"
 msgstr ""
 
-#: rpmdb/db1.c:183
+#: rpmdb/db1.c:182
 #, c-format
 msgid "Reconnecting broken chain at offset %d(0x%08x).\n"
 msgstr ""
 
 #. @=branchstate@
-#: rpmdb/db1.c:509
+#: rpmdb/db1.c:508
 #, c-format
 msgid "closed  db file        %s\n"
 msgstr ""
 
-#: rpmdb/db1.c:512
+#: 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:547
+#: rpmdb/db1.c:546
 #, fuzzy, c-format
 msgid "bad db file %s\n"
 msgstr "chybný stav súboru: %s"
 
-#: rpmdb/db1.c:552
+#: 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:575
+#: 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:576 rpmdb/db3.c:1213
+#: rpmdb/db1.c:575 rpmdb/db3.c:1213
 msgid "exclusive"
 msgstr "výhradný"
 
-#: rpmdb/db1.c:576 rpmdb/db3.c:1213
+#: rpmdb/db1.c:575 rpmdb/db3.c:1213
 msgid "shared"
 msgstr "zdieµaný"
 
@@ -3762,56 +3762,56 @@ msgid ""
 "if \"rpm --rebuilddb\" fails to correct the problem.\n"
 msgstr ""
 
-#: rpmdb/poptDB.c:22
+#: rpmdb/poptDB.c:19
 msgid "initialize database"
 msgstr ""
 
-#: rpmdb/poptDB.c:24
+#: rpmdb/poptDB.c:21
 #, fuzzy
 msgid "rebuild database inverted lists from installed package headers"
 msgstr "znovu vytvori» databázu z existujúcej"
 
-#: rpmdb/poptDB.c:29
+#: rpmdb/poptDB.c:26
 msgid "generate headers compatible with (legacy) rpm[23] packaging"
 msgstr ""
 
 #. @-modfilesys@
-#: rpmdb/rpmdb.c:130
+#: rpmdb/rpmdb.c:126
 #, c-format
 msgid "dbiTagsInit: unrecognized tag name: \"%s\" ignored\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:384
+#: rpmdb/rpmdb.c:380
 #, 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:406
+#: rpmdb/rpmdb.c:402
 #, fuzzy, c-format
 msgid "cannot open %s index\n"
 msgstr "nie je mo¾né otvori» %s\n"
 
-#: rpmdb/rpmdb.c:498
+#: 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:629
+#: rpmdb/rpmdb.c:625
 #, 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:639
+#: rpmdb/rpmdb.c:635
 #, 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:893
+#: rpmdb/rpmdb.c:889
 #, fuzzy
 msgid "no dbpath has been set\n"
 msgstr "nebola nastavená ¾iadna dbpath"
 
-#: rpmdb/rpmdb.c:1032
+#: rpmdb/rpmdb.c:1028
 #, fuzzy
 msgid ""
 "old format database is present; use --rebuilddb to generate a new format "
@@ -3821,115 +3821,115 @@ msgstr ""
 "databázy v novom formáte"
 
 #. error
-#: rpmdb/rpmdb.c:1277
+#: rpmdb/rpmdb.c:1273
 #, fuzzy, c-format
 msgid "error(%d) counting packages\n"
 msgstr "chyba pri hµadaní balíka %s\n"
 
-#: rpmdb/rpmdb.c:2061 rpmdb/rpmdb.c:3276
+#: rpmdb/rpmdb.c:2057 rpmdb/rpmdb.c:3310
 #, 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:2114
+#: rpmdb/rpmdb.c:2110
 #, c-format
 msgid "rpmdb: damaged header instance #%u retrieved, skipping.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2384
+#: rpmdb/rpmdb.c:2380
 #, 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:2456
+#: rpmdb/rpmdb.c:2452
 #, fuzzy, c-format
 msgid "removing \"%s\" from %s index.\n"
 msgstr "odstraòuje sa index skupín\n"
 
-#: rpmdb/rpmdb.c:2465
+#: rpmdb/rpmdb.c:2461
 #, fuzzy, c-format
 msgid "removing %d entries from %s index.\n"
 msgstr "odstraòuje sa index názvov\n"
 
-#: rpmdb/rpmdb.c:2666
+#: rpmdb/rpmdb.c:2662
 #, fuzzy, c-format
 msgid "error(%d) allocating new package instance\n"
 msgstr "chyba pri hµadaní balíka %s\n"
 
-#: rpmdb/rpmdb.c:2747
+#: rpmdb/rpmdb.c:2743
 #, fuzzy, c-format
 msgid "adding \"%s\" to %s index.\n"
 msgstr "premenováva sa %s na %s\n"
 
-#: rpmdb/rpmdb.c:2758
+#: rpmdb/rpmdb.c:2754
 #, fuzzy, c-format
 msgid "adding %d entries to %s index.\n"
 msgstr "premenováva sa %s na %s\n"
 
-#: rpmdb/rpmdb.c:3162
+#: rpmdb/rpmdb.c:3196
 #, c-format
 msgid "removing %s after successful db3 rebuild.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3195
+#: rpmdb/rpmdb.c:3229
 msgid "no dbpath has been set"
 msgstr "nebola nastavená ¾iadna dbpath"
 
-#: rpmdb/rpmdb.c:3222
+#: rpmdb/rpmdb.c:3256
 #, 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:3226
+#: rpmdb/rpmdb.c:3260
 #, fuzzy, c-format
 msgid "temporary database %s already exists\n"
 msgstr "doèasná databáza %s u¾ existuje"
 
-#: rpmdb/rpmdb.c:3232
+#: rpmdb/rpmdb.c:3266
 #, fuzzy, c-format
 msgid "creating directory %s\n"
 msgstr "vytvára sa adresár %s\n"
 
-#: rpmdb/rpmdb.c:3234
+#: rpmdb/rpmdb.c:3268
 #, fuzzy, c-format
 msgid "creating directory %s: %s\n"
 msgstr "vytvára sa adresár %s\n"
 
-#: rpmdb/rpmdb.c:3241
+#: rpmdb/rpmdb.c:3275
 #, fuzzy, c-format
 msgid "opening old database with dbapi %d\n"
 msgstr "otvára sa stará databáza\n"
 
-#: rpmdb/rpmdb.c:3252
+#: rpmdb/rpmdb.c:3286
 #, fuzzy, c-format
 msgid "opening new database with dbapi %d\n"
 msgstr "otvára sa nová databáza\n"
 
-#: rpmdb/rpmdb.c:3316
+#: rpmdb/rpmdb.c:3350
 #, 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:3334
+#: rpmdb/rpmdb.c:3368
 #, 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:3342
+#: rpmdb/rpmdb.c:3376
 msgid "failed to replace old database with new database!\n"
 msgstr "nepodarilo sa nahradi» starú databázu novou!\n"
 
-#: rpmdb/rpmdb.c:3344
+#: rpmdb/rpmdb.c:3378
 #, 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:3354
+#: rpmdb/rpmdb.c:3388
 #, fuzzy, c-format
 msgid "removing directory %s\n"
 msgstr "vytvára sa adresár %s\n"
 
-#: rpmdb/rpmdb.c:3356
+#: rpmdb/rpmdb.c:3390
 #, c-format
 msgid "failed to remove directory %s: %s\n"
 msgstr "nepodarilo sa odstráni» adresár %s: %s\n"
index 8a7850e..3acfe47 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.168 2001/10/20 22:31:25 jbj Exp $
+# $Id: sl.po,v 1.169 2001/10/21 21:43:58 jbj Exp $
 #
 msgid ""
 msgstr ""
 "Project-Id-Version: rpm 4.0.3\n"
-"POT-Creation-Date: 2001-10-20 18:27-0400\n"
+"POT-Creation-Date: 2001-10-21 17:21-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"
@@ -754,15 +754,15 @@ msgstr ""
 "prevedeni in izvorni paket (priprava, prevajanje, namestitev, izgradnja "
 "paketa)"
 
-#: lib/poptBT.c:222 rpm.c:523
+#: lib/poptBT.c:220 rpm.c:523
 msgid "skip straight to specified stage (only for c,i)"
 msgstr "preskok naravnost na doloèeno stopnjo (samo za c,i)"
 
-#: lib/poptBT.c:201 rpm.c:525
+#: lib/poptBT.c:199 rpm.c:525
 msgid "remove build tree when done"
 msgstr "po zakljuèku drevo imenikov v katerih smo pakete gradili odstrani"
 
-#: lib/poptBT.c:218 rpm.c:527
+#: lib/poptBT.c:216 rpm.c:527
 msgid "remove sources when done"
 msgstr "po zakljuèku naj se izvorna koda izbri¹e"
 
@@ -771,7 +771,7 @@ msgstr "po zaklju
 msgid "remove spec file when done"
 msgstr "po zakljuèku naj se datoteka s specifikacijami izbri¹e"
 
-#: lib/poptBT.c:224 rpm.c:531
+#: lib/poptBT.c:222 rpm.c:531
 msgid "generate PGP/GPG signature"
 msgstr "izdelava podpisa PGP/GPG"
 
@@ -865,7 +865,7 @@ msgstr "preveri, 
 msgid "rebuild database from existing database"
 msgstr "ponovno izgradi zbirko iz obstojeèe"
 
-#: rpm.c:565 rpmdb/poptDB.c:27
+#: rpm.c:565 rpmdb/poptDB.c:24
 #, fuzzy
 msgid "verify database files"
 msgstr "poizvedba po datoteki spec"
@@ -1300,7 +1300,7 @@ msgstr "datoteka spec za izgradnjo manjka"
 msgid "no tar files given for build"
 msgstr "arhiv tar za izgradnjo manjka"
 
-#: build/build.c:125 build/pack.c:471
+#: build/build.c:125 build/pack.c:466
 #, fuzzy
 msgid "Unable to open temp file.\n"
 msgstr "Zaèasne datoteke ni mo¾no odpreti"
@@ -1388,181 +1388,181 @@ msgstr "&& in || nista podprta za nize"
 msgid "syntax error in expression\n"
 msgstr "napaka v sklanji izraza"
 
-#: build/files.c:274
+#: build/files.c:270
 #, c-format
 msgid "TIMECHECK failure: %s\n"
 msgstr "TIMECHECK neuspe¹en: %s\n"
 
-#: build/files.c:333 build/files.c:525 build/files.c:708
+#: build/files.c:329 build/files.c:521 build/files.c:704
 #, fuzzy, c-format
 msgid "Missing '(' in %s %s\n"
 msgstr "Manjkajoèi ,(` v %s %s"
 
-#: build/files.c:344 build/files.c:650 build/files.c:719
+#: build/files.c:340 build/files.c:646 build/files.c:715
 #, fuzzy, c-format
 msgid "Missing ')' in %s(%s\n"
 msgstr "Manjkajoèi ,)` v %s(%s"
 
-#: build/files.c:382 build/files.c:675
+#: build/files.c:378 build/files.c:671
 #, fuzzy, c-format
 msgid "Invalid %s token: %s\n"
 msgstr "Neveljaven ¾eton %s: %s"
 
-#: build/files.c:488
+#: build/files.c:484
 #, fuzzy, c-format
 msgid "Missing %s in %s %s\n"
 msgstr "Manjkajoèi ,(` v %s %s"
 
-#: build/files.c:541
+#: build/files.c:537
 #, fuzzy, c-format
 msgid "Non-white space follows %s(): %s\n"
 msgstr "Neprazen znak sledi %s(): %s"
 
-#: build/files.c:579
+#: build/files.c:575
 #, fuzzy, c-format
 msgid "Bad syntax: %s(%s)\n"
 msgstr "Nepravilna skladnja: %s(%s)"
 
-#: build/files.c:589
+#: build/files.c:585
 #, fuzzy, c-format
 msgid "Bad mode spec: %s(%s)\n"
 msgstr "Nepravilno doloèilo naèina: %s(%s)"
 
-#: build/files.c:601
+#: build/files.c:597
 #, fuzzy, c-format
 msgid "Bad dirmode spec: %s(%s)\n"
 msgstr "Nepravilno doloèilo naèina imenika: %s(%s)"
 
-#: build/files.c:746
+#: build/files.c:742
 #, 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:757
+#: build/files.c:753
 #, fuzzy, c-format
 msgid "Duplicate locale %.*s in %%lang(%s)\n"
 msgstr "Podvojeni locale %.*s za %%lang(%s)"
 
-#: build/files.c:908
+#: build/files.c:904
 #, fuzzy, c-format
 msgid "Hit limit for %%docdir\n"
 msgstr "Dosegli smo omejitev za %%docdir"
 
-#: build/files.c:914
+#: build/files.c:910
 #, 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:942
+#: build/files.c:938
 #, fuzzy, c-format
 msgid "Two files on one line: %s\n"
 msgstr "Dve datoteki v eni vrstici: %s"
 
-#: build/files.c:957
+#: build/files.c:953
 #, fuzzy, c-format
 msgid "File must begin with \"/\": %s\n"
 msgstr "Ime datoteke se mora zaèeti z \"/\": %s"
 
-#: build/files.c:970
+#: build/files.c:966
 #, 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:1147
+#: build/files.c:1143
 #, fuzzy, c-format
 msgid "File listed twice: %s\n"
 msgstr "Datoteka je navedena dvakrat: %s"
 
-#: build/files.c:1282
+#: build/files.c:1278
 #, fuzzy, c-format
 msgid "Symlink points to BuildRoot: %s -> %s\n"
 msgstr "Simbolna povezava ka¾e na BuildRoot: %s -> %s"
 
-#: build/files.c:1488
+#: build/files.c:1484
 #, fuzzy, c-format
 msgid "File doesn't match prefix (%s): %s\n"
 msgstr "Datoteka se ne ujema s predpono (%s): %s"
 
-#: build/files.c:1512
+#: build/files.c:1508
 #, fuzzy, c-format
 msgid "File not found: %s\n"
 msgstr "Datoteke ni mogoèe najti: %s"
 
-#: build/files.c:1555 build/files.c:2167 build/parsePrep.c:50
+#: build/files.c:1551 build/files.c:2163 build/parsePrep.c:50
 #, c-format
 msgid "Bad owner/group: %s\n"
 msgstr "Neobstojeè lastnik/skupina: %s\n"
 
-#: build/files.c:1567
+#: build/files.c:1563
 #, c-format
 msgid "File %4d: %07o %s.%s\t %s\n"
 msgstr "Datoteka: %4d: %07o %s.%s\t %s\n"
 
-#: build/files.c:1671
+#: build/files.c:1667
 #, fuzzy, c-format
 msgid "File needs leading \"/\": %s\n"
 msgstr "Datoteki manjka uvodni \"/\": %s"
 
-#: build/files.c:1694
+#: build/files.c:1690
 #, fuzzy, c-format
 msgid "Glob not permitted: %s\n"
 msgstr "vrstica %d: Razlièica ni dovoljena: %s"
 
-#: build/files.c:1709
+#: build/files.c:1705
 #, 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:1771
+#: build/files.c:1767
 #, 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:1782 build/pack.c:150
+#: build/files.c:1778 build/pack.c:145
 #, fuzzy, c-format
 msgid "line: %s\n"
 msgstr "vrstica: %s"
 
-#: build/files.c:2155
+#: build/files.c:2151
 #, 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:2229
+#: build/files.c:2225
 #, fuzzy, c-format
 msgid "Couldn't exec %s: %s\n"
 msgstr "Ni mo¾no izvesti %s: %s"
 
-#: build/files.c:2234
+#: build/files.c:2230
 #, fuzzy, c-format
 msgid "Couldn't fork %s: %s\n"
 msgstr "Vejitev %s ni mo¾na: %s"
 
-#: build/files.c:2318
+#: build/files.c:2314
 #, fuzzy, c-format
 msgid "%s failed\n"
 msgstr "%s neuspe¹en"
 
-#: build/files.c:2322
+#: build/files.c:2318
 #, fuzzy, c-format
 msgid "failed to write all data to %s\n"
 msgstr "pisanje podatkov v %s je bilo neuspe¹no"
 
-#: build/files.c:2458
+#: build/files.c:2454
 #, c-format
 msgid "Finding  %s: (using %s)...\n"
 msgstr "Iskanje  %s: (z uporabo %s)...\n"
 
-#: build/files.c:2484 build/files.c:2498
+#: build/files.c:2480 build/files.c:2494
 #, fuzzy, c-format
 msgid "Failed to find %s:\n"
 msgstr "Neuspe¹no iskanje %s:"
 
-#: build/files.c:2619
+#: build/files.c:2615
 #, c-format
 msgid "Processing files: %s-%s-%s\n"
 msgstr "Obdeloavnje datotek: %s-%s-%s\n"
@@ -1596,157 +1596,157 @@ msgstr ""
 msgid "Could not canonicalize hostname: %s\n"
 msgstr "Iskanje kanoniènega imena gostitelja je bilo neuspe¹no: %s\n"
 
-#: build/pack.c:83
+#: build/pack.c:78
 #, fuzzy, c-format
 msgid "create archive failed on file %s: %s\n"
 msgstr "ustvarjanje arhiva je bilo za datoteko %s neuspe¹no: %s"
 
-#: build/pack.c:86
+#: build/pack.c:81
 #, fuzzy, c-format
 msgid "create archive failed: %s\n"
 msgstr "ustvarjanje arhiva je bilo za datoteko %s neuspe¹no: %s"
 
-#: build/pack.c:108
+#: build/pack.c:103
 #, fuzzy, c-format
 msgid "cpio_copy write failed: %s\n"
 msgstr "pisanje cpio_copy neuspe¹no: %s"
 
-#: build/pack.c:115
+#: build/pack.c:110
 #, fuzzy, c-format
 msgid "cpio_copy read failed: %s\n"
 msgstr "branje cpio_copy neuspe¹no: %s"
 
-#: build/pack.c:218
+#: build/pack.c:213
 #, fuzzy, c-format
 msgid "Could not open PreIn file: %s\n"
 msgstr "Datoteke PreIn ni mo¾no odpreti: %s"
 
-#: build/pack.c:225
+#: build/pack.c:220
 #, fuzzy, c-format
 msgid "Could not open PreUn file: %s\n"
 msgstr "Datoteke PreUn ni mo¾no odpreti: %s"
 
-#: build/pack.c:232
+#: build/pack.c:227
 #, fuzzy, c-format
 msgid "Could not open PostIn file: %s\n"
 msgstr "Datoteke PostIn ni mo¾no odpreti: %s"
 
-#: build/pack.c:239
+#: build/pack.c:234
 #, fuzzy, c-format
 msgid "Could not open PostUn file: %s\n"
 msgstr "Datoteke PostUn ni mo¾no odpreti: %s"
 
-#: build/pack.c:247
+#: build/pack.c:242
 #, fuzzy, c-format
 msgid "Could not open VerifyScript file: %s\n"
 msgstr "Datoteke VerifyScript ni mo¾no odpreti: %s"
 
-#: build/pack.c:262
+#: build/pack.c:257
 #, fuzzy, c-format
 msgid "Could not open Trigger script file: %s\n"
 msgstr "Skriptne datoteke Trigger ni mo¾no odpreti: %s"
 
-#: build/pack.c:290
+#: build/pack.c:285
 #, c-format
 msgid "readRPM: open %s: %s\n"
 msgstr "readRPM: odpiranje %s: %s\n"
 
-#: build/pack.c:300
+#: build/pack.c:295
 #, c-format
 msgid "readRPM: read %s: %s\n"
 msgstr "readRPM: branje %s: %s\n"
 
-#: build/pack.c:309 build/pack.c:513
+#: build/pack.c:304 build/pack.c:508
 #, fuzzy, c-format
 msgid "%s: Fseek failed: %s\n"
 msgstr "%s: branje Fread je bilo neuspe¹no: %s\n"
 
-#: build/pack.c:325
+#: build/pack.c:320
 #, c-format
 msgid "readRPM: %s is not an RPM package\n"
 msgstr "readRPM: %s ni paket tipa RPM\n"
 
-#: build/pack.c:334
+#: build/pack.c:329
 #, c-format
 msgid "readRPM: reading header from %s\n"
 msgstr "readRPM: branje glave %s\n"
 
-#: build/pack.c:459
+#: build/pack.c:454
 #, fuzzy
 msgid "Unable to create immutable header region.\n"
 msgstr "Ikone %s ni mo¾no prebrati: %s"
 
-#: build/pack.c:477
+#: build/pack.c:472
 #, fuzzy
 msgid "Unable to write temp header\n"
 msgstr "Ni mo¾no zapisati paketa %s: %s"
 
-#: build/pack.c:485
+#: build/pack.c:480
 #, fuzzy
 msgid "Bad CSA data\n"
 msgstr "Po¹kodovani podatki CSA"
 
-#: build/pack.c:520
+#: build/pack.c:515
 #, fuzzy
 msgid "Unable to write final header\n"
 msgstr "Ni mo¾no zapisati paketa %s: %s"
 
-#: build/pack.c:538
+#: build/pack.c:533
 #, c-format
 msgid "Generating signature: %d\n"
 msgstr "Izdelujemo podpis: %d\n"
 
-#: build/pack.c:551
+#: build/pack.c:546
 #, fuzzy
 msgid "Unable to reload signature header.\n"
 msgstr "Ikone %s ni mo¾no prebrati: %s"
 
-#: build/pack.c:559
+#: build/pack.c:554
 #, c-format
 msgid "Could not open %s: %s\n"
 msgstr "Ni mo¾no odpreti %s: %s\n"
 
-#: build/pack.c:595 lib/psm.c:2147
+#: build/pack.c:590 lib/psm.c:2149
 #, fuzzy, c-format
 msgid "Unable to write package: %s\n"
 msgstr "Ni mo¾no zapisati paketa: %s"
 
-#: build/pack.c:610
+#: build/pack.c:605
 #, fuzzy, c-format
 msgid "Unable to open sigtarget %s: %s\n"
 msgstr "Ciljnega podpisa %s ni mo¾no odpreti: %s"
 
-#: build/pack.c:620
+#: build/pack.c:615
 #, fuzzy, c-format
 msgid "Unable to read header from %s: %s\n"
 msgstr "Ikone %s ni mo¾no prebrati: %s"
 
-#: build/pack.c:634
+#: build/pack.c:629
 #, fuzzy, c-format
 msgid "Unable to write header to %s: %s\n"
 msgstr "Ni mo¾no zapisati paketa %s: %s"
 
-#: build/pack.c:644
+#: build/pack.c:639
 #, fuzzy, c-format
 msgid "Unable to read payload from %s: %s\n"
 msgstr "Ikone %s ni mo¾no prebrati: %s"
 
-#: build/pack.c:650
+#: build/pack.c:645
 #, fuzzy, c-format
 msgid "Unable to write payload to %s: %s\n"
 msgstr "Ni mo¾no zapisati paketa %s: %s"
 
-#: build/pack.c:675 lib/psm.c:2413
+#: build/pack.c:670 lib/psm.c:2415
 #, c-format
 msgid "Wrote: %s\n"
 msgstr "Zapisano: %s\n"
 
-#: build/pack.c:742
+#: build/pack.c:737
 #, 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:759
+#: build/pack.c:754
 #, c-format
 msgid "cannot create %s: %s\n"
 msgstr "ni mo¾no ustvariti %s: %s\n"
@@ -2159,7 +2159,7 @@ msgid " failed - "
 msgstr " neuspe¹no - "
 
 #. XXX legacy epoch-less requires/conflicts compatibility
-#: lib/depends.c:582
+#: lib/depends.c:559
 #, 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:611
+#: lib/depends.c:588
 #, c-format
 msgid "  %s    A %s\tB %s\n"
 msgstr "  %s    A %s\tB %s\n"
 
-#: lib/depends.c:612 lib/depends.c:1248 lib/depends.c:1381
+#: lib/depends.c:589 lib/depends.c:1225 lib/depends.c:1358
 msgid "YES"
 msgstr ""
 
-#: lib/depends.c:612 lib/depends.c:1248 lib/depends.c:1381
+#: lib/depends.c:589 lib/depends.c:1225 lib/depends.c:1358
 #, fuzzy
 msgid "NO "
 msgstr "NI DOBRO"
 
-#: lib/depends.c:1042
+#: lib/depends.c:1019
 #, fuzzy, c-format
 msgid "%s: %-45s YES (added files)\n"
 msgstr "%s: %-45s DA (dodane datoteke)\n"
 
-#: lib/depends.c:1153
+#: lib/depends.c:1130
 #, fuzzy, c-format
 msgid "%s: %-45s YES (added provide)\n"
 msgstr "%s: %-45s DA (dodane ponudbe)\n"
 
-#: lib/depends.c:1247
+#: lib/depends.c:1224
 #, fuzzy, c-format
 msgid "%s: %-45s %-s (cached)\n"
 msgstr "%s: %-45s %-3s (predpomnjeno)\n"
 
-#: lib/depends.c:1276
+#: lib/depends.c:1253
 #, fuzzy, c-format
 msgid "%s: %-45s YES (rpmrc provides)\n"
 msgstr "%s: %-45s DA (rpmrc ponudbe)\n"
 
-#: lib/depends.c:1293
+#: lib/depends.c:1270
 #, fuzzy, c-format
 msgid "%s: %-45s YES (rpmlib provides)\n"
 msgstr "%s: %-45s DA (rpmlib ponudbe)\n"
 
-#: lib/depends.c:1317
+#: lib/depends.c:1294
 #, c-format
 msgid "%s: %-45s YES (db files)\n"
 msgstr "%s: %-45s DA (db datoteke)\n"
 
-#: lib/depends.c:1330
+#: lib/depends.c:1307
 #, fuzzy, c-format
 msgid "%s: %-45s YES (db provides)\n"
 msgstr "%s: %-45s DA (db ponudbe)\n"
 
-#: lib/depends.c:1344
+#: lib/depends.c:1321
 #, fuzzy, c-format
 msgid "%s: %-45s YES (db package)\n"
 msgstr "%s: %s zadovoljen ob paketih db.\n"
 
-#: lib/depends.c:1360
+#: lib/depends.c:1337
 #, c-format
 msgid "%s: %-45s NO\n"
 msgstr "%s: %-45s NE\n"
 
-#: lib/depends.c:1381
+#: lib/depends.c:1358
 #, fuzzy, c-format
 msgid "%s: (%s, %s) added to Depends cache.\n"
 msgstr "%s: (%s, %s) dodano v predpomnilnik Depends.\n"
@@ -2235,42 +2235,42 @@ msgstr "%s: (%s, %s) dodano v predpomnilnik Depends.\n"
 #. requirements are satisfied.
 #. @switchbreak@
 #. requirements are not satisfied.
-#: lib/depends.c:1454
+#: lib/depends.c:1431
 #, 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:1533
+#: lib/depends.c:1510
 #, c-format
 msgid "package %s conflicts: %s\n"
 msgstr "paket %s jw v sporu z: %s\n"
 
-#: lib/depends.c:1786
+#: lib/depends.c:1763
 #, fuzzy, c-format
 msgid "removing %s-%s-%s \"%s\" from tsort relations.\n"
 msgstr "odstranjujemo seznam skupin\n"
 
 #. Record all relations.
-#: lib/depends.c:1936
+#: lib/depends.c:1913
 msgid "========== recording tsort relations\n"
 msgstr ""
 
 #. T4. Scan for zeroes.
-#: lib/depends.c:1996
+#: lib/depends.c:1973
 msgid ""
 "========== tsorting packages (order, #predecessors, #succesors, depth)\n"
 msgstr ""
 
-#: lib/depends.c:2046
+#: lib/depends.c:2023
 msgid "========== successors only (presentation order)\n"
 msgstr ""
 
-#: lib/depends.c:2099
+#: lib/depends.c:2076
 msgid "LOOP:\n"
 msgstr ""
 
-#: lib/depends.c:2129
+#: lib/depends.c:2106
 msgid "========== continuing tsort ...\n"
 msgstr ""
 
@@ -2365,7 +2365,7 @@ msgid "dataLength() RPM_STRING_TYPE count must be 1.\n"
 msgstr "¹tevec grabData() RPM_STRING_TYPE mora biti 1.\n"
 
 #. @-modfilesys@
-#: lib/header.c:351 lib/header_internal.c:161 lib/psm.c:971
+#: lib/header.c:351 lib/header_internal.c:161 lib/psm.c:973
 #, c-format
 msgid "Data type %d not supported\n"
 msgstr "Tip podatkov %d ni podprt\n"
@@ -2445,167 +2445,167 @@ msgstr "na koncu izraza je pri
 msgid "(unknown type)"
 msgstr "(neznan tip)"
 
-#: lib/misc.c:241 lib/misc.c:246 lib/misc.c:252
+#: lib/misc.c:243 lib/misc.c:248 lib/misc.c:254
 #, fuzzy, c-format
 msgid "error creating temporary file %s\n"
 msgstr "napaka pri ustvarjanju zaèasne datoteke %s"
 
-#: lib/package.c:162
+#: lib/package.c:163
 #, fuzzy
 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:228
+#: lib/package.c:229
 #, fuzzy
 msgid ""
 "only packaging with major numbers <= 4 is supported by this version of RPM\n"
 msgstr "ta razlièica RPM podpira samo pakete z glavnim ¹tevilom razlièice <=4"
 
-#: lib/poptBT.c:118
+#: lib/poptBT.c:116
 #, fuzzy, c-format
 msgid "buildroot already specified, ignoring %s\n"
 msgstr "buildroot je ¾e doloèen"
 
-#: lib/poptBT.c:148
+#: lib/poptBT.c:146
 #, fuzzy, c-format
 msgid "build through %prep (unpack sources and apply patches) from <specfile>"
 msgstr "priprava (razpakiraj izvorno kodo in uporabi popravke)"
 
-#: lib/poptBT.c:149 lib/poptBT.c:152 lib/poptBT.c:155 lib/poptBT.c:158
-#: lib/poptBT.c:161 lib/poptBT.c:164 lib/poptBT.c:167
+#: lib/poptBT.c:147 lib/poptBT.c:150 lib/poptBT.c:153 lib/poptBT.c:156
+#: lib/poptBT.c:159 lib/poptBT.c:162 lib/poptBT.c:165
 msgid "<specfile>"
 msgstr ""
 
-#: lib/poptBT.c:151
+#: lib/poptBT.c:149
 #, fuzzy
 msgid "build through %build (%prep, then compile) from <specfile>"
 msgstr "izgradnja prek stopnje %%prep iz datoteke s specifikacijami"
 
-#: lib/poptBT.c:154
+#: lib/poptBT.c:152
 #, fuzzy
 msgid "build through %install (%prep, %build, then install) from <specfile>"
 msgstr "izgradnja prek stopnje %%install iz datoteke s specifikacijami"
 
-#: lib/poptBT.c:157
+#: lib/poptBT.c:155
 #, fuzzy, c-format
 msgid "verify %files section from <specfile>"
 msgstr "preverjanje dela datoteke s specifikacijami %%files"
 
-#: lib/poptBT.c:160
+#: lib/poptBT.c:158
 #, fuzzy
 msgid "build source and binary packages from <specfile>"
 msgstr "izgradi izvorni in binarni paket iz datoteke s specifikacijami"
 
-#: lib/poptBT.c:163
+#: lib/poptBT.c:161
 #, fuzzy
 msgid "build binary package only from <specfile>"
 msgstr "izgradi binarni paket iz datoteke .spec"
 
-#: lib/poptBT.c:166
+#: lib/poptBT.c:164
 #, fuzzy
 msgid "build source package only from <specfile>"
 msgstr "izgradi izvorni paket iz datoteke .spec"
 
-#: lib/poptBT.c:170
+#: lib/poptBT.c:168
 #, fuzzy, c-format
 msgid "build through %prep (unpack sources and apply patches) from <tarball>"
 msgstr "priprava (razpakiraj izvorno kodo in uporabi popravke)"
 
-#: lib/poptBT.c:171 lib/poptBT.c:174 lib/poptBT.c:177 lib/poptBT.c:180
-#: lib/poptBT.c:183 lib/poptBT.c:186 lib/poptBT.c:189
+#: lib/poptBT.c:169 lib/poptBT.c:172 lib/poptBT.c:175 lib/poptBT.c:178
+#: lib/poptBT.c:181 lib/poptBT.c:184 lib/poptBT.c:187
 msgid "<tarball>"
 msgstr ""
 
-#: lib/poptBT.c:173
+#: lib/poptBT.c:171
 #, fuzzy
 msgid "build through %build (%prep, then compile) from <tarball>"
 msgstr "paket izgradi prek stopnje %%prep iz arhiva tar"
 
-#: lib/poptBT.c:176
+#: lib/poptBT.c:174
 #, fuzzy
 msgid "build through %install (%prep, %build, then install) from <tarball>"
 msgstr "paket izgradi prek stopnje %%install iz arhiva tar"
 
-#: lib/poptBT.c:179
+#: lib/poptBT.c:177
 #, fuzzy, c-format
 msgid "verify %files section from <tarball>"
 msgstr "preverjanje dela %%files iz arhiva tar"
 
-#: lib/poptBT.c:182
+#: lib/poptBT.c:180
 #, fuzzy
 msgid "build source and binary packages from <tarball>"
 msgstr "iz arhiva tar izgradi izvorni in binarni paket"
 
-#: lib/poptBT.c:185
+#: lib/poptBT.c:183
 #, fuzzy
 msgid "build binary package only from <tarball>"
 msgstr "iz arhiva tar izgradi binarni paket"
 
-#: lib/poptBT.c:188
+#: lib/poptBT.c:186
 #, fuzzy
 msgid "build source package only from <tarball>"
 msgstr "iz arhiva tar izgradi izvorni paket"
 
-#: lib/poptBT.c:192
+#: lib/poptBT.c:190
 #, fuzzy
 msgid "build binary package from <source package>"
 msgstr "binarni paket izgradi iz izvornega"
 
-#: lib/poptBT.c:193 lib/poptBT.c:196
+#: lib/poptBT.c:191 lib/poptBT.c:194
 #, fuzzy
 msgid "<source package>"
 msgstr "ni paketov\n"
 
-#: lib/poptBT.c:195
+#: lib/poptBT.c:193
 #, fuzzy
 msgid ""
 "build through %install (%prep, %build, then install) from <source package>"
 msgstr "izgradnja prek stopnje %%install iz izvornega paketa"
 
-#: lib/poptBT.c:199
+#: lib/poptBT.c:197
 msgid "override build root"
 msgstr "brez upo¹tevanja vrhnjega imenika izgradnje"
 
-#: lib/poptBT.c:203 rpmdb/poptDB.c:32
+#: lib/poptBT.c:201 rpmdb/poptDB.c:29
 msgid "generate headers compatible with rpm4 packaging"
 msgstr ""
 
-#: lib/poptBT.c:205
+#: lib/poptBT.c:203
 msgid "ignore ExcludeArch: directives from spec file"
 msgstr ""
 
-#: lib/poptBT.c:207
+#: lib/poptBT.c:205
 #, fuzzy
 msgid "debug file state machine"
 msgstr "okvarjeno stanje datoteke: %s"
 
-#: lib/poptBT.c:209
+#: lib/poptBT.c:207
 msgid "do not execute any stages of the build"
 msgstr "brez izvajanja katerekoli od stopenj izgradnje"
 
-#: lib/poptBT.c:211
+#: lib/poptBT.c:209
 #, fuzzy
 msgid "do not verify build dependencies"
 msgstr "brez preverjanja soodvisnosti paketa"
 
-#: lib/poptBT.c:213
+#: lib/poptBT.c:211
 msgid "generate package header(s) compatible with (legacy) rpm[23] packaging"
 msgstr ""
 
-#: lib/poptBT.c:216
+#: lib/poptBT.c:214
 #, fuzzy
 msgid "do not accept i18N msgstr's from specfile"
 msgstr "brez sprejemanja internacionaliziranih katalogov iz datoteke spec"
 
-#: lib/poptBT.c:220
+#: lib/poptBT.c:218
 msgid "remove specfile when done"
 msgstr "po zakljuèku odstrani datoteko s specifikacijami"
 
-#: lib/poptBT.c:226
+#: lib/poptBT.c:224
 msgid "override target platform"
 msgstr "brez upo¹tevanja strojnega okolja ciljnega sistema"
 
-#: lib/poptBT.c:228
+#: lib/poptBT.c:226
 #, fuzzy
 msgid "lookup i18N strings in specfile catalog"
 msgstr "upo¹tevanje internacionalizirana sporoèila v katalogu spec"
@@ -2953,110 +2953,110 @@ msgstr ""
 msgid "unknown error %d encountered while manipulating package %s"
 msgstr "neznana napaka %d ob rokovanju s paketom %s-%s-%s"
 
-#: lib/psm.c:313
+#: lib/psm.c:315
 msgid "========== relocations\n"
 msgstr ""
 
-#: lib/psm.c:317
+#: lib/psm.c:319
 #, fuzzy, c-format
 msgid "%5d exclude  %s\n"
 msgstr "OS je izkljuèen: %s"
 
-#: lib/psm.c:320
+#: lib/psm.c:322
 #, fuzzy, c-format
 msgid "%5d relocate %s -> %s\n"
 msgstr "premikanje %s v %s\n"
 
-#: lib/psm.c:390
+#: lib/psm.c:392
 #, fuzzy, c-format
 msgid "excluding multilib path %s%s\n"
 msgstr "izkljuèevanje datoteke %s%s\n"
 
-#: lib/psm.c:456
+#: lib/psm.c:458
 #, fuzzy, c-format
 msgid "excluding %s %s\n"
 msgstr "izkljuèevanje datoteke %s%s\n"
 
-#: lib/psm.c:466
+#: lib/psm.c:468
 #, c-format
 msgid "relocating %s to %s\n"
 msgstr "premikanje %s v %s\n"
 
-#: lib/psm.c:545
+#: lib/psm.c:547
 #, c-format
 msgid "relocating directory %s to %s\n"
 msgstr "premiokanje imenika %s v %s\n"
 
-#: lib/psm.c:1168
+#: lib/psm.c:1170
 #, fuzzy, c-format
 msgid "cannot create %%%s %s\n"
 msgstr "ni mo¾no ustvariti %s: %s\n"
 
-#: lib/psm.c:1174
+#: lib/psm.c:1176
 #, fuzzy, c-format
 msgid "cannot write to %%%s %s\n"
 msgstr "pisanje na %s ni mo¾no"
 
-#: lib/psm.c:1212
+#: lib/psm.c:1214
 #, fuzzy
 msgid "source package expected, binary found\n"
 msgstr "prièakovan je bil izvorni paket, najden binarni"
 
-#: lib/psm.c:1323
+#: lib/psm.c:1325
 #, fuzzy
 msgid "source package contains no .spec file\n"
 msgstr "izvorni paket ne vsebuje datoteke .spec"
 
-#: lib/psm.c:1430
+#: lib/psm.c:1432
 #, fuzzy, c-format
 msgid "%s: running %s scriptlet\n"
 msgstr "poganjanje ponamestitvenih skript (èe obstajajo)\n"
 
-#: lib/psm.c:1598
+#: lib/psm.c:1600
 #, 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:1605
+#: lib/psm.c:1607
 #, 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:1952
+#: lib/psm.c:1954
 #, 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:2069
+#: lib/psm.c:2071
 #, c-format
 msgid "%s: %s scriptlet failed (%d), skipping %s-%s-%s\n"
 msgstr ""
 
-#: lib/psm.c:2184
+#: lib/psm.c:2186
 #, fuzzy, c-format
 msgid "user %s does not exist - using root\n"
 msgstr "uporabnik %s ne obstaja - uporabljam root"
 
-#: lib/psm.c:2193
+#: lib/psm.c:2195
 #, fuzzy, c-format
 msgid "group %s does not exist - using root\n"
 msgstr "skupina %s ne obstaja - uporabljam root"
 
-#: lib/psm.c:2234
+#: lib/psm.c:2236
 #, 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:2235
+#: lib/psm.c:2237
 msgid " on file "
 msgstr " za datoteko "
 
-#: lib/psm.c:2421
+#: lib/psm.c:2423
 #, fuzzy, c-format
 msgid "%s failed on file %s: %s\n"
 msgstr "neuspe¹no odpiranje %s: %s\n"
 
-#: lib/psm.c:2424
+#: lib/psm.c:2426
 #, fuzzy, c-format
 msgid "%s failed: %s\n"
 msgstr "%s neuspe¹en"
@@ -3461,218 +3461,218 @@ msgstr "Ni mo
 msgid "Unable to open %s for reading: %s.\n"
 msgstr "%s ni mo¾no odpreti za branje: %s."
 
-#: lib/signature.c:114
+#: lib/signature.c:115
 msgid "file is not regular -- skipping size check\n"
 msgstr "datoteka ni navadna datoteka -- preskakujemo preverjanje velikosti\n"
 
-#: lib/signature.c:123
+#: lib/signature.c:124
 #, c-format
 msgid "Expected size: %12d = lead(%d)+sigs(%d)+pad(%d)+data(%d)\n"
 msgstr ""
 
-#: lib/signature.c:128
+#: lib/signature.c:129
 #, fuzzy, c-format
 msgid "  Actual size: %12d\n"
 msgstr "Dol¾. podpisa : %d\n"
 
-#: lib/signature.c:148
+#: lib/signature.c:149
 msgid "No signature\n"
 msgstr "Podpis manjka\n"
 
-#: lib/signature.c:152
+#: lib/signature.c:153
 msgid "Old PGP signature\n"
 msgstr "Stari podpis PGP\n"
 
-#: lib/signature.c:165
+#: lib/signature.c:166
 #, fuzzy
 msgid "Old (internal-only) signature!  How did you get that!?\n"
 msgstr "Podpis v (interni) stari obliki! Kje ste ga dobili?"
 
-#: lib/signature.c:221
+#: lib/signature.c:222
 #, fuzzy, c-format
 msgid "Signature: size(%d)+pad(%d)\n"
 msgstr "Dol¾. podpisa : %d\n"
 
-#: lib/signature.c:284
+#: lib/signature.c:285
 #, fuzzy, c-format
 msgid "Couldn't exec pgp (%s)\n"
 msgstr "Ni mo¾no pognati pgp (%s)"
 
-#: lib/signature.c:297
+#: lib/signature.c:298
 #, fuzzy
 msgid "pgp failed\n"
 msgstr "pgp je bil neuspe¹en"
 
 #. PGP failed to write signature
 #. Just in case
-#: lib/signature.c:304
+#: lib/signature.c:305
 #, fuzzy
 msgid "pgp failed to write signature\n"
 msgstr "pgp je bil neuspe¹en pri zapisu podpisa"
 
-#: lib/signature.c:309
+#: lib/signature.c:310
 #, c-format
 msgid "PGP sig size: %d\n"
 msgstr "Dol¾. podpisa PGP: %d\n"
 
-#: lib/signature.c:324 lib/signature.c:411
+#: lib/signature.c:325 lib/signature.c:412
 #, fuzzy
 msgid "unable to read the signature\n"
 msgstr "branje podpisa je bilo neuspe¹no"
 
-#: lib/signature.c:329
+#: lib/signature.c:330
 #, c-format
 msgid "Got %d bytes of PGP sig\n"
 msgstr "Prebrano %d bajtov podpisa PGP\n"
 
-#: lib/signature.c:371 lib/signature.c:501
+#: lib/signature.c:372 lib/signature.c:502
 #, fuzzy
 msgid "Couldn't exec gpg\n"
 msgstr "Ni mo¾no pognati gpg"
 
-#: lib/signature.c:384
+#: lib/signature.c:385
 #, fuzzy
 msgid "gpg failed\n"
 msgstr "gpg je bil neuspe¹en"
 
 #. GPG failed to write signature
 #. Just in case
-#: lib/signature.c:391
+#: lib/signature.c:392
 #, fuzzy
 msgid "gpg failed to write signature\n"
 msgstr "gpg je boil neuspe¹en pri zapisu podpisa"
 
-#: lib/signature.c:396
+#: lib/signature.c:397
 #, c-format
 msgid "GPG sig size: %d\n"
 msgstr "Dol¾. podpisa GnuPG: %d\n"
 
-#: lib/signature.c:416
+#: lib/signature.c:417
 #, c-format
 msgid "Got %d bytes of GPG sig\n"
 msgstr "Prebrano %d bajtov podpisa GnuPG\n"
 
-#: lib/signature.c:444
+#: lib/signature.c:445
 msgid "Generating signature using PGP.\n"
 msgstr "Ustvarjanje podpisa s PGP.\n"
 
-#: lib/signature.c:450
+#: lib/signature.c:451
 msgid "Generating signature using GPG.\n"
 msgstr "Ustvarjanje podpisa z GnuPG.\n"
 
-#: lib/signature.c:530
+#: lib/signature.c:531
 #, fuzzy
 msgid "Couldn't exec pgp\n"
 msgstr "Ni mo¾no pognati pgp"
 
 #. @notreached@
 #. This case should have been screened out long ago.
-#: lib/signature.c:534 lib/signature.c:587
+#: lib/signature.c:535 lib/signature.c:588
 #, fuzzy, c-format
 msgid "Invalid %%_signature spec in macro file\n"
 msgstr "Neveljaven %%_signature v makro-datoteki.\n"
 
-#: lib/signature.c:567
+#: lib/signature.c:568
 #, fuzzy, c-format
 msgid "You must set \"%%_gpg_name\" in your macro file\n"
 msgstr "V makrodatoteki morate nastaviti \"%%_pgp_name\""
 
-#: lib/signature.c:579
+#: lib/signature.c:580
 #, fuzzy, c-format
 msgid "You must set \"%%_pgp_name\" in your macro file\n"
 msgstr "V makrodatoteki morate nastaviti \"%%_pgp_name\""
 
-#: lib/transaction.c:308
+#: lib/transaction.c:309
 #, c-format
 msgid "%s skipped due to missingok flag\n"
 msgstr "%s preskoèen zaradi manjkajoèe zastavice OK\n"
 
 #. @innercontinue@
-#: lib/transaction.c:936
+#: lib/transaction.c:937
 #, c-format
 msgid "excluding directory %s\n"
 msgstr "izkljuèevanje imenika %s\n"
 
-#: lib/verify.c:240
+#: lib/verify.c:242
 #, fuzzy
 msgid "package lacks both user name and id lists (this should never happen)\n"
 msgstr ""
 "v paketu manjka tako seznam uporabnikov kot identitet (to se ne sme zgoditi)"
 
-#: lib/verify.c:261
+#: lib/verify.c:263
 #, fuzzy
 msgid "package lacks both group name and id lists (this should never happen)\n"
 msgstr ""
 "v paketu manjka tako seznam skupin kot identitet (to se ne sme zgoditi)"
 
-#: lib/verify.c:398
+#: lib/verify.c:400
 #, fuzzy, c-format
 msgid "missing    %s"
 msgstr "manjka     %s\n"
 
-#: lib/verify.c:495
+#: lib/verify.c:497
 #, 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:101 rpmdb/db3.c:100
+#: rpmdb/db1.c:100 rpmdb/db3.c:100
 #, fuzzy, c-format
 msgid "db%d error(%d) from %s: %s\n"
 msgstr "db%d napaka(%d)"
 
-#: rpmdb/db1.c:104 rpmdb/db3.c:103
+#: rpmdb/db1.c:103 rpmdb/db3.c:103
 #, fuzzy, c-format
 msgid "db%d error(%d): %s\n"
 msgstr "db%d napaka(%d)"
 
-#: rpmdb/db1.c:171
+#: rpmdb/db1.c:170
 #, c-format
 msgid ""
 "Broken package chain at offset %d(0x%08x), attempting to reconnect ...\n"
 msgstr ""
 
-#: rpmdb/db1.c:183
+#: rpmdb/db1.c:182
 #, c-format
 msgid "Reconnecting broken chain at offset %d(0x%08x).\n"
 msgstr ""
 
 #. @=branchstate@
-#: rpmdb/db1.c:509
+#: rpmdb/db1.c:508
 #, c-format
 msgid "closed  db file        %s\n"
 msgstr "zaprta datoteka db       %s\n"
 
-#: rpmdb/db1.c:512
+#: rpmdb/db1.c:511
 #, fuzzy, c-format
 msgid "removed db file        %s\n"
 msgstr "odstranjena datoteka db        %s\n"
 
-#: rpmdb/db1.c:547
+#: rpmdb/db1.c:546
 #, fuzzy, c-format
 msgid "bad db file %s\n"
 msgstr "po¹kodovana zbirka podatkov %s"
 
-#: rpmdb/db1.c:552
+#: 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:575
+#: 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:576 rpmdb/db3.c:1213
+#: rpmdb/db1.c:575 rpmdb/db3.c:1213
 msgid "exclusive"
 msgstr "izkljuèujoèe"
 
-#: rpmdb/db1.c:576 rpmdb/db3.c:1213
+#: rpmdb/db1.c:575 rpmdb/db3.c:1213
 msgid "shared"
 msgstr "skupno"
 
@@ -3752,56 +3752,56 @@ msgstr ""
 "Èe \"rpm --rebuilddb\" ne re¹i problema, so dodatne informacije na voljo\n"
 "na strani http://www.rpm.org ali po dopisni listi rpm-list@redhat.com.\n"
 
-#: rpmdb/poptDB.c:22
+#: rpmdb/poptDB.c:19
 msgid "initialize database"
 msgstr ""
 
-#: rpmdb/poptDB.c:24
+#: rpmdb/poptDB.c:21
 #, fuzzy
 msgid "rebuild database inverted lists from installed package headers"
 msgstr "ponovno izgradi zbirko iz obstojeèih glav"
 
-#: rpmdb/poptDB.c:29
+#: rpmdb/poptDB.c:26
 msgid "generate headers compatible with (legacy) rpm[23] packaging"
 msgstr ""
 
 #. @-modfilesys@
-#: rpmdb/rpmdb.c:130
+#: rpmdb/rpmdb.c:126
 #, c-format
 msgid "dbiTagsInit: unrecognized tag name: \"%s\" ignored\n"
 msgstr "dbiTagsInit: neprepoznano ime znaèke: \"%s\" prezrto\n"
 
-#: rpmdb/rpmdb.c:384
+#: rpmdb/rpmdb.c:380
 #, 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:406
+#: rpmdb/rpmdb.c:402
 #, fuzzy, c-format
 msgid "cannot open %s index\n"
 msgstr "ni mo¾no odpreti kazala %s:"
 
-#: rpmdb/rpmdb.c:498
+#: 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:629
+#: rpmdb/rpmdb.c:625
 #, fuzzy, c-format
 msgid "error(%d) storing record %s into %s\n"
 msgstr "napaka(%d) pri pisanju zapisa %s v %s"
 
-#: rpmdb/rpmdb.c:639
+#: rpmdb/rpmdb.c:635
 #, fuzzy, c-format
 msgid "error(%d) removing record %s from %s\n"
 msgstr "napaka(%d) pri brisanju zapisa %s iz %s"
 
-#: rpmdb/rpmdb.c:893
+#: rpmdb/rpmdb.c:889
 #, fuzzy
 msgid "no dbpath has been set\n"
 msgstr "dbpath ni nastavljena"
 
-#: rpmdb/rpmdb.c:1032
+#: rpmdb/rpmdb.c:1028
 #, fuzzy
 msgid ""
 "old format database is present; use --rebuilddb to generate a new format "
@@ -3810,117 +3810,117 @@ msgstr ""
 "da bi staro obliko zbirke podatkov pretvorili v novo po¾enite --rebuilddb"
 
 #. error
-#: rpmdb/rpmdb.c:1277
+#: rpmdb/rpmdb.c:1273
 #, fuzzy, c-format
 msgid "error(%d) counting packages\n"
 msgstr "napaka(%d) pri ¹tetju paketov"
 
-#: rpmdb/rpmdb.c:2061 rpmdb/rpmdb.c:3276
+#: rpmdb/rpmdb.c:2057 rpmdb/rpmdb.c:3310
 #, 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:2114
+#: rpmdb/rpmdb.c:2110
 #, c-format
 msgid "rpmdb: damaged header instance #%u retrieved, skipping.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2384
+#: rpmdb/rpmdb.c:2380
 #, 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:2456
+#: rpmdb/rpmdb.c:2452
 #, fuzzy, c-format
 msgid "removing \"%s\" from %s index.\n"
 msgstr "odstranjevanje \"%s\" iz kazala %s.\n"
 
-#: rpmdb/rpmdb.c:2465
+#: rpmdb/rpmdb.c:2461
 #, fuzzy, c-format
 msgid "removing %d entries from %s index.\n"
 msgstr "odstranjevanje %d vnosov iz kazala %s\n"
 
-#: rpmdb/rpmdb.c:2666
+#: rpmdb/rpmdb.c:2662
 #, fuzzy, c-format
 msgid "error(%d) allocating new package instance\n"
 msgstr "napaka(%d) pri iskanju paketa %s\n"
 
-#: rpmdb/rpmdb.c:2747
+#: rpmdb/rpmdb.c:2743
 #, fuzzy, c-format
 msgid "adding \"%s\" to %s index.\n"
 msgstr "dodajanje \"%s\" v kazalo %s.\n"
 
-#: rpmdb/rpmdb.c:2758
+#: rpmdb/rpmdb.c:2754
 #, fuzzy, c-format
 msgid "adding %d entries to %s index.\n"
 msgstr "dodajanje %d vnosov v kazalo %s.\n"
 
-#: rpmdb/rpmdb.c:3162
+#: rpmdb/rpmdb.c:3196
 #, c-format
 msgid "removing %s after successful db3 rebuild.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3195
+#: rpmdb/rpmdb.c:3229
 msgid "no dbpath has been set"
 msgstr "dbpath ni nastavljena"
 
-#: rpmdb/rpmdb.c:3222
+#: rpmdb/rpmdb.c:3256
 #, c-format
 msgid "rebuilding database %s into %s\n"
 msgstr "ponovna izgradnja podatkovne zbirke %s v %s\n"
 
-#: rpmdb/rpmdb.c:3226
+#: rpmdb/rpmdb.c:3260
 #, fuzzy, c-format
 msgid "temporary database %s already exists\n"
 msgstr "zaèasna podatkovna zbirka %s ¾e obstaja"
 
-#: rpmdb/rpmdb.c:3232
+#: rpmdb/rpmdb.c:3266
 #, fuzzy, c-format
 msgid "creating directory %s\n"
 msgstr "ustvarjanje imenika: %s\n"
 
-#: rpmdb/rpmdb.c:3234
+#: rpmdb/rpmdb.c:3268
 #, fuzzy, c-format
 msgid "creating directory %s: %s\n"
 msgstr "ustvarjanje imenika: %s\n"
 
-#: rpmdb/rpmdb.c:3241
+#: rpmdb/rpmdb.c:3275
 #, fuzzy, c-format
 msgid "opening old database with dbapi %d\n"
 msgstr "odpiranje stare podatkovne zbirke\n"
 
-#: rpmdb/rpmdb.c:3252
+#: rpmdb/rpmdb.c:3286
 #, fuzzy, c-format
 msgid "opening new database with dbapi %d\n"
 msgstr "odpiramo nove podatkovne zbirke z dbapi %d\n"
 
-#: rpmdb/rpmdb.c:3316
+#: rpmdb/rpmdb.c:3350
 #, fuzzy, c-format
 msgid "cannot add record originally at %u\n"
 msgstr "zapisa ni mo¾no dodati na %d"
 
-#: rpmdb/rpmdb.c:3334
+#: rpmdb/rpmdb.c:3368
 #, 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:3342
+#: rpmdb/rpmdb.c:3376
 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:3344
+#: rpmdb/rpmdb.c:3378
 #, 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:3354
+#: rpmdb/rpmdb.c:3388
 #, fuzzy, c-format
 msgid "removing directory %s\n"
 msgstr "odstranjevanje imenika: %s\n"
 
-#: rpmdb/rpmdb.c:3356
+#: rpmdb/rpmdb.c:3390
 #, c-format
 msgid "failed to remove directory %s: %s\n"
 msgstr "neuspe¹na odstranitev imenika %s: %s\n"
index 4e795da..920b3bb 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-20 18:27-0400\n"
+"POT-Creation-Date: 2001-10-21 17:21-0400\n"
 "Content-Type: text/plain; charset=\n"
 "Date: 1998-05-02 21:41:47-0400\n"
 
@@ -742,15 +742,15 @@ msgstr "binarni paket (priprema, kompilacija, instalacija, pakovanje)"
 msgid "bin/src package (prep, compile, install, package)"
 msgstr "bin/src paket (priprema, kompilacija, instalacija, pakovanje)"
 
-#: lib/poptBT.c:222 rpm.c:523
+#: lib/poptBT.c:220 rpm.c:523
 msgid "skip straight to specified stage (only for c,i)"
 msgstr "idi pravo do odreðene faze (samo za k,i)"
 
-#: lib/poptBT.c:201 rpm.c:525
+#: lib/poptBT.c:199 rpm.c:525
 msgid "remove build tree when done"
 msgstr "ukloni stablo direktorijuma po zavr¹etku"
 
-#: lib/poptBT.c:218 rpm.c:527
+#: lib/poptBT.c:216 rpm.c:527
 #, fuzzy
 msgid "remove sources when done"
 msgstr "ukloni izvorne datoteke i datoteku specifikacije po zavr¹etku"
@@ -760,7 +760,7 @@ msgstr "ukloni izvorne datoteke i datoteku specifikacije po zavr
 msgid "remove spec file when done"
 msgstr "ukloni izvorne datoteke i datoteku specifikacije po zavr¹etku"
 
-#: lib/poptBT.c:224 rpm.c:531
+#: lib/poptBT.c:222 rpm.c:531
 #, fuzzy
 msgid "generate PGP/GPG signature"
 msgstr "napravi PGP potpis"
@@ -859,7 +859,7 @@ msgstr "uveri se da postoji ispravna baza podataka"
 msgid "rebuild database from existing database"
 msgstr "rekreiraj bazu podataka iz postojeæe baze"
 
-#: rpm.c:565 rpmdb/poptDB.c:27
+#: rpm.c:565 rpmdb/poptDB.c:24
 #, fuzzy
 msgid "verify database files"
 msgstr "upit nad %s neuspeo\n"
@@ -1294,7 +1294,7 @@ msgstr "nedostaje specifikacije za kreiranje"
 msgid "no tar files given for build"
 msgstr "nedostaju 'tar' datoteke za kreiranje"
 
-#: build/build.c:125 build/pack.c:471
+#: build/build.c:125 build/pack.c:466
 #, fuzzy
 msgid "Unable to open temp file.\n"
 msgstr "Ne mogu da otvorim %s za èitanje: %s"
@@ -1375,181 +1375,181 @@ msgstr ""
 msgid "syntax error in expression\n"
 msgstr "oèekivan znak ? u izrazu"
 
-#: build/files.c:274
+#: build/files.c:270
 #, c-format
 msgid "TIMECHECK failure: %s\n"
 msgstr ""
 
-#: build/files.c:333 build/files.c:525 build/files.c:708
+#: build/files.c:329 build/files.c:521 build/files.c:704
 #, fuzzy, c-format
 msgid "Missing '(' in %s %s\n"
 msgstr "nedostaje { posle %"
 
-#: build/files.c:344 build/files.c:650 build/files.c:719
+#: build/files.c:340 build/files.c:646 build/files.c:715
 #, fuzzy, c-format
 msgid "Missing ')' in %s(%s\n"
 msgstr "nedostaje ':' na %s:%d"
 
-#: build/files.c:382 build/files.c:675
+#: build/files.c:378 build/files.c:671
 #, fuzzy, c-format
 msgid "Invalid %s token: %s\n"
 msgstr "pogre¹an broj paketa: %s\n"
 
-#: build/files.c:488
+#: build/files.c:484
 #, fuzzy, c-format
 msgid "Missing %s in %s %s\n"
 msgstr "nedostaje { posle %"
 
-#: build/files.c:541
+#: build/files.c:537
 #, c-format
 msgid "Non-white space follows %s(): %s\n"
 msgstr ""
 
-#: build/files.c:579
+#: build/files.c:575
 #, fuzzy, c-format
 msgid "Bad syntax: %s(%s)\n"
 msgstr "Neuspelo èitanje %s: %s."
 
-#: build/files.c:589
+#: build/files.c:585
 #, fuzzy, c-format
 msgid "Bad mode spec: %s(%s)\n"
 msgstr "Neuspelo èitanje %s: %s."
 
-#: build/files.c:601
+#: build/files.c:597
 #, fuzzy, c-format
 msgid "Bad dirmode spec: %s(%s)\n"
 msgstr "Neuspelo èitanje %s: %s."
 
-#: build/files.c:746
+#: build/files.c:742
 #, c-format
 msgid "Unusual locale length: \"%.*s\" in %%lang(%s)\n"
 msgstr ""
 
 #. @innercontinue@
-#: build/files.c:757
+#: build/files.c:753
 #, c-format
 msgid "Duplicate locale %.*s in %%lang(%s)\n"
 msgstr ""
 
-#: build/files.c:908
+#: build/files.c:904
 #, c-format
 msgid "Hit limit for %%docdir\n"
 msgstr ""
 
-#: build/files.c:914
+#: build/files.c:910
 #, c-format
 msgid "Only one arg for %%docdir\n"
 msgstr ""
 
 #. We already got a file -- error
-#: build/files.c:942
+#: build/files.c:938
 #, fuzzy, c-format
 msgid "Two files on one line: %s\n"
 msgstr "neuspelo otvaranje %s: %s"
 
-#: build/files.c:957
+#: build/files.c:953
 #, fuzzy, c-format
 msgid "File must begin with \"/\": %s\n"
 msgstr "preme¹tanja moraju poèeti znakom '/'"
 
-#: build/files.c:970
+#: build/files.c:966
 #, 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:1147
+#: build/files.c:1143
 #, fuzzy, c-format
 msgid "File listed twice: %s\n"
 msgstr "Neuspelo èitanje %s: %s."
 
-#: build/files.c:1282
+#: build/files.c:1278
 #, c-format
 msgid "Symlink points to BuildRoot: %s -> %s\n"
 msgstr ""
 
-#: build/files.c:1488
+#: build/files.c:1484
 #, fuzzy, c-format
 msgid "File doesn't match prefix (%s): %s\n"
 msgstr "Neuspelo èitanje %s: %s."
 
-#: build/files.c:1512
+#: build/files.c:1508
 #, fuzzy, c-format
 msgid "File not found: %s\n"
 msgstr "Datoteka nije pronaðena na serveru"
 
-#: build/files.c:1555 build/files.c:2167 build/parsePrep.c:50
+#: build/files.c:1551 build/files.c:2163 build/parsePrep.c:50
 #, c-format
 msgid "Bad owner/group: %s\n"
 msgstr ""
 
-#: build/files.c:1567
+#: build/files.c:1563
 #, fuzzy, c-format
 msgid "File %4d: %07o %s.%s\t %s\n"
 msgstr "neuspelo otvaranje %s: %s"
 
-#: build/files.c:1671
+#: build/files.c:1667
 #, fuzzy, c-format
 msgid "File needs leading \"/\": %s\n"
 msgstr "preme¹tanja moraju poèeti znakom '/'"
 
-#: build/files.c:1694
+#: build/files.c:1690
 #, fuzzy, c-format
 msgid "Glob not permitted: %s\n"
 msgstr "paket %s nije naveden u %s"
 
-#: build/files.c:1709
+#: build/files.c:1705
 #, fuzzy, c-format
 msgid "File not found by glob: %s\n"
 msgstr "Datoteka nije pronaðena na serveru"
 
-#: build/files.c:1771
+#: build/files.c:1767
 #, 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:1782 build/pack.c:150
+#: build/files.c:1778 build/pack.c:145
 #, fuzzy, c-format
 msgid "line: %s\n"
 msgstr "neuspelo otvaranje %s: %s"
 
-#: build/files.c:2155
+#: build/files.c:2151
 #, 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:2229
+#: build/files.c:2225
 #, fuzzy, c-format
 msgid "Couldn't exec %s: %s\n"
 msgstr "Ne mogu da izvr¹im PGP"
 
-#: build/files.c:2234
+#: build/files.c:2230
 #, fuzzy, c-format
 msgid "Couldn't fork %s: %s\n"
 msgstr "Ne mogu da proèitam 'sigtarget'"
 
-#: build/files.c:2318
+#: build/files.c:2314
 #, fuzzy, c-format
 msgid "%s failed\n"
 msgstr "PGP omanuo"
 
-#: build/files.c:2322
+#: build/files.c:2318
 #, fuzzy, c-format
 msgid "failed to write all data to %s\n"
 msgstr "neuspelo kreiranje %s\n"
 
-#: build/files.c:2458
+#: build/files.c:2454
 #, c-format
 msgid "Finding  %s: (using %s)...\n"
 msgstr ""
 
-#: build/files.c:2484 build/files.c:2498
+#: build/files.c:2480 build/files.c:2494
 #, fuzzy, c-format
 msgid "Failed to find %s:\n"
 msgstr "neuspelo kreiranje %s\n"
 
-#: build/files.c:2619
+#: build/files.c:2615
 #, fuzzy, c-format
 msgid "Processing files: %s-%s-%s\n"
 msgstr "neuspelo otvaranje %s: %s"
@@ -1583,156 +1583,156 @@ msgstr ""
 msgid "Could not canonicalize hostname: %s\n"
 msgstr ""
 
-#: build/pack.c:83
+#: build/pack.c:78
 #, fuzzy, c-format
 msgid "create archive failed on file %s: %s\n"
 msgstr "neuspelo otvaranje %s: %s"
 
-#: build/pack.c:86
+#: build/pack.c:81
 #, fuzzy, c-format
 msgid "create archive failed: %s\n"
 msgstr "neuspelo otvaranje %s: %s"
 
-#: build/pack.c:108
+#: build/pack.c:103
 #, fuzzy, c-format
 msgid "cpio_copy write failed: %s\n"
 msgstr "neuspelo èitanje: %s (%d)"
 
-#: build/pack.c:115
+#: build/pack.c:110
 #, fuzzy, c-format
 msgid "cpio_copy read failed: %s\n"
 msgstr "neuspelo èitanje: %s (%d)"
 
-#: build/pack.c:218
+#: build/pack.c:213
 #, fuzzy, c-format
 msgid "Could not open PreIn file: %s\n"
 msgstr "gre¹ka: ne mogu da otvorim datoteku %s\n"
 
-#: build/pack.c:225
+#: build/pack.c:220
 #, fuzzy, c-format
 msgid "Could not open PreUn file: %s\n"
 msgstr "gre¹ka: ne mogu da otvorim datoteku %s\n"
 
-#: build/pack.c:232
+#: build/pack.c:227
 #, fuzzy, c-format
 msgid "Could not open PostIn file: %s\n"
 msgstr "gre¹ka: ne mogu da otvorim datoteku %s\n"
 
-#: build/pack.c:239
+#: build/pack.c:234
 #, fuzzy, c-format
 msgid "Could not open PostUn file: %s\n"
 msgstr "gre¹ka: ne mogu da otvorim datoteku %s\n"
 
-#: build/pack.c:247
+#: build/pack.c:242
 #, fuzzy, c-format
 msgid "Could not open VerifyScript file: %s\n"
 msgstr "gre¹ka: ne mogu da otvorim datoteku %s\n"
 
-#: build/pack.c:262
+#: build/pack.c:257
 #, fuzzy, c-format
 msgid "Could not open Trigger script file: %s\n"
 msgstr "gre¹ka: ne mogu da otvorim datoteku %s\n"
 
-#: build/pack.c:290
+#: build/pack.c:285
 #, fuzzy, c-format
 msgid "readRPM: open %s: %s\n"
 msgstr "neuspelo otvaranje %s: %s"
 
-#: build/pack.c:300
+#: build/pack.c:295
 #, fuzzy, c-format
 msgid "readRPM: read %s: %s\n"
 msgstr "Neuspelo èitanje %s: %s."
 
-#: build/pack.c:309 build/pack.c:513
+#: build/pack.c:304 build/pack.c:508
 #, fuzzy, c-format
 msgid "%s: Fseek failed: %s\n"
 msgstr "%s: Neuspeo 'readLead'\n"
 
-#: build/pack.c:325
+#: build/pack.c:320
 #, fuzzy, c-format
 msgid "readRPM: %s is not an RPM package\n"
 msgstr "gre¹ka: èini se da %s nije RPM paket\n"
 
-#: build/pack.c:334
+#: build/pack.c:329
 #, fuzzy, c-format
 msgid "readRPM: reading header from %s\n"
 msgstr "gre¹ka kod uzimanja sloga %s iz %s"
 
-#: build/pack.c:459
+#: build/pack.c:454
 #, fuzzy
 msgid "Unable to create immutable header region.\n"
 msgstr "Ne mogu da upi¹em %s"
 
-#: build/pack.c:477
+#: build/pack.c:472
 #, fuzzy
 msgid "Unable to write temp header\n"
 msgstr "Ne mogu da upi¹em %s"
 
-#: build/pack.c:485
+#: build/pack.c:480
 msgid "Bad CSA data\n"
 msgstr ""
 
-#: build/pack.c:520
+#: build/pack.c:515
 #, fuzzy
 msgid "Unable to write final header\n"
 msgstr "Ne mogu da upi¹em %s"
 
-#: build/pack.c:538
+#: build/pack.c:533
 #, fuzzy, c-format
 msgid "Generating signature: %d\n"
 msgstr "napravi PGP potpis"
 
-#: build/pack.c:551
+#: build/pack.c:546
 #, fuzzy
 msgid "Unable to reload signature header.\n"
 msgstr "Ne mogu da upi¹em %s"
 
-#: build/pack.c:559
+#: build/pack.c:554
 #, fuzzy, c-format
 msgid "Could not open %s: %s\n"
 msgstr "neuspelo otvaranje %s\n"
 
-#: build/pack.c:595 lib/psm.c:2147
+#: build/pack.c:590 lib/psm.c:2149
 #, fuzzy, c-format
 msgid "Unable to write package: %s\n"
 msgstr "Ne mogu da upi¹em %s"
 
-#: build/pack.c:610
+#: build/pack.c:605
 #, fuzzy, c-format
 msgid "Unable to open sigtarget %s: %s\n"
 msgstr "Ne mogu da upi¹em %s"
 
-#: build/pack.c:620
+#: build/pack.c:615
 #, fuzzy, c-format
 msgid "Unable to read header from %s: %s\n"
 msgstr "Ne mogu da upi¹em %s"
 
-#: build/pack.c:634
+#: build/pack.c:629
 #, fuzzy, c-format
 msgid "Unable to write header to %s: %s\n"
 msgstr "Ne mogu da upi¹em %s"
 
-#: build/pack.c:644
+#: build/pack.c:639
 #, fuzzy, c-format
 msgid "Unable to read payload from %s: %s\n"
 msgstr "Ne mogu da upi¹em %s"
 
-#: build/pack.c:650
+#: build/pack.c:645
 #, fuzzy, c-format
 msgid "Unable to write payload to %s: %s\n"
 msgstr "Ne mogu da upi¹em %s"
 
-#: build/pack.c:675 lib/psm.c:2413
+#: build/pack.c:670 lib/psm.c:2415
 #, c-format
 msgid "Wrote: %s\n"
 msgstr ""
 
-#: build/pack.c:742
+#: build/pack.c:737
 #, c-format
 msgid "Could not generate output filename for package %s: %s\n"
 msgstr ""
 
-#: build/pack.c:759
+#: build/pack.c:754
 #, fuzzy, c-format
 msgid "cannot create %s: %s\n"
 msgstr "Ne mogu da otvorim datoteku %s: "
@@ -2144,72 +2144,72 @@ msgid " failed - "
 msgstr "PGP omanuo"
 
 #. XXX legacy epoch-less requires/conflicts compatibility
-#: lib/depends.c:582
+#: lib/depends.c:559
 #, c-format
 msgid ""
 "the \"B\" dependency needs an epoch (assuming same as \"A\")\n"
 "\tA %s\tB %s\n"
 msgstr ""
 
-#: lib/depends.c:611
+#: lib/depends.c:588
 #, c-format
 msgid "  %s    A %s\tB %s\n"
 msgstr ""
 
-#: lib/depends.c:612 lib/depends.c:1248 lib/depends.c:1381
+#: lib/depends.c:589 lib/depends.c:1225 lib/depends.c:1358
 msgid "YES"
 msgstr ""
 
-#: lib/depends.c:612 lib/depends.c:1248 lib/depends.c:1381
+#: lib/depends.c:589 lib/depends.c:1225 lib/depends.c:1358
 msgid "NO "
 msgstr ""
 
-#: lib/depends.c:1042
+#: lib/depends.c:1019
 #, c-format
 msgid "%s: %-45s YES (added files)\n"
 msgstr ""
 
-#: lib/depends.c:1153
+#: lib/depends.c:1130
 #, c-format
 msgid "%s: %-45s YES (added provide)\n"
 msgstr ""
 
-#: lib/depends.c:1247
+#: lib/depends.c:1224
 #, fuzzy, c-format
 msgid "%s: %-45s %-s (cached)\n"
 msgstr "datoteka %s ne pripada nijednom paketu\n"
 
-#: lib/depends.c:1276
+#: lib/depends.c:1253
 #, c-format
 msgid "%s: %-45s YES (rpmrc provides)\n"
 msgstr ""
 
-#: lib/depends.c:1293
+#: lib/depends.c:1270
 #, fuzzy, c-format
 msgid "%s: %-45s YES (rpmlib provides)\n"
 msgstr "datoteka %s ne pripada nijednom paketu\n"
 
-#: lib/depends.c:1317
+#: lib/depends.c:1294
 #, c-format
 msgid "%s: %-45s YES (db files)\n"
 msgstr ""
 
-#: lib/depends.c:1330
+#: lib/depends.c:1307
 #, c-format
 msgid "%s: %-45s YES (db provides)\n"
 msgstr ""
 
-#: lib/depends.c:1344
+#: lib/depends.c:1321
 #, fuzzy, c-format
 msgid "%s: %-45s YES (db package)\n"
 msgstr "datoteka %s ne pripada nijednom paketu\n"
 
-#: lib/depends.c:1360
+#: lib/depends.c:1337
 #, c-format
 msgid "%s: %-45s NO\n"
 msgstr ""
 
-#: lib/depends.c:1381
+#: lib/depends.c:1358
 #, fuzzy, c-format
 msgid "%s: (%s, %s) added to Depends cache.\n"
 msgstr "datoteka %s ne pripada nijednom paketu\n"
@@ -2217,42 +2217,42 @@ msgstr "datoteka %s ne pripada nijednom paketu\n"
 #. requirements are satisfied.
 #. @switchbreak@
 #. requirements are not satisfied.
-#: lib/depends.c:1454
+#: lib/depends.c:1431
 #, 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:1533
+#: lib/depends.c:1510
 #, fuzzy, c-format
 msgid "package %s conflicts: %s\n"
 msgstr "paket %s nije naveden u %s"
 
-#: lib/depends.c:1786
+#: lib/depends.c:1763
 #, 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:1936
+#: lib/depends.c:1913
 msgid "========== recording tsort relations\n"
 msgstr ""
 
 #. T4. Scan for zeroes.
-#: lib/depends.c:1996
+#: lib/depends.c:1973
 msgid ""
 "========== tsorting packages (order, #predecessors, #succesors, depth)\n"
 msgstr ""
 
-#: lib/depends.c:2046
+#: lib/depends.c:2023
 msgid "========== successors only (presentation order)\n"
 msgstr ""
 
-#: lib/depends.c:2099
+#: lib/depends.c:2076
 msgid "LOOP:\n"
 msgstr ""
 
-#: lib/depends.c:2129
+#: lib/depends.c:2106
 msgid "========== continuing tsort ...\n"
 msgstr ""
 
@@ -2346,7 +2346,7 @@ msgid "dataLength() RPM_STRING_TYPE count must be 1.\n"
 msgstr ""
 
 #. @-modfilesys@
-#: lib/header.c:351 lib/header_internal.c:161 lib/psm.c:971
+#: lib/header.c:351 lib/header_internal.c:161 lib/psm.c:973
 #, c-format
 msgid "Data type %d not supported\n"
 msgstr ""
@@ -2428,166 +2428,166 @@ msgstr "| o
 msgid "(unknown type)"
 msgstr "(nepoznat tip)"
 
-#: lib/misc.c:241 lib/misc.c:246 lib/misc.c:252
+#: lib/misc.c:243 lib/misc.c:248 lib/misc.c:254
 #, fuzzy, c-format
 msgid "error creating temporary file %s\n"
 msgstr "gre¹ka kod kreiranja direktorijuma %s: %s"
 
-#: lib/package.c:162
+#: lib/package.c:163
 #, fuzzy
 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:228
+#: lib/package.c:229
 #, fuzzy
 msgid ""
 "only packaging with major numbers <= 4 is supported by this version of RPM\n"
 msgstr "samo paketi sa glavnim brojevima <= 3 su podr¾ani u ovoj verziji RPM-a"
 
-#: lib/poptBT.c:118
+#: lib/poptBT.c:116
 #, fuzzy, c-format
 msgid "buildroot already specified, ignoring %s\n"
 msgstr "Neuspelo èitanje %s: %s."
 
-#: lib/poptBT.c:148
+#: lib/poptBT.c:146
 #, fuzzy, c-format
 msgid "build through %prep (unpack sources and apply patches) from <specfile>"
 msgstr "priprema (raspakuj izvorne datoteke i primeni zakrpe)"
 
-#: lib/poptBT.c:149 lib/poptBT.c:152 lib/poptBT.c:155 lib/poptBT.c:158
-#: lib/poptBT.c:161 lib/poptBT.c:164 lib/poptBT.c:167
+#: lib/poptBT.c:147 lib/poptBT.c:150 lib/poptBT.c:153 lib/poptBT.c:156
+#: lib/poptBT.c:159 lib/poptBT.c:162 lib/poptBT.c:165
 msgid "<specfile>"
 msgstr ""
 
-#: lib/poptBT.c:151
+#: lib/poptBT.c:149
 msgid "build through %build (%prep, then compile) from <specfile>"
 msgstr ""
 
-#: lib/poptBT.c:154
+#: lib/poptBT.c:152
 #, fuzzy
 msgid "build through %install (%prep, %build, then install) from <specfile>"
 msgstr "instaliraj paket"
 
-#: lib/poptBT.c:157
+#: lib/poptBT.c:155
 #, fuzzy, c-format
 msgid "verify %files section from <specfile>"
 msgstr "upit nad paketom koji ima <datoteku>"
 
-#: lib/poptBT.c:160
+#: lib/poptBT.c:158
 #, fuzzy
 msgid "build source and binary packages from <specfile>"
 msgstr "grupa %s ne sadr¾i nijedan paket\n"
 
-#: lib/poptBT.c:163
+#: lib/poptBT.c:161
 #, fuzzy
 msgid "build binary package only from <specfile>"
 msgstr "upit nad paketom koji ima <datoteku>"
 
-#: lib/poptBT.c:166
+#: lib/poptBT.c:164
 #, fuzzy
 msgid "build source package only from <specfile>"
 msgstr "upit nad paketom koji ima <datoteku>"
 
-#: lib/poptBT.c:170
+#: lib/poptBT.c:168
 #, fuzzy, c-format
 msgid "build through %prep (unpack sources and apply patches) from <tarball>"
 msgstr "priprema (raspakuj izvorne datoteke i primeni zakrpe)"
 
-#: lib/poptBT.c:171 lib/poptBT.c:174 lib/poptBT.c:177 lib/poptBT.c:180
-#: lib/poptBT.c:183 lib/poptBT.c:186 lib/poptBT.c:189
+#: lib/poptBT.c:169 lib/poptBT.c:172 lib/poptBT.c:175 lib/poptBT.c:178
+#: lib/poptBT.c:181 lib/poptBT.c:184 lib/poptBT.c:187
 msgid "<tarball>"
 msgstr ""
 
-#: lib/poptBT.c:173
+#: lib/poptBT.c:171
 msgid "build through %build (%prep, then compile) from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:176
+#: lib/poptBT.c:174
 msgid "build through %install (%prep, %build, then install) from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:179
+#: lib/poptBT.c:177
 #, fuzzy, c-format
 msgid "verify %files section from <tarball>"
 msgstr "upit nad paketom koji ima <datoteku>"
 
-#: lib/poptBT.c:182
+#: lib/poptBT.c:180
 #, fuzzy
 msgid "build source and binary packages from <tarball>"
 msgstr "grupa %s ne sadr¾i nijedan paket\n"
 
-#: lib/poptBT.c:185
+#: lib/poptBT.c:183
 #, fuzzy
 msgid "build binary package only from <tarball>"
 msgstr "grupa %s ne sadr¾i nijedan paket\n"
 
-#: lib/poptBT.c:188
+#: lib/poptBT.c:186
 #, fuzzy
 msgid "build source package only from <tarball>"
 msgstr "napravi pakete za operativni sistem <os>"
 
-#: lib/poptBT.c:192
+#: lib/poptBT.c:190
 #, fuzzy
 msgid "build binary package from <source package>"
 msgstr "binarni paket (priprema, kompilacija, instalacija, pakovanje)"
 
-#: lib/poptBT.c:193 lib/poptBT.c:196
+#: lib/poptBT.c:191 lib/poptBT.c:194
 #, fuzzy
 msgid "<source package>"
 msgstr "upit nad svim paketima"
 
-#: lib/poptBT.c:195
+#: lib/poptBT.c:193
 #, fuzzy
 msgid ""
 "build through %install (%prep, %build, then install) from <source package>"
 msgstr "instaliraj paket"
 
-#: lib/poptBT.c:199
+#: lib/poptBT.c:197
 #, fuzzy
 msgid "override build root"
 msgstr "koristi <dir> kao korenski katalog kod kreiranja"
 
-#: lib/poptBT.c:203 rpmdb/poptDB.c:32
+#: lib/poptBT.c:201 rpmdb/poptDB.c:29
 msgid "generate headers compatible with rpm4 packaging"
 msgstr ""
 
-#: lib/poptBT.c:205
+#: lib/poptBT.c:203
 msgid "ignore ExcludeArch: directives from spec file"
 msgstr ""
 
-#: lib/poptBT.c:207
+#: lib/poptBT.c:205
 #, fuzzy
 msgid "debug file state machine"
 msgstr "neuspelo otvaranje %s: %s"
 
-#: lib/poptBT.c:209
+#: lib/poptBT.c:207
 #, fuzzy
 msgid "do not execute any stages of the build"
 msgstr "nemoj izvr¹iti nijednu fazu"
 
-#: lib/poptBT.c:211
+#: lib/poptBT.c:209
 #, fuzzy
 msgid "do not verify build dependencies"
 msgstr "nemoj proveravati zavisnosti paketa"
 
-#: lib/poptBT.c:213
+#: lib/poptBT.c:211
 msgid "generate package header(s) compatible with (legacy) rpm[23] packaging"
 msgstr ""
 
-#: lib/poptBT.c:216
+#: lib/poptBT.c:214
 msgid "do not accept i18N msgstr's from specfile"
 msgstr ""
 
-#: lib/poptBT.c:220
+#: lib/poptBT.c:218
 #, fuzzy
 msgid "remove specfile when done"
 msgstr "ukloni izvorne datoteke i datoteku specifikacije po zavr¹etku"
 
-#: lib/poptBT.c:226
+#: lib/poptBT.c:224
 msgid "override target platform"
 msgstr ""
 
-#: lib/poptBT.c:228
+#: lib/poptBT.c:226
 msgid "lookup i18N strings in specfile catalog"
 msgstr ""
 
@@ -2940,109 +2940,109 @@ msgstr "paket %s-%s-%s sadr
 msgid "unknown error %d encountered while manipulating package %s"
 msgstr ""
 
-#: lib/psm.c:313
+#: lib/psm.c:315
 msgid "========== relocations\n"
 msgstr ""
 
-#: lib/psm.c:317
+#: lib/psm.c:319
 #, fuzzy, c-format
 msgid "%5d exclude  %s\n"
 msgstr "Pribavljam %s\n"
 
-#: lib/psm.c:320
+#: lib/psm.c:322
 #, fuzzy, c-format
 msgid "%5d relocate %s -> %s\n"
 msgstr "Ne mogu da otvorim datoteku %s: "
 
-#: lib/psm.c:390
+#: lib/psm.c:392
 #, fuzzy, c-format
 msgid "excluding multilib path %s%s\n"
 msgstr "Pribavljam %s\n"
 
-#: lib/psm.c:456
+#: lib/psm.c:458
 #, fuzzy, c-format
 msgid "excluding %s %s\n"
 msgstr "Pribavljam %s\n"
 
-#: lib/psm.c:466
+#: lib/psm.c:468
 #, c-format
 msgid "relocating %s to %s\n"
 msgstr ""
 
-#: lib/psm.c:545
+#: lib/psm.c:547
 #, fuzzy, c-format
 msgid "relocating directory %s to %s\n"
 msgstr "gre¹ka kod kreiranja direktorijuma %s: %s"
 
-#: lib/psm.c:1168
+#: lib/psm.c:1170
 #, fuzzy, c-format
 msgid "cannot create %%%s %s\n"
 msgstr "Ne mogu da otvorim datoteku %s: "
 
-#: lib/psm.c:1174
+#: lib/psm.c:1176
 #, fuzzy, c-format
 msgid "cannot write to %%%s %s\n"
 msgstr "Ne mogu da otvorim datoteku %s: "
 
-#: lib/psm.c:1212
+#: lib/psm.c:1214
 msgid "source package expected, binary found\n"
 msgstr ""
 
-#: lib/psm.c:1323
+#: lib/psm.c:1325
 #, fuzzy
 msgid "source package contains no .spec file\n"
 msgstr "upit nad paketom koji ima <datoteku>"
 
-#: lib/psm.c:1430
+#: lib/psm.c:1432
 #, fuzzy, c-format
 msgid "%s: running %s scriptlet\n"
 msgstr "nemoj izvr¹iti nijednu fazu"
 
-#: lib/psm.c:1598
+#: lib/psm.c:1600
 #, 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:1605
+#: lib/psm.c:1607
 #, 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:1952
+#: lib/psm.c:1954
 #, 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:2069
+#: lib/psm.c:2071
 #, c-format
 msgid "%s: %s scriptlet failed (%d), skipping %s-%s-%s\n"
 msgstr ""
 
-#: lib/psm.c:2184
+#: lib/psm.c:2186
 #, c-format
 msgid "user %s does not exist - using root\n"
 msgstr ""
 
-#: lib/psm.c:2193
+#: lib/psm.c:2195
 #, fuzzy, c-format
 msgid "group %s does not exist - using root\n"
 msgstr "grupa %s ne sadr¾i nijedan paket\n"
 
-#: lib/psm.c:2234
+#: lib/psm.c:2236
 #, fuzzy, c-format
 msgid "unpacking of archive failed%s%s: %s\n"
 msgstr "neuspelo otvaranje %s: %s\n"
 
-#: lib/psm.c:2235
+#: lib/psm.c:2237
 msgid " on file "
 msgstr ""
 
-#: lib/psm.c:2421
+#: lib/psm.c:2423
 #, fuzzy, c-format
 msgid "%s failed on file %s: %s\n"
 msgstr "neuspelo otvaranje %s: %s"
 
-#: lib/psm.c:2424
+#: lib/psm.c:2426
 #, fuzzy, c-format
 msgid "%s failed: %s\n"
 msgstr "PGP omanuo"
@@ -3451,218 +3451,218 @@ msgstr ""
 msgid "Unable to open %s for reading: %s.\n"
 msgstr "Ne mogu da otvorim %s za èitanje: %s"
 
-#: lib/signature.c:114
+#: lib/signature.c:115
 msgid "file is not regular -- skipping size check\n"
 msgstr ""
 
-#: lib/signature.c:123
+#: lib/signature.c:124
 #, c-format
 msgid "Expected size: %12d = lead(%d)+sigs(%d)+pad(%d)+data(%d)\n"
 msgstr ""
 
-#: lib/signature.c:128
+#: lib/signature.c:129
 #, c-format
 msgid "  Actual size: %12d\n"
 msgstr ""
 
-#: lib/signature.c:148
+#: lib/signature.c:149
 #, fuzzy
 msgid "No signature\n"
 msgstr "%s: Potpis nije na raspolaganju\n"
 
-#: lib/signature.c:152
+#: lib/signature.c:153
 #, fuzzy
 msgid "Old PGP signature\n"
 msgstr "napravi PGP potpis"
 
-#: lib/signature.c:165
+#: lib/signature.c:166
 #, fuzzy
 msgid "Old (internal-only) signature!  How did you get that!?\n"
 msgstr "Stari (interni) potpis!  Odakle vam!?"
 
-#: lib/signature.c:221
+#: lib/signature.c:222
 #, c-format
 msgid "Signature: size(%d)+pad(%d)\n"
 msgstr ""
 
-#: lib/signature.c:284
+#: lib/signature.c:285
 #, fuzzy, c-format
 msgid "Couldn't exec pgp (%s)\n"
 msgstr "Ne mogu da izvr¹im PGP"
 
-#: lib/signature.c:297
+#: lib/signature.c:298
 #, fuzzy
 msgid "pgp failed\n"
 msgstr "PGP omanuo"
 
 #. PGP failed to write signature
 #. Just in case
-#: lib/signature.c:304
+#: lib/signature.c:305
 #, fuzzy
 msgid "pgp failed to write signature\n"
 msgstr "PGP nije uspeo da zapi¹e potpis"
 
-#: lib/signature.c:309
+#: lib/signature.c:310
 #, c-format
 msgid "PGP sig size: %d\n"
 msgstr ""
 
-#: lib/signature.c:324 lib/signature.c:411
+#: lib/signature.c:325 lib/signature.c:412
 #, fuzzy
 msgid "unable to read the signature\n"
 msgstr "ne mogu da proèitam potpis"
 
-#: lib/signature.c:329
+#: lib/signature.c:330
 #, c-format
 msgid "Got %d bytes of PGP sig\n"
 msgstr ""
 
-#: lib/signature.c:371 lib/signature.c:501
+#: lib/signature.c:372 lib/signature.c:502
 #, fuzzy
 msgid "Couldn't exec gpg\n"
 msgstr "Ne mogu da izvr¹im PGP"
 
-#: lib/signature.c:384
+#: lib/signature.c:385
 #, fuzzy
 msgid "gpg failed\n"
 msgstr "PGP omanuo"
 
 #. GPG failed to write signature
 #. Just in case
-#: lib/signature.c:391
+#: lib/signature.c:392
 #, fuzzy
 msgid "gpg failed to write signature\n"
 msgstr "PGP nije uspeo da zapi¹e potpis"
 
-#: lib/signature.c:396
+#: lib/signature.c:397
 #, c-format
 msgid "GPG sig size: %d\n"
 msgstr ""
 
-#: lib/signature.c:416
+#: lib/signature.c:417
 #, c-format
 msgid "Got %d bytes of GPG sig\n"
 msgstr ""
 
-#: lib/signature.c:444
+#: lib/signature.c:445
 #, fuzzy
 msgid "Generating signature using PGP.\n"
 msgstr "napravi PGP potpis"
 
-#: lib/signature.c:450
+#: lib/signature.c:451
 #, fuzzy
 msgid "Generating signature using GPG.\n"
 msgstr "napravi PGP potpis"
 
-#: lib/signature.c:530
+#: lib/signature.c:531
 #, fuzzy
 msgid "Couldn't exec pgp\n"
 msgstr "Ne mogu da izvr¹im PGP"
 
 #. @notreached@
 #. This case should have been screened out long ago.
-#: lib/signature.c:534 lib/signature.c:587
+#: lib/signature.c:535 lib/signature.c:588
 #, c-format
 msgid "Invalid %%_signature spec in macro file\n"
 msgstr ""
 
-#: lib/signature.c:567
+#: lib/signature.c:568
 #, fuzzy, c-format
 msgid "You must set \"%%_gpg_name\" in your macro file\n"
 msgstr "Morate podesiti \"pgp_name:\" u va¹oj rpmrc datoteci"
 
-#: lib/signature.c:579
+#: lib/signature.c:580
 #, fuzzy, c-format
 msgid "You must set \"%%_pgp_name\" in your macro file\n"
 msgstr "Morate podesiti \"pgp_name:\" u va¹oj rpmrc datoteci"
 
-#: lib/transaction.c:308
+#: lib/transaction.c:309
 #, c-format
 msgid "%s skipped due to missingok flag\n"
 msgstr ""
 
 #. @innercontinue@
-#: lib/transaction.c:936
+#: lib/transaction.c:937
 #, fuzzy, c-format
 msgid "excluding directory %s\n"
 msgstr "gre¹ka kod kreiranja direktorijuma %s: %s"
 
-#: lib/verify.c:240
+#: lib/verify.c:242
 msgid "package lacks both user name and id lists (this should never happen)\n"
 msgstr ""
 
-#: lib/verify.c:261
+#: lib/verify.c:263
 msgid "package lacks both group name and id lists (this should never happen)\n"
 msgstr ""
 
-#: lib/verify.c:398
+#: lib/verify.c:400
 #, fuzzy, c-format
 msgid "missing    %s"
 msgstr "nedostaje { posle %"
 
-#: lib/verify.c:495
+#: lib/verify.c:497
 #, 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:101 rpmdb/db3.c:100
+#: rpmdb/db1.c:100 rpmdb/db3.c:100
 #, c-format
 msgid "db%d error(%d) from %s: %s\n"
 msgstr ""
 
-#: rpmdb/db1.c:104 rpmdb/db3.c:103
+#: rpmdb/db1.c:103 rpmdb/db3.c:103
 #, c-format
 msgid "db%d error(%d): %s\n"
 msgstr ""
 
-#: rpmdb/db1.c:171
+#: rpmdb/db1.c:170
 #, c-format
 msgid ""
 "Broken package chain at offset %d(0x%08x), attempting to reconnect ...\n"
 msgstr ""
 
-#: rpmdb/db1.c:183
+#: rpmdb/db1.c:182
 #, c-format
 msgid "Reconnecting broken chain at offset %d(0x%08x).\n"
 msgstr ""
 
 #. @=branchstate@
-#: rpmdb/db1.c:509
+#: rpmdb/db1.c:508
 #, c-format
 msgid "closed  db file        %s\n"
 msgstr ""
 
-#: rpmdb/db1.c:512
+#: rpmdb/db1.c:511
 #, c-format
 msgid "removed db file        %s\n"
 msgstr ""
 
-#: rpmdb/db1.c:547
+#: rpmdb/db1.c:546
 #, fuzzy, c-format
 msgid "bad db file %s\n"
 msgstr "neuspelo otvaranje %s: %s"
 
-#: rpmdb/db1.c:552
+#: 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:575
+#: 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:576 rpmdb/db3.c:1213
+#: rpmdb/db1.c:575 rpmdb/db3.c:1213
 msgid "exclusive"
 msgstr "ekskluzivno"
 
-#: rpmdb/db1.c:576 rpmdb/db3.c:1213
+#: rpmdb/db1.c:575 rpmdb/db3.c:1213
 msgid "shared"
 msgstr "deljeno"
 
@@ -3736,170 +3736,170 @@ msgid ""
 "if \"rpm --rebuilddb\" fails to correct the problem.\n"
 msgstr ""
 
-#: rpmdb/poptDB.c:22
+#: rpmdb/poptDB.c:19
 msgid "initialize database"
 msgstr ""
 
-#: rpmdb/poptDB.c:24
+#: rpmdb/poptDB.c:21
 #, fuzzy
 msgid "rebuild database inverted lists from installed package headers"
 msgstr "rekreiraj bazu podataka iz postojeæe baze"
 
-#: rpmdb/poptDB.c:29
+#: rpmdb/poptDB.c:26
 msgid "generate headers compatible with (legacy) rpm[23] packaging"
 msgstr ""
 
 #. @-modfilesys@
-#: rpmdb/rpmdb.c:130
+#: rpmdb/rpmdb.c:126
 #, c-format
 msgid "dbiTagsInit: unrecognized tag name: \"%s\" ignored\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:384
+#: rpmdb/rpmdb.c:380
 #, fuzzy, c-format
 msgid "cannot open %s index using db%d - %s (%d)\n"
 msgstr "Ne mogu da otvorim datoteku %s: "
 
-#: rpmdb/rpmdb.c:406
+#: 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:498
+#: 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:629
+#: rpmdb/rpmdb.c:625
 #, fuzzy, c-format
 msgid "error(%d) storing record %s into %s\n"
 msgstr "gre¹ka zapisivanja sloga %s u %s"
 
-#: rpmdb/rpmdb.c:639
+#: rpmdb/rpmdb.c:635
 #, fuzzy, c-format
 msgid "error(%d) removing record %s from %s\n"
 msgstr "gre¹ka uklanjanja sloga %s u %s"
 
-#: rpmdb/rpmdb.c:893
+#: rpmdb/rpmdb.c:889
 #, fuzzy
 msgid "no dbpath has been set\n"
 msgstr "dbpath nije odreðen"
 
-#: rpmdb/rpmdb.c:1032
+#: rpmdb/rpmdb.c:1028
 msgid ""
 "old format database is present; use --rebuilddb to generate a new format "
 "database\n"
 msgstr ""
 
 #. error
-#: rpmdb/rpmdb.c:1277
+#: rpmdb/rpmdb.c:1273
 #, fuzzy, c-format
 msgid "error(%d) counting packages\n"
 msgstr "gre¹ka kod potrage za paketom %s\n"
 
-#: rpmdb/rpmdb.c:2061 rpmdb/rpmdb.c:3276
+#: rpmdb/rpmdb.c:2057 rpmdb/rpmdb.c:3310
 #, 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:2114
+#: rpmdb/rpmdb.c:2110
 #, c-format
 msgid "rpmdb: damaged header instance #%u retrieved, skipping.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2384
+#: rpmdb/rpmdb.c:2380
 #, 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:2456
+#: rpmdb/rpmdb.c:2452
 #, fuzzy, c-format
 msgid "removing \"%s\" from %s index.\n"
 msgstr "gre¹ka uklanjanja sloga %s u %s"
 
-#: rpmdb/rpmdb.c:2465
+#: rpmdb/rpmdb.c:2461
 #, fuzzy, c-format
 msgid "removing %d entries from %s index.\n"
 msgstr "gre¹ka uklanjanja sloga %s u %s"
 
-#: rpmdb/rpmdb.c:2666
+#: rpmdb/rpmdb.c:2662
 #, fuzzy, c-format
 msgid "error(%d) allocating new package instance\n"
 msgstr "gre¹ka kod potrage za paketom %s\n"
 
-#: rpmdb/rpmdb.c:2747
+#: rpmdb/rpmdb.c:2743
 #, c-format
 msgid "adding \"%s\" to %s index.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2758
+#: rpmdb/rpmdb.c:2754
 #, fuzzy, c-format
 msgid "adding %d entries to %s index.\n"
 msgstr "gre¹ka uklanjanja sloga %s u %s"
 
-#: rpmdb/rpmdb.c:3162
+#: rpmdb/rpmdb.c:3196
 #, c-format
 msgid "removing %s after successful db3 rebuild.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3195
+#: rpmdb/rpmdb.c:3229
 msgid "no dbpath has been set"
 msgstr "dbpath nije odreðen"
 
-#: rpmdb/rpmdb.c:3222
+#: rpmdb/rpmdb.c:3256
 #, fuzzy, c-format
 msgid "rebuilding database %s into %s\n"
 msgstr "rekreiraj bazu podataka iz postojeæe baze"
 
-#: rpmdb/rpmdb.c:3226
+#: rpmdb/rpmdb.c:3260
 #, fuzzy, c-format
 msgid "temporary database %s already exists\n"
 msgstr "privremena baza podataka %s veæ postoji"
 
-#: rpmdb/rpmdb.c:3232
+#: rpmdb/rpmdb.c:3266
 #, fuzzy, c-format
 msgid "creating directory %s\n"
 msgstr "gre¹ka kod kreiranja direktorijuma %s: %s"
 
-#: rpmdb/rpmdb.c:3234
+#: rpmdb/rpmdb.c:3268
 #, fuzzy, c-format
 msgid "creating directory %s: %s\n"
 msgstr "gre¹ka kod kreiranja direktorijuma %s: %s"
 
-#: rpmdb/rpmdb.c:3241
+#: rpmdb/rpmdb.c:3275
 #, fuzzy, c-format
 msgid "opening old database with dbapi %d\n"
 msgstr "rekreiraj bazu podataka iz postojeæe baze"
 
-#: rpmdb/rpmdb.c:3252
+#: rpmdb/rpmdb.c:3286
 #, fuzzy, c-format
 msgid "opening new database with dbapi %d\n"
 msgstr "rekreiraj bazu podataka iz postojeæe baze"
 
-#: rpmdb/rpmdb.c:3316
+#: rpmdb/rpmdb.c:3350
 #, fuzzy, c-format
 msgid "cannot add record originally at %u\n"
 msgstr "ne mogu da dodam slog originalno na %d"
 
-#: rpmdb/rpmdb.c:3334
+#: rpmdb/rpmdb.c:3368
 msgid "failed to rebuild database: original database remains in place\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3342
+#: rpmdb/rpmdb.c:3376
 msgid "failed to replace old database with new database!\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3344
+#: rpmdb/rpmdb.c:3378
 #, c-format
 msgid "replace files in %s with files from %s to recover"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3354
+#: rpmdb/rpmdb.c:3388
 #, fuzzy, c-format
 msgid "removing directory %s\n"
 msgstr "gre¹ka kod kreiranja direktorijuma %s: %s"
 
-#: rpmdb/rpmdb.c:3356
+#: rpmdb/rpmdb.c:3390
 #, fuzzy, c-format
 msgid "failed to remove directory %s: %s\n"
 msgstr "neuspelo otvaranje %s: %s"
index 26da008..94e74f5 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-20 18:27-0400\n"
+"POT-Creation-Date: 2001-10-21 17:21-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"
@@ -720,15 +720,15 @@ msgstr "bin
 msgid "bin/src package (prep, compile, install, package)"
 msgstr "binär- och källpaketera (förbered, kompilera, installera, paketera)"
 
-#: lib/poptBT.c:222 rpm.c:523
+#: lib/poptBT.c:220 rpm.c:523
 msgid "skip straight to specified stage (only for c,i)"
 msgstr "gå direkt till angivet steg (endast för c,i)"
 
-#: lib/poptBT.c:201 rpm.c:525
+#: lib/poptBT.c:199 rpm.c:525
 msgid "remove build tree when done"
 msgstr "ta bort tillverkningsträd efteråt"
 
-#: lib/poptBT.c:218 rpm.c:527
+#: lib/poptBT.c:216 rpm.c:527
 msgid "remove sources when done"
 msgstr "ta bort källkod efteråt"
 
@@ -736,7 +736,7 @@ msgstr "ta bort k
 msgid "remove spec file when done"
 msgstr "ta bort specfil efteråt"
 
-#: lib/poptBT.c:224 rpm.c:531
+#: lib/poptBT.c:222 rpm.c:531
 msgid "generate PGP/GPG signature"
 msgstr "tillverka en PGP/GPG-signatur"
 
@@ -828,7 +828,7 @@ msgstr "f
 msgid "rebuild database from existing database"
 msgstr "bygg om databasen från existerande databas"
 
-#: rpm.c:565 rpmdb/poptDB.c:27
+#: rpm.c:565 rpmdb/poptDB.c:24
 msgid "verify database files"
 msgstr "verifiera databasfiler"
 
@@ -1259,7 +1259,7 @@ msgstr "inga specfiler angivna f
 msgid "no tar files given for build"
 msgstr "inga tar-filer angivna för tillverkning"
 
-#: build/build.c:125 build/pack.c:471
+#: build/build.c:125 build/pack.c:466
 msgid "Unable to open temp file.\n"
 msgstr "Kan inte öppna temporär fil.\n"
 
@@ -1337,181 +1337,181 @@ msgstr "&& och || st
 msgid "syntax error in expression\n"
 msgstr "syntaxfel i uttryck\n"
 
-#: build/files.c:274
+#: build/files.c:270
 #, c-format
 msgid "TIMECHECK failure: %s\n"
 msgstr "TIMECHECK-fel: %s\n"
 
-#: build/files.c:333 build/files.c:525 build/files.c:708
+#: build/files.c:329 build/files.c:521 build/files.c:704
 #, c-format
 msgid "Missing '(' in %s %s\n"
 msgstr "Saknad \"(\" i %s %s\n"
 
-#: build/files.c:344 build/files.c:650 build/files.c:719
+#: build/files.c:340 build/files.c:646 build/files.c:715
 #, c-format
 msgid "Missing ')' in %s(%s\n"
 msgstr "Saknad \")\" i %s(%s\n"
 
-#: build/files.c:382 build/files.c:675
+#: build/files.c:378 build/files.c:671
 #, c-format
 msgid "Invalid %s token: %s\n"
 msgstr "Ogiltig %s token: %s\n"
 
-#: build/files.c:488
+#: build/files.c:484
 #, c-format
 msgid "Missing %s in %s %s\n"
 msgstr "Saknad %s i %s %s\n"
 
-#: build/files.c:541
+#: build/files.c:537
 #, c-format
 msgid "Non-white space follows %s(): %s\n"
 msgstr "Annat än blanktecken följer på %s(): %s\n"
 
-#: build/files.c:579
+#: build/files.c:575
 #, c-format
 msgid "Bad syntax: %s(%s)\n"
 msgstr "Felaktig syntax: %s(%s)\n"
 
-#: build/files.c:589
+#: build/files.c:585
 #, c-format
 msgid "Bad mode spec: %s(%s)\n"
 msgstr "Felaktig rättighetsspecifikation: %s(%s)\n"
 
-#: build/files.c:601
+#: build/files.c:597
 #, c-format
 msgid "Bad dirmode spec: %s(%s)\n"
 msgstr "Felaktig specifikation av katalogrättigheter: %s(%s)\n"
 
-#: build/files.c:746
+#: build/files.c:742
 #, c-format
 msgid "Unusual locale length: \"%.*s\" in %%lang(%s)\n"
 msgstr "Ovanlig lokallängd: \"%.*s\" i %%lang(%s)\n"
 
 #. @innercontinue@
-#: build/files.c:757
+#: build/files.c:753
 #, c-format
 msgid "Duplicate locale %.*s in %%lang(%s)\n"
 msgstr "Duplicerad lokal %.*s i %%lang(%s)\n"
 
-#: build/files.c:908
+#: build/files.c:904
 #, c-format
 msgid "Hit limit for %%docdir\n"
 msgstr "Slog i gränsen för %%docdir\n"
 
-#: build/files.c:914
+#: build/files.c:910
 #, 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:942
+#: build/files.c:938
 #, c-format
 msgid "Two files on one line: %s\n"
 msgstr "Två filer på en rad: %s\n"
 
-#: build/files.c:957
+#: build/files.c:953
 #, c-format
 msgid "File must begin with \"/\": %s\n"
 msgstr "Filnamn måste börja med \"/\": %s\n"
 
-#: build/files.c:970
+#: build/files.c:966
 #, 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:1147
+#: build/files.c:1143
 #, c-format
 msgid "File listed twice: %s\n"
 msgstr "Filen uppräknad två gånger: %s\n"
 
-#: build/files.c:1282
+#: build/files.c:1278
 #, c-format
 msgid "Symlink points to BuildRoot: %s -> %s\n"
 msgstr "Symbolisk länk pekar på BuildRoot: %s -> %s\n"
 
-#: build/files.c:1488
+#: build/files.c:1484
 #, c-format
 msgid "File doesn't match prefix (%s): %s\n"
 msgstr "Filen matchar inte prefixet (%s): %s\n"
 
-#: build/files.c:1512
+#: build/files.c:1508
 #, c-format
 msgid "File not found: %s\n"
 msgstr "Filen hittades inte: %s\n"
 
-#: build/files.c:1555 build/files.c:2167 build/parsePrep.c:50
+#: build/files.c:1551 build/files.c:2163 build/parsePrep.c:50
 #, c-format
 msgid "Bad owner/group: %s\n"
 msgstr "Felaktig ägare/grupp: %s\n"
 
-#: build/files.c:1567
+#: build/files.c:1563
 #, c-format
 msgid "File %4d: %07o %s.%s\t %s\n"
 msgstr "Fil %4d: %07o %s.%s\t %s\n"
 
-#: build/files.c:1671
+#: build/files.c:1667
 #, c-format
 msgid "File needs leading \"/\": %s\n"
 msgstr "Filen behöver inledande \"/\": %s\n"
 
-#: build/files.c:1694
+#: build/files.c:1690
 #, c-format
 msgid "Glob not permitted: %s\n"
 msgstr "Matchning inte tillåtet: %s\n"
 
-#: build/files.c:1709
+#: build/files.c:1705
 #, c-format
 msgid "File not found by glob: %s\n"
 msgstr "Hittade ingen fil vid matchningen: %s\n"
 
-#: build/files.c:1771
+#: build/files.c:1767
 #, c-format
 msgid "Could not open %%files file %s: %s\n"
 msgstr "Kunde inte öppna %%files-fil %s: %s\n"
 
-#: build/files.c:1782 build/pack.c:150
+#: build/files.c:1778 build/pack.c:145
 #, c-format
 msgid "line: %s\n"
 msgstr "rad: %s\n"
 
-#: build/files.c:2155
+#: build/files.c:2151
 #, 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:2229
+#: build/files.c:2225
 #, c-format
 msgid "Couldn't exec %s: %s\n"
 msgstr "Kunde inte köra %s: %s\n"
 
-#: build/files.c:2234
+#: build/files.c:2230
 #, c-format
 msgid "Couldn't fork %s: %s\n"
 msgstr "Kunde inte grena %s: %s\n"
 
-#: build/files.c:2318
+#: build/files.c:2314
 #, c-format
 msgid "%s failed\n"
 msgstr "%s misslyckades\n"
 
-#: build/files.c:2322
+#: build/files.c:2318
 #, c-format
 msgid "failed to write all data to %s\n"
 msgstr "kunde inte skriva all data till %s\n"
 
-#: build/files.c:2458
+#: build/files.c:2454
 #, c-format
 msgid "Finding  %s: (using %s)...\n"
 msgstr "Letar upp %s: (använder %s)...\n"
 
-#: build/files.c:2484 build/files.c:2498
+#: build/files.c:2480 build/files.c:2494
 #, c-format
 msgid "Failed to find %s:\n"
 msgstr "Misslyckades med att hitta %s:\n"
 
-#: build/files.c:2619
+#: build/files.c:2615
 #, c-format
 msgid "Processing files: %s-%s-%s\n"
 msgstr "Bearbetar filer: %s-%s-%s\n"
@@ -1545,152 +1545,152 @@ msgstr "getGidS: f
 msgid "Could not canonicalize hostname: %s\n"
 msgstr "Kunde inte kanonisera värdnamn: %s\n"
 
-#: build/pack.c:83
+#: build/pack.c:78
 #, c-format
 msgid "create archive failed on file %s: %s\n"
 msgstr "skapande av arkiv misslyckades vid fil %s: %s\n"
 
-#: build/pack.c:86
+#: build/pack.c:81
 #, c-format
 msgid "create archive failed: %s\n"
 msgstr "skapande av arkiv misslyckades: %s\n"
 
-#: build/pack.c:108
+#: build/pack.c:103
 #, c-format
 msgid "cpio_copy write failed: %s\n"
 msgstr "cpio_copy kunde inte skriva: %s\n"
 
-#: build/pack.c:115
+#: build/pack.c:110
 #, c-format
 msgid "cpio_copy read failed: %s\n"
 msgstr "cpio_copy kunde inte läsa: %s\n"
 
-#: build/pack.c:218
+#: build/pack.c:213
 #, c-format
 msgid "Could not open PreIn file: %s\n"
 msgstr "Kunde inte öppna PreIn-fil: %s\n"
 
-#: build/pack.c:225
+#: build/pack.c:220
 #, c-format
 msgid "Could not open PreUn file: %s\n"
 msgstr "Kunde inte öppna PreUn-fil: %s\n"
 
-#: build/pack.c:232
+#: build/pack.c:227
 #, c-format
 msgid "Could not open PostIn file: %s\n"
 msgstr "Kunde inte öppna PostIn-fil: %s\n"
 
-#: build/pack.c:239
+#: build/pack.c:234
 #, c-format
 msgid "Could not open PostUn file: %s\n"
 msgstr "Kunde inte öppna PostUn-fil: %s\n"
 
-#: build/pack.c:247
+#: build/pack.c:242
 #, c-format
 msgid "Could not open VerifyScript file: %s\n"
 msgstr "Kunde inte öppna VerifyScript-fil: %s\n"
 
-#: build/pack.c:262
+#: build/pack.c:257
 #, c-format
 msgid "Could not open Trigger script file: %s\n"
 msgstr "Kunde inte öppna Trigger-skriptfil: %s\n"
 
-#: build/pack.c:290
+#: build/pack.c:285
 #, c-format
 msgid "readRPM: open %s: %s\n"
 msgstr "readRPM: öppna %s: %s\n"
 
-#: build/pack.c:300
+#: build/pack.c:295
 #, c-format
 msgid "readRPM: read %s: %s\n"
 msgstr "readRPM: läs %s: %s\n"
 
-#: build/pack.c:309 build/pack.c:513
+#: build/pack.c:304 build/pack.c:508
 #, c-format
 msgid "%s: Fseek failed: %s\n"
 msgstr "%s: Fseek misslyckades: %s\n"
 
-#: build/pack.c:325
+#: build/pack.c:320
 #, c-format
 msgid "readRPM: %s is not an RPM package\n"
 msgstr "readRPM: %s är inte ett RPM-paket\n"
 
-#: build/pack.c:334
+#: build/pack.c:329
 #, c-format
 msgid "readRPM: reading header from %s\n"
 msgstr "readRPM: läser huvud från %s\n"
 
-#: build/pack.c:459
+#: build/pack.c:454
 msgid "Unable to create immutable header region.\n"
 msgstr "Kan inte skapa oföränderlig huvudregion.\n"
 
-#: build/pack.c:477
+#: build/pack.c:472
 msgid "Unable to write temp header\n"
 msgstr "Kan inte skriva temporärhuvud\n"
 
-#: build/pack.c:485
+#: build/pack.c:480
 msgid "Bad CSA data\n"
 msgstr "Felaktig CSA-data\n"
 
-#: build/pack.c:520
+#: build/pack.c:515
 msgid "Unable to write final header\n"
 msgstr "Kan inte skriva slutligt huvud\n"
 
-#: build/pack.c:538
+#: build/pack.c:533
 #, c-format
 msgid "Generating signature: %d\n"
 msgstr "Genererar signatur: %d\n"
 
-#: build/pack.c:551
+#: build/pack.c:546
 msgid "Unable to reload signature header.\n"
 msgstr "Kan inte läsa om signaturhuvud.\n"
 
-#: build/pack.c:559
+#: build/pack.c:554
 #, c-format
 msgid "Could not open %s: %s\n"
 msgstr "Kunde inte öppna %s: %s\n"
 
-#: build/pack.c:595 lib/psm.c:2147
+#: build/pack.c:590 lib/psm.c:2149
 #, c-format
 msgid "Unable to write package: %s\n"
 msgstr "Kunde inte skriva paket: %s\n"
 
-#: build/pack.c:610
+#: build/pack.c:605
 #, c-format
 msgid "Unable to open sigtarget %s: %s\n"
 msgstr "Kan inte läsa signaturen %s: %s\n"
 
-#: build/pack.c:620
+#: build/pack.c:615
 #, 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:634
+#: build/pack.c:629
 #, c-format
 msgid "Unable to write header to %s: %s\n"
 msgstr "Kan inte skriva huvud till %s: %s\n"
 
-#: build/pack.c:644
+#: build/pack.c:639
 #, 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:650
+#: build/pack.c:645
 #, c-format
 msgid "Unable to write payload to %s: %s\n"
 msgstr "Kan inte skriva last till %s: %s\n"
 
-#: build/pack.c:675 lib/psm.c:2413
+#: build/pack.c:670 lib/psm.c:2415
 #, c-format
 msgid "Wrote: %s\n"
 msgstr "Skrev: %s\n"
 
-#: build/pack.c:742
+#: build/pack.c:737
 #, 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:759
+#: build/pack.c:754
 #, c-format
 msgid "cannot create %s: %s\n"
 msgstr "kan inte skapa %s: %s\n"
@@ -2098,7 +2098,7 @@ msgid " failed - "
 msgstr " misslyckades - "
 
 #. XXX legacy epoch-less requires/conflicts compatibility
-#: lib/depends.c:582
+#: lib/depends.c:559
 #, 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:611
+#: lib/depends.c:588
 #, c-format
 msgid "  %s    A %s\tB %s\n"
 msgstr "  %s    A %s\tB %s\n"
 
-#: lib/depends.c:612 lib/depends.c:1248 lib/depends.c:1381
+#: lib/depends.c:589 lib/depends.c:1225 lib/depends.c:1358
 msgid "YES"
 msgstr "JA"
 
-#: lib/depends.c:612 lib/depends.c:1248 lib/depends.c:1381
+#: lib/depends.c:589 lib/depends.c:1225 lib/depends.c:1358
 msgid "NO "
 msgstr "NEJ "
 
-#: lib/depends.c:1042
+#: lib/depends.c:1019
 #, c-format
 msgid "%s: %-45s YES (added files)\n"
 msgstr "%s: %-45s JA (lade till filer)\n"
 
-#: lib/depends.c:1153
+#: lib/depends.c:1130
 #, c-format
 msgid "%s: %-45s YES (added provide)\n"
 msgstr "%s: %-45s JA (lade till tillhandahållande)\n"
 
-#: lib/depends.c:1247
+#: lib/depends.c:1224
 #, c-format
 msgid "%s: %-45s %-s (cached)\n"
 msgstr "%s: %-45s %-s (cachad)\n"
 
-#: lib/depends.c:1276
+#: lib/depends.c:1253
 #, c-format
 msgid "%s: %-45s YES (rpmrc provides)\n"
 msgstr "%s: %-45s JA (rpmrc tillhandahåller)\n"
 
-#: lib/depends.c:1293
+#: lib/depends.c:1270
 #, c-format
 msgid "%s: %-45s YES (rpmlib provides)\n"
 msgstr "%s: %-45s JA (rpmlib tillhandahåller)\n"
 
-#: lib/depends.c:1317
+#: lib/depends.c:1294
 #, c-format
 msgid "%s: %-45s YES (db files)\n"
 msgstr "%s: %-45s JA (db-filer)\n"
 
-#: lib/depends.c:1330
+#: lib/depends.c:1307
 #, c-format
 msgid "%s: %-45s YES (db provides)\n"
 msgstr "%s: %-45s JA (db-tillhandahållande)\n"
 
-#: lib/depends.c:1344
+#: lib/depends.c:1321
 #, c-format
 msgid "%s: %-45s YES (db package)\n"
 msgstr "%s: %-45s JA (db-paket)\n"
 
-#: lib/depends.c:1360
+#: lib/depends.c:1337
 #, c-format
 msgid "%s: %-45s NO\n"
 msgstr "%s: %-45s NEJ\n"
 
-#: lib/depends.c:1381
+#: lib/depends.c:1358
 #, c-format
 msgid "%s: (%s, %s) added to Depends cache.\n"
 msgstr "%s: (%s, %s) tillagt till beroendecachen.\n"
@@ -2173,43 +2173,43 @@ msgstr "%s: (%s, %s) tillagt till beroendecachen.\n"
 #. requirements are satisfied.
 #. @switchbreak@
 #. requirements are not satisfied.
-#: lib/depends.c:1454
+#: lib/depends.c:1431
 #, 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:1533
+#: lib/depends.c:1510
 #, c-format
 msgid "package %s conflicts: %s\n"
 msgstr "paket %s står i konflikt: %s\n"
 
-#: lib/depends.c:1786
+#: lib/depends.c:1763
 #, 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:1936
+#: lib/depends.c:1913
 msgid "========== recording tsort relations\n"
 msgstr "========== noterar alla relationer\n"
 
 #. T4. Scan for zeroes.
-#: lib/depends.c:1996
+#: lib/depends.c:1973
 msgid ""
 "========== tsorting packages (order, #predecessors, #succesors, depth)\n"
 msgstr ""
 "========== tsort:erar paket (ordning, #föregångare, #efterföljare, djup)\n"
 
-#: lib/depends.c:2046
+#: lib/depends.c:2023
 msgid "========== successors only (presentation order)\n"
 msgstr "========== endast efterföljare (presentationsordning)\n"
 
-#: lib/depends.c:2099
+#: lib/depends.c:2076
 msgid "LOOP:\n"
 msgstr "LOOP:\n"
 
-#: lib/depends.c:2129
+#: lib/depends.c:2106
 msgid "========== continuing tsort ...\n"
 msgstr "========== fortsätter med tsort ...\n"
 
@@ -2304,7 +2304,7 @@ 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:351 lib/header_internal.c:161 lib/psm.c:971
+#: lib/header.c:351 lib/header_internal.c:161 lib/psm.c:973
 #, c-format
 msgid "Data type %d not supported\n"
 msgstr "Datatyp %d stöds inte\n"
@@ -2384,155 +2384,155 @@ msgstr "| f
 msgid "(unknown type)"
 msgstr "(okänd typ)"
 
-#: lib/misc.c:241 lib/misc.c:246 lib/misc.c:252
+#: lib/misc.c:243 lib/misc.c:248 lib/misc.c:254
 #, c-format
 msgid "error creating temporary file %s\n"
 msgstr "fel när tämporärfil %s skapades\n"
 
-#: lib/package.c:162
+#: lib/package.c:163
 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:228
+#: lib/package.c:229
 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"
 
-#: lib/poptBT.c:118
+#: lib/poptBT.c:116
 #, c-format
 msgid "buildroot already specified, ignoring %s\n"
 msgstr "buildroot redan angett, ignorerar %s\n"
 
-#: lib/poptBT.c:148
+#: lib/poptBT.c:146
 #, c-format
 msgid "build through %prep (unpack sources and apply patches) from <specfile>"
 msgstr ""
 "bygg till %prep (packa upp källkod samt applicera patchar) från <specfil>"
 
-#: lib/poptBT.c:149 lib/poptBT.c:152 lib/poptBT.c:155 lib/poptBT.c:158
-#: lib/poptBT.c:161 lib/poptBT.c:164 lib/poptBT.c:167
+#: lib/poptBT.c:147 lib/poptBT.c:150 lib/poptBT.c:153 lib/poptBT.c:156
+#: lib/poptBT.c:159 lib/poptBT.c:162 lib/poptBT.c:165
 msgid "<specfile>"
 msgstr "<specfil>"
 
-#: lib/poptBT.c:151
+#: lib/poptBT.c:149
 msgid "build through %build (%prep, then compile) from <specfile>"
 msgstr "bygg till och med %build (%prep, sedan kompilera) från <specfil>"
 
-#: lib/poptBT.c:154
+#: lib/poptBT.c:152
 msgid "build through %install (%prep, %build, then install) from <specfile>"
 msgstr ""
 "bygg till och med %install (%prep, %build, sedan installera) från <specfil>"
 
-#: lib/poptBT.c:157
+#: lib/poptBT.c:155
 #, c-format
 msgid "verify %files section from <specfile>"
 msgstr "verifiera %files-sektionen i <specfil>"
 
-#: lib/poptBT.c:160
+#: lib/poptBT.c:158
 msgid "build source and binary packages from <specfile>"
 msgstr "bygg käll- och binärpaket från <specfil>"
 
-#: lib/poptBT.c:163
+#: lib/poptBT.c:161
 msgid "build binary package only from <specfile>"
 msgstr "bygg endast binärpaket från <specfil>"
 
-#: lib/poptBT.c:166
+#: lib/poptBT.c:164
 msgid "build source package only from <specfile>"
 msgstr "bygg endast källpaket från <specfil>"
 
-#: lib/poptBT.c:170
+#: lib/poptBT.c:168
 #, c-format
 msgid "build through %prep (unpack sources and apply patches) from <tarball>"
 msgstr ""
 "bygg till och med %prep (packa upp källkod samt applicera patchar) från <tar-"
 "arkiv>"
 
-#: lib/poptBT.c:171 lib/poptBT.c:174 lib/poptBT.c:177 lib/poptBT.c:180
-#: lib/poptBT.c:183 lib/poptBT.c:186 lib/poptBT.c:189
+#: lib/poptBT.c:169 lib/poptBT.c:172 lib/poptBT.c:175 lib/poptBT.c:178
+#: lib/poptBT.c:181 lib/poptBT.c:184 lib/poptBT.c:187
 msgid "<tarball>"
 msgstr "<tar-arkiv>"
 
-#: lib/poptBT.c:173
+#: lib/poptBT.c:171
 msgid "build through %build (%prep, then compile) from <tarball>"
 msgstr "bygg till och med %build (%prep, kompilera sedan) från <tar-arkiv>"
 
-#: lib/poptBT.c:176
+#: lib/poptBT.c:174
 msgid "build through %install (%prep, %build, then install) from <tarball>"
 msgstr ""
 "bygg till och med %install (%prep, %build, installera sedan) från <tar-arkiv>"
 
-#: lib/poptBT.c:179
+#: lib/poptBT.c:177
 #, c-format
 msgid "verify %files section from <tarball>"
 msgstr "verifiera %files-sektionen från <tar-arkiv>"
 
-#: lib/poptBT.c:182
+#: lib/poptBT.c:180
 msgid "build source and binary packages from <tarball>"
 msgstr "bygg käll- och binärpaket från <tar-arkiv>"
 
-#: lib/poptBT.c:185
+#: lib/poptBT.c:183
 msgid "build binary package only from <tarball>"
 msgstr "bygg endast binärpaket från <tar-arkiv>"
 
-#: lib/poptBT.c:188
+#: lib/poptBT.c:186
 msgid "build source package only from <tarball>"
 msgstr "bygg endast källpaket från <tar-arkiv>"
 
-#: lib/poptBT.c:192
+#: lib/poptBT.c:190
 msgid "build binary package from <source package>"
 msgstr "bygg binärpaket från <källpaket>"
 
-#: lib/poptBT.c:193 lib/poptBT.c:196
+#: lib/poptBT.c:191 lib/poptBT.c:194
 msgid "<source package>"
 msgstr "<källpaket>"
 
-#: lib/poptBT.c:195
+#: lib/poptBT.c:193
 msgid ""
 "build through %install (%prep, %build, then install) from <source package>"
 msgstr ""
 "bygg till och med %install (%prep, %build, installera sedan) från <källpaket>"
 
-#: lib/poptBT.c:199
+#: lib/poptBT.c:197
 msgid "override build root"
 msgstr "åsidosätt tillverkningsrot"
 
-#: lib/poptBT.c:203 rpmdb/poptDB.c:32
+#: lib/poptBT.c:201 rpmdb/poptDB.c:29
 msgid "generate headers compatible with rpm4 packaging"
 msgstr "generera huvuden kompatibla med rpm4-paketering"
 
-#: lib/poptBT.c:205
+#: lib/poptBT.c:203
 msgid "ignore ExcludeArch: directives from spec file"
 msgstr "ignorera ExcludeArch:-direktiv från specfil"
 
-#: lib/poptBT.c:207
+#: lib/poptBT.c:205
 msgid "debug file state machine"
 msgstr "felsök filtillståndsmaskin"
 
-#: lib/poptBT.c:209
+#: lib/poptBT.c:207
 msgid "do not execute any stages of the build"
 msgstr "utför inga steg i tillverkningen"
 
-#: lib/poptBT.c:211
+#: lib/poptBT.c:209
 msgid "do not verify build dependencies"
 msgstr "verifiera inte byggberoenden"
 
-#: lib/poptBT.c:213
+#: lib/poptBT.c:211
 msgid "generate package header(s) compatible with (legacy) rpm[23] packaging"
 msgstr "generera pakethuvud(en) kompatibla med (äldre) rpm[23]-paketering"
 
-#: lib/poptBT.c:216
+#: lib/poptBT.c:214
 msgid "do not accept i18N msgstr's from specfile"
 msgstr "acceptera inte översatta \"msgstr\" från specfilen"
 
-#: lib/poptBT.c:220
+#: lib/poptBT.c:218
 msgid "remove specfile when done"
 msgstr "ta bort specfil efteråt"
 
-#: lib/poptBT.c:226
+#: lib/poptBT.c:224
 msgid "override target platform"
 msgstr "åsidosätt målplattform"
 
-#: lib/poptBT.c:228
+#: lib/poptBT.c:226
 msgid "lookup i18N strings in specfile catalog"
 msgstr "slå upp översatta strängar i specfilkatalog"
 
@@ -2849,109 +2849,109 @@ 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:313
+#: lib/psm.c:315
 msgid "========== relocations\n"
 msgstr "========== omflyttningar\n"
 
-#: lib/psm.c:317
+#: lib/psm.c:319
 #, c-format
 msgid "%5d exclude  %s\n"
 msgstr "%5d utesluter  %s\n"
 
-#: lib/psm.c:320
+#: lib/psm.c:322
 #, c-format
 msgid "%5d relocate %s -> %s\n"
 msgstr "%5d flyttar om %s -> %s\n"
 
-#: lib/psm.c:390
+#: lib/psm.c:392
 #, c-format
 msgid "excluding multilib path %s%s\n"
 msgstr "hoppar över multilib-sökväg %s%s\n"
 
-#: lib/psm.c:456
+#: lib/psm.c:458
 #, c-format
 msgid "excluding %s %s\n"
 msgstr "hoppar över %s %s\n"
 
-#: lib/psm.c:466
+#: lib/psm.c:468
 #, c-format
 msgid "relocating %s to %s\n"
 msgstr "flyttar %s till %s\n"
 
-#: lib/psm.c:545
+#: lib/psm.c:547
 #, c-format
 msgid "relocating directory %s to %s\n"
 msgstr "flyttar katalogen %s till %s\n"
 
-#: lib/psm.c:1168
+#: lib/psm.c:1170
 #, c-format
 msgid "cannot create %%%s %s\n"
 msgstr "kan inte skapa %%%s %s\n"
 
-#: lib/psm.c:1174
+#: lib/psm.c:1176
 #, c-format
 msgid "cannot write to %%%s %s\n"
 msgstr "kan inte skriva till %%%s %s\n"
 
-#: lib/psm.c:1212
+#: lib/psm.c:1214
 msgid "source package expected, binary found\n"
 msgstr "källpaket förväntades, fann binärpaket\n"
 
-#: lib/psm.c:1323
+#: lib/psm.c:1325
 msgid "source package contains no .spec file\n"
 msgstr "källpaket innehåller ingen .spec-fil\n"
 
-#: lib/psm.c:1430
+#: lib/psm.c:1432
 #, fuzzy, c-format
 msgid "%s: running %s scriptlet\n"
 msgstr "%s: kör (eventuellt) %s-skript\n"
 
-#: lib/psm.c:1598
+#: lib/psm.c:1600
 #, 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:1605
+#: lib/psm.c:1607
 #, 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:1952
+#: lib/psm.c:1954
 #, 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:2069
+#: lib/psm.c:2071
 #, 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:2184
+#: lib/psm.c:2186
 #, c-format
 msgid "user %s does not exist - using root\n"
 msgstr "användare %s finns inte - använder root\n"
 
-#: lib/psm.c:2193
+#: lib/psm.c:2195
 #, c-format
 msgid "group %s does not exist - using root\n"
 msgstr "grupp %s finns inte - använder root\n"
 
-#: lib/psm.c:2234
+#: lib/psm.c:2236
 #, c-format
 msgid "unpacking of archive failed%s%s: %s\n"
 msgstr "uppackning av arkiv misslyckades%s%s: %s\n"
 
-#: lib/psm.c:2235
+#: lib/psm.c:2237
 msgid " on file "
 msgstr " vid fil "
 
-#: lib/psm.c:2421
+#: lib/psm.c:2423
 #, c-format
 msgid "%s failed on file %s: %s\n"
 msgstr "%s misslyckades på fil %s: %s\n"
 
-#: lib/psm.c:2424
+#: lib/psm.c:2426
 #, c-format
 msgid "%s failed: %s\n"
 msgstr "%s misslyckades: %s\n"
@@ -3353,211 +3353,211 @@ msgstr "Kan inte l
 msgid "Unable to open %s for reading: %s.\n"
 msgstr "Kan inte öppna %s för läsning: %s.\n"
 
-#: lib/signature.c:114
+#: lib/signature.c:115
 msgid "file is not regular -- skipping size check\n"
 msgstr "filen är inte en vanlig fil -- hoppar över storlekskontroll\n"
 
-#: lib/signature.c:123
+#: lib/signature.c:124
 #, c-format
 msgid "Expected size: %12d = lead(%d)+sigs(%d)+pad(%d)+data(%d)\n"
 msgstr ""
 "Förväntad storlek: %12d = inledning(%d)+signaturer(%d)+utfyllnad(%d)+data(%"
 "d)\n"
 
-#: lib/signature.c:128
+#: lib/signature.c:129
 #, c-format
 msgid "  Actual size: %12d\n"
 msgstr "  Faktisk storlek: %12d\n"
 
-#: lib/signature.c:148
+#: lib/signature.c:149
 msgid "No signature\n"
 msgstr "Ingen signatur\n"
 
-#: lib/signature.c:152
+#: lib/signature.c:153
 msgid "Old PGP signature\n"
 msgstr "Gammal PGP-signatur\n"
 
-#: lib/signature.c:165
+#: lib/signature.c:166
 msgid "Old (internal-only) signature!  How did you get that!?\n"
 msgstr "Gammal (endast intern) signatur!  Hur fick du tag i den!?\n"
 
-#: lib/signature.c:221
+#: lib/signature.c:222
 #, c-format
 msgid "Signature: size(%d)+pad(%d)\n"
 msgstr "Signatur: storlek(%d)+utfyllnad(%d)\n"
 
-#: lib/signature.c:284
+#: lib/signature.c:285
 #, c-format
 msgid "Couldn't exec pgp (%s)\n"
 msgstr "Kunde inte köra pgp (%s)\n"
 
-#: lib/signature.c:297
+#: lib/signature.c:298
 msgid "pgp failed\n"
 msgstr "pgp misslyckades\n"
 
 #. PGP failed to write signature
 #. Just in case
-#: lib/signature.c:304
+#: lib/signature.c:305
 msgid "pgp failed to write signature\n"
 msgstr "pgp misslyckades att skriva en signatur\n"
 
-#: lib/signature.c:309
+#: lib/signature.c:310
 #, c-format
 msgid "PGP sig size: %d\n"
 msgstr "PGP signaturstorlek: %d\n"
 
-#: lib/signature.c:324 lib/signature.c:411
+#: lib/signature.c:325 lib/signature.c:412
 msgid "unable to read the signature\n"
 msgstr "kan inte läsa signaturen\n"
 
-#: lib/signature.c:329
+#: lib/signature.c:330
 #, c-format
 msgid "Got %d bytes of PGP sig\n"
 msgstr "Fick %d byte PGP-signatur\n"
 
-#: lib/signature.c:371 lib/signature.c:501
+#: lib/signature.c:372 lib/signature.c:502
 msgid "Couldn't exec gpg\n"
 msgstr "Kunde inte köra gpg\n"
 
-#: lib/signature.c:384
+#: lib/signature.c:385
 msgid "gpg failed\n"
 msgstr "gpg misslyckades\n"
 
 #. GPG failed to write signature
 #. Just in case
-#: lib/signature.c:391
+#: lib/signature.c:392
 msgid "gpg failed to write signature\n"
 msgstr "gpg kunde inte skriva signatur\n"
 
-#: lib/signature.c:396
+#: lib/signature.c:397
 #, c-format
 msgid "GPG sig size: %d\n"
 msgstr "GPG-signaturstorlek: %d\n"
 
-#: lib/signature.c:416
+#: lib/signature.c:417
 #, c-format
 msgid "Got %d bytes of GPG sig\n"
 msgstr "Fick %d byte GPG-signatur\n"
 
-#: lib/signature.c:444
+#: lib/signature.c:445
 msgid "Generating signature using PGP.\n"
 msgstr "Genererar signatur med PGP.\n"
 
-#: lib/signature.c:450
+#: lib/signature.c:451
 msgid "Generating signature using GPG.\n"
 msgstr "Genererar signatur med GPG.\n"
 
-#: lib/signature.c:530
+#: lib/signature.c:531
 msgid "Couldn't exec pgp\n"
 msgstr "Kunde inte köra pgp\n"
 
 #. @notreached@
 #. This case should have been screened out long ago.
-#: lib/signature.c:534 lib/signature.c:587
+#: lib/signature.c:535 lib/signature.c:588
 #, c-format
 msgid "Invalid %%_signature spec in macro file\n"
 msgstr "Felaktig %%_signature-spec i makrofil\n"
 
-#: lib/signature.c:567
+#: lib/signature.c:568
 #, c-format
 msgid "You must set \"%%_gpg_name\" in your macro file\n"
 msgstr "Du måste sätta \"%%_gpg_name\" i din makrofil\n"
 
-#: lib/signature.c:579
+#: lib/signature.c:580
 #, c-format
 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:308
+#: lib/transaction.c:309
 #, c-format
 msgid "%s skipped due to missingok flag\n"
 msgstr "%s överhoppad på grund av missingok-flagga\n"
 
 #. @innercontinue@
-#: lib/transaction.c:936
+#: lib/transaction.c:937
 #, c-format
 msgid "excluding directory %s\n"
 msgstr "hoppar över katalogen %s\n"
 
-#: lib/verify.c:240
+#: lib/verify.c:242
 msgid "package lacks both user name and id lists (this should never happen)\n"
 msgstr ""
 "paketet saknar både användarnamn och id-listor (detta borde aldrig "
 "inträffa)\n"
 
-#: lib/verify.c:261
+#: lib/verify.c:263
 msgid "package lacks both group name and id lists (this should never happen)\n"
 msgstr ""
 "paketet saknar både gruppnamn och id-listor (detta borde aldrig inträffa)\n"
 
-#: lib/verify.c:398
+#: lib/verify.c:400
 #, c-format
 msgid "missing    %s"
 msgstr "saknas     %s"
 
-#: lib/verify.c:495
+#: lib/verify.c:497
 #, 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:101 rpmdb/db3.c:100
+#: rpmdb/db1.c:100 rpmdb/db3.c:100
 #, c-format
 msgid "db%d error(%d) from %s: %s\n"
 msgstr "db%d-fel(%d) från %s: %s\n"
 
-#: rpmdb/db1.c:104 rpmdb/db3.c:103
+#: rpmdb/db1.c:103 rpmdb/db3.c:103
 #, c-format
 msgid "db%d error(%d): %s\n"
 msgstr "db%d-fel(%d): %s\n"
 
-#: rpmdb/db1.c:171
+#: 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:183
+#: 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"
 
 #. @=branchstate@
-#: rpmdb/db1.c:509
+#: rpmdb/db1.c:508
 #, c-format
 msgid "closed  db file        %s\n"
 msgstr "stängde  db-fil        %s\n"
 
-#: rpmdb/db1.c:512
+#: rpmdb/db1.c:511
 #, c-format
 msgid "removed db file        %s\n"
 msgstr "tog bort db-fil        %s\n"
 
-#: rpmdb/db1.c:547
+#: rpmdb/db1.c:546
 #, c-format
 msgid "bad db file %s\n"
 msgstr "felaktig db-fil %s\n"
 
-#: rpmdb/db1.c:552
+#: 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:575
+#: 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:576 rpmdb/db3.c:1213
+#: rpmdb/db1.c:575 rpmdb/db3.c:1213
 msgid "exclusive"
 msgstr "uteslutande"
 
-#: rpmdb/db1.c:576 rpmdb/db3.c:1213
+#: rpmdb/db1.c:575 rpmdb/db3.c:1213
 msgid "shared"
 msgstr "delat"
 
@@ -3636,54 +3636,54 @@ msgstr ""
 "rpm-list@redhat.com om \"rpm --rebuilddb\" inte lyckas rätta till "
 "problemet.\n"
 
-#: rpmdb/poptDB.c:22
+#: rpmdb/poptDB.c:19
 msgid "initialize database"
 msgstr "initiera databas"
 
-#: rpmdb/poptDB.c:24
+#: rpmdb/poptDB.c:21
 msgid "rebuild database inverted lists from installed package headers"
 msgstr "bygg om databasens inverterade listor från installerade pakets huvuden"
 
-#: rpmdb/poptDB.c:29
+#: rpmdb/poptDB.c:26
 msgid "generate headers compatible with (legacy) rpm[23] packaging"
 msgstr "generera huvuden kompatibla med (äldre) rpm[23]-paketering"
 
 #. @-modfilesys@
-#: rpmdb/rpmdb.c:130
+#: rpmdb/rpmdb.c:126
 #, c-format
 msgid "dbiTagsInit: unrecognized tag name: \"%s\" ignored\n"
 msgstr "dbiTagsInit: okänt taggnamn: \"%s\" ignorerat\n"
 
-#: rpmdb/rpmdb.c:384
+#: rpmdb/rpmdb.c:380
 #, 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:406
+#: rpmdb/rpmdb.c:402
 #, c-format
 msgid "cannot open %s index\n"
 msgstr "kan inte öppna %s-indexet\n"
 
-#: rpmdb/rpmdb.c:498
+#: 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:629
+#: rpmdb/rpmdb.c:625
 #, 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:639
+#: rpmdb/rpmdb.c:635
 #, 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:893
+#: rpmdb/rpmdb.c:889
 msgid "no dbpath has been set\n"
 msgstr "ingen dbpath har satts\n"
 
-#: rpmdb/rpmdb.c:1032
+#: rpmdb/rpmdb.c:1028
 msgid ""
 "old format database is present; use --rebuilddb to generate a new format "
 "database\n"
@@ -3692,114 +3692,114 @@ msgstr ""
 "i nytt format\n"
 
 #. error
-#: rpmdb/rpmdb.c:1277
+#: rpmdb/rpmdb.c:1273
 #, c-format
 msgid "error(%d) counting packages\n"
 msgstr "fel(%d) när paket räknades\n"
 
-#: rpmdb/rpmdb.c:2061 rpmdb/rpmdb.c:3276
+#: rpmdb/rpmdb.c:2057 rpmdb/rpmdb.c:3310
 #, 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:2114
+#: rpmdb/rpmdb.c:2110
 #, c-format
 msgid "rpmdb: damaged header instance #%u retrieved, skipping.\n"
 msgstr "rpmdb: skadad huvudinstans #%u hämtad, hoppar över.\n"
 
-#: rpmdb/rpmdb.c:2384
+#: rpmdb/rpmdb.c:2380
 #, 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:2456
+#: rpmdb/rpmdb.c:2452
 #, c-format
 msgid "removing \"%s\" from %s index.\n"
 msgstr "tar bort \"%s\" från %s-indexet.\n"
 
-#: rpmdb/rpmdb.c:2465
+#: rpmdb/rpmdb.c:2461
 #, c-format
 msgid "removing %d entries from %s index.\n"
 msgstr "tar bort %d poster från %s-indexet.\n"
 
-#: rpmdb/rpmdb.c:2666
+#: rpmdb/rpmdb.c:2662
 #, c-format
 msgid "error(%d) allocating new package instance\n"
 msgstr "fel(%d) vid allokering av ny paketinstans\n"
 
-#: rpmdb/rpmdb.c:2747
+#: rpmdb/rpmdb.c:2743
 #, c-format
 msgid "adding \"%s\" to %s index.\n"
 msgstr "lägger till \"%s\" till %s-indexet.\n"
 
-#: rpmdb/rpmdb.c:2758
+#: rpmdb/rpmdb.c:2754
 #, c-format
 msgid "adding %d entries to %s index.\n"
 msgstr "lägger till %d poster till %s-indexet.\n"
 
-#: rpmdb/rpmdb.c:3162
+#: rpmdb/rpmdb.c:3196
 #, c-format
 msgid "removing %s after successful db3 rebuild.\n"
 msgstr "tar bort %s efter lyckad db3-ombyggnad.\n"
 
-#: rpmdb/rpmdb.c:3195
+#: rpmdb/rpmdb.c:3229
 msgid "no dbpath has been set"
 msgstr "ingen dbpath har satts"
 
-#: rpmdb/rpmdb.c:3222
+#: rpmdb/rpmdb.c:3256
 #, c-format
 msgid "rebuilding database %s into %s\n"
 msgstr "bygger om databas %s till %s\n"
 
-#: rpmdb/rpmdb.c:3226
+#: rpmdb/rpmdb.c:3260
 #, c-format
 msgid "temporary database %s already exists\n"
 msgstr "tillfällig databas %s existerar redan\n"
 
-#: rpmdb/rpmdb.c:3232
+#: rpmdb/rpmdb.c:3266
 #, c-format
 msgid "creating directory %s\n"
 msgstr "skapar katalog %s\n"
 
-#: rpmdb/rpmdb.c:3234
+#: rpmdb/rpmdb.c:3268
 #, c-format
 msgid "creating directory %s: %s\n"
 msgstr "skapar katalog %s: %s\n"
 
-#: rpmdb/rpmdb.c:3241
+#: rpmdb/rpmdb.c:3275
 #, c-format
 msgid "opening old database with dbapi %d\n"
 msgstr "öppnar gammal databas med dbapi %d\n"
 
-#: rpmdb/rpmdb.c:3252
+#: rpmdb/rpmdb.c:3286
 #, c-format
 msgid "opening new database with dbapi %d\n"
 msgstr "öppnar ny databas med dbapi %d\n"
 
-#: rpmdb/rpmdb.c:3316
+#: rpmdb/rpmdb.c:3350
 #, c-format
 msgid "cannot add record originally at %u\n"
 msgstr "kan inte lägga till post ursprungligen vid %u\n"
 
-#: rpmdb/rpmdb.c:3334
+#: rpmdb/rpmdb.c:3368
 msgid "failed to rebuild database: original database remains in place\n"
 msgstr "kunde inte bygga om databasen: orginaldatabasen finns kvar\n"
 
-#: rpmdb/rpmdb.c:3342
+#: rpmdb/rpmdb.c:3376
 msgid "failed to replace old database with new database!\n"
 msgstr "kunde inte ersätta gammal databas med ny databas!\n"
 
-#: rpmdb/rpmdb.c:3344
+#: rpmdb/rpmdb.c:3378
 #, 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:3354
+#: rpmdb/rpmdb.c:3388
 #, c-format
 msgid "removing directory %s\n"
 msgstr "tar bort katalog %s\n"
 
-#: rpmdb/rpmdb.c:3356
+#: rpmdb/rpmdb.c:3390
 #, c-format
 msgid "failed to remove directory %s: %s\n"
 msgstr "kunde inte ta bort katalogen %s: %s\n"
index 2bed0a9..d065e2a 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-20 18:27-0400\n"
+"POT-Creation-Date: 2001-10-21 17:21-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"
@@ -732,15 +732,15 @@ msgstr ""
 "çalýþtýrýlabilir ve kaynak paketlerini oluþturur (hazýrlar, derler, kurar, "
 "paketler)"
 
-#: lib/poptBT.c:222 rpm.c:523
+#: lib/poptBT.c:220 rpm.c:523
 msgid "skip straight to specified stage (only for c,i)"
 msgstr "doðrudan belirtilen adýma atlar (sadece c ve i için)"
 
-#: lib/poptBT.c:201 rpm.c:525
+#: lib/poptBT.c:199 rpm.c:525
 msgid "remove build tree when done"
 msgstr "iþlem sonunda paket oluþturma aðacýný siler"
 
-#: lib/poptBT.c:218 rpm.c:527
+#: lib/poptBT.c:216 rpm.c:527
 msgid "remove sources when done"
 msgstr "iþlem sonunda kaynaklarý siler"
 
@@ -748,7 +748,7 @@ msgstr "i
 msgid "remove spec file when done"
 msgstr "iþlem sonunda spec dosyasýný siler"
 
-#: lib/poptBT.c:224 rpm.c:531
+#: lib/poptBT.c:222 rpm.c:531
 msgid "generate PGP/GPG signature"
 msgstr "PGP/GPG imzasý üretir"
 
@@ -840,7 +840,7 @@ msgstr "ge
 msgid "rebuild database from existing database"
 msgstr "mevcut veritabaný kullanýlarak veritabaný yeniden oluþturulur"
 
-#: rpm.c:565 rpmdb/poptDB.c:27
+#: rpm.c:565 rpmdb/poptDB.c:24
 msgid "verify database files"
 msgstr "veritabaný dosyaralýný doðrular"
 
@@ -1279,7 +1279,7 @@ msgstr "olu
 msgid "no tar files given for build"
 msgstr "oluþturma için gereken tar dosyalarý belirtilmemiþ"
 
-#: build/build.c:125 build/pack.c:471
+#: build/build.c:125 build/pack.c:466
 msgid "Unable to open temp file.\n"
 msgstr "Geçici dosya açýlamadý.\n"
 
@@ -1357,181 +1357,181 @@ msgstr "&& ve || dizgelerde desteklenmez\n"
 msgid "syntax error in expression\n"
 msgstr "ifadede sözdizimi hatasý\n"
 
-#: build/files.c:274
+#: build/files.c:270
 #, c-format
 msgid "TIMECHECK failure: %s\n"
 msgstr "TIMECHECK baþarýsýz: %s\n"
 
-#: build/files.c:333 build/files.c:525 build/files.c:708
+#: build/files.c:329 build/files.c:521 build/files.c:704
 #, c-format
 msgid "Missing '(' in %s %s\n"
 msgstr "%s içinde '(' yok: %s\n"
 
-#: build/files.c:344 build/files.c:650 build/files.c:719
+#: build/files.c:340 build/files.c:646 build/files.c:715
 #, c-format
 msgid "Missing ')' in %s(%s\n"
 msgstr "%s içinde ')' yok: (%s\n"
 
-#: build/files.c:382 build/files.c:675
+#: build/files.c:378 build/files.c:671
 #, c-format
 msgid "Invalid %s token: %s\n"
 msgstr "Andaç %s geçersiz: %s\n"
 
-#: build/files.c:488
+#: build/files.c:484
 #, fuzzy, c-format
 msgid "Missing %s in %s %s\n"
 msgstr "%s içinde '(' yok: %s\n"
 
-#: build/files.c:541
+#: build/files.c:537
 #, c-format
 msgid "Non-white space follows %s(): %s\n"
 msgstr "%s() boþluksuz yazýlmýþ: %s\n"
 
-#: build/files.c:579
+#: build/files.c:575
 #, c-format
 msgid "Bad syntax: %s(%s)\n"
 msgstr "Sözdizimi hatasý: %s(%s)\n"
 
-#: build/files.c:589
+#: build/files.c:585
 #, c-format
 msgid "Bad mode spec: %s(%s)\n"
 msgstr "mode spec hatalý: %s(%s)\n"
 
-#: build/files.c:601
+#: build/files.c:597
 #, c-format
 msgid "Bad dirmode spec: %s(%s)\n"
 msgstr "dirmode spec hatalý: %s(%s)\n"
 
-#: build/files.c:746
+#: build/files.c:742
 #, c-format
 msgid "Unusual locale length: \"%.*s\" in %%lang(%s)\n"
 msgstr "yerel uzunluðu hatalý: \"%.*s\" (%%lang(%s))\n"
 
 #. @innercontinue@
-#: build/files.c:757
+#: build/files.c:753
 #, c-format
 msgid "Duplicate locale %.*s in %%lang(%s)\n"
 msgstr "%.*s yereli %%lang(%s) içinde tekrarlanmýþ\n"
 
-#: build/files.c:908
+#: build/files.c:904
 #, c-format
 msgid "Hit limit for %%docdir\n"
 msgstr "%%docdir için hit sýnýrý\n"
 
-#: build/files.c:914
+#: build/files.c:910
 #, 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:942
+#: build/files.c:938
 #, c-format
 msgid "Two files on one line: %s\n"
 msgstr "Bir satýrda 2 dosya: %s\n"
 
-#: build/files.c:957
+#: build/files.c:953
 #, c-format
 msgid "File must begin with \"/\": %s\n"
 msgstr "Dosya \"/\" ile baþlamalý: %s\n"
 
-#: build/files.c:970
+#: build/files.c:966
 #, 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:1147
+#: build/files.c:1143
 #, c-format
 msgid "File listed twice: %s\n"
 msgstr "Dosya iki kere gösterildi: %s\n"
 
-#: build/files.c:1282
+#: build/files.c:1278
 #, c-format
 msgid "Symlink points to BuildRoot: %s -> %s\n"
 msgstr "Sembolik bað BuildRoot gösteriyor: %s -> %s\n"
 
-#: build/files.c:1488
+#: build/files.c:1484
 #, c-format
 msgid "File doesn't match prefix (%s): %s\n"
 msgstr "Dosya önek (%s) ile uyumsuz: %s\n"
 
-#: build/files.c:1512
+#: build/files.c:1508
 #, c-format
 msgid "File not found: %s\n"
 msgstr "Dosya bulunamadý: %s\n"
 
-#: build/files.c:1555 build/files.c:2167 build/parsePrep.c:50
+#: build/files.c:1551 build/files.c:2163 build/parsePrep.c:50
 #, c-format
 msgid "Bad owner/group: %s\n"
 msgstr "Kullanýcý/grup hatalý: %s\n"
 
-#: build/files.c:1567
+#: build/files.c:1563
 #, c-format
 msgid "File %4d: %07o %s.%s\t %s\n"
 msgstr "Dosya %4d: %07o %s.%s\t %s\n"
 
-#: build/files.c:1671
+#: build/files.c:1667
 #, c-format
 msgid "File needs leading \"/\": %s\n"
 msgstr "Dosya \"/\" ile içermeli: %s\n"
 
-#: build/files.c:1694
+#: build/files.c:1690
 #, fuzzy, c-format
 msgid "Glob not permitted: %s\n"
 msgstr "satýr %d: Dosya adý uygun deðil: %s\n"
 
-#: build/files.c:1709
+#: build/files.c:1705
 #, c-format
 msgid "File not found by glob: %s\n"
 msgstr "Dosya glob tarafýndan bulunamadý: %s\n"
 
-#: build/files.c:1771
+#: build/files.c:1767
 #, c-format
 msgid "Could not open %%files file %s: %s\n"
 msgstr "%%files dosya %s dosyasýnda açýlamadý: %s\n"
 
-#: build/files.c:1782 build/pack.c:150
+#: build/files.c:1778 build/pack.c:145
 #, c-format
 msgid "line: %s\n"
 msgstr "satýr: %s\n"
 
-#: build/files.c:2155
+#: build/files.c:2151
 #, 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:2229
+#: build/files.c:2225
 #, c-format
 msgid "Couldn't exec %s: %s\n"
 msgstr "%s icra edilemedi: %s\n"
 
-#: build/files.c:2234
+#: build/files.c:2230
 #, c-format
 msgid "Couldn't fork %s: %s\n"
 msgstr "%s ayrýlamadý: %s\n"
 
-#: build/files.c:2318
+#: build/files.c:2314
 #, c-format
 msgid "%s failed\n"
 msgstr "%s baþarýsýz\n"
 
-#: build/files.c:2322
+#: build/files.c:2318
 #, c-format
 msgid "failed to write all data to %s\n"
 msgstr "tüm veri %s içine yazýlamadý\n"
 
-#: build/files.c:2458
+#: build/files.c:2454
 #, c-format
 msgid "Finding  %s: (using %s)...\n"
 msgstr "%s aranýyor: (%s kullanarak)...\n"
 
-#: build/files.c:2484 build/files.c:2498
+#: build/files.c:2480 build/files.c:2494
 #, c-format
 msgid "Failed to find %s:\n"
 msgstr "%s bulunamadý:\n"
 
-#: build/files.c:2619
+#: build/files.c:2615
 #, c-format
 msgid "Processing files: %s-%s-%s\n"
 msgstr "Ýþlenen dosyalar: %s-%s-%s\n"
@@ -1565,156 +1565,156 @@ msgstr "getGidS: 
 msgid "Could not canonicalize hostname: %s\n"
 msgstr "Böyle bir makina yok: %s\n"
 
-#: build/pack.c:83
+#: build/pack.c:78
 #, c-format
 msgid "create archive failed on file %s: %s\n"
 msgstr "%s dosyasýnda arþiv oluþturulamadý: %s\n"
 
-#: build/pack.c:86
+#: build/pack.c:81
 #, c-format
 msgid "create archive failed: %s\n"
 msgstr "arþiv oluþturulamadý: %s\n"
 
-#: build/pack.c:108
+#: build/pack.c:103
 #, c-format
 msgid "cpio_copy write failed: %s\n"
 msgstr "cpio_copy yazma hatasý:%s\n"
 
-#: build/pack.c:115
+#: build/pack.c:110
 #, c-format
 msgid "cpio_copy read failed: %s\n"
 msgstr "cpio_copy okuma hatasý: %s\n"
 
-#: build/pack.c:218
+#: build/pack.c:213
 #, c-format
 msgid "Could not open PreIn file: %s\n"
 msgstr "PreIn dosyasý açýlamadý: %s\n"
 
-#: build/pack.c:225
+#: build/pack.c:220
 #, c-format
 msgid "Could not open PreUn file: %s\n"
 msgstr "PreUn dosyasý açýlamadý: %s\n"
 
-#: build/pack.c:232
+#: build/pack.c:227
 #, c-format
 msgid "Could not open PostIn file: %s\n"
 msgstr "PostIn dosyasý açýlamadý: %s\n"
 
-#: build/pack.c:239
+#: build/pack.c:234
 #, c-format
 msgid "Could not open PostUn file: %s\n"
 msgstr "PostUn dosyasý açýlamadý: %s\n"
 
-#: build/pack.c:247
+#: build/pack.c:242
 #, c-format
 msgid "Could not open VerifyScript file: %s\n"
 msgstr "VerifyScript dosyasý açýlamadý: %s\n"
 
-#: build/pack.c:262
+#: build/pack.c:257
 #, c-format
 msgid "Could not open Trigger script file: %s\n"
 msgstr "Trigger betik dosyasý açýlamadý: %s\n"
 
-#: build/pack.c:290
+#: build/pack.c:285
 #, c-format
 msgid "readRPM: open %s: %s\n"
 msgstr "readRPM: %s açýlýrken: %s\n"
 
-#: build/pack.c:300
+#: build/pack.c:295
 #, c-format
 msgid "readRPM: read %s: %s\n"
 msgstr "readRPM: %s okunurken: %s\n"
 
-#: build/pack.c:309 build/pack.c:513
+#: build/pack.c:304 build/pack.c:508
 #, c-format
 msgid "%s: Fseek failed: %s\n"
 msgstr "%s: Fseek baþarýsýz: %s\n"
 
-#: build/pack.c:325
+#: build/pack.c:320
 #, c-format
 msgid "readRPM: %s is not an RPM package\n"
 msgstr "readRPM: %s bir RPM paketi deðil\n"
 
-#: build/pack.c:334
+#: build/pack.c:329
 #, c-format
 msgid "readRPM: reading header from %s\n"
 msgstr "readRPM: %s baþlýðý okunuyor\n"
 
-#: build/pack.c:459
+#: build/pack.c:454
 #, fuzzy
 msgid "Unable to create immutable header region.\n"
 msgstr "%s'den baþlýk okunamadý: %s\n"
 
-#: build/pack.c:477
+#: build/pack.c:472
 #, fuzzy
 msgid "Unable to write temp header\n"
 msgstr "%s'e baþlýk yazýlamadý: %s\n"
 
-#: build/pack.c:485
+#: build/pack.c:480
 msgid "Bad CSA data\n"
 msgstr "CSA verisi geçersiz\n"
 
-#: build/pack.c:520
+#: build/pack.c:515
 #, fuzzy
 msgid "Unable to write final header\n"
 msgstr "%s'e baþlýk yazýlamadý: %s\n"
 
-#: build/pack.c:538
+#: build/pack.c:533
 #, c-format
 msgid "Generating signature: %d\n"
 msgstr "Ýmza üretiliyor: %d\n"
 
-#: build/pack.c:551
+#: build/pack.c:546
 #, fuzzy
 msgid "Unable to reload signature header.\n"
 msgstr "%s'den baþlýk okunamadý: %s\n"
 
-#: build/pack.c:559
+#: build/pack.c:554
 #, c-format
 msgid "Could not open %s: %s\n"
 msgstr "%s açýlamadý: %s\n"
 
-#: build/pack.c:595 lib/psm.c:2147
+#: build/pack.c:590 lib/psm.c:2149
 #, c-format
 msgid "Unable to write package: %s\n"
 msgstr "paket yazýlamadý: %s\n"
 
-#: build/pack.c:610
+#: build/pack.c:605
 #, c-format
 msgid "Unable to open sigtarget %s: %s\n"
 msgstr "sigtarget %s açýlamadý: %s\n"
 
-#: build/pack.c:620
+#: build/pack.c:615
 #, c-format
 msgid "Unable to read header from %s: %s\n"
 msgstr "%s'den baþlýk okunamadý: %s\n"
 
-#: build/pack.c:634
+#: build/pack.c:629
 #, c-format
 msgid "Unable to write header to %s: %s\n"
 msgstr "%s'e baþlýk yazýlamadý: %s\n"
 
-#: build/pack.c:644
+#: build/pack.c:639
 #, c-format
 msgid "Unable to read payload from %s: %s\n"
 msgstr "%s'den payload okunamadý: %s\n"
 
-#: build/pack.c:650
+#: build/pack.c:645
 #, c-format
 msgid "Unable to write payload to %s: %s\n"
 msgstr "%s'e payload yazýlamadý: %s\n"
 
-#: build/pack.c:675 lib/psm.c:2413
+#: build/pack.c:670 lib/psm.c:2415
 #, c-format
 msgid "Wrote: %s\n"
 msgstr "Yazýldý: %s\n"
 
-#: build/pack.c:742
+#: build/pack.c:737
 #, 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:759
+#: build/pack.c:754
 #, c-format
 msgid "cannot create %s: %s\n"
 msgstr "%s dosyasý oluþturulamýyor: %s\n"
@@ -2123,7 +2123,7 @@ msgid " failed - "
 msgstr " baþarýsýz - "
 
 #. XXX legacy epoch-less requires/conflicts compatibility
-#: lib/depends.c:582
+#: lib/depends.c:559
 #, 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:611
+#: lib/depends.c:588
 #, c-format
 msgid "  %s    A %s\tB %s\n"
 msgstr "  %s    A %s\tB %s\n"
 
-#: lib/depends.c:612 lib/depends.c:1248 lib/depends.c:1381
+#: lib/depends.c:589 lib/depends.c:1225 lib/depends.c:1358
 msgid "YES"
 msgstr "EVET"
 
-#: lib/depends.c:612 lib/depends.c:1248 lib/depends.c:1381
+#: lib/depends.c:589 lib/depends.c:1225 lib/depends.c:1358
 msgid "NO "
 msgstr "HAYIR "
 
-#: lib/depends.c:1042
+#: lib/depends.c:1019
 #, c-format
 msgid "%s: %-45s YES (added files)\n"
 msgstr "%s: %-45s EVET (dosyalar eklendi)\n"
 
-#: lib/depends.c:1153
+#: lib/depends.c:1130
 #, c-format
 msgid "%s: %-45s YES (added provide)\n"
 msgstr "%s: %-45s EVET (önlem eklendi)\n"
 
-#: lib/depends.c:1247
+#: lib/depends.c:1224
 #, c-format
 msgid "%s: %-45s %-s (cached)\n"
 msgstr "%s: %-45s %-s (arabellekli)\n"
 
-#: lib/depends.c:1276
+#: lib/depends.c:1253
 #, c-format
 msgid "%s: %-45s YES (rpmrc provides)\n"
 msgstr "%s: %-45s EVET (rpmrc saðlar)\n"
 
-#: lib/depends.c:1293
+#: lib/depends.c:1270
 #, c-format
 msgid "%s: %-45s YES (rpmlib provides)\n"
 msgstr "%s: %-45s EVET (rpmlib saðlar)\n"
 
-#: lib/depends.c:1317
+#: lib/depends.c:1294
 #, c-format
 msgid "%s: %-45s YES (db files)\n"
 msgstr "%s: %-45s EVET (db dosyalarý)\n"
 
-#: lib/depends.c:1330
+#: lib/depends.c:1307
 #, c-format
 msgid "%s: %-45s YES (db provides)\n"
 msgstr "%s: %-45s EVET (db saðlar)\n"
 
-#: lib/depends.c:1344
+#: lib/depends.c:1321
 #, c-format
 msgid "%s: %-45s YES (db package)\n"
 msgstr "%s: %-45s EVET (db paketi)\n"
 
-#: lib/depends.c:1360
+#: lib/depends.c:1337
 #, c-format
 msgid "%s: %-45s NO\n"
 msgstr "%s: %-45s HAYIR\n"
 
-#: lib/depends.c:1381
+#: lib/depends.c:1358
 #, c-format
 msgid "%s: (%s, %s) added to Depends cache.\n"
 msgstr "%s: (%s, %s) Baðýmlýlar alanýna eklendi.\n"
@@ -2198,43 +2198,43 @@ msgstr "%s: (%s, %s) Ba
 #. requirements are satisfied.
 #. @switchbreak@
 #. requirements are not satisfied.
-#: lib/depends.c:1454
+#: lib/depends.c:1431
 #, 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:1533
+#: lib/depends.c:1510
 #, c-format
 msgid "package %s conflicts: %s\n"
 msgstr "%s paketi çeliþiyor: %s\n"
 
-#: lib/depends.c:1786
+#: lib/depends.c:1763
 #, 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:1936
+#: lib/depends.c:1913
 msgid "========== recording tsort relations\n"
 msgstr "========== tsort baðýntýlarý kaydediliyor\n"
 
 #. T4. Scan for zeroes.
-#: lib/depends.c:1996
+#: lib/depends.c:1973
 msgid ""
 "========== tsorting packages (order, #predecessors, #succesors, depth)\n"
 msgstr ""
 "========== paketler tsort'lanýyor (sýra, #öncüller, #ardýllar, derinlik)\n"
 
-#: lib/depends.c:2046
+#: lib/depends.c:2023
 msgid "========== successors only (presentation order)\n"
 msgstr "========== sadece ardýllar (sunum sýrasý)\n"
 
-#: lib/depends.c:2099
+#: lib/depends.c:2076
 msgid "LOOP:\n"
 msgstr "ÇEVRÝM:\n"
 
-#: lib/depends.c:2129
+#: lib/depends.c:2106
 msgid "========== continuing tsort ...\n"
 msgstr "========== tsort sürüyor ...\n"
 
@@ -2329,7 +2329,7 @@ msgid "dataLength() RPM_STRING_TYPE count must be 1.\n"
 msgstr "dataLength() RPM_STRING_TYPE sayýsý 1 olmalý.\n"
 
 #. @-modfilesys@
-#: lib/header.c:351 lib/header_internal.c:161 lib/psm.c:971
+#: lib/header.c:351 lib/header_internal.c:161 lib/psm.c:973
 #, c-format
 msgid "Data type %d not supported\n"
 msgstr "%d veri türü desteklenmiyor\n"
@@ -2409,165 +2409,165 @@ msgstr "ifadenin sonunda | gerekli"
 msgid "(unknown type)"
 msgstr "(bilinmeyen tür)"
 
-#: lib/misc.c:241 lib/misc.c:246 lib/misc.c:252
+#: lib/misc.c:243 lib/misc.c:248 lib/misc.c:254
 #, c-format
 msgid "error creating temporary file %s\n"
 msgstr "%s geçici dosyasý oluþturulurken hata\n"
 
-#: lib/package.c:162
+#: lib/package.c:163
 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:228
+#: lib/package.c:229
 msgid ""
 "only packaging with major numbers <= 4 is supported by this version of RPM\n"
 msgstr ""
 "RPM'nin bu sürümünde sadece ilk sürüm rakamý <= 4 olan paketler "
 "destekleniyor\n"
 
-#: lib/poptBT.c:118
+#: lib/poptBT.c:116
 #, c-format
 msgid "buildroot already specified, ignoring %s\n"
 msgstr "buildroot zaten belirtilmiþ, %s yoksayýlýyor\n"
 
-#: lib/poptBT.c:148
+#: lib/poptBT.c:146
 #, c-format
 msgid "build through %prep (unpack sources and apply patches) from <specfile>"
 msgstr ""
 "<specDosyasý>ndan  %prep adýmý sayesinde oluþturulur (kaynak paketi açýlýr "
 "ve yamalar uygulanýr)"
 
-#: lib/poptBT.c:149 lib/poptBT.c:152 lib/poptBT.c:155 lib/poptBT.c:158
-#: lib/poptBT.c:161 lib/poptBT.c:164 lib/poptBT.c:167
+#: lib/poptBT.c:147 lib/poptBT.c:150 lib/poptBT.c:153 lib/poptBT.c:156
+#: lib/poptBT.c:159 lib/poptBT.c:162 lib/poptBT.c:165
 msgid "<specfile>"
 msgstr "<specDosyasý>"
 
-#: lib/poptBT.c:151
+#: lib/poptBT.c:149
 msgid "build through %build (%prep, then compile) from <specfile>"
 msgstr ""
 "<specDosyasý>ndan %build adýmý sayesinde oluþturulur (%prep, sonra da "
 "derlenir)"
 
-#: lib/poptBT.c:154
+#: lib/poptBT.c:152
 msgid "build through %install (%prep, %build, then install) from <specfile>"
 msgstr ""
 "<specDosyasý>ndan %install adýmý sayesinde oluþturulur (%prep, %build, sonra "
 "da kurulum)"
 
-#: lib/poptBT.c:157
+#: lib/poptBT.c:155
 #, c-format
 msgid "verify %files section from <specfile>"
 msgstr "<specDosyasý>ndan %files bölümünü denetler"
 
-#: lib/poptBT.c:160
+#: lib/poptBT.c:158
 msgid "build source and binary packages from <specfile>"
 msgstr "kaynak ve çalýþtýrýlabilir paketleri <specDosyasý>ndan oluþturur"
 
-#: lib/poptBT.c:163
+#: lib/poptBT.c:161
 msgid "build binary package only from <specfile>"
 msgstr "çalýþtýrýlabilir paketi sadece <specDosyasý>ndan oluþturur"
 
-#: lib/poptBT.c:166
+#: lib/poptBT.c:164
 msgid "build source package only from <specfile>"
 msgstr "kaynak paketi sadece <specDosyasý>ndan oluþturur"
 
-#: lib/poptBT.c:170
+#: lib/poptBT.c:168
 #, c-format
 msgid "build through %prep (unpack sources and apply patches) from <tarball>"
 msgstr ""
 "<tarpaketi>nden %prep adýmý sayesinde oluþturulur (kaynak paketi açýlýr ve "
 "yamalar uygulanýr)"
 
-#: lib/poptBT.c:171 lib/poptBT.c:174 lib/poptBT.c:177 lib/poptBT.c:180
-#: lib/poptBT.c:183 lib/poptBT.c:186 lib/poptBT.c:189
+#: lib/poptBT.c:169 lib/poptBT.c:172 lib/poptBT.c:175 lib/poptBT.c:178
+#: lib/poptBT.c:181 lib/poptBT.c:184 lib/poptBT.c:187
 msgid "<tarball>"
 msgstr "<tarPaketi>"
 
-#: lib/poptBT.c:173
+#: lib/poptBT.c:171
 msgid "build through %build (%prep, then compile) from <tarball>"
 msgstr ""
 "<tarPaketi>nden %build adýmý sayesinde oluþturulur (%prep, sonra da derleme)"
 
-#: lib/poptBT.c:176
+#: lib/poptBT.c:174
 msgid "build through %install (%prep, %build, then install) from <tarball>"
 msgstr ""
 "<tarpaketi>nden %install adýmý sayesinde oluþturulur (%prep, %build, sonra "
 "da kurulur)"
 
-#: lib/poptBT.c:179
+#: lib/poptBT.c:177
 #, c-format
 msgid "verify %files section from <tarball>"
 msgstr "<tarpaketi>nden %files bölümünü denetler"
 
-#: lib/poptBT.c:182
+#: lib/poptBT.c:180
 msgid "build source and binary packages from <tarball>"
 msgstr "kaynak ve çalýþtýrýlabilir paketleri <tarpaketi>nden oluþturur"
 
-#: lib/poptBT.c:185
+#: lib/poptBT.c:183
 msgid "build binary package only from <tarball>"
 msgstr "çalýþtýrýlabilir paketi sadece <tarpaketi>nden oluþturur"
 
-#: lib/poptBT.c:188
+#: lib/poptBT.c:186
 msgid "build source package only from <tarball>"
 msgstr "kaynak paketi sadece <tarpaketi>nden oluþturur"
 
-#: lib/poptBT.c:192
+#: lib/poptBT.c:190
 msgid "build binary package from <source package>"
 msgstr "çalýþtýrýlabilir paketi <kaynak paketi>nden oluþturur"
 
-#: lib/poptBT.c:193 lib/poptBT.c:196
+#: lib/poptBT.c:191 lib/poptBT.c:194
 msgid "<source package>"
 msgstr "<kaynak paketi>"
 
-#: lib/poptBT.c:195
+#: lib/poptBT.c:193
 msgid ""
 "build through %install (%prep, %build, then install) from <source package>"
 msgstr ""
 "<kaynak paketi>nden %install adýmý sayesinde oluþturulur (%prep, %build, "
 "sonra da kurulur)"
 
-#: lib/poptBT.c:199
+#: lib/poptBT.c:197
 msgid "override build root"
 msgstr "build root'a zorlar"
 
-#: lib/poptBT.c:203 rpmdb/poptDB.c:32
+#: lib/poptBT.c:201 rpmdb/poptDB.c:29
 msgid "generate headers compatible with rpm4 packaging"
 msgstr "rpm4 paketleme ile uyumlu baþlýklarý üretir"
 
-#: lib/poptBT.c:205
+#: lib/poptBT.c:203
 msgid "ignore ExcludeArch: directives from spec file"
 msgstr "spec dosyasýndaki ExcludeArch: yönergeleri yoksayýlýyor"
 
-#: lib/poptBT.c:207
+#: lib/poptBT.c:205
 msgid "debug file state machine"
 msgstr "hata ayýklama dosyasý durum motoru"
 
-#: lib/poptBT.c:209
+#: lib/poptBT.c:207
 msgid "do not execute any stages of the build"
 msgstr "oluþumun herhangi bir adýmý icra edilmez"
 
-#: lib/poptBT.c:211
+#: lib/poptBT.c:209
 #, fuzzy
 msgid "do not verify build dependencies"
 msgstr "paket baðýmlýlýklarýný denetlemez"
 
-#: lib/poptBT.c:213
+#: lib/poptBT.c:211
 msgid "generate package header(s) compatible with (legacy) rpm[23] packaging"
 msgstr "paket baþlýklarýný (eski) rpm[23] paketleme ile uyumlu üretir"
 
-#: lib/poptBT.c:216
+#: lib/poptBT.c:214
 msgid "do not accept i18N msgstr's from specfile"
 msgstr "spec dosyasý içindeki i18n msgstr'leri kabul edilmez"
 
-#: lib/poptBT.c:220
+#: lib/poptBT.c:218
 msgid "remove specfile when done"
 msgstr "iþlem sonunda spec dosyasýný siler"
 
-#: lib/poptBT.c:226
+#: lib/poptBT.c:224
 msgid "override target platform"
 msgstr "hedef platforma zorlar"
 
-#: lib/poptBT.c:228
+#: lib/poptBT.c:226
 msgid "lookup i18N strings in specfile catalog"
 msgstr "spec dosyasýndaki i18n iletilerine bakar"
 
@@ -2888,108 +2888,108 @@ 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:313
+#: lib/psm.c:315
 msgid "========== relocations\n"
 msgstr "========== yeniden konumlama\n"
 
-#: lib/psm.c:317
+#: lib/psm.c:319
 #, c-format
 msgid "%5d exclude  %s\n"
 msgstr "%5d %s'i dýþlýyor\n"
 
-#: lib/psm.c:320
+#: lib/psm.c:322
 #, c-format
 msgid "%5d relocate %s -> %s\n"
 msgstr "%5d yeniden konumlandýrýlýyor: %s -> %s\n"
 
-#: lib/psm.c:390
+#: lib/psm.c:392
 #, c-format
 msgid "excluding multilib path %s%s\n"
 msgstr "multilib dosya yolu dýþlanýyor %s%s\n"
 
-#: lib/psm.c:456
+#: lib/psm.c:458
 #, c-format
 msgid "excluding %s %s\n"
 msgstr "%s %s dýþlanýyor\n"
 
-#: lib/psm.c:466
+#: lib/psm.c:468
 #, c-format
 msgid "relocating %s to %s\n"
 msgstr "%s %s'e konumlanýyor\n"
 
-#: lib/psm.c:545
+#: lib/psm.c:547
 #, c-format
 msgid "relocating directory %s to %s\n"
 msgstr "%s dizini %s de yeniden konumlanýyor\n"
 
-#: lib/psm.c:1168
+#: lib/psm.c:1170
 #, c-format
 msgid "cannot create %%%s %s\n"
 msgstr "%%%s dosyasý oluþturulamýyor: %s\n"
 
-#: lib/psm.c:1174
+#: lib/psm.c:1176
 #, c-format
 msgid "cannot write to %%%s %s\n"
 msgstr "%%%s dosyasýna yazýlamaz %s\n"
 
-#: lib/psm.c:1212
+#: lib/psm.c:1214
 msgid "source package expected, binary found\n"
 msgstr "kaynak paketi gerekirken çalýþtýrýlabilir paketi bulundu\n"
 
-#: lib/psm.c:1323
+#: lib/psm.c:1325
 msgid "source package contains no .spec file\n"
 msgstr "kaynak paketi .spec dosyasý içermiyor\n"
 
-#: lib/psm.c:1430
+#: lib/psm.c:1432
 #, fuzzy, c-format
 msgid "%s: running %s scriptlet\n"
 msgstr "%s: %s betiði çalýþtýrýlýyor (varsa)\n"
 
-#: lib/psm.c:1598
+#: lib/psm.c:1600
 #, 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:1605
+#: lib/psm.c:1607
 #, 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:1952
+#: lib/psm.c:1954
 #, 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:2069
+#: lib/psm.c:2071
 #, 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:2184
+#: lib/psm.c:2186
 #, c-format
 msgid "user %s does not exist - using root\n"
 msgstr "kullanýcý %s yok - root kullanýlacak\n"
 
-#: lib/psm.c:2193
+#: lib/psm.c:2195
 #, c-format
 msgid "group %s does not exist - using root\n"
 msgstr "grup %s yok - root kullanýlacak\n"
 
-#: lib/psm.c:2234
+#: lib/psm.c:2236
 #, 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:2235
+#: lib/psm.c:2237
 msgid " on file "
 msgstr " dosyada "
 
-#: lib/psm.c:2421
+#: lib/psm.c:2423
 #, fuzzy, c-format
 msgid "%s failed on file %s: %s\n"
 msgstr "%s açýlamadý: %s\n"
 
-#: lib/psm.c:2424
+#: lib/psm.c:2426
 #, fuzzy, c-format
 msgid "%s failed: %s\n"
 msgstr "%s baþarýsýz\n"
@@ -3391,167 +3391,167 @@ msgstr "%s okunam
 msgid "Unable to open %s for reading: %s.\n"
 msgstr "%s okuma eriþimi için açýlamadý: %s.\n"
 
-#: lib/signature.c:114
+#: lib/signature.c:115
 msgid "file is not regular -- skipping size check\n"
 msgstr "dosya normal deðil -- uzunluk denetimi atlanýyor\n"
 
-#: lib/signature.c:123
+#: lib/signature.c:124
 #, c-format
 msgid "Expected size: %12d = lead(%d)+sigs(%d)+pad(%d)+data(%d)\n"
 msgstr "gereken boyut: %12d = (%d)uç+(%d)imza+(%d)iz+(%d)veri\n"
 
-#: lib/signature.c:128
+#: lib/signature.c:129
 #, c-format
 msgid "  Actual size: %12d\n"
 msgstr "  Gerçek boyut: %12d\n"
 
-#: lib/signature.c:148
+#: lib/signature.c:149
 msgid "No signature\n"
 msgstr "Ýmza yok\n"
 
-#: lib/signature.c:152
+#: lib/signature.c:153
 msgid "Old PGP signature\n"
 msgstr "Eski PGP imzasý\n"
 
-#: lib/signature.c:165
+#: lib/signature.c:166
 msgid "Old (internal-only) signature!  How did you get that!?\n"
 msgstr "Eski imza !!! Bunu nasýl aldýn!?\n"
 
-#: lib/signature.c:221
+#: lib/signature.c:222
 #, c-format
 msgid "Signature: size(%d)+pad(%d)\n"
 msgstr "Ýmza: boyut(%d)+iz(%d)\n"
 
-#: lib/signature.c:284
+#: lib/signature.c:285
 #, c-format
 msgid "Couldn't exec pgp (%s)\n"
 msgstr "pgp çalýþtýrýlamadý (%s)\n"
 
-#: lib/signature.c:297
+#: lib/signature.c:298
 msgid "pgp failed\n"
 msgstr "pgp hata verdi\n"
 
 #. PGP failed to write signature
 #. Just in case
-#: lib/signature.c:304
+#: lib/signature.c:305
 msgid "pgp failed to write signature\n"
 msgstr "pgp imzasýnýn yazýlmasý baþarýsýz\n"
 
-#: lib/signature.c:309
+#: lib/signature.c:310
 #, c-format
 msgid "PGP sig size: %d\n"
 msgstr "PGP imza uzunluðu: %d\n"
 
-#: lib/signature.c:324 lib/signature.c:411
+#: lib/signature.c:325 lib/signature.c:412
 msgid "unable to read the signature\n"
 msgstr "imza okunamadý\n"
 
-#: lib/signature.c:329
+#: lib/signature.c:330
 #, c-format
 msgid "Got %d bytes of PGP sig\n"
 msgstr "GPG imzasýnýn %d baytý alýndý\n"
 
-#: lib/signature.c:371 lib/signature.c:501
+#: lib/signature.c:372 lib/signature.c:502
 msgid "Couldn't exec gpg\n"
 msgstr "gpg çalýþtýrýlamadý\n"
 
-#: lib/signature.c:384
+#: lib/signature.c:385
 msgid "gpg failed\n"
 msgstr "gpg hata verdi\n"
 
 #. GPG failed to write signature
 #. Just in case
-#: lib/signature.c:391
+#: lib/signature.c:392
 msgid "gpg failed to write signature\n"
 msgstr "imzanýn yazýlmasý sýrasýnda gpg hata verdi\n"
 
-#: lib/signature.c:396
+#: lib/signature.c:397
 #, c-format
 msgid "GPG sig size: %d\n"
 msgstr "GPG imza uzunluðu: %d\n"
 
-#: lib/signature.c:416
+#: lib/signature.c:417
 #, c-format
 msgid "Got %d bytes of GPG sig\n"
 msgstr "GPG imzasýnýn %d baytý alýndý\n"
 
-#: lib/signature.c:444
+#: lib/signature.c:445
 msgid "Generating signature using PGP.\n"
 msgstr "PGP kullanarak imza üretiliyor.\n"
 
-#: lib/signature.c:450
+#: lib/signature.c:451
 msgid "Generating signature using GPG.\n"
 msgstr "GPG kullanýlarak imza üretiliyor.\n"
 
-#: lib/signature.c:530
+#: lib/signature.c:531
 msgid "Couldn't exec pgp\n"
 msgstr "pgp çalýþtýrýlamadý\n"
 
 #. @notreached@
 #. This case should have been screened out long ago.
-#: lib/signature.c:534 lib/signature.c:587
+#: lib/signature.c:535 lib/signature.c:588
 #, c-format
 msgid "Invalid %%_signature spec in macro file\n"
 msgstr "Makro dosyasýnda %%_signature spec geçersiz\n"
 
-#: lib/signature.c:567
+#: lib/signature.c:568
 #, c-format
 msgid "You must set \"%%_gpg_name\" in your macro file\n"
 msgstr "Makro dosyanýzda \"%%_pgp_name\" tanýmlanmýþ olmalý\n"
 
-#: lib/signature.c:579
+#: lib/signature.c:580
 #, c-format
 msgid "You must set \"%%_pgp_name\" in your macro file\n"
 msgstr "Makro dosyanýzda \"%%_pgp_name\" belirtmelisiniz\n"
 
-#: lib/transaction.c:308
+#: lib/transaction.c:309
 #, c-format
 msgid "%s skipped due to missingok flag\n"
 msgstr "missingok flamasýndan dolayý %s atlandý\n"
 
 #. @innercontinue@
-#: lib/transaction.c:936
+#: lib/transaction.c:937
 #, c-format
 msgid "excluding directory %s\n"
 msgstr "%s dizini dýþlanýyor\n"
 
-#: lib/verify.c:240
+#: lib/verify.c:242
 msgid "package lacks both user name and id lists (this should never happen)\n"
 msgstr ""
 "paket hem kullanýcý ismi hem de kimlik listelerinden yoksun (bu hiç iyi "
 "deðil)\n"
 
-#: lib/verify.c:261
+#: lib/verify.c:263
 msgid "package lacks both group name and id lists (this should never happen)\n"
 msgstr ""
 "paket hem grup ismi hem de kimlik listelerinden yoksun (bu hiç iyi deðil)\n"
 
-#: lib/verify.c:398
+#: lib/verify.c:400
 #, c-format
 msgid "missing    %s"
 msgstr "eksik      %s"
 
-#: lib/verify.c:495
+#: lib/verify.c:497
 #, 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:101 rpmdb/db3.c:100
+#: rpmdb/db1.c:100 rpmdb/db3.c:100
 #, c-format
 msgid "db%d error(%d) from %s: %s\n"
 msgstr "db%d hata(%d) %s'den: %s\n"
 
-#: rpmdb/db1.c:104 rpmdb/db3.c:103
+#: rpmdb/db1.c:103 rpmdb/db3.c:103
 #, c-format
 msgid "db%d error(%d): %s\n"
 msgstr "db%d hata(%d): %s\n"
 
-#: rpmdb/db1.c:171
+#: rpmdb/db1.c:170
 #, c-format
 msgid ""
 "Broken package chain at offset %d(0x%08x), attempting to reconnect ...\n"
@@ -3559,43 +3559,43 @@ msgstr ""
 "%d(0x%08x) göreli konumunda paket zinciri kopuk, yeniden baðlanmaya "
 "çalýþýlýyor...\n"
 
-#: rpmdb/db1.c:183
+#: 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"
 
 #. @=branchstate@
-#: rpmdb/db1.c:509
+#: rpmdb/db1.c:508
 #, c-format
 msgid "closed  db file        %s\n"
 msgstr "kapanan db dosyasý     %s\n"
 
-#: rpmdb/db1.c:512
+#: rpmdb/db1.c:511
 #, c-format
 msgid "removed db file        %s\n"
 msgstr "silinen db dosyasý     %s\n"
 
-#: rpmdb/db1.c:547
+#: rpmdb/db1.c:546
 #, c-format
 msgid "bad db file %s\n"
 msgstr "db dosyasý %s hatalý\n"
 
-#: rpmdb/db1.c:552
+#: 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:575
+#: 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:576 rpmdb/db3.c:1213
+#: rpmdb/db1.c:575 rpmdb/db3.c:1213
 msgid "exclusive"
 msgstr "baðdaþýk"
 
-#: rpmdb/db1.c:576 rpmdb/db3.c:1213
+#: rpmdb/db1.c:575 rpmdb/db3.c:1213
 msgid "shared"
 msgstr "paylaþýmlý"
 
@@ -3673,54 +3673,54 @@ msgstr ""
 "daha fazla bilgi için http://www.rpm.org adresine bakýn veya rpm-list@redhat."
 "com e-posta listesine kaydolun.\n"
 
-#: rpmdb/poptDB.c:22
+#: rpmdb/poptDB.c:19
 msgid "initialize database"
 msgstr "veritabanýný baþlangýç durumuna getirir"
 
-#: rpmdb/poptDB.c:24
+#: rpmdb/poptDB.c:21
 msgid "rebuild database inverted lists from installed package headers"
 msgstr "kurulu paket baþlýklarýndan veritabaný listelerini yeniden oluþturur"
 
-#: rpmdb/poptDB.c:29
+#: rpmdb/poptDB.c:26
 msgid "generate headers compatible with (legacy) rpm[23] packaging"
 msgstr "(eski) rpm[23] paketleme ile uyumlu baþlýklarý üretir"
 
 #. @-modfilesys@
-#: rpmdb/rpmdb.c:130
+#: rpmdb/rpmdb.c:126
 #, c-format
 msgid "dbiTagsInit: unrecognized tag name: \"%s\" ignored\n"
 msgstr "dbiTagsInit: tanýmlanmamýþ etiket adý: \"%s\" yoksayýldý\n"
 
-#: rpmdb/rpmdb.c:384
+#: rpmdb/rpmdb.c:380
 #, 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:406
+#: rpmdb/rpmdb.c:402
 #, c-format
 msgid "cannot open %s index\n"
 msgstr "%s indeksi açýlamadý\n"
 
-#: rpmdb/rpmdb.c:498
+#: 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:629
+#: rpmdb/rpmdb.c:625
 #, 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:639
+#: rpmdb/rpmdb.c:635
 #, 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:893
+#: rpmdb/rpmdb.c:889
 msgid "no dbpath has been set\n"
 msgstr "belirtilmiþ bir dbpath deðeri yok\n"
 
-#: rpmdb/rpmdb.c:1032
+#: rpmdb/rpmdb.c:1028
 msgid ""
 "old format database is present; use --rebuilddb to generate a new format "
 "database\n"
@@ -3729,116 +3729,116 @@ msgstr ""
 "rebuilddb kullanýn\n"
 
 #. error
-#: rpmdb/rpmdb.c:1277
+#: rpmdb/rpmdb.c:1273
 #, c-format
 msgid "error(%d) counting packages\n"
 msgstr "paketler taranýrken hata(%d)\n"
 
-#: rpmdb/rpmdb.c:2061 rpmdb/rpmdb.c:3276
+#: rpmdb/rpmdb.c:2057 rpmdb/rpmdb.c:3310
 #, 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:2114
+#: rpmdb/rpmdb.c:2110
 #, 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:2384
+#: rpmdb/rpmdb.c:2380
 #, c-format
 msgid "%s: cannot read header at 0x%x\n"
 msgstr "%s: 0x%x de baþlýk okunamadý\n"
 
-#: rpmdb/rpmdb.c:2456
+#: rpmdb/rpmdb.c:2452
 #, c-format
 msgid "removing \"%s\" from %s index.\n"
 msgstr "\"%s\" %s indeksinden siliniyor.\n"
 
-#: rpmdb/rpmdb.c:2465
+#: rpmdb/rpmdb.c:2461
 #, c-format
 msgid "removing %d entries from %s index.\n"
 msgstr "%d girdi %s indeksinden siliniyor.\n"
 
-#: rpmdb/rpmdb.c:2666
+#: rpmdb/rpmdb.c:2662
 #, c-format
 msgid "error(%d) allocating new package instance\n"
 msgstr "yeni paket örneðini tutma hatasý(%d)\n"
 
-#: rpmdb/rpmdb.c:2747
+#: rpmdb/rpmdb.c:2743
 #, c-format
 msgid "adding \"%s\" to %s index.\n"
 msgstr "\"%s\" %s indeksine ekleniyor.\n"
 
-#: rpmdb/rpmdb.c:2758
+#: rpmdb/rpmdb.c:2754
 #, c-format
 msgid "adding %d entries to %s index.\n"
 msgstr "%d girdi %s indeksine ekleniyor.\n"
 
-#: rpmdb/rpmdb.c:3162
+#: rpmdb/rpmdb.c:3196
 #, 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:3195
+#: rpmdb/rpmdb.c:3229
 msgid "no dbpath has been set"
 msgstr "belirtilmiþ bir dbpath yok"
 
-#: rpmdb/rpmdb.c:3222
+#: rpmdb/rpmdb.c:3256
 #, c-format
 msgid "rebuilding database %s into %s\n"
 msgstr "%s veritabaný %s içinde yeniden oluþturuluyor\n"
 
-#: rpmdb/rpmdb.c:3226
+#: rpmdb/rpmdb.c:3260
 #, c-format
 msgid "temporary database %s already exists\n"
 msgstr "geçici veritabaný %s zaten mevcut\n"
 
-#: rpmdb/rpmdb.c:3232
+#: rpmdb/rpmdb.c:3266
 #, c-format
 msgid "creating directory %s\n"
 msgstr "%s dizini oluþturuluyor\n"
 
-#: rpmdb/rpmdb.c:3234
+#: rpmdb/rpmdb.c:3268
 #, c-format
 msgid "creating directory %s: %s\n"
 msgstr "%s dizini oluþturuluyor: %s\n"
 
-#: rpmdb/rpmdb.c:3241
+#: rpmdb/rpmdb.c:3275
 #, c-format
 msgid "opening old database with dbapi %d\n"
 msgstr "eski veritabaný dbapi %d ile açýlýyor\n"
 
-#: rpmdb/rpmdb.c:3252
+#: rpmdb/rpmdb.c:3286
 #, c-format
 msgid "opening new database with dbapi %d\n"
 msgstr "yeni veritabaný dbapi %d ile açýlýyor\n"
 
-#: rpmdb/rpmdb.c:3316
+#: rpmdb/rpmdb.c:3350
 #, c-format
 msgid "cannot add record originally at %u\n"
 msgstr "kayýt özgün olarak %u e eklenemedi\n"
 
-#: rpmdb/rpmdb.c:3334
+#: rpmdb/rpmdb.c:3368
 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:3342
+#: rpmdb/rpmdb.c:3376
 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:3344
+#: rpmdb/rpmdb.c:3378
 #, 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:3354
+#: rpmdb/rpmdb.c:3388
 #, c-format
 msgid "removing directory %s\n"
 msgstr "%s dizini siliniyor\n"
 
-#: rpmdb/rpmdb.c:3356
+#: rpmdb/rpmdb.c:3390
 #, c-format
 msgid "failed to remove directory %s: %s\n"
 msgstr "%s dizininin silinmesi baþarýsýz: %s\n"
index 2d6a397..3bd4918 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-20 18:27-0400\n"
+"POT-Creation-Date: 2001-10-21 17:21-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"
@@ -704,15 +704,15 @@ msgstr ""
 msgid "bin/src package (prep, compile, install, package)"
 msgstr ""
 
-#: lib/poptBT.c:222 rpm.c:523
+#: lib/poptBT.c:220 rpm.c:523
 msgid "skip straight to specified stage (only for c,i)"
 msgstr ""
 
-#: lib/poptBT.c:201 rpm.c:525
+#: lib/poptBT.c:199 rpm.c:525
 msgid "remove build tree when done"
 msgstr ""
 
-#: lib/poptBT.c:218 rpm.c:527
+#: lib/poptBT.c:216 rpm.c:527
 msgid "remove sources when done"
 msgstr ""
 
@@ -720,7 +720,7 @@ msgstr ""
 msgid "remove spec file when done"
 msgstr ""
 
-#: lib/poptBT.c:224 rpm.c:531
+#: lib/poptBT.c:222 rpm.c:531
 msgid "generate PGP/GPG signature"
 msgstr ""
 
@@ -810,7 +810,7 @@ msgstr ""
 msgid "rebuild database from existing database"
 msgstr ""
 
-#: rpm.c:565 rpmdb/poptDB.c:27
+#: rpm.c:565 rpmdb/poptDB.c:24
 msgid "verify database files"
 msgstr ""
 
@@ -1225,7 +1225,7 @@ msgstr ""
 msgid "no tar files given for build"
 msgstr ""
 
-#: build/build.c:125 build/pack.c:471
+#: build/build.c:125 build/pack.c:466
 msgid "Unable to open temp file.\n"
 msgstr ""
 
@@ -1300,181 +1300,181 @@ msgstr ""
 msgid "syntax error in expression\n"
 msgstr ""
 
-#: build/files.c:274
+#: build/files.c:270
 #, c-format
 msgid "TIMECHECK failure: %s\n"
 msgstr ""
 
-#: build/files.c:333 build/files.c:525 build/files.c:708
+#: build/files.c:329 build/files.c:521 build/files.c:704
 #, c-format
 msgid "Missing '(' in %s %s\n"
 msgstr ""
 
-#: build/files.c:344 build/files.c:650 build/files.c:719
+#: build/files.c:340 build/files.c:646 build/files.c:715
 #, c-format
 msgid "Missing ')' in %s(%s\n"
 msgstr ""
 
-#: build/files.c:382 build/files.c:675
+#: build/files.c:378 build/files.c:671
 #, c-format
 msgid "Invalid %s token: %s\n"
 msgstr ""
 
-#: build/files.c:488
+#: build/files.c:484
 #, c-format
 msgid "Missing %s in %s %s\n"
 msgstr ""
 
-#: build/files.c:541
+#: build/files.c:537
 #, c-format
 msgid "Non-white space follows %s(): %s\n"
 msgstr ""
 
-#: build/files.c:579
+#: build/files.c:575
 #, c-format
 msgid "Bad syntax: %s(%s)\n"
 msgstr ""
 
-#: build/files.c:589
+#: build/files.c:585
 #, c-format
 msgid "Bad mode spec: %s(%s)\n"
 msgstr ""
 
-#: build/files.c:601
+#: build/files.c:597
 #, c-format
 msgid "Bad dirmode spec: %s(%s)\n"
 msgstr ""
 
-#: build/files.c:746
+#: build/files.c:742
 #, c-format
 msgid "Unusual locale length: \"%.*s\" in %%lang(%s)\n"
 msgstr ""
 
 #. @innercontinue@
-#: build/files.c:757
+#: build/files.c:753
 #, c-format
 msgid "Duplicate locale %.*s in %%lang(%s)\n"
 msgstr ""
 
-#: build/files.c:908
+#: build/files.c:904
 #, c-format
 msgid "Hit limit for %%docdir\n"
 msgstr ""
 
-#: build/files.c:914
+#: build/files.c:910
 #, c-format
 msgid "Only one arg for %%docdir\n"
 msgstr ""
 
 #. We already got a file -- error
-#: build/files.c:942
+#: build/files.c:938
 #, c-format
 msgid "Two files on one line: %s\n"
 msgstr ""
 
-#: build/files.c:957
+#: build/files.c:953
 #, c-format
 msgid "File must begin with \"/\": %s\n"
 msgstr ""
 
-#: build/files.c:970
+#: build/files.c:966
 #, 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:1147
+#: build/files.c:1143
 #, c-format
 msgid "File listed twice: %s\n"
 msgstr ""
 
-#: build/files.c:1282
+#: build/files.c:1278
 #, c-format
 msgid "Symlink points to BuildRoot: %s -> %s\n"
 msgstr ""
 
-#: build/files.c:1488
+#: build/files.c:1484
 #, c-format
 msgid "File doesn't match prefix (%s): %s\n"
 msgstr ""
 
-#: build/files.c:1512
+#: build/files.c:1508
 #, c-format
 msgid "File not found: %s\n"
 msgstr ""
 
-#: build/files.c:1555 build/files.c:2167 build/parsePrep.c:50
+#: build/files.c:1551 build/files.c:2163 build/parsePrep.c:50
 #, c-format
 msgid "Bad owner/group: %s\n"
 msgstr ""
 
-#: build/files.c:1567
+#: build/files.c:1563
 #, c-format
 msgid "File %4d: %07o %s.%s\t %s\n"
 msgstr ""
 
-#: build/files.c:1671
+#: build/files.c:1667
 #, c-format
 msgid "File needs leading \"/\": %s\n"
 msgstr ""
 
-#: build/files.c:1694
+#: build/files.c:1690
 #, c-format
 msgid "Glob not permitted: %s\n"
 msgstr ""
 
-#: build/files.c:1709
+#: build/files.c:1705
 #, c-format
 msgid "File not found by glob: %s\n"
 msgstr ""
 
-#: build/files.c:1771
+#: build/files.c:1767
 #, c-format
 msgid "Could not open %%files file %s: %s\n"
 msgstr ""
 
-#: build/files.c:1782 build/pack.c:150
+#: build/files.c:1778 build/pack.c:145
 #, c-format
 msgid "line: %s\n"
 msgstr ""
 
-#: build/files.c:2155
+#: build/files.c:2151
 #, c-format
 msgid "Bad file: %s: %s\n"
 msgstr ""
 
 #. XXX this error message is probably not seen.
-#: build/files.c:2229
+#: build/files.c:2225
 #, c-format
 msgid "Couldn't exec %s: %s\n"
 msgstr ""
 
-#: build/files.c:2234
+#: build/files.c:2230
 #, c-format
 msgid "Couldn't fork %s: %s\n"
 msgstr ""
 
-#: build/files.c:2318
+#: build/files.c:2314
 #, c-format
 msgid "%s failed\n"
 msgstr ""
 
-#: build/files.c:2322
+#: build/files.c:2318
 #, c-format
 msgid "failed to write all data to %s\n"
 msgstr ""
 
-#: build/files.c:2458
+#: build/files.c:2454
 #, c-format
 msgid "Finding  %s: (using %s)...\n"
 msgstr ""
 
-#: build/files.c:2484 build/files.c:2498
+#: build/files.c:2480 build/files.c:2494
 #, c-format
 msgid "Failed to find %s:\n"
 msgstr ""
 
-#: build/files.c:2619
+#: build/files.c:2615
 #, c-format
 msgid "Processing files: %s-%s-%s\n"
 msgstr ""
@@ -1508,152 +1508,152 @@ msgstr ""
 msgid "Could not canonicalize hostname: %s\n"
 msgstr ""
 
-#: build/pack.c:83
+#: build/pack.c:78
 #, c-format
 msgid "create archive failed on file %s: %s\n"
 msgstr ""
 
-#: build/pack.c:86
+#: build/pack.c:81
 #, c-format
 msgid "create archive failed: %s\n"
 msgstr ""
 
-#: build/pack.c:108
+#: build/pack.c:103
 #, c-format
 msgid "cpio_copy write failed: %s\n"
 msgstr ""
 
-#: build/pack.c:115
+#: build/pack.c:110
 #, c-format
 msgid "cpio_copy read failed: %s\n"
 msgstr ""
 
-#: build/pack.c:218
+#: build/pack.c:213
 #, c-format
 msgid "Could not open PreIn file: %s\n"
 msgstr ""
 
-#: build/pack.c:225
+#: build/pack.c:220
 #, c-format
 msgid "Could not open PreUn file: %s\n"
 msgstr ""
 
-#: build/pack.c:232
+#: build/pack.c:227
 #, c-format
 msgid "Could not open PostIn file: %s\n"
 msgstr ""
 
-#: build/pack.c:239
+#: build/pack.c:234
 #, c-format
 msgid "Could not open PostUn file: %s\n"
 msgstr ""
 
-#: build/pack.c:247
+#: build/pack.c:242
 #, c-format
 msgid "Could not open VerifyScript file: %s\n"
 msgstr ""
 
-#: build/pack.c:262
+#: build/pack.c:257
 #, c-format
 msgid "Could not open Trigger script file: %s\n"
 msgstr ""
 
-#: build/pack.c:290
+#: build/pack.c:285
 #, c-format
 msgid "readRPM: open %s: %s\n"
 msgstr ""
 
-#: build/pack.c:300
+#: build/pack.c:295
 #, c-format
 msgid "readRPM: read %s: %s\n"
 msgstr ""
 
-#: build/pack.c:309 build/pack.c:513
+#: build/pack.c:304 build/pack.c:508
 #, c-format
 msgid "%s: Fseek failed: %s\n"
 msgstr ""
 
-#: build/pack.c:325
+#: build/pack.c:320
 #, c-format
 msgid "readRPM: %s is not an RPM package\n"
 msgstr ""
 
-#: build/pack.c:334
+#: build/pack.c:329
 #, c-format
 msgid "readRPM: reading header from %s\n"
 msgstr ""
 
-#: build/pack.c:459
+#: build/pack.c:454
 msgid "Unable to create immutable header region.\n"
 msgstr ""
 
-#: build/pack.c:477
+#: build/pack.c:472
 msgid "Unable to write temp header\n"
 msgstr ""
 
-#: build/pack.c:485
+#: build/pack.c:480
 msgid "Bad CSA data\n"
 msgstr ""
 
-#: build/pack.c:520
+#: build/pack.c:515
 msgid "Unable to write final header\n"
 msgstr ""
 
-#: build/pack.c:538
+#: build/pack.c:533
 #, c-format
 msgid "Generating signature: %d\n"
 msgstr ""
 
-#: build/pack.c:551
+#: build/pack.c:546
 msgid "Unable to reload signature header.\n"
 msgstr ""
 
-#: build/pack.c:559
+#: build/pack.c:554
 #, c-format
 msgid "Could not open %s: %s\n"
 msgstr ""
 
-#: build/pack.c:595 lib/psm.c:2147
+#: build/pack.c:590 lib/psm.c:2149
 #, c-format
 msgid "Unable to write package: %s\n"
 msgstr ""
 
-#: build/pack.c:610
+#: build/pack.c:605
 #, c-format
 msgid "Unable to open sigtarget %s: %s\n"
 msgstr ""
 
-#: build/pack.c:620
+#: build/pack.c:615
 #, c-format
 msgid "Unable to read header from %s: %s\n"
 msgstr ""
 
-#: build/pack.c:634
+#: build/pack.c:629
 #, c-format
 msgid "Unable to write header to %s: %s\n"
 msgstr ""
 
-#: build/pack.c:644
+#: build/pack.c:639
 #, c-format
 msgid "Unable to read payload from %s: %s\n"
 msgstr ""
 
-#: build/pack.c:650
+#: build/pack.c:645
 #, c-format
 msgid "Unable to write payload to %s: %s\n"
 msgstr ""
 
-#: build/pack.c:675 lib/psm.c:2413
+#: build/pack.c:670 lib/psm.c:2415
 #, c-format
 msgid "Wrote: %s\n"
 msgstr ""
 
-#: build/pack.c:742
+#: build/pack.c:737
 #, c-format
 msgid "Could not generate output filename for package %s: %s\n"
 msgstr ""
 
-#: build/pack.c:759
+#: build/pack.c:754
 #, c-format
 msgid "cannot create %s: %s\n"
 msgstr ""
@@ -2060,72 +2060,72 @@ msgid " failed - "
 msgstr ""
 
 #. XXX legacy epoch-less requires/conflicts compatibility
-#: lib/depends.c:582
+#: lib/depends.c:559
 #, c-format
 msgid ""
 "the \"B\" dependency needs an epoch (assuming same as \"A\")\n"
 "\tA %s\tB %s\n"
 msgstr ""
 
-#: lib/depends.c:611
+#: lib/depends.c:588
 #, c-format
 msgid "  %s    A %s\tB %s\n"
 msgstr ""
 
-#: lib/depends.c:612 lib/depends.c:1248 lib/depends.c:1381
+#: lib/depends.c:589 lib/depends.c:1225 lib/depends.c:1358
 msgid "YES"
 msgstr ""
 
-#: lib/depends.c:612 lib/depends.c:1248 lib/depends.c:1381
+#: lib/depends.c:589 lib/depends.c:1225 lib/depends.c:1358
 msgid "NO "
 msgstr ""
 
-#: lib/depends.c:1042
+#: lib/depends.c:1019
 #, c-format
 msgid "%s: %-45s YES (added files)\n"
 msgstr ""
 
-#: lib/depends.c:1153
+#: lib/depends.c:1130
 #, c-format
 msgid "%s: %-45s YES (added provide)\n"
 msgstr ""
 
-#: lib/depends.c:1247
+#: lib/depends.c:1224
 #, c-format
 msgid "%s: %-45s %-s (cached)\n"
 msgstr ""
 
-#: lib/depends.c:1276
+#: lib/depends.c:1253
 #, c-format
 msgid "%s: %-45s YES (rpmrc provides)\n"
 msgstr ""
 
-#: lib/depends.c:1293
+#: lib/depends.c:1270
 #, c-format
 msgid "%s: %-45s YES (rpmlib provides)\n"
 msgstr ""
 
-#: lib/depends.c:1317
+#: lib/depends.c:1294
 #, c-format
 msgid "%s: %-45s YES (db files)\n"
 msgstr ""
 
-#: lib/depends.c:1330
+#: lib/depends.c:1307
 #, c-format
 msgid "%s: %-45s YES (db provides)\n"
 msgstr ""
 
-#: lib/depends.c:1344
+#: lib/depends.c:1321
 #, c-format
 msgid "%s: %-45s YES (db package)\n"
 msgstr ""
 
-#: lib/depends.c:1360
+#: lib/depends.c:1337
 #, c-format
 msgid "%s: %-45s NO\n"
 msgstr ""
 
-#: lib/depends.c:1381
+#: lib/depends.c:1358
 #, c-format
 msgid "%s: (%s, %s) added to Depends cache.\n"
 msgstr ""
@@ -2133,42 +2133,42 @@ msgstr ""
 #. requirements are satisfied.
 #. @switchbreak@
 #. requirements are not satisfied.
-#: lib/depends.c:1454
+#: lib/depends.c:1431
 #, c-format
 msgid "package %s-%s-%s require not satisfied: %s\n"
 msgstr ""
 
 #. conflicts exist.
-#: lib/depends.c:1533
+#: lib/depends.c:1510
 #, c-format
 msgid "package %s conflicts: %s\n"
 msgstr ""
 
-#: lib/depends.c:1786
+#: lib/depends.c:1763
 #, c-format
 msgid "removing %s-%s-%s \"%s\" from tsort relations.\n"
 msgstr ""
 
 #. Record all relations.
-#: lib/depends.c:1936
+#: lib/depends.c:1913
 msgid "========== recording tsort relations\n"
 msgstr ""
 
 #. T4. Scan for zeroes.
-#: lib/depends.c:1996
+#: lib/depends.c:1973
 msgid ""
 "========== tsorting packages (order, #predecessors, #succesors, depth)\n"
 msgstr ""
 
-#: lib/depends.c:2046
+#: lib/depends.c:2023
 msgid "========== successors only (presentation order)\n"
 msgstr ""
 
-#: lib/depends.c:2099
+#: lib/depends.c:2076
 msgid "LOOP:\n"
 msgstr ""
 
-#: lib/depends.c:2129
+#: lib/depends.c:2106
 msgid "========== continuing tsort ...\n"
 msgstr ""
 
@@ -2261,7 +2261,7 @@ msgid "dataLength() RPM_STRING_TYPE count must be 1.\n"
 msgstr ""
 
 #. @-modfilesys@
-#: lib/header.c:351 lib/header_internal.c:161 lib/psm.c:971
+#: lib/header.c:351 lib/header_internal.c:161 lib/psm.c:973
 #, c-format
 msgid "Data type %d not supported\n"
 msgstr ""
@@ -2341,149 +2341,149 @@ msgstr ""
 msgid "(unknown type)"
 msgstr ""
 
-#: lib/misc.c:241 lib/misc.c:246 lib/misc.c:252
+#: lib/misc.c:243 lib/misc.c:248 lib/misc.c:254
 #, c-format
 msgid "error creating temporary file %s\n"
 msgstr ""
 
-#: lib/package.c:162
+#: lib/package.c:163
 msgid "packaging version 1 is not supported by this version of RPM\n"
 msgstr ""
 
-#: lib/package.c:228
+#: lib/package.c:229
 msgid ""
 "only packaging with major numbers <= 4 is supported by this version of RPM\n"
 msgstr ""
 
-#: lib/poptBT.c:118
+#: lib/poptBT.c:116
 #, c-format
 msgid "buildroot already specified, ignoring %s\n"
 msgstr ""
 
-#: lib/poptBT.c:148
+#: lib/poptBT.c:146
 #, c-format
 msgid "build through %prep (unpack sources and apply patches) from <specfile>"
 msgstr ""
 
-#: lib/poptBT.c:149 lib/poptBT.c:152 lib/poptBT.c:155 lib/poptBT.c:158
-#: lib/poptBT.c:161 lib/poptBT.c:164 lib/poptBT.c:167
+#: lib/poptBT.c:147 lib/poptBT.c:150 lib/poptBT.c:153 lib/poptBT.c:156
+#: lib/poptBT.c:159 lib/poptBT.c:162 lib/poptBT.c:165
 msgid "<specfile>"
 msgstr ""
 
-#: lib/poptBT.c:151
+#: lib/poptBT.c:149
 msgid "build through %build (%prep, then compile) from <specfile>"
 msgstr ""
 
-#: lib/poptBT.c:154
+#: lib/poptBT.c:152
 msgid "build through %install (%prep, %build, then install) from <specfile>"
 msgstr ""
 
-#: lib/poptBT.c:157
+#: lib/poptBT.c:155
 #, c-format
 msgid "verify %files section from <specfile>"
 msgstr ""
 
-#: lib/poptBT.c:160
+#: lib/poptBT.c:158
 msgid "build source and binary packages from <specfile>"
 msgstr ""
 
-#: lib/poptBT.c:163
+#: lib/poptBT.c:161
 msgid "build binary package only from <specfile>"
 msgstr ""
 
-#: lib/poptBT.c:166
+#: lib/poptBT.c:164
 msgid "build source package only from <specfile>"
 msgstr ""
 
-#: lib/poptBT.c:170
+#: lib/poptBT.c:168
 #, c-format
 msgid "build through %prep (unpack sources and apply patches) from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:171 lib/poptBT.c:174 lib/poptBT.c:177 lib/poptBT.c:180
-#: lib/poptBT.c:183 lib/poptBT.c:186 lib/poptBT.c:189
+#: lib/poptBT.c:169 lib/poptBT.c:172 lib/poptBT.c:175 lib/poptBT.c:178
+#: lib/poptBT.c:181 lib/poptBT.c:184 lib/poptBT.c:187
 msgid "<tarball>"
 msgstr ""
 
-#: lib/poptBT.c:173
+#: lib/poptBT.c:171
 msgid "build through %build (%prep, then compile) from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:176
+#: lib/poptBT.c:174
 msgid "build through %install (%prep, %build, then install) from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:179
+#: lib/poptBT.c:177
 #, c-format
 msgid "verify %files section from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:182
+#: lib/poptBT.c:180
 msgid "build source and binary packages from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:185
+#: lib/poptBT.c:183
 msgid "build binary package only from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:188
+#: lib/poptBT.c:186
 msgid "build source package only from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:192
+#: lib/poptBT.c:190
 msgid "build binary package from <source package>"
 msgstr ""
 
-#: lib/poptBT.c:193 lib/poptBT.c:196
+#: lib/poptBT.c:191 lib/poptBT.c:194
 msgid "<source package>"
 msgstr ""
 
-#: lib/poptBT.c:195
+#: lib/poptBT.c:193
 msgid ""
 "build through %install (%prep, %build, then install) from <source package>"
 msgstr ""
 
-#: lib/poptBT.c:199
+#: lib/poptBT.c:197
 msgid "override build root"
 msgstr ""
 
-#: lib/poptBT.c:203 rpmdb/poptDB.c:32
+#: lib/poptBT.c:201 rpmdb/poptDB.c:29
 msgid "generate headers compatible with rpm4 packaging"
 msgstr ""
 
-#: lib/poptBT.c:205
+#: lib/poptBT.c:203
 msgid "ignore ExcludeArch: directives from spec file"
 msgstr ""
 
-#: lib/poptBT.c:207
+#: lib/poptBT.c:205
 msgid "debug file state machine"
 msgstr ""
 
-#: lib/poptBT.c:209
+#: lib/poptBT.c:207
 msgid "do not execute any stages of the build"
 msgstr ""
 
-#: lib/poptBT.c:211
+#: lib/poptBT.c:209
 msgid "do not verify build dependencies"
 msgstr ""
 
-#: lib/poptBT.c:213
+#: lib/poptBT.c:211
 msgid "generate package header(s) compatible with (legacy) rpm[23] packaging"
 msgstr ""
 
-#: lib/poptBT.c:216
+#: lib/poptBT.c:214
 msgid "do not accept i18N msgstr's from specfile"
 msgstr ""
 
-#: lib/poptBT.c:220
+#: lib/poptBT.c:218
 msgid "remove specfile when done"
 msgstr ""
 
-#: lib/poptBT.c:226
+#: lib/poptBT.c:224
 msgid "override target platform"
 msgstr ""
 
-#: lib/poptBT.c:228
+#: lib/poptBT.c:226
 msgid "lookup i18N strings in specfile catalog"
 msgstr ""
 
@@ -2799,108 +2799,108 @@ msgstr ""
 msgid "unknown error %d encountered while manipulating package %s"
 msgstr ""
 
-#: lib/psm.c:313
+#: lib/psm.c:315
 msgid "========== relocations\n"
 msgstr ""
 
-#: lib/psm.c:317
+#: lib/psm.c:319
 #, c-format
 msgid "%5d exclude  %s\n"
 msgstr ""
 
-#: lib/psm.c:320
+#: lib/psm.c:322
 #, c-format
 msgid "%5d relocate %s -> %s\n"
 msgstr ""
 
-#: lib/psm.c:390
+#: lib/psm.c:392
 #, c-format
 msgid "excluding multilib path %s%s\n"
 msgstr ""
 
-#: lib/psm.c:456
+#: lib/psm.c:458
 #, c-format
 msgid "excluding %s %s\n"
 msgstr ""
 
-#: lib/psm.c:466
+#: lib/psm.c:468
 #, c-format
 msgid "relocating %s to %s\n"
 msgstr ""
 
-#: lib/psm.c:545
+#: lib/psm.c:547
 #, c-format
 msgid "relocating directory %s to %s\n"
 msgstr ""
 
-#: lib/psm.c:1168
+#: lib/psm.c:1170
 #, c-format
 msgid "cannot create %%%s %s\n"
 msgstr ""
 
-#: lib/psm.c:1174
+#: lib/psm.c:1176
 #, c-format
 msgid "cannot write to %%%s %s\n"
 msgstr ""
 
-#: lib/psm.c:1212
+#: lib/psm.c:1214
 msgid "source package expected, binary found\n"
 msgstr ""
 
-#: lib/psm.c:1323
+#: lib/psm.c:1325
 msgid "source package contains no .spec file\n"
 msgstr ""
 
-#: lib/psm.c:1430
+#: lib/psm.c:1432
 #, c-format
 msgid "%s: running %s scriptlet\n"
 msgstr ""
 
-#: lib/psm.c:1598
+#: lib/psm.c:1600
 #, c-format
 msgid "execution of %s scriptlet from %s-%s-%s failed, waitpid returned %s\n"
 msgstr ""
 
-#: lib/psm.c:1605
+#: lib/psm.c:1607
 #, c-format
 msgid "execution of %s scriptlet from %s-%s-%s failed, exit status %d\n"
 msgstr ""
 
-#: lib/psm.c:1952
+#: lib/psm.c:1954
 #, c-format
 msgid "%s: %s-%s-%s has %d files, test = %d\n"
 msgstr ""
 
-#: lib/psm.c:2069
+#: lib/psm.c:2071
 #, c-format
 msgid "%s: %s scriptlet failed (%d), skipping %s-%s-%s\n"
 msgstr ""
 
-#: lib/psm.c:2184
+#: lib/psm.c:2186
 #, c-format
 msgid "user %s does not exist - using root\n"
 msgstr ""
 
-#: lib/psm.c:2193
+#: lib/psm.c:2195
 #, c-format
 msgid "group %s does not exist - using root\n"
 msgstr ""
 
-#: lib/psm.c:2234
+#: lib/psm.c:2236
 #, c-format
 msgid "unpacking of archive failed%s%s: %s\n"
 msgstr ""
 
-#: lib/psm.c:2235
+#: lib/psm.c:2237
 msgid " on file "
 msgstr ""
 
-#: lib/psm.c:2421
+#: lib/psm.c:2423
 #, c-format
 msgid "%s failed on file %s: %s\n"
 msgstr ""
 
-#: lib/psm.c:2424
+#: lib/psm.c:2426
 #, c-format
 msgid "%s failed: %s\n"
 msgstr ""
@@ -3302,206 +3302,206 @@ msgstr ""
 msgid "Unable to open %s for reading: %s.\n"
 msgstr ""
 
-#: lib/signature.c:114
+#: lib/signature.c:115
 msgid "file is not regular -- skipping size check\n"
 msgstr ""
 
-#: lib/signature.c:123
+#: lib/signature.c:124
 #, c-format
 msgid "Expected size: %12d = lead(%d)+sigs(%d)+pad(%d)+data(%d)\n"
 msgstr ""
 
-#: lib/signature.c:128
+#: lib/signature.c:129
 #, c-format
 msgid "  Actual size: %12d\n"
 msgstr ""
 
-#: lib/signature.c:148
+#: lib/signature.c:149
 msgid "No signature\n"
 msgstr ""
 
-#: lib/signature.c:152
+#: lib/signature.c:153
 msgid "Old PGP signature\n"
 msgstr ""
 
-#: lib/signature.c:165
+#: lib/signature.c:166
 msgid "Old (internal-only) signature!  How did you get that!?\n"
 msgstr ""
 
-#: lib/signature.c:221
+#: lib/signature.c:222
 #, c-format
 msgid "Signature: size(%d)+pad(%d)\n"
 msgstr ""
 
-#: lib/signature.c:284
+#: lib/signature.c:285
 #, c-format
 msgid "Couldn't exec pgp (%s)\n"
 msgstr ""
 
-#: lib/signature.c:297
+#: lib/signature.c:298
 msgid "pgp failed\n"
 msgstr ""
 
 #. PGP failed to write signature
 #. Just in case
-#: lib/signature.c:304
+#: lib/signature.c:305
 msgid "pgp failed to write signature\n"
 msgstr ""
 
-#: lib/signature.c:309
+#: lib/signature.c:310
 #, c-format
 msgid "PGP sig size: %d\n"
 msgstr ""
 
-#: lib/signature.c:324 lib/signature.c:411
+#: lib/signature.c:325 lib/signature.c:412
 msgid "unable to read the signature\n"
 msgstr ""
 
-#: lib/signature.c:329
+#: lib/signature.c:330
 #, c-format
 msgid "Got %d bytes of PGP sig\n"
 msgstr ""
 
-#: lib/signature.c:371 lib/signature.c:501
+#: lib/signature.c:372 lib/signature.c:502
 msgid "Couldn't exec gpg\n"
 msgstr ""
 
-#: lib/signature.c:384
+#: lib/signature.c:385
 msgid "gpg failed\n"
 msgstr ""
 
 #. GPG failed to write signature
 #. Just in case
-#: lib/signature.c:391
+#: lib/signature.c:392
 msgid "gpg failed to write signature\n"
 msgstr ""
 
-#: lib/signature.c:396
+#: lib/signature.c:397
 #, c-format
 msgid "GPG sig size: %d\n"
 msgstr ""
 
-#: lib/signature.c:416
+#: lib/signature.c:417
 #, c-format
 msgid "Got %d bytes of GPG sig\n"
 msgstr ""
 
-#: lib/signature.c:444
+#: lib/signature.c:445
 msgid "Generating signature using PGP.\n"
 msgstr ""
 
-#: lib/signature.c:450
+#: lib/signature.c:451
 msgid "Generating signature using GPG.\n"
 msgstr ""
 
-#: lib/signature.c:530
+#: lib/signature.c:531
 msgid "Couldn't exec pgp\n"
 msgstr ""
 
 #. @notreached@
 #. This case should have been screened out long ago.
-#: lib/signature.c:534 lib/signature.c:587
+#: lib/signature.c:535 lib/signature.c:588
 #, c-format
 msgid "Invalid %%_signature spec in macro file\n"
 msgstr ""
 
-#: lib/signature.c:567
+#: lib/signature.c:568
 #, c-format
 msgid "You must set \"%%_gpg_name\" in your macro file\n"
 msgstr ""
 
-#: lib/signature.c:579
+#: lib/signature.c:580
 #, c-format
 msgid "You must set \"%%_pgp_name\" in your macro file\n"
 msgstr ""
 
-#: lib/transaction.c:308
+#: lib/transaction.c:309
 #, c-format
 msgid "%s skipped due to missingok flag\n"
 msgstr ""
 
 #. @innercontinue@
-#: lib/transaction.c:936
+#: lib/transaction.c:937
 #, c-format
 msgid "excluding directory %s\n"
 msgstr ""
 
-#: lib/verify.c:240
+#: lib/verify.c:242
 msgid "package lacks both user name and id lists (this should never happen)\n"
 msgstr ""
 
-#: lib/verify.c:261
+#: lib/verify.c:263
 msgid "package lacks both group name and id lists (this should never happen)\n"
 msgstr ""
 
-#: lib/verify.c:398
+#: lib/verify.c:400
 #, c-format
 msgid "missing    %s"
 msgstr ""
 
-#: lib/verify.c:495
+#: lib/verify.c:497
 #, 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:101 rpmdb/db3.c:100
+#: rpmdb/db1.c:100 rpmdb/db3.c:100
 #, c-format
 msgid "db%d error(%d) from %s: %s\n"
 msgstr ""
 
-#: rpmdb/db1.c:104 rpmdb/db3.c:103
+#: rpmdb/db1.c:103 rpmdb/db3.c:103
 #, c-format
 msgid "db%d error(%d): %s\n"
 msgstr ""
 
-#: rpmdb/db1.c:171
+#: rpmdb/db1.c:170
 #, c-format
 msgid ""
 "Broken package chain at offset %d(0x%08x), attempting to reconnect ...\n"
 msgstr ""
 
-#: rpmdb/db1.c:183
+#: rpmdb/db1.c:182
 #, c-format
 msgid "Reconnecting broken chain at offset %d(0x%08x).\n"
 msgstr ""
 
 #. @=branchstate@
-#: rpmdb/db1.c:509
+#: rpmdb/db1.c:508
 #, c-format
 msgid "closed  db file        %s\n"
 msgstr ""
 
-#: rpmdb/db1.c:512
+#: rpmdb/db1.c:511
 #, c-format
 msgid "removed db file        %s\n"
 msgstr ""
 
-#: rpmdb/db1.c:547
+#: rpmdb/db1.c:546
 #, c-format
 msgid "bad db file %s\n"
 msgstr ""
 
-#: rpmdb/db1.c:552
+#: rpmdb/db1.c:551
 #, c-format
 msgid "opening db file        %s mode 0x%x\n"
 msgstr ""
 
 #. XXX check errno validity
-#: rpmdb/db1.c:575
+#: rpmdb/db1.c:574
 #, c-format
 msgid "cannot get %s lock on database\n"
 msgstr ""
 
-#: rpmdb/db1.c:576 rpmdb/db3.c:1213
+#: rpmdb/db1.c:575 rpmdb/db3.c:1213
 msgid "exclusive"
 msgstr ""
 
-#: rpmdb/db1.c:576 rpmdb/db3.c:1213
+#: rpmdb/db1.c:575 rpmdb/db3.c:1213
 msgid "shared"
 msgstr ""
 
@@ -3575,168 +3575,168 @@ msgid ""
 "if \"rpm --rebuilddb\" fails to correct the problem.\n"
 msgstr ""
 
-#: rpmdb/poptDB.c:22
+#: rpmdb/poptDB.c:19
 msgid "initialize database"
 msgstr ""
 
-#: rpmdb/poptDB.c:24
+#: rpmdb/poptDB.c:21
 msgid "rebuild database inverted lists from installed package headers"
 msgstr ""
 
-#: rpmdb/poptDB.c:29
+#: rpmdb/poptDB.c:26
 msgid "generate headers compatible with (legacy) rpm[23] packaging"
 msgstr ""
 
 #. @-modfilesys@
-#: rpmdb/rpmdb.c:130
+#: rpmdb/rpmdb.c:126
 #, c-format
 msgid "dbiTagsInit: unrecognized tag name: \"%s\" ignored\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:384
+#: rpmdb/rpmdb.c:380
 #, c-format
 msgid "cannot open %s index using db%d - %s (%d)\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:406
+#: rpmdb/rpmdb.c:402
 #, c-format
 msgid "cannot open %s index\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:498
+#: rpmdb/rpmdb.c:494
 #, c-format
 msgid "error(%d) getting \"%s\" records from %s index\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:629
+#: rpmdb/rpmdb.c:625
 #, c-format
 msgid "error(%d) storing record %s into %s\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:639
+#: rpmdb/rpmdb.c:635
 #, c-format
 msgid "error(%d) removing record %s from %s\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:893
+#: rpmdb/rpmdb.c:889
 msgid "no dbpath has been set\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:1032
+#: rpmdb/rpmdb.c:1028
 msgid ""
 "old format database is present; use --rebuilddb to generate a new format "
 "database\n"
 msgstr ""
 
 #. error
-#: rpmdb/rpmdb.c:1277
+#: rpmdb/rpmdb.c:1273
 #, c-format
 msgid "error(%d) counting packages\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2061 rpmdb/rpmdb.c:3276
+#: rpmdb/rpmdb.c:2057 rpmdb/rpmdb.c:3310
 #, c-format
 msgid "record number %u in database is bad -- skipping.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2114
+#: rpmdb/rpmdb.c:2110
 #, c-format
 msgid "rpmdb: damaged header instance #%u retrieved, skipping.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2384
+#: rpmdb/rpmdb.c:2380
 #, c-format
 msgid "%s: cannot read header at 0x%x\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2456
+#: rpmdb/rpmdb.c:2452
 #, c-format
 msgid "removing \"%s\" from %s index.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2465
+#: rpmdb/rpmdb.c:2461
 #, c-format
 msgid "removing %d entries from %s index.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2666
+#: rpmdb/rpmdb.c:2662
 #, c-format
 msgid "error(%d) allocating new package instance\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2747
+#: rpmdb/rpmdb.c:2743
 #, c-format
 msgid "adding \"%s\" to %s index.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2758
+#: rpmdb/rpmdb.c:2754
 #, c-format
 msgid "adding %d entries to %s index.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3162
+#: rpmdb/rpmdb.c:3196
 #, c-format
 msgid "removing %s after successful db3 rebuild.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3195
+#: rpmdb/rpmdb.c:3229
 msgid "no dbpath has been set"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3222
+#: rpmdb/rpmdb.c:3256
 #, c-format
 msgid "rebuilding database %s into %s\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3226
+#: rpmdb/rpmdb.c:3260
 #, c-format
 msgid "temporary database %s already exists\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3232
+#: rpmdb/rpmdb.c:3266
 #, c-format
 msgid "creating directory %s\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3234
+#: rpmdb/rpmdb.c:3268
 #, c-format
 msgid "creating directory %s: %s\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3241
+#: rpmdb/rpmdb.c:3275
 #, c-format
 msgid "opening old database with dbapi %d\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3252
+#: rpmdb/rpmdb.c:3286
 #, c-format
 msgid "opening new database with dbapi %d\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3316
+#: rpmdb/rpmdb.c:3350
 #, c-format
 msgid "cannot add record originally at %u\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3334
+#: rpmdb/rpmdb.c:3368
 msgid "failed to rebuild database: original database remains in place\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3342
+#: rpmdb/rpmdb.c:3376
 msgid "failed to replace old database with new database!\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3344
+#: rpmdb/rpmdb.c:3378
 #, c-format
 msgid "replace files in %s with files from %s to recover"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3354
+#: rpmdb/rpmdb.c:3388
 #, c-format
 msgid "removing directory %s\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3356
+#: rpmdb/rpmdb.c:3390
 #, c-format
 msgid "failed to remove directory %s: %s\n"
 msgstr ""
index 2d6a397..3bd4918 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-20 18:27-0400\n"
+"POT-Creation-Date: 2001-10-21 17:21-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"
@@ -704,15 +704,15 @@ msgstr ""
 msgid "bin/src package (prep, compile, install, package)"
 msgstr ""
 
-#: lib/poptBT.c:222 rpm.c:523
+#: lib/poptBT.c:220 rpm.c:523
 msgid "skip straight to specified stage (only for c,i)"
 msgstr ""
 
-#: lib/poptBT.c:201 rpm.c:525
+#: lib/poptBT.c:199 rpm.c:525
 msgid "remove build tree when done"
 msgstr ""
 
-#: lib/poptBT.c:218 rpm.c:527
+#: lib/poptBT.c:216 rpm.c:527
 msgid "remove sources when done"
 msgstr ""
 
@@ -720,7 +720,7 @@ msgstr ""
 msgid "remove spec file when done"
 msgstr ""
 
-#: lib/poptBT.c:224 rpm.c:531
+#: lib/poptBT.c:222 rpm.c:531
 msgid "generate PGP/GPG signature"
 msgstr ""
 
@@ -810,7 +810,7 @@ msgstr ""
 msgid "rebuild database from existing database"
 msgstr ""
 
-#: rpm.c:565 rpmdb/poptDB.c:27
+#: rpm.c:565 rpmdb/poptDB.c:24
 msgid "verify database files"
 msgstr ""
 
@@ -1225,7 +1225,7 @@ msgstr ""
 msgid "no tar files given for build"
 msgstr ""
 
-#: build/build.c:125 build/pack.c:471
+#: build/build.c:125 build/pack.c:466
 msgid "Unable to open temp file.\n"
 msgstr ""
 
@@ -1300,181 +1300,181 @@ msgstr ""
 msgid "syntax error in expression\n"
 msgstr ""
 
-#: build/files.c:274
+#: build/files.c:270
 #, c-format
 msgid "TIMECHECK failure: %s\n"
 msgstr ""
 
-#: build/files.c:333 build/files.c:525 build/files.c:708
+#: build/files.c:329 build/files.c:521 build/files.c:704
 #, c-format
 msgid "Missing '(' in %s %s\n"
 msgstr ""
 
-#: build/files.c:344 build/files.c:650 build/files.c:719
+#: build/files.c:340 build/files.c:646 build/files.c:715
 #, c-format
 msgid "Missing ')' in %s(%s\n"
 msgstr ""
 
-#: build/files.c:382 build/files.c:675
+#: build/files.c:378 build/files.c:671
 #, c-format
 msgid "Invalid %s token: %s\n"
 msgstr ""
 
-#: build/files.c:488
+#: build/files.c:484
 #, c-format
 msgid "Missing %s in %s %s\n"
 msgstr ""
 
-#: build/files.c:541
+#: build/files.c:537
 #, c-format
 msgid "Non-white space follows %s(): %s\n"
 msgstr ""
 
-#: build/files.c:579
+#: build/files.c:575
 #, c-format
 msgid "Bad syntax: %s(%s)\n"
 msgstr ""
 
-#: build/files.c:589
+#: build/files.c:585
 #, c-format
 msgid "Bad mode spec: %s(%s)\n"
 msgstr ""
 
-#: build/files.c:601
+#: build/files.c:597
 #, c-format
 msgid "Bad dirmode spec: %s(%s)\n"
 msgstr ""
 
-#: build/files.c:746
+#: build/files.c:742
 #, c-format
 msgid "Unusual locale length: \"%.*s\" in %%lang(%s)\n"
 msgstr ""
 
 #. @innercontinue@
-#: build/files.c:757
+#: build/files.c:753
 #, c-format
 msgid "Duplicate locale %.*s in %%lang(%s)\n"
 msgstr ""
 
-#: build/files.c:908
+#: build/files.c:904
 #, c-format
 msgid "Hit limit for %%docdir\n"
 msgstr ""
 
-#: build/files.c:914
+#: build/files.c:910
 #, c-format
 msgid "Only one arg for %%docdir\n"
 msgstr ""
 
 #. We already got a file -- error
-#: build/files.c:942
+#: build/files.c:938
 #, c-format
 msgid "Two files on one line: %s\n"
 msgstr ""
 
-#: build/files.c:957
+#: build/files.c:953
 #, c-format
 msgid "File must begin with \"/\": %s\n"
 msgstr ""
 
-#: build/files.c:970
+#: build/files.c:966
 #, 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:1147
+#: build/files.c:1143
 #, c-format
 msgid "File listed twice: %s\n"
 msgstr ""
 
-#: build/files.c:1282
+#: build/files.c:1278
 #, c-format
 msgid "Symlink points to BuildRoot: %s -> %s\n"
 msgstr ""
 
-#: build/files.c:1488
+#: build/files.c:1484
 #, c-format
 msgid "File doesn't match prefix (%s): %s\n"
 msgstr ""
 
-#: build/files.c:1512
+#: build/files.c:1508
 #, c-format
 msgid "File not found: %s\n"
 msgstr ""
 
-#: build/files.c:1555 build/files.c:2167 build/parsePrep.c:50
+#: build/files.c:1551 build/files.c:2163 build/parsePrep.c:50
 #, c-format
 msgid "Bad owner/group: %s\n"
 msgstr ""
 
-#: build/files.c:1567
+#: build/files.c:1563
 #, c-format
 msgid "File %4d: %07o %s.%s\t %s\n"
 msgstr ""
 
-#: build/files.c:1671
+#: build/files.c:1667
 #, c-format
 msgid "File needs leading \"/\": %s\n"
 msgstr ""
 
-#: build/files.c:1694
+#: build/files.c:1690
 #, c-format
 msgid "Glob not permitted: %s\n"
 msgstr ""
 
-#: build/files.c:1709
+#: build/files.c:1705
 #, c-format
 msgid "File not found by glob: %s\n"
 msgstr ""
 
-#: build/files.c:1771
+#: build/files.c:1767
 #, c-format
 msgid "Could not open %%files file %s: %s\n"
 msgstr ""
 
-#: build/files.c:1782 build/pack.c:150
+#: build/files.c:1778 build/pack.c:145
 #, c-format
 msgid "line: %s\n"
 msgstr ""
 
-#: build/files.c:2155
+#: build/files.c:2151
 #, c-format
 msgid "Bad file: %s: %s\n"
 msgstr ""
 
 #. XXX this error message is probably not seen.
-#: build/files.c:2229
+#: build/files.c:2225
 #, c-format
 msgid "Couldn't exec %s: %s\n"
 msgstr ""
 
-#: build/files.c:2234
+#: build/files.c:2230
 #, c-format
 msgid "Couldn't fork %s: %s\n"
 msgstr ""
 
-#: build/files.c:2318
+#: build/files.c:2314
 #, c-format
 msgid "%s failed\n"
 msgstr ""
 
-#: build/files.c:2322
+#: build/files.c:2318
 #, c-format
 msgid "failed to write all data to %s\n"
 msgstr ""
 
-#: build/files.c:2458
+#: build/files.c:2454
 #, c-format
 msgid "Finding  %s: (using %s)...\n"
 msgstr ""
 
-#: build/files.c:2484 build/files.c:2498
+#: build/files.c:2480 build/files.c:2494
 #, c-format
 msgid "Failed to find %s:\n"
 msgstr ""
 
-#: build/files.c:2619
+#: build/files.c:2615
 #, c-format
 msgid "Processing files: %s-%s-%s\n"
 msgstr ""
@@ -1508,152 +1508,152 @@ msgstr ""
 msgid "Could not canonicalize hostname: %s\n"
 msgstr ""
 
-#: build/pack.c:83
+#: build/pack.c:78
 #, c-format
 msgid "create archive failed on file %s: %s\n"
 msgstr ""
 
-#: build/pack.c:86
+#: build/pack.c:81
 #, c-format
 msgid "create archive failed: %s\n"
 msgstr ""
 
-#: build/pack.c:108
+#: build/pack.c:103
 #, c-format
 msgid "cpio_copy write failed: %s\n"
 msgstr ""
 
-#: build/pack.c:115
+#: build/pack.c:110
 #, c-format
 msgid "cpio_copy read failed: %s\n"
 msgstr ""
 
-#: build/pack.c:218
+#: build/pack.c:213
 #, c-format
 msgid "Could not open PreIn file: %s\n"
 msgstr ""
 
-#: build/pack.c:225
+#: build/pack.c:220
 #, c-format
 msgid "Could not open PreUn file: %s\n"
 msgstr ""
 
-#: build/pack.c:232
+#: build/pack.c:227
 #, c-format
 msgid "Could not open PostIn file: %s\n"
 msgstr ""
 
-#: build/pack.c:239
+#: build/pack.c:234
 #, c-format
 msgid "Could not open PostUn file: %s\n"
 msgstr ""
 
-#: build/pack.c:247
+#: build/pack.c:242
 #, c-format
 msgid "Could not open VerifyScript file: %s\n"
 msgstr ""
 
-#: build/pack.c:262
+#: build/pack.c:257
 #, c-format
 msgid "Could not open Trigger script file: %s\n"
 msgstr ""
 
-#: build/pack.c:290
+#: build/pack.c:285
 #, c-format
 msgid "readRPM: open %s: %s\n"
 msgstr ""
 
-#: build/pack.c:300
+#: build/pack.c:295
 #, c-format
 msgid "readRPM: read %s: %s\n"
 msgstr ""
 
-#: build/pack.c:309 build/pack.c:513
+#: build/pack.c:304 build/pack.c:508
 #, c-format
 msgid "%s: Fseek failed: %s\n"
 msgstr ""
 
-#: build/pack.c:325
+#: build/pack.c:320
 #, c-format
 msgid "readRPM: %s is not an RPM package\n"
 msgstr ""
 
-#: build/pack.c:334
+#: build/pack.c:329
 #, c-format
 msgid "readRPM: reading header from %s\n"
 msgstr ""
 
-#: build/pack.c:459
+#: build/pack.c:454
 msgid "Unable to create immutable header region.\n"
 msgstr ""
 
-#: build/pack.c:477
+#: build/pack.c:472
 msgid "Unable to write temp header\n"
 msgstr ""
 
-#: build/pack.c:485
+#: build/pack.c:480
 msgid "Bad CSA data\n"
 msgstr ""
 
-#: build/pack.c:520
+#: build/pack.c:515
 msgid "Unable to write final header\n"
 msgstr ""
 
-#: build/pack.c:538
+#: build/pack.c:533
 #, c-format
 msgid "Generating signature: %d\n"
 msgstr ""
 
-#: build/pack.c:551
+#: build/pack.c:546
 msgid "Unable to reload signature header.\n"
 msgstr ""
 
-#: build/pack.c:559
+#: build/pack.c:554
 #, c-format
 msgid "Could not open %s: %s\n"
 msgstr ""
 
-#: build/pack.c:595 lib/psm.c:2147
+#: build/pack.c:590 lib/psm.c:2149
 #, c-format
 msgid "Unable to write package: %s\n"
 msgstr ""
 
-#: build/pack.c:610
+#: build/pack.c:605
 #, c-format
 msgid "Unable to open sigtarget %s: %s\n"
 msgstr ""
 
-#: build/pack.c:620
+#: build/pack.c:615
 #, c-format
 msgid "Unable to read header from %s: %s\n"
 msgstr ""
 
-#: build/pack.c:634
+#: build/pack.c:629
 #, c-format
 msgid "Unable to write header to %s: %s\n"
 msgstr ""
 
-#: build/pack.c:644
+#: build/pack.c:639
 #, c-format
 msgid "Unable to read payload from %s: %s\n"
 msgstr ""
 
-#: build/pack.c:650
+#: build/pack.c:645
 #, c-format
 msgid "Unable to write payload to %s: %s\n"
 msgstr ""
 
-#: build/pack.c:675 lib/psm.c:2413
+#: build/pack.c:670 lib/psm.c:2415
 #, c-format
 msgid "Wrote: %s\n"
 msgstr ""
 
-#: build/pack.c:742
+#: build/pack.c:737
 #, c-format
 msgid "Could not generate output filename for package %s: %s\n"
 msgstr ""
 
-#: build/pack.c:759
+#: build/pack.c:754
 #, c-format
 msgid "cannot create %s: %s\n"
 msgstr ""
@@ -2060,72 +2060,72 @@ msgid " failed - "
 msgstr ""
 
 #. XXX legacy epoch-less requires/conflicts compatibility
-#: lib/depends.c:582
+#: lib/depends.c:559
 #, c-format
 msgid ""
 "the \"B\" dependency needs an epoch (assuming same as \"A\")\n"
 "\tA %s\tB %s\n"
 msgstr ""
 
-#: lib/depends.c:611
+#: lib/depends.c:588
 #, c-format
 msgid "  %s    A %s\tB %s\n"
 msgstr ""
 
-#: lib/depends.c:612 lib/depends.c:1248 lib/depends.c:1381
+#: lib/depends.c:589 lib/depends.c:1225 lib/depends.c:1358
 msgid "YES"
 msgstr ""
 
-#: lib/depends.c:612 lib/depends.c:1248 lib/depends.c:1381
+#: lib/depends.c:589 lib/depends.c:1225 lib/depends.c:1358
 msgid "NO "
 msgstr ""
 
-#: lib/depends.c:1042
+#: lib/depends.c:1019
 #, c-format
 msgid "%s: %-45s YES (added files)\n"
 msgstr ""
 
-#: lib/depends.c:1153
+#: lib/depends.c:1130
 #, c-format
 msgid "%s: %-45s YES (added provide)\n"
 msgstr ""
 
-#: lib/depends.c:1247
+#: lib/depends.c:1224
 #, c-format
 msgid "%s: %-45s %-s (cached)\n"
 msgstr ""
 
-#: lib/depends.c:1276
+#: lib/depends.c:1253
 #, c-format
 msgid "%s: %-45s YES (rpmrc provides)\n"
 msgstr ""
 
-#: lib/depends.c:1293
+#: lib/depends.c:1270
 #, c-format
 msgid "%s: %-45s YES (rpmlib provides)\n"
 msgstr ""
 
-#: lib/depends.c:1317
+#: lib/depends.c:1294
 #, c-format
 msgid "%s: %-45s YES (db files)\n"
 msgstr ""
 
-#: lib/depends.c:1330
+#: lib/depends.c:1307
 #, c-format
 msgid "%s: %-45s YES (db provides)\n"
 msgstr ""
 
-#: lib/depends.c:1344
+#: lib/depends.c:1321
 #, c-format
 msgid "%s: %-45s YES (db package)\n"
 msgstr ""
 
-#: lib/depends.c:1360
+#: lib/depends.c:1337
 #, c-format
 msgid "%s: %-45s NO\n"
 msgstr ""
 
-#: lib/depends.c:1381
+#: lib/depends.c:1358
 #, c-format
 msgid "%s: (%s, %s) added to Depends cache.\n"
 msgstr ""
@@ -2133,42 +2133,42 @@ msgstr ""
 #. requirements are satisfied.
 #. @switchbreak@
 #. requirements are not satisfied.
-#: lib/depends.c:1454
+#: lib/depends.c:1431
 #, c-format
 msgid "package %s-%s-%s require not satisfied: %s\n"
 msgstr ""
 
 #. conflicts exist.
-#: lib/depends.c:1533
+#: lib/depends.c:1510
 #, c-format
 msgid "package %s conflicts: %s\n"
 msgstr ""
 
-#: lib/depends.c:1786
+#: lib/depends.c:1763
 #, c-format
 msgid "removing %s-%s-%s \"%s\" from tsort relations.\n"
 msgstr ""
 
 #. Record all relations.
-#: lib/depends.c:1936
+#: lib/depends.c:1913
 msgid "========== recording tsort relations\n"
 msgstr ""
 
 #. T4. Scan for zeroes.
-#: lib/depends.c:1996
+#: lib/depends.c:1973
 msgid ""
 "========== tsorting packages (order, #predecessors, #succesors, depth)\n"
 msgstr ""
 
-#: lib/depends.c:2046
+#: lib/depends.c:2023
 msgid "========== successors only (presentation order)\n"
 msgstr ""
 
-#: lib/depends.c:2099
+#: lib/depends.c:2076
 msgid "LOOP:\n"
 msgstr ""
 
-#: lib/depends.c:2129
+#: lib/depends.c:2106
 msgid "========== continuing tsort ...\n"
 msgstr ""
 
@@ -2261,7 +2261,7 @@ msgid "dataLength() RPM_STRING_TYPE count must be 1.\n"
 msgstr ""
 
 #. @-modfilesys@
-#: lib/header.c:351 lib/header_internal.c:161 lib/psm.c:971
+#: lib/header.c:351 lib/header_internal.c:161 lib/psm.c:973
 #, c-format
 msgid "Data type %d not supported\n"
 msgstr ""
@@ -2341,149 +2341,149 @@ msgstr ""
 msgid "(unknown type)"
 msgstr ""
 
-#: lib/misc.c:241 lib/misc.c:246 lib/misc.c:252
+#: lib/misc.c:243 lib/misc.c:248 lib/misc.c:254
 #, c-format
 msgid "error creating temporary file %s\n"
 msgstr ""
 
-#: lib/package.c:162
+#: lib/package.c:163
 msgid "packaging version 1 is not supported by this version of RPM\n"
 msgstr ""
 
-#: lib/package.c:228
+#: lib/package.c:229
 msgid ""
 "only packaging with major numbers <= 4 is supported by this version of RPM\n"
 msgstr ""
 
-#: lib/poptBT.c:118
+#: lib/poptBT.c:116
 #, c-format
 msgid "buildroot already specified, ignoring %s\n"
 msgstr ""
 
-#: lib/poptBT.c:148
+#: lib/poptBT.c:146
 #, c-format
 msgid "build through %prep (unpack sources and apply patches) from <specfile>"
 msgstr ""
 
-#: lib/poptBT.c:149 lib/poptBT.c:152 lib/poptBT.c:155 lib/poptBT.c:158
-#: lib/poptBT.c:161 lib/poptBT.c:164 lib/poptBT.c:167
+#: lib/poptBT.c:147 lib/poptBT.c:150 lib/poptBT.c:153 lib/poptBT.c:156
+#: lib/poptBT.c:159 lib/poptBT.c:162 lib/poptBT.c:165
 msgid "<specfile>"
 msgstr ""
 
-#: lib/poptBT.c:151
+#: lib/poptBT.c:149
 msgid "build through %build (%prep, then compile) from <specfile>"
 msgstr ""
 
-#: lib/poptBT.c:154
+#: lib/poptBT.c:152
 msgid "build through %install (%prep, %build, then install) from <specfile>"
 msgstr ""
 
-#: lib/poptBT.c:157
+#: lib/poptBT.c:155
 #, c-format
 msgid "verify %files section from <specfile>"
 msgstr ""
 
-#: lib/poptBT.c:160
+#: lib/poptBT.c:158
 msgid "build source and binary packages from <specfile>"
 msgstr ""
 
-#: lib/poptBT.c:163
+#: lib/poptBT.c:161
 msgid "build binary package only from <specfile>"
 msgstr ""
 
-#: lib/poptBT.c:166
+#: lib/poptBT.c:164
 msgid "build source package only from <specfile>"
 msgstr ""
 
-#: lib/poptBT.c:170
+#: lib/poptBT.c:168
 #, c-format
 msgid "build through %prep (unpack sources and apply patches) from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:171 lib/poptBT.c:174 lib/poptBT.c:177 lib/poptBT.c:180
-#: lib/poptBT.c:183 lib/poptBT.c:186 lib/poptBT.c:189
+#: lib/poptBT.c:169 lib/poptBT.c:172 lib/poptBT.c:175 lib/poptBT.c:178
+#: lib/poptBT.c:181 lib/poptBT.c:184 lib/poptBT.c:187
 msgid "<tarball>"
 msgstr ""
 
-#: lib/poptBT.c:173
+#: lib/poptBT.c:171
 msgid "build through %build (%prep, then compile) from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:176
+#: lib/poptBT.c:174
 msgid "build through %install (%prep, %build, then install) from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:179
+#: lib/poptBT.c:177
 #, c-format
 msgid "verify %files section from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:182
+#: lib/poptBT.c:180
 msgid "build source and binary packages from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:185
+#: lib/poptBT.c:183
 msgid "build binary package only from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:188
+#: lib/poptBT.c:186
 msgid "build source package only from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:192
+#: lib/poptBT.c:190
 msgid "build binary package from <source package>"
 msgstr ""
 
-#: lib/poptBT.c:193 lib/poptBT.c:196
+#: lib/poptBT.c:191 lib/poptBT.c:194
 msgid "<source package>"
 msgstr ""
 
-#: lib/poptBT.c:195
+#: lib/poptBT.c:193
 msgid ""
 "build through %install (%prep, %build, then install) from <source package>"
 msgstr ""
 
-#: lib/poptBT.c:199
+#: lib/poptBT.c:197
 msgid "override build root"
 msgstr ""
 
-#: lib/poptBT.c:203 rpmdb/poptDB.c:32
+#: lib/poptBT.c:201 rpmdb/poptDB.c:29
 msgid "generate headers compatible with rpm4 packaging"
 msgstr ""
 
-#: lib/poptBT.c:205
+#: lib/poptBT.c:203
 msgid "ignore ExcludeArch: directives from spec file"
 msgstr ""
 
-#: lib/poptBT.c:207
+#: lib/poptBT.c:205
 msgid "debug file state machine"
 msgstr ""
 
-#: lib/poptBT.c:209
+#: lib/poptBT.c:207
 msgid "do not execute any stages of the build"
 msgstr ""
 
-#: lib/poptBT.c:211
+#: lib/poptBT.c:209
 msgid "do not verify build dependencies"
 msgstr ""
 
-#: lib/poptBT.c:213
+#: lib/poptBT.c:211
 msgid "generate package header(s) compatible with (legacy) rpm[23] packaging"
 msgstr ""
 
-#: lib/poptBT.c:216
+#: lib/poptBT.c:214
 msgid "do not accept i18N msgstr's from specfile"
 msgstr ""
 
-#: lib/poptBT.c:220
+#: lib/poptBT.c:218
 msgid "remove specfile when done"
 msgstr ""
 
-#: lib/poptBT.c:226
+#: lib/poptBT.c:224
 msgid "override target platform"
 msgstr ""
 
-#: lib/poptBT.c:228
+#: lib/poptBT.c:226
 msgid "lookup i18N strings in specfile catalog"
 msgstr ""
 
@@ -2799,108 +2799,108 @@ msgstr ""
 msgid "unknown error %d encountered while manipulating package %s"
 msgstr ""
 
-#: lib/psm.c:313
+#: lib/psm.c:315
 msgid "========== relocations\n"
 msgstr ""
 
-#: lib/psm.c:317
+#: lib/psm.c:319
 #, c-format
 msgid "%5d exclude  %s\n"
 msgstr ""
 
-#: lib/psm.c:320
+#: lib/psm.c:322
 #, c-format
 msgid "%5d relocate %s -> %s\n"
 msgstr ""
 
-#: lib/psm.c:390
+#: lib/psm.c:392
 #, c-format
 msgid "excluding multilib path %s%s\n"
 msgstr ""
 
-#: lib/psm.c:456
+#: lib/psm.c:458
 #, c-format
 msgid "excluding %s %s\n"
 msgstr ""
 
-#: lib/psm.c:466
+#: lib/psm.c:468
 #, c-format
 msgid "relocating %s to %s\n"
 msgstr ""
 
-#: lib/psm.c:545
+#: lib/psm.c:547
 #, c-format
 msgid "relocating directory %s to %s\n"
 msgstr ""
 
-#: lib/psm.c:1168
+#: lib/psm.c:1170
 #, c-format
 msgid "cannot create %%%s %s\n"
 msgstr ""
 
-#: lib/psm.c:1174
+#: lib/psm.c:1176
 #, c-format
 msgid "cannot write to %%%s %s\n"
 msgstr ""
 
-#: lib/psm.c:1212
+#: lib/psm.c:1214
 msgid "source package expected, binary found\n"
 msgstr ""
 
-#: lib/psm.c:1323
+#: lib/psm.c:1325
 msgid "source package contains no .spec file\n"
 msgstr ""
 
-#: lib/psm.c:1430
+#: lib/psm.c:1432
 #, c-format
 msgid "%s: running %s scriptlet\n"
 msgstr ""
 
-#: lib/psm.c:1598
+#: lib/psm.c:1600
 #, c-format
 msgid "execution of %s scriptlet from %s-%s-%s failed, waitpid returned %s\n"
 msgstr ""
 
-#: lib/psm.c:1605
+#: lib/psm.c:1607
 #, c-format
 msgid "execution of %s scriptlet from %s-%s-%s failed, exit status %d\n"
 msgstr ""
 
-#: lib/psm.c:1952
+#: lib/psm.c:1954
 #, c-format
 msgid "%s: %s-%s-%s has %d files, test = %d\n"
 msgstr ""
 
-#: lib/psm.c:2069
+#: lib/psm.c:2071
 #, c-format
 msgid "%s: %s scriptlet failed (%d), skipping %s-%s-%s\n"
 msgstr ""
 
-#: lib/psm.c:2184
+#: lib/psm.c:2186
 #, c-format
 msgid "user %s does not exist - using root\n"
 msgstr ""
 
-#: lib/psm.c:2193
+#: lib/psm.c:2195
 #, c-format
 msgid "group %s does not exist - using root\n"
 msgstr ""
 
-#: lib/psm.c:2234
+#: lib/psm.c:2236
 #, c-format
 msgid "unpacking of archive failed%s%s: %s\n"
 msgstr ""
 
-#: lib/psm.c:2235
+#: lib/psm.c:2237
 msgid " on file "
 msgstr ""
 
-#: lib/psm.c:2421
+#: lib/psm.c:2423
 #, c-format
 msgid "%s failed on file %s: %s\n"
 msgstr ""
 
-#: lib/psm.c:2424
+#: lib/psm.c:2426
 #, c-format
 msgid "%s failed: %s\n"
 msgstr ""
@@ -3302,206 +3302,206 @@ msgstr ""
 msgid "Unable to open %s for reading: %s.\n"
 msgstr ""
 
-#: lib/signature.c:114
+#: lib/signature.c:115
 msgid "file is not regular -- skipping size check\n"
 msgstr ""
 
-#: lib/signature.c:123
+#: lib/signature.c:124
 #, c-format
 msgid "Expected size: %12d = lead(%d)+sigs(%d)+pad(%d)+data(%d)\n"
 msgstr ""
 
-#: lib/signature.c:128
+#: lib/signature.c:129
 #, c-format
 msgid "  Actual size: %12d\n"
 msgstr ""
 
-#: lib/signature.c:148
+#: lib/signature.c:149
 msgid "No signature\n"
 msgstr ""
 
-#: lib/signature.c:152
+#: lib/signature.c:153
 msgid "Old PGP signature\n"
 msgstr ""
 
-#: lib/signature.c:165
+#: lib/signature.c:166
 msgid "Old (internal-only) signature!  How did you get that!?\n"
 msgstr ""
 
-#: lib/signature.c:221
+#: lib/signature.c:222
 #, c-format
 msgid "Signature: size(%d)+pad(%d)\n"
 msgstr ""
 
-#: lib/signature.c:284
+#: lib/signature.c:285
 #, c-format
 msgid "Couldn't exec pgp (%s)\n"
 msgstr ""
 
-#: lib/signature.c:297
+#: lib/signature.c:298
 msgid "pgp failed\n"
 msgstr ""
 
 #. PGP failed to write signature
 #. Just in case
-#: lib/signature.c:304
+#: lib/signature.c:305
 msgid "pgp failed to write signature\n"
 msgstr ""
 
-#: lib/signature.c:309
+#: lib/signature.c:310
 #, c-format
 msgid "PGP sig size: %d\n"
 msgstr ""
 
-#: lib/signature.c:324 lib/signature.c:411
+#: lib/signature.c:325 lib/signature.c:412
 msgid "unable to read the signature\n"
 msgstr ""
 
-#: lib/signature.c:329
+#: lib/signature.c:330
 #, c-format
 msgid "Got %d bytes of PGP sig\n"
 msgstr ""
 
-#: lib/signature.c:371 lib/signature.c:501
+#: lib/signature.c:372 lib/signature.c:502
 msgid "Couldn't exec gpg\n"
 msgstr ""
 
-#: lib/signature.c:384
+#: lib/signature.c:385
 msgid "gpg failed\n"
 msgstr ""
 
 #. GPG failed to write signature
 #. Just in case
-#: lib/signature.c:391
+#: lib/signature.c:392
 msgid "gpg failed to write signature\n"
 msgstr ""
 
-#: lib/signature.c:396
+#: lib/signature.c:397
 #, c-format
 msgid "GPG sig size: %d\n"
 msgstr ""
 
-#: lib/signature.c:416
+#: lib/signature.c:417
 #, c-format
 msgid "Got %d bytes of GPG sig\n"
 msgstr ""
 
-#: lib/signature.c:444
+#: lib/signature.c:445
 msgid "Generating signature using PGP.\n"
 msgstr ""
 
-#: lib/signature.c:450
+#: lib/signature.c:451
 msgid "Generating signature using GPG.\n"
 msgstr ""
 
-#: lib/signature.c:530
+#: lib/signature.c:531
 msgid "Couldn't exec pgp\n"
 msgstr ""
 
 #. @notreached@
 #. This case should have been screened out long ago.
-#: lib/signature.c:534 lib/signature.c:587
+#: lib/signature.c:535 lib/signature.c:588
 #, c-format
 msgid "Invalid %%_signature spec in macro file\n"
 msgstr ""
 
-#: lib/signature.c:567
+#: lib/signature.c:568
 #, c-format
 msgid "You must set \"%%_gpg_name\" in your macro file\n"
 msgstr ""
 
-#: lib/signature.c:579
+#: lib/signature.c:580
 #, c-format
 msgid "You must set \"%%_pgp_name\" in your macro file\n"
 msgstr ""
 
-#: lib/transaction.c:308
+#: lib/transaction.c:309
 #, c-format
 msgid "%s skipped due to missingok flag\n"
 msgstr ""
 
 #. @innercontinue@
-#: lib/transaction.c:936
+#: lib/transaction.c:937
 #, c-format
 msgid "excluding directory %s\n"
 msgstr ""
 
-#: lib/verify.c:240
+#: lib/verify.c:242
 msgid "package lacks both user name and id lists (this should never happen)\n"
 msgstr ""
 
-#: lib/verify.c:261
+#: lib/verify.c:263
 msgid "package lacks both group name and id lists (this should never happen)\n"
 msgstr ""
 
-#: lib/verify.c:398
+#: lib/verify.c:400
 #, c-format
 msgid "missing    %s"
 msgstr ""
 
-#: lib/verify.c:495
+#: lib/verify.c:497
 #, 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:101 rpmdb/db3.c:100
+#: rpmdb/db1.c:100 rpmdb/db3.c:100
 #, c-format
 msgid "db%d error(%d) from %s: %s\n"
 msgstr ""
 
-#: rpmdb/db1.c:104 rpmdb/db3.c:103
+#: rpmdb/db1.c:103 rpmdb/db3.c:103
 #, c-format
 msgid "db%d error(%d): %s\n"
 msgstr ""
 
-#: rpmdb/db1.c:171
+#: rpmdb/db1.c:170
 #, c-format
 msgid ""
 "Broken package chain at offset %d(0x%08x), attempting to reconnect ...\n"
 msgstr ""
 
-#: rpmdb/db1.c:183
+#: rpmdb/db1.c:182
 #, c-format
 msgid "Reconnecting broken chain at offset %d(0x%08x).\n"
 msgstr ""
 
 #. @=branchstate@
-#: rpmdb/db1.c:509
+#: rpmdb/db1.c:508
 #, c-format
 msgid "closed  db file        %s\n"
 msgstr ""
 
-#: rpmdb/db1.c:512
+#: rpmdb/db1.c:511
 #, c-format
 msgid "removed db file        %s\n"
 msgstr ""
 
-#: rpmdb/db1.c:547
+#: rpmdb/db1.c:546
 #, c-format
 msgid "bad db file %s\n"
 msgstr ""
 
-#: rpmdb/db1.c:552
+#: rpmdb/db1.c:551
 #, c-format
 msgid "opening db file        %s mode 0x%x\n"
 msgstr ""
 
 #. XXX check errno validity
-#: rpmdb/db1.c:575
+#: rpmdb/db1.c:574
 #, c-format
 msgid "cannot get %s lock on database\n"
 msgstr ""
 
-#: rpmdb/db1.c:576 rpmdb/db3.c:1213
+#: rpmdb/db1.c:575 rpmdb/db3.c:1213
 msgid "exclusive"
 msgstr ""
 
-#: rpmdb/db1.c:576 rpmdb/db3.c:1213
+#: rpmdb/db1.c:575 rpmdb/db3.c:1213
 msgid "shared"
 msgstr ""
 
@@ -3575,168 +3575,168 @@ msgid ""
 "if \"rpm --rebuilddb\" fails to correct the problem.\n"
 msgstr ""
 
-#: rpmdb/poptDB.c:22
+#: rpmdb/poptDB.c:19
 msgid "initialize database"
 msgstr ""
 
-#: rpmdb/poptDB.c:24
+#: rpmdb/poptDB.c:21
 msgid "rebuild database inverted lists from installed package headers"
 msgstr ""
 
-#: rpmdb/poptDB.c:29
+#: rpmdb/poptDB.c:26
 msgid "generate headers compatible with (legacy) rpm[23] packaging"
 msgstr ""
 
 #. @-modfilesys@
-#: rpmdb/rpmdb.c:130
+#: rpmdb/rpmdb.c:126
 #, c-format
 msgid "dbiTagsInit: unrecognized tag name: \"%s\" ignored\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:384
+#: rpmdb/rpmdb.c:380
 #, c-format
 msgid "cannot open %s index using db%d - %s (%d)\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:406
+#: rpmdb/rpmdb.c:402
 #, c-format
 msgid "cannot open %s index\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:498
+#: rpmdb/rpmdb.c:494
 #, c-format
 msgid "error(%d) getting \"%s\" records from %s index\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:629
+#: rpmdb/rpmdb.c:625
 #, c-format
 msgid "error(%d) storing record %s into %s\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:639
+#: rpmdb/rpmdb.c:635
 #, c-format
 msgid "error(%d) removing record %s from %s\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:893
+#: rpmdb/rpmdb.c:889
 msgid "no dbpath has been set\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:1032
+#: rpmdb/rpmdb.c:1028
 msgid ""
 "old format database is present; use --rebuilddb to generate a new format "
 "database\n"
 msgstr ""
 
 #. error
-#: rpmdb/rpmdb.c:1277
+#: rpmdb/rpmdb.c:1273
 #, c-format
 msgid "error(%d) counting packages\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2061 rpmdb/rpmdb.c:3276
+#: rpmdb/rpmdb.c:2057 rpmdb/rpmdb.c:3310
 #, c-format
 msgid "record number %u in database is bad -- skipping.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2114
+#: rpmdb/rpmdb.c:2110
 #, c-format
 msgid "rpmdb: damaged header instance #%u retrieved, skipping.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2384
+#: rpmdb/rpmdb.c:2380
 #, c-format
 msgid "%s: cannot read header at 0x%x\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2456
+#: rpmdb/rpmdb.c:2452
 #, c-format
 msgid "removing \"%s\" from %s index.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2465
+#: rpmdb/rpmdb.c:2461
 #, c-format
 msgid "removing %d entries from %s index.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2666
+#: rpmdb/rpmdb.c:2662
 #, c-format
 msgid "error(%d) allocating new package instance\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2747
+#: rpmdb/rpmdb.c:2743
 #, c-format
 msgid "adding \"%s\" to %s index.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2758
+#: rpmdb/rpmdb.c:2754
 #, c-format
 msgid "adding %d entries to %s index.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3162
+#: rpmdb/rpmdb.c:3196
 #, c-format
 msgid "removing %s after successful db3 rebuild.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3195
+#: rpmdb/rpmdb.c:3229
 msgid "no dbpath has been set"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3222
+#: rpmdb/rpmdb.c:3256
 #, c-format
 msgid "rebuilding database %s into %s\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3226
+#: rpmdb/rpmdb.c:3260
 #, c-format
 msgid "temporary database %s already exists\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3232
+#: rpmdb/rpmdb.c:3266
 #, c-format
 msgid "creating directory %s\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3234
+#: rpmdb/rpmdb.c:3268
 #, c-format
 msgid "creating directory %s: %s\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3241
+#: rpmdb/rpmdb.c:3275
 #, c-format
 msgid "opening old database with dbapi %d\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3252
+#: rpmdb/rpmdb.c:3286
 #, c-format
 msgid "opening new database with dbapi %d\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3316
+#: rpmdb/rpmdb.c:3350
 #, c-format
 msgid "cannot add record originally at %u\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3334
+#: rpmdb/rpmdb.c:3368
 msgid "failed to rebuild database: original database remains in place\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3342
+#: rpmdb/rpmdb.c:3376
 msgid "failed to replace old database with new database!\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3344
+#: rpmdb/rpmdb.c:3378
 #, c-format
 msgid "replace files in %s with files from %s to recover"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3354
+#: rpmdb/rpmdb.c:3388
 #, c-format
 msgid "removing directory %s\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3356
+#: rpmdb/rpmdb.c:3390
 #, c-format
 msgid "failed to remove directory %s: %s\n"
 msgstr ""
index 2d6a397..3bd4918 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-20 18:27-0400\n"
+"POT-Creation-Date: 2001-10-21 17:21-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"
@@ -704,15 +704,15 @@ msgstr ""
 msgid "bin/src package (prep, compile, install, package)"
 msgstr ""
 
-#: lib/poptBT.c:222 rpm.c:523
+#: lib/poptBT.c:220 rpm.c:523
 msgid "skip straight to specified stage (only for c,i)"
 msgstr ""
 
-#: lib/poptBT.c:201 rpm.c:525
+#: lib/poptBT.c:199 rpm.c:525
 msgid "remove build tree when done"
 msgstr ""
 
-#: lib/poptBT.c:218 rpm.c:527
+#: lib/poptBT.c:216 rpm.c:527
 msgid "remove sources when done"
 msgstr ""
 
@@ -720,7 +720,7 @@ msgstr ""
 msgid "remove spec file when done"
 msgstr ""
 
-#: lib/poptBT.c:224 rpm.c:531
+#: lib/poptBT.c:222 rpm.c:531
 msgid "generate PGP/GPG signature"
 msgstr ""
 
@@ -810,7 +810,7 @@ msgstr ""
 msgid "rebuild database from existing database"
 msgstr ""
 
-#: rpm.c:565 rpmdb/poptDB.c:27
+#: rpm.c:565 rpmdb/poptDB.c:24
 msgid "verify database files"
 msgstr ""
 
@@ -1225,7 +1225,7 @@ msgstr ""
 msgid "no tar files given for build"
 msgstr ""
 
-#: build/build.c:125 build/pack.c:471
+#: build/build.c:125 build/pack.c:466
 msgid "Unable to open temp file.\n"
 msgstr ""
 
@@ -1300,181 +1300,181 @@ msgstr ""
 msgid "syntax error in expression\n"
 msgstr ""
 
-#: build/files.c:274
+#: build/files.c:270
 #, c-format
 msgid "TIMECHECK failure: %s\n"
 msgstr ""
 
-#: build/files.c:333 build/files.c:525 build/files.c:708
+#: build/files.c:329 build/files.c:521 build/files.c:704
 #, c-format
 msgid "Missing '(' in %s %s\n"
 msgstr ""
 
-#: build/files.c:344 build/files.c:650 build/files.c:719
+#: build/files.c:340 build/files.c:646 build/files.c:715
 #, c-format
 msgid "Missing ')' in %s(%s\n"
 msgstr ""
 
-#: build/files.c:382 build/files.c:675
+#: build/files.c:378 build/files.c:671
 #, c-format
 msgid "Invalid %s token: %s\n"
 msgstr ""
 
-#: build/files.c:488
+#: build/files.c:484
 #, c-format
 msgid "Missing %s in %s %s\n"
 msgstr ""
 
-#: build/files.c:541
+#: build/files.c:537
 #, c-format
 msgid "Non-white space follows %s(): %s\n"
 msgstr ""
 
-#: build/files.c:579
+#: build/files.c:575
 #, c-format
 msgid "Bad syntax: %s(%s)\n"
 msgstr ""
 
-#: build/files.c:589
+#: build/files.c:585
 #, c-format
 msgid "Bad mode spec: %s(%s)\n"
 msgstr ""
 
-#: build/files.c:601
+#: build/files.c:597
 #, c-format
 msgid "Bad dirmode spec: %s(%s)\n"
 msgstr ""
 
-#: build/files.c:746
+#: build/files.c:742
 #, c-format
 msgid "Unusual locale length: \"%.*s\" in %%lang(%s)\n"
 msgstr ""
 
 #. @innercontinue@
-#: build/files.c:757
+#: build/files.c:753
 #, c-format
 msgid "Duplicate locale %.*s in %%lang(%s)\n"
 msgstr ""
 
-#: build/files.c:908
+#: build/files.c:904
 #, c-format
 msgid "Hit limit for %%docdir\n"
 msgstr ""
 
-#: build/files.c:914
+#: build/files.c:910
 #, c-format
 msgid "Only one arg for %%docdir\n"
 msgstr ""
 
 #. We already got a file -- error
-#: build/files.c:942
+#: build/files.c:938
 #, c-format
 msgid "Two files on one line: %s\n"
 msgstr ""
 
-#: build/files.c:957
+#: build/files.c:953
 #, c-format
 msgid "File must begin with \"/\": %s\n"
 msgstr ""
 
-#: build/files.c:970
+#: build/files.c:966
 #, 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:1147
+#: build/files.c:1143
 #, c-format
 msgid "File listed twice: %s\n"
 msgstr ""
 
-#: build/files.c:1282
+#: build/files.c:1278
 #, c-format
 msgid "Symlink points to BuildRoot: %s -> %s\n"
 msgstr ""
 
-#: build/files.c:1488
+#: build/files.c:1484
 #, c-format
 msgid "File doesn't match prefix (%s): %s\n"
 msgstr ""
 
-#: build/files.c:1512
+#: build/files.c:1508
 #, c-format
 msgid "File not found: %s\n"
 msgstr ""
 
-#: build/files.c:1555 build/files.c:2167 build/parsePrep.c:50
+#: build/files.c:1551 build/files.c:2163 build/parsePrep.c:50
 #, c-format
 msgid "Bad owner/group: %s\n"
 msgstr ""
 
-#: build/files.c:1567
+#: build/files.c:1563
 #, c-format
 msgid "File %4d: %07o %s.%s\t %s\n"
 msgstr ""
 
-#: build/files.c:1671
+#: build/files.c:1667
 #, c-format
 msgid "File needs leading \"/\": %s\n"
 msgstr ""
 
-#: build/files.c:1694
+#: build/files.c:1690
 #, c-format
 msgid "Glob not permitted: %s\n"
 msgstr ""
 
-#: build/files.c:1709
+#: build/files.c:1705
 #, c-format
 msgid "File not found by glob: %s\n"
 msgstr ""
 
-#: build/files.c:1771
+#: build/files.c:1767
 #, c-format
 msgid "Could not open %%files file %s: %s\n"
 msgstr ""
 
-#: build/files.c:1782 build/pack.c:150
+#: build/files.c:1778 build/pack.c:145
 #, c-format
 msgid "line: %s\n"
 msgstr ""
 
-#: build/files.c:2155
+#: build/files.c:2151
 #, c-format
 msgid "Bad file: %s: %s\n"
 msgstr ""
 
 #. XXX this error message is probably not seen.
-#: build/files.c:2229
+#: build/files.c:2225
 #, c-format
 msgid "Couldn't exec %s: %s\n"
 msgstr ""
 
-#: build/files.c:2234
+#: build/files.c:2230
 #, c-format
 msgid "Couldn't fork %s: %s\n"
 msgstr ""
 
-#: build/files.c:2318
+#: build/files.c:2314
 #, c-format
 msgid "%s failed\n"
 msgstr ""
 
-#: build/files.c:2322
+#: build/files.c:2318
 #, c-format
 msgid "failed to write all data to %s\n"
 msgstr ""
 
-#: build/files.c:2458
+#: build/files.c:2454
 #, c-format
 msgid "Finding  %s: (using %s)...\n"
 msgstr ""
 
-#: build/files.c:2484 build/files.c:2498
+#: build/files.c:2480 build/files.c:2494
 #, c-format
 msgid "Failed to find %s:\n"
 msgstr ""
 
-#: build/files.c:2619
+#: build/files.c:2615
 #, c-format
 msgid "Processing files: %s-%s-%s\n"
 msgstr ""
@@ -1508,152 +1508,152 @@ msgstr ""
 msgid "Could not canonicalize hostname: %s\n"
 msgstr ""
 
-#: build/pack.c:83
+#: build/pack.c:78
 #, c-format
 msgid "create archive failed on file %s: %s\n"
 msgstr ""
 
-#: build/pack.c:86
+#: build/pack.c:81
 #, c-format
 msgid "create archive failed: %s\n"
 msgstr ""
 
-#: build/pack.c:108
+#: build/pack.c:103
 #, c-format
 msgid "cpio_copy write failed: %s\n"
 msgstr ""
 
-#: build/pack.c:115
+#: build/pack.c:110
 #, c-format
 msgid "cpio_copy read failed: %s\n"
 msgstr ""
 
-#: build/pack.c:218
+#: build/pack.c:213
 #, c-format
 msgid "Could not open PreIn file: %s\n"
 msgstr ""
 
-#: build/pack.c:225
+#: build/pack.c:220
 #, c-format
 msgid "Could not open PreUn file: %s\n"
 msgstr ""
 
-#: build/pack.c:232
+#: build/pack.c:227
 #, c-format
 msgid "Could not open PostIn file: %s\n"
 msgstr ""
 
-#: build/pack.c:239
+#: build/pack.c:234
 #, c-format
 msgid "Could not open PostUn file: %s\n"
 msgstr ""
 
-#: build/pack.c:247
+#: build/pack.c:242
 #, c-format
 msgid "Could not open VerifyScript file: %s\n"
 msgstr ""
 
-#: build/pack.c:262
+#: build/pack.c:257
 #, c-format
 msgid "Could not open Trigger script file: %s\n"
 msgstr ""
 
-#: build/pack.c:290
+#: build/pack.c:285
 #, c-format
 msgid "readRPM: open %s: %s\n"
 msgstr ""
 
-#: build/pack.c:300
+#: build/pack.c:295
 #, c-format
 msgid "readRPM: read %s: %s\n"
 msgstr ""
 
-#: build/pack.c:309 build/pack.c:513
+#: build/pack.c:304 build/pack.c:508
 #, c-format
 msgid "%s: Fseek failed: %s\n"
 msgstr ""
 
-#: build/pack.c:325
+#: build/pack.c:320
 #, c-format
 msgid "readRPM: %s is not an RPM package\n"
 msgstr ""
 
-#: build/pack.c:334
+#: build/pack.c:329
 #, c-format
 msgid "readRPM: reading header from %s\n"
 msgstr ""
 
-#: build/pack.c:459
+#: build/pack.c:454
 msgid "Unable to create immutable header region.\n"
 msgstr ""
 
-#: build/pack.c:477
+#: build/pack.c:472
 msgid "Unable to write temp header\n"
 msgstr ""
 
-#: build/pack.c:485
+#: build/pack.c:480
 msgid "Bad CSA data\n"
 msgstr ""
 
-#: build/pack.c:520
+#: build/pack.c:515
 msgid "Unable to write final header\n"
 msgstr ""
 
-#: build/pack.c:538
+#: build/pack.c:533
 #, c-format
 msgid "Generating signature: %d\n"
 msgstr ""
 
-#: build/pack.c:551
+#: build/pack.c:546
 msgid "Unable to reload signature header.\n"
 msgstr ""
 
-#: build/pack.c:559
+#: build/pack.c:554
 #, c-format
 msgid "Could not open %s: %s\n"
 msgstr ""
 
-#: build/pack.c:595 lib/psm.c:2147
+#: build/pack.c:590 lib/psm.c:2149
 #, c-format
 msgid "Unable to write package: %s\n"
 msgstr ""
 
-#: build/pack.c:610
+#: build/pack.c:605
 #, c-format
 msgid "Unable to open sigtarget %s: %s\n"
 msgstr ""
 
-#: build/pack.c:620
+#: build/pack.c:615
 #, c-format
 msgid "Unable to read header from %s: %s\n"
 msgstr ""
 
-#: build/pack.c:634
+#: build/pack.c:629
 #, c-format
 msgid "Unable to write header to %s: %s\n"
 msgstr ""
 
-#: build/pack.c:644
+#: build/pack.c:639
 #, c-format
 msgid "Unable to read payload from %s: %s\n"
 msgstr ""
 
-#: build/pack.c:650
+#: build/pack.c:645
 #, c-format
 msgid "Unable to write payload to %s: %s\n"
 msgstr ""
 
-#: build/pack.c:675 lib/psm.c:2413
+#: build/pack.c:670 lib/psm.c:2415
 #, c-format
 msgid "Wrote: %s\n"
 msgstr ""
 
-#: build/pack.c:742
+#: build/pack.c:737
 #, c-format
 msgid "Could not generate output filename for package %s: %s\n"
 msgstr ""
 
-#: build/pack.c:759
+#: build/pack.c:754
 #, c-format
 msgid "cannot create %s: %s\n"
 msgstr ""
@@ -2060,72 +2060,72 @@ msgid " failed - "
 msgstr ""
 
 #. XXX legacy epoch-less requires/conflicts compatibility
-#: lib/depends.c:582
+#: lib/depends.c:559
 #, c-format
 msgid ""
 "the \"B\" dependency needs an epoch (assuming same as \"A\")\n"
 "\tA %s\tB %s\n"
 msgstr ""
 
-#: lib/depends.c:611
+#: lib/depends.c:588
 #, c-format
 msgid "  %s    A %s\tB %s\n"
 msgstr ""
 
-#: lib/depends.c:612 lib/depends.c:1248 lib/depends.c:1381
+#: lib/depends.c:589 lib/depends.c:1225 lib/depends.c:1358
 msgid "YES"
 msgstr ""
 
-#: lib/depends.c:612 lib/depends.c:1248 lib/depends.c:1381
+#: lib/depends.c:589 lib/depends.c:1225 lib/depends.c:1358
 msgid "NO "
 msgstr ""
 
-#: lib/depends.c:1042
+#: lib/depends.c:1019
 #, c-format
 msgid "%s: %-45s YES (added files)\n"
 msgstr ""
 
-#: lib/depends.c:1153
+#: lib/depends.c:1130
 #, c-format
 msgid "%s: %-45s YES (added provide)\n"
 msgstr ""
 
-#: lib/depends.c:1247
+#: lib/depends.c:1224
 #, c-format
 msgid "%s: %-45s %-s (cached)\n"
 msgstr ""
 
-#: lib/depends.c:1276
+#: lib/depends.c:1253
 #, c-format
 msgid "%s: %-45s YES (rpmrc provides)\n"
 msgstr ""
 
-#: lib/depends.c:1293
+#: lib/depends.c:1270
 #, c-format
 msgid "%s: %-45s YES (rpmlib provides)\n"
 msgstr ""
 
-#: lib/depends.c:1317
+#: lib/depends.c:1294
 #, c-format
 msgid "%s: %-45s YES (db files)\n"
 msgstr ""
 
-#: lib/depends.c:1330
+#: lib/depends.c:1307
 #, c-format
 msgid "%s: %-45s YES (db provides)\n"
 msgstr ""
 
-#: lib/depends.c:1344
+#: lib/depends.c:1321
 #, c-format
 msgid "%s: %-45s YES (db package)\n"
 msgstr ""
 
-#: lib/depends.c:1360
+#: lib/depends.c:1337
 #, c-format
 msgid "%s: %-45s NO\n"
 msgstr ""
 
-#: lib/depends.c:1381
+#: lib/depends.c:1358
 #, c-format
 msgid "%s: (%s, %s) added to Depends cache.\n"
 msgstr ""
@@ -2133,42 +2133,42 @@ msgstr ""
 #. requirements are satisfied.
 #. @switchbreak@
 #. requirements are not satisfied.
-#: lib/depends.c:1454
+#: lib/depends.c:1431
 #, c-format
 msgid "package %s-%s-%s require not satisfied: %s\n"
 msgstr ""
 
 #. conflicts exist.
-#: lib/depends.c:1533
+#: lib/depends.c:1510
 #, c-format
 msgid "package %s conflicts: %s\n"
 msgstr ""
 
-#: lib/depends.c:1786
+#: lib/depends.c:1763
 #, c-format
 msgid "removing %s-%s-%s \"%s\" from tsort relations.\n"
 msgstr ""
 
 #. Record all relations.
-#: lib/depends.c:1936
+#: lib/depends.c:1913
 msgid "========== recording tsort relations\n"
 msgstr ""
 
 #. T4. Scan for zeroes.
-#: lib/depends.c:1996
+#: lib/depends.c:1973
 msgid ""
 "========== tsorting packages (order, #predecessors, #succesors, depth)\n"
 msgstr ""
 
-#: lib/depends.c:2046
+#: lib/depends.c:2023
 msgid "========== successors only (presentation order)\n"
 msgstr ""
 
-#: lib/depends.c:2099
+#: lib/depends.c:2076
 msgid "LOOP:\n"
 msgstr ""
 
-#: lib/depends.c:2129
+#: lib/depends.c:2106
 msgid "========== continuing tsort ...\n"
 msgstr ""
 
@@ -2261,7 +2261,7 @@ msgid "dataLength() RPM_STRING_TYPE count must be 1.\n"
 msgstr ""
 
 #. @-modfilesys@
-#: lib/header.c:351 lib/header_internal.c:161 lib/psm.c:971
+#: lib/header.c:351 lib/header_internal.c:161 lib/psm.c:973
 #, c-format
 msgid "Data type %d not supported\n"
 msgstr ""
@@ -2341,149 +2341,149 @@ msgstr ""
 msgid "(unknown type)"
 msgstr ""
 
-#: lib/misc.c:241 lib/misc.c:246 lib/misc.c:252
+#: lib/misc.c:243 lib/misc.c:248 lib/misc.c:254
 #, c-format
 msgid "error creating temporary file %s\n"
 msgstr ""
 
-#: lib/package.c:162
+#: lib/package.c:163
 msgid "packaging version 1 is not supported by this version of RPM\n"
 msgstr ""
 
-#: lib/package.c:228
+#: lib/package.c:229
 msgid ""
 "only packaging with major numbers <= 4 is supported by this version of RPM\n"
 msgstr ""
 
-#: lib/poptBT.c:118
+#: lib/poptBT.c:116
 #, c-format
 msgid "buildroot already specified, ignoring %s\n"
 msgstr ""
 
-#: lib/poptBT.c:148
+#: lib/poptBT.c:146
 #, c-format
 msgid "build through %prep (unpack sources and apply patches) from <specfile>"
 msgstr ""
 
-#: lib/poptBT.c:149 lib/poptBT.c:152 lib/poptBT.c:155 lib/poptBT.c:158
-#: lib/poptBT.c:161 lib/poptBT.c:164 lib/poptBT.c:167
+#: lib/poptBT.c:147 lib/poptBT.c:150 lib/poptBT.c:153 lib/poptBT.c:156
+#: lib/poptBT.c:159 lib/poptBT.c:162 lib/poptBT.c:165
 msgid "<specfile>"
 msgstr ""
 
-#: lib/poptBT.c:151
+#: lib/poptBT.c:149
 msgid "build through %build (%prep, then compile) from <specfile>"
 msgstr ""
 
-#: lib/poptBT.c:154
+#: lib/poptBT.c:152
 msgid "build through %install (%prep, %build, then install) from <specfile>"
 msgstr ""
 
-#: lib/poptBT.c:157
+#: lib/poptBT.c:155
 #, c-format
 msgid "verify %files section from <specfile>"
 msgstr ""
 
-#: lib/poptBT.c:160
+#: lib/poptBT.c:158
 msgid "build source and binary packages from <specfile>"
 msgstr ""
 
-#: lib/poptBT.c:163
+#: lib/poptBT.c:161
 msgid "build binary package only from <specfile>"
 msgstr ""
 
-#: lib/poptBT.c:166
+#: lib/poptBT.c:164
 msgid "build source package only from <specfile>"
 msgstr ""
 
-#: lib/poptBT.c:170
+#: lib/poptBT.c:168
 #, c-format
 msgid "build through %prep (unpack sources and apply patches) from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:171 lib/poptBT.c:174 lib/poptBT.c:177 lib/poptBT.c:180
-#: lib/poptBT.c:183 lib/poptBT.c:186 lib/poptBT.c:189
+#: lib/poptBT.c:169 lib/poptBT.c:172 lib/poptBT.c:175 lib/poptBT.c:178
+#: lib/poptBT.c:181 lib/poptBT.c:184 lib/poptBT.c:187
 msgid "<tarball>"
 msgstr ""
 
-#: lib/poptBT.c:173
+#: lib/poptBT.c:171
 msgid "build through %build (%prep, then compile) from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:176
+#: lib/poptBT.c:174
 msgid "build through %install (%prep, %build, then install) from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:179
+#: lib/poptBT.c:177
 #, c-format
 msgid "verify %files section from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:182
+#: lib/poptBT.c:180
 msgid "build source and binary packages from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:185
+#: lib/poptBT.c:183
 msgid "build binary package only from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:188
+#: lib/poptBT.c:186
 msgid "build source package only from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:192
+#: lib/poptBT.c:190
 msgid "build binary package from <source package>"
 msgstr ""
 
-#: lib/poptBT.c:193 lib/poptBT.c:196
+#: lib/poptBT.c:191 lib/poptBT.c:194
 msgid "<source package>"
 msgstr ""
 
-#: lib/poptBT.c:195
+#: lib/poptBT.c:193
 msgid ""
 "build through %install (%prep, %build, then install) from <source package>"
 msgstr ""
 
-#: lib/poptBT.c:199
+#: lib/poptBT.c:197
 msgid "override build root"
 msgstr ""
 
-#: lib/poptBT.c:203 rpmdb/poptDB.c:32
+#: lib/poptBT.c:201 rpmdb/poptDB.c:29
 msgid "generate headers compatible with rpm4 packaging"
 msgstr ""
 
-#: lib/poptBT.c:205
+#: lib/poptBT.c:203
 msgid "ignore ExcludeArch: directives from spec file"
 msgstr ""
 
-#: lib/poptBT.c:207
+#: lib/poptBT.c:205
 msgid "debug file state machine"
 msgstr ""
 
-#: lib/poptBT.c:209
+#: lib/poptBT.c:207
 msgid "do not execute any stages of the build"
 msgstr ""
 
-#: lib/poptBT.c:211
+#: lib/poptBT.c:209
 msgid "do not verify build dependencies"
 msgstr ""
 
-#: lib/poptBT.c:213
+#: lib/poptBT.c:211
 msgid "generate package header(s) compatible with (legacy) rpm[23] packaging"
 msgstr ""
 
-#: lib/poptBT.c:216
+#: lib/poptBT.c:214
 msgid "do not accept i18N msgstr's from specfile"
 msgstr ""
 
-#: lib/poptBT.c:220
+#: lib/poptBT.c:218
 msgid "remove specfile when done"
 msgstr ""
 
-#: lib/poptBT.c:226
+#: lib/poptBT.c:224
 msgid "override target platform"
 msgstr ""
 
-#: lib/poptBT.c:228
+#: lib/poptBT.c:226
 msgid "lookup i18N strings in specfile catalog"
 msgstr ""
 
@@ -2799,108 +2799,108 @@ msgstr ""
 msgid "unknown error %d encountered while manipulating package %s"
 msgstr ""
 
-#: lib/psm.c:313
+#: lib/psm.c:315
 msgid "========== relocations\n"
 msgstr ""
 
-#: lib/psm.c:317
+#: lib/psm.c:319
 #, c-format
 msgid "%5d exclude  %s\n"
 msgstr ""
 
-#: lib/psm.c:320
+#: lib/psm.c:322
 #, c-format
 msgid "%5d relocate %s -> %s\n"
 msgstr ""
 
-#: lib/psm.c:390
+#: lib/psm.c:392
 #, c-format
 msgid "excluding multilib path %s%s\n"
 msgstr ""
 
-#: lib/psm.c:456
+#: lib/psm.c:458
 #, c-format
 msgid "excluding %s %s\n"
 msgstr ""
 
-#: lib/psm.c:466
+#: lib/psm.c:468
 #, c-format
 msgid "relocating %s to %s\n"
 msgstr ""
 
-#: lib/psm.c:545
+#: lib/psm.c:547
 #, c-format
 msgid "relocating directory %s to %s\n"
 msgstr ""
 
-#: lib/psm.c:1168
+#: lib/psm.c:1170
 #, c-format
 msgid "cannot create %%%s %s\n"
 msgstr ""
 
-#: lib/psm.c:1174
+#: lib/psm.c:1176
 #, c-format
 msgid "cannot write to %%%s %s\n"
 msgstr ""
 
-#: lib/psm.c:1212
+#: lib/psm.c:1214
 msgid "source package expected, binary found\n"
 msgstr ""
 
-#: lib/psm.c:1323
+#: lib/psm.c:1325
 msgid "source package contains no .spec file\n"
 msgstr ""
 
-#: lib/psm.c:1430
+#: lib/psm.c:1432
 #, c-format
 msgid "%s: running %s scriptlet\n"
 msgstr ""
 
-#: lib/psm.c:1598
+#: lib/psm.c:1600
 #, c-format
 msgid "execution of %s scriptlet from %s-%s-%s failed, waitpid returned %s\n"
 msgstr ""
 
-#: lib/psm.c:1605
+#: lib/psm.c:1607
 #, c-format
 msgid "execution of %s scriptlet from %s-%s-%s failed, exit status %d\n"
 msgstr ""
 
-#: lib/psm.c:1952
+#: lib/psm.c:1954
 #, c-format
 msgid "%s: %s-%s-%s has %d files, test = %d\n"
 msgstr ""
 
-#: lib/psm.c:2069
+#: lib/psm.c:2071
 #, c-format
 msgid "%s: %s scriptlet failed (%d), skipping %s-%s-%s\n"
 msgstr ""
 
-#: lib/psm.c:2184
+#: lib/psm.c:2186
 #, c-format
 msgid "user %s does not exist - using root\n"
 msgstr ""
 
-#: lib/psm.c:2193
+#: lib/psm.c:2195
 #, c-format
 msgid "group %s does not exist - using root\n"
 msgstr ""
 
-#: lib/psm.c:2234
+#: lib/psm.c:2236
 #, c-format
 msgid "unpacking of archive failed%s%s: %s\n"
 msgstr ""
 
-#: lib/psm.c:2235
+#: lib/psm.c:2237
 msgid " on file "
 msgstr ""
 
-#: lib/psm.c:2421
+#: lib/psm.c:2423
 #, c-format
 msgid "%s failed on file %s: %s\n"
 msgstr ""
 
-#: lib/psm.c:2424
+#: lib/psm.c:2426
 #, c-format
 msgid "%s failed: %s\n"
 msgstr ""
@@ -3302,206 +3302,206 @@ msgstr ""
 msgid "Unable to open %s for reading: %s.\n"
 msgstr ""
 
-#: lib/signature.c:114
+#: lib/signature.c:115
 msgid "file is not regular -- skipping size check\n"
 msgstr ""
 
-#: lib/signature.c:123
+#: lib/signature.c:124
 #, c-format
 msgid "Expected size: %12d = lead(%d)+sigs(%d)+pad(%d)+data(%d)\n"
 msgstr ""
 
-#: lib/signature.c:128
+#: lib/signature.c:129
 #, c-format
 msgid "  Actual size: %12d\n"
 msgstr ""
 
-#: lib/signature.c:148
+#: lib/signature.c:149
 msgid "No signature\n"
 msgstr ""
 
-#: lib/signature.c:152
+#: lib/signature.c:153
 msgid "Old PGP signature\n"
 msgstr ""
 
-#: lib/signature.c:165
+#: lib/signature.c:166
 msgid "Old (internal-only) signature!  How did you get that!?\n"
 msgstr ""
 
-#: lib/signature.c:221
+#: lib/signature.c:222
 #, c-format
 msgid "Signature: size(%d)+pad(%d)\n"
 msgstr ""
 
-#: lib/signature.c:284
+#: lib/signature.c:285
 #, c-format
 msgid "Couldn't exec pgp (%s)\n"
 msgstr ""
 
-#: lib/signature.c:297
+#: lib/signature.c:298
 msgid "pgp failed\n"
 msgstr ""
 
 #. PGP failed to write signature
 #. Just in case
-#: lib/signature.c:304
+#: lib/signature.c:305
 msgid "pgp failed to write signature\n"
 msgstr ""
 
-#: lib/signature.c:309
+#: lib/signature.c:310
 #, c-format
 msgid "PGP sig size: %d\n"
 msgstr ""
 
-#: lib/signature.c:324 lib/signature.c:411
+#: lib/signature.c:325 lib/signature.c:412
 msgid "unable to read the signature\n"
 msgstr ""
 
-#: lib/signature.c:329
+#: lib/signature.c:330
 #, c-format
 msgid "Got %d bytes of PGP sig\n"
 msgstr ""
 
-#: lib/signature.c:371 lib/signature.c:501
+#: lib/signature.c:372 lib/signature.c:502
 msgid "Couldn't exec gpg\n"
 msgstr ""
 
-#: lib/signature.c:384
+#: lib/signature.c:385
 msgid "gpg failed\n"
 msgstr ""
 
 #. GPG failed to write signature
 #. Just in case
-#: lib/signature.c:391
+#: lib/signature.c:392
 msgid "gpg failed to write signature\n"
 msgstr ""
 
-#: lib/signature.c:396
+#: lib/signature.c:397
 #, c-format
 msgid "GPG sig size: %d\n"
 msgstr ""
 
-#: lib/signature.c:416
+#: lib/signature.c:417
 #, c-format
 msgid "Got %d bytes of GPG sig\n"
 msgstr ""
 
-#: lib/signature.c:444
+#: lib/signature.c:445
 msgid "Generating signature using PGP.\n"
 msgstr ""
 
-#: lib/signature.c:450
+#: lib/signature.c:451
 msgid "Generating signature using GPG.\n"
 msgstr ""
 
-#: lib/signature.c:530
+#: lib/signature.c:531
 msgid "Couldn't exec pgp\n"
 msgstr ""
 
 #. @notreached@
 #. This case should have been screened out long ago.
-#: lib/signature.c:534 lib/signature.c:587
+#: lib/signature.c:535 lib/signature.c:588
 #, c-format
 msgid "Invalid %%_signature spec in macro file\n"
 msgstr ""
 
-#: lib/signature.c:567
+#: lib/signature.c:568
 #, c-format
 msgid "You must set \"%%_gpg_name\" in your macro file\n"
 msgstr ""
 
-#: lib/signature.c:579
+#: lib/signature.c:580
 #, c-format
 msgid "You must set \"%%_pgp_name\" in your macro file\n"
 msgstr ""
 
-#: lib/transaction.c:308
+#: lib/transaction.c:309
 #, c-format
 msgid "%s skipped due to missingok flag\n"
 msgstr ""
 
 #. @innercontinue@
-#: lib/transaction.c:936
+#: lib/transaction.c:937
 #, c-format
 msgid "excluding directory %s\n"
 msgstr ""
 
-#: lib/verify.c:240
+#: lib/verify.c:242
 msgid "package lacks both user name and id lists (this should never happen)\n"
 msgstr ""
 
-#: lib/verify.c:261
+#: lib/verify.c:263
 msgid "package lacks both group name and id lists (this should never happen)\n"
 msgstr ""
 
-#: lib/verify.c:398
+#: lib/verify.c:400
 #, c-format
 msgid "missing    %s"
 msgstr ""
 
-#: lib/verify.c:495
+#: lib/verify.c:497
 #, 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:101 rpmdb/db3.c:100
+#: rpmdb/db1.c:100 rpmdb/db3.c:100
 #, c-format
 msgid "db%d error(%d) from %s: %s\n"
 msgstr ""
 
-#: rpmdb/db1.c:104 rpmdb/db3.c:103
+#: rpmdb/db1.c:103 rpmdb/db3.c:103
 #, c-format
 msgid "db%d error(%d): %s\n"
 msgstr ""
 
-#: rpmdb/db1.c:171
+#: rpmdb/db1.c:170
 #, c-format
 msgid ""
 "Broken package chain at offset %d(0x%08x), attempting to reconnect ...\n"
 msgstr ""
 
-#: rpmdb/db1.c:183
+#: rpmdb/db1.c:182
 #, c-format
 msgid "Reconnecting broken chain at offset %d(0x%08x).\n"
 msgstr ""
 
 #. @=branchstate@
-#: rpmdb/db1.c:509
+#: rpmdb/db1.c:508
 #, c-format
 msgid "closed  db file        %s\n"
 msgstr ""
 
-#: rpmdb/db1.c:512
+#: rpmdb/db1.c:511
 #, c-format
 msgid "removed db file        %s\n"
 msgstr ""
 
-#: rpmdb/db1.c:547
+#: rpmdb/db1.c:546
 #, c-format
 msgid "bad db file %s\n"
 msgstr ""
 
-#: rpmdb/db1.c:552
+#: rpmdb/db1.c:551
 #, c-format
 msgid "opening db file        %s mode 0x%x\n"
 msgstr ""
 
 #. XXX check errno validity
-#: rpmdb/db1.c:575
+#: rpmdb/db1.c:574
 #, c-format
 msgid "cannot get %s lock on database\n"
 msgstr ""
 
-#: rpmdb/db1.c:576 rpmdb/db3.c:1213
+#: rpmdb/db1.c:575 rpmdb/db3.c:1213
 msgid "exclusive"
 msgstr ""
 
-#: rpmdb/db1.c:576 rpmdb/db3.c:1213
+#: rpmdb/db1.c:575 rpmdb/db3.c:1213
 msgid "shared"
 msgstr ""
 
@@ -3575,168 +3575,168 @@ msgid ""
 "if \"rpm --rebuilddb\" fails to correct the problem.\n"
 msgstr ""
 
-#: rpmdb/poptDB.c:22
+#: rpmdb/poptDB.c:19
 msgid "initialize database"
 msgstr ""
 
-#: rpmdb/poptDB.c:24
+#: rpmdb/poptDB.c:21
 msgid "rebuild database inverted lists from installed package headers"
 msgstr ""
 
-#: rpmdb/poptDB.c:29
+#: rpmdb/poptDB.c:26
 msgid "generate headers compatible with (legacy) rpm[23] packaging"
 msgstr ""
 
 #. @-modfilesys@
-#: rpmdb/rpmdb.c:130
+#: rpmdb/rpmdb.c:126
 #, c-format
 msgid "dbiTagsInit: unrecognized tag name: \"%s\" ignored\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:384
+#: rpmdb/rpmdb.c:380
 #, c-format
 msgid "cannot open %s index using db%d - %s (%d)\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:406
+#: rpmdb/rpmdb.c:402
 #, c-format
 msgid "cannot open %s index\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:498
+#: rpmdb/rpmdb.c:494
 #, c-format
 msgid "error(%d) getting \"%s\" records from %s index\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:629
+#: rpmdb/rpmdb.c:625
 #, c-format
 msgid "error(%d) storing record %s into %s\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:639
+#: rpmdb/rpmdb.c:635
 #, c-format
 msgid "error(%d) removing record %s from %s\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:893
+#: rpmdb/rpmdb.c:889
 msgid "no dbpath has been set\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:1032
+#: rpmdb/rpmdb.c:1028
 msgid ""
 "old format database is present; use --rebuilddb to generate a new format "
 "database\n"
 msgstr ""
 
 #. error
-#: rpmdb/rpmdb.c:1277
+#: rpmdb/rpmdb.c:1273
 #, c-format
 msgid "error(%d) counting packages\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2061 rpmdb/rpmdb.c:3276
+#: rpmdb/rpmdb.c:2057 rpmdb/rpmdb.c:3310
 #, c-format
 msgid "record number %u in database is bad -- skipping.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2114
+#: rpmdb/rpmdb.c:2110
 #, c-format
 msgid "rpmdb: damaged header instance #%u retrieved, skipping.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2384
+#: rpmdb/rpmdb.c:2380
 #, c-format
 msgid "%s: cannot read header at 0x%x\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2456
+#: rpmdb/rpmdb.c:2452
 #, c-format
 msgid "removing \"%s\" from %s index.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2465
+#: rpmdb/rpmdb.c:2461
 #, c-format
 msgid "removing %d entries from %s index.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2666
+#: rpmdb/rpmdb.c:2662
 #, c-format
 msgid "error(%d) allocating new package instance\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2747
+#: rpmdb/rpmdb.c:2743
 #, c-format
 msgid "adding \"%s\" to %s index.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2758
+#: rpmdb/rpmdb.c:2754
 #, c-format
 msgid "adding %d entries to %s index.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3162
+#: rpmdb/rpmdb.c:3196
 #, c-format
 msgid "removing %s after successful db3 rebuild.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3195
+#: rpmdb/rpmdb.c:3229
 msgid "no dbpath has been set"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3222
+#: rpmdb/rpmdb.c:3256
 #, c-format
 msgid "rebuilding database %s into %s\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3226
+#: rpmdb/rpmdb.c:3260
 #, c-format
 msgid "temporary database %s already exists\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3232
+#: rpmdb/rpmdb.c:3266
 #, c-format
 msgid "creating directory %s\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3234
+#: rpmdb/rpmdb.c:3268
 #, c-format
 msgid "creating directory %s: %s\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3241
+#: rpmdb/rpmdb.c:3275
 #, c-format
 msgid "opening old database with dbapi %d\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3252
+#: rpmdb/rpmdb.c:3286
 #, c-format
 msgid "opening new database with dbapi %d\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3316
+#: rpmdb/rpmdb.c:3350
 #, c-format
 msgid "cannot add record originally at %u\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3334
+#: rpmdb/rpmdb.c:3368
 msgid "failed to rebuild database: original database remains in place\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3342
+#: rpmdb/rpmdb.c:3376
 msgid "failed to replace old database with new database!\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3344
+#: rpmdb/rpmdb.c:3378
 #, c-format
 msgid "replace files in %s with files from %s to recover"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3354
+#: rpmdb/rpmdb.c:3388
 #, c-format
 msgid "removing directory %s\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3356
+#: rpmdb/rpmdb.c:3390
 #, c-format
 msgid "failed to remove directory %s: %s\n"
 msgstr ""
index 2d6a397..3bd4918 100644 (file)
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: rpm 4.0.3\n"
-"POT-Creation-Date: 2001-10-20 18:27-0400\n"
+"POT-Creation-Date: 2001-10-21 17:21-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"
@@ -704,15 +704,15 @@ msgstr ""
 msgid "bin/src package (prep, compile, install, package)"
 msgstr ""
 
-#: lib/poptBT.c:222 rpm.c:523
+#: lib/poptBT.c:220 rpm.c:523
 msgid "skip straight to specified stage (only for c,i)"
 msgstr ""
 
-#: lib/poptBT.c:201 rpm.c:525
+#: lib/poptBT.c:199 rpm.c:525
 msgid "remove build tree when done"
 msgstr ""
 
-#: lib/poptBT.c:218 rpm.c:527
+#: lib/poptBT.c:216 rpm.c:527
 msgid "remove sources when done"
 msgstr ""
 
@@ -720,7 +720,7 @@ msgstr ""
 msgid "remove spec file when done"
 msgstr ""
 
-#: lib/poptBT.c:224 rpm.c:531
+#: lib/poptBT.c:222 rpm.c:531
 msgid "generate PGP/GPG signature"
 msgstr ""
 
@@ -810,7 +810,7 @@ msgstr ""
 msgid "rebuild database from existing database"
 msgstr ""
 
-#: rpm.c:565 rpmdb/poptDB.c:27
+#: rpm.c:565 rpmdb/poptDB.c:24
 msgid "verify database files"
 msgstr ""
 
@@ -1225,7 +1225,7 @@ msgstr ""
 msgid "no tar files given for build"
 msgstr ""
 
-#: build/build.c:125 build/pack.c:471
+#: build/build.c:125 build/pack.c:466
 msgid "Unable to open temp file.\n"
 msgstr ""
 
@@ -1300,181 +1300,181 @@ msgstr ""
 msgid "syntax error in expression\n"
 msgstr ""
 
-#: build/files.c:274
+#: build/files.c:270
 #, c-format
 msgid "TIMECHECK failure: %s\n"
 msgstr ""
 
-#: build/files.c:333 build/files.c:525 build/files.c:708
+#: build/files.c:329 build/files.c:521 build/files.c:704
 #, c-format
 msgid "Missing '(' in %s %s\n"
 msgstr ""
 
-#: build/files.c:344 build/files.c:650 build/files.c:719
+#: build/files.c:340 build/files.c:646 build/files.c:715
 #, c-format
 msgid "Missing ')' in %s(%s\n"
 msgstr ""
 
-#: build/files.c:382 build/files.c:675
+#: build/files.c:378 build/files.c:671
 #, c-format
 msgid "Invalid %s token: %s\n"
 msgstr ""
 
-#: build/files.c:488
+#: build/files.c:484
 #, c-format
 msgid "Missing %s in %s %s\n"
 msgstr ""
 
-#: build/files.c:541
+#: build/files.c:537
 #, c-format
 msgid "Non-white space follows %s(): %s\n"
 msgstr ""
 
-#: build/files.c:579
+#: build/files.c:575
 #, c-format
 msgid "Bad syntax: %s(%s)\n"
 msgstr ""
 
-#: build/files.c:589
+#: build/files.c:585
 #, c-format
 msgid "Bad mode spec: %s(%s)\n"
 msgstr ""
 
-#: build/files.c:601
+#: build/files.c:597
 #, c-format
 msgid "Bad dirmode spec: %s(%s)\n"
 msgstr ""
 
-#: build/files.c:746
+#: build/files.c:742
 #, c-format
 msgid "Unusual locale length: \"%.*s\" in %%lang(%s)\n"
 msgstr ""
 
 #. @innercontinue@
-#: build/files.c:757
+#: build/files.c:753
 #, c-format
 msgid "Duplicate locale %.*s in %%lang(%s)\n"
 msgstr ""
 
-#: build/files.c:908
+#: build/files.c:904
 #, c-format
 msgid "Hit limit for %%docdir\n"
 msgstr ""
 
-#: build/files.c:914
+#: build/files.c:910
 #, c-format
 msgid "Only one arg for %%docdir\n"
 msgstr ""
 
 #. We already got a file -- error
-#: build/files.c:942
+#: build/files.c:938
 #, c-format
 msgid "Two files on one line: %s\n"
 msgstr ""
 
-#: build/files.c:957
+#: build/files.c:953
 #, c-format
 msgid "File must begin with \"/\": %s\n"
 msgstr ""
 
-#: build/files.c:970
+#: build/files.c:966
 #, 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:1147
+#: build/files.c:1143
 #, c-format
 msgid "File listed twice: %s\n"
 msgstr ""
 
-#: build/files.c:1282
+#: build/files.c:1278
 #, c-format
 msgid "Symlink points to BuildRoot: %s -> %s\n"
 msgstr ""
 
-#: build/files.c:1488
+#: build/files.c:1484
 #, c-format
 msgid "File doesn't match prefix (%s): %s\n"
 msgstr ""
 
-#: build/files.c:1512
+#: build/files.c:1508
 #, c-format
 msgid "File not found: %s\n"
 msgstr ""
 
-#: build/files.c:1555 build/files.c:2167 build/parsePrep.c:50
+#: build/files.c:1551 build/files.c:2163 build/parsePrep.c:50
 #, c-format
 msgid "Bad owner/group: %s\n"
 msgstr ""
 
-#: build/files.c:1567
+#: build/files.c:1563
 #, c-format
 msgid "File %4d: %07o %s.%s\t %s\n"
 msgstr ""
 
-#: build/files.c:1671
+#: build/files.c:1667
 #, c-format
 msgid "File needs leading \"/\": %s\n"
 msgstr ""
 
-#: build/files.c:1694
+#: build/files.c:1690
 #, c-format
 msgid "Glob not permitted: %s\n"
 msgstr ""
 
-#: build/files.c:1709
+#: build/files.c:1705
 #, c-format
 msgid "File not found by glob: %s\n"
 msgstr ""
 
-#: build/files.c:1771
+#: build/files.c:1767
 #, c-format
 msgid "Could not open %%files file %s: %s\n"
 msgstr ""
 
-#: build/files.c:1782 build/pack.c:150
+#: build/files.c:1778 build/pack.c:145
 #, c-format
 msgid "line: %s\n"
 msgstr ""
 
-#: build/files.c:2155
+#: build/files.c:2151
 #, c-format
 msgid "Bad file: %s: %s\n"
 msgstr ""
 
 #. XXX this error message is probably not seen.
-#: build/files.c:2229
+#: build/files.c:2225
 #, c-format
 msgid "Couldn't exec %s: %s\n"
 msgstr ""
 
-#: build/files.c:2234
+#: build/files.c:2230
 #, c-format
 msgid "Couldn't fork %s: %s\n"
 msgstr ""
 
-#: build/files.c:2318
+#: build/files.c:2314
 #, c-format
 msgid "%s failed\n"
 msgstr ""
 
-#: build/files.c:2322
+#: build/files.c:2318
 #, c-format
 msgid "failed to write all data to %s\n"
 msgstr ""
 
-#: build/files.c:2458
+#: build/files.c:2454
 #, c-format
 msgid "Finding  %s: (using %s)...\n"
 msgstr ""
 
-#: build/files.c:2484 build/files.c:2498
+#: build/files.c:2480 build/files.c:2494
 #, c-format
 msgid "Failed to find %s:\n"
 msgstr ""
 
-#: build/files.c:2619
+#: build/files.c:2615
 #, c-format
 msgid "Processing files: %s-%s-%s\n"
 msgstr ""
@@ -1508,152 +1508,152 @@ msgstr ""
 msgid "Could not canonicalize hostname: %s\n"
 msgstr ""
 
-#: build/pack.c:83
+#: build/pack.c:78
 #, c-format
 msgid "create archive failed on file %s: %s\n"
 msgstr ""
 
-#: build/pack.c:86
+#: build/pack.c:81
 #, c-format
 msgid "create archive failed: %s\n"
 msgstr ""
 
-#: build/pack.c:108
+#: build/pack.c:103
 #, c-format
 msgid "cpio_copy write failed: %s\n"
 msgstr ""
 
-#: build/pack.c:115
+#: build/pack.c:110
 #, c-format
 msgid "cpio_copy read failed: %s\n"
 msgstr ""
 
-#: build/pack.c:218
+#: build/pack.c:213
 #, c-format
 msgid "Could not open PreIn file: %s\n"
 msgstr ""
 
-#: build/pack.c:225
+#: build/pack.c:220
 #, c-format
 msgid "Could not open PreUn file: %s\n"
 msgstr ""
 
-#: build/pack.c:232
+#: build/pack.c:227
 #, c-format
 msgid "Could not open PostIn file: %s\n"
 msgstr ""
 
-#: build/pack.c:239
+#: build/pack.c:234
 #, c-format
 msgid "Could not open PostUn file: %s\n"
 msgstr ""
 
-#: build/pack.c:247
+#: build/pack.c:242
 #, c-format
 msgid "Could not open VerifyScript file: %s\n"
 msgstr ""
 
-#: build/pack.c:262
+#: build/pack.c:257
 #, c-format
 msgid "Could not open Trigger script file: %s\n"
 msgstr ""
 
-#: build/pack.c:290
+#: build/pack.c:285
 #, c-format
 msgid "readRPM: open %s: %s\n"
 msgstr ""
 
-#: build/pack.c:300
+#: build/pack.c:295
 #, c-format
 msgid "readRPM: read %s: %s\n"
 msgstr ""
 
-#: build/pack.c:309 build/pack.c:513
+#: build/pack.c:304 build/pack.c:508
 #, c-format
 msgid "%s: Fseek failed: %s\n"
 msgstr ""
 
-#: build/pack.c:325
+#: build/pack.c:320
 #, c-format
 msgid "readRPM: %s is not an RPM package\n"
 msgstr ""
 
-#: build/pack.c:334
+#: build/pack.c:329
 #, c-format
 msgid "readRPM: reading header from %s\n"
 msgstr ""
 
-#: build/pack.c:459
+#: build/pack.c:454
 msgid "Unable to create immutable header region.\n"
 msgstr ""
 
-#: build/pack.c:477
+#: build/pack.c:472
 msgid "Unable to write temp header\n"
 msgstr ""
 
-#: build/pack.c:485
+#: build/pack.c:480
 msgid "Bad CSA data\n"
 msgstr ""
 
-#: build/pack.c:520
+#: build/pack.c:515
 msgid "Unable to write final header\n"
 msgstr ""
 
-#: build/pack.c:538
+#: build/pack.c:533
 #, c-format
 msgid "Generating signature: %d\n"
 msgstr ""
 
-#: build/pack.c:551
+#: build/pack.c:546
 msgid "Unable to reload signature header.\n"
 msgstr ""
 
-#: build/pack.c:559
+#: build/pack.c:554
 #, c-format
 msgid "Could not open %s: %s\n"
 msgstr ""
 
-#: build/pack.c:595 lib/psm.c:2147
+#: build/pack.c:590 lib/psm.c:2149
 #, c-format
 msgid "Unable to write package: %s\n"
 msgstr ""
 
-#: build/pack.c:610
+#: build/pack.c:605
 #, c-format
 msgid "Unable to open sigtarget %s: %s\n"
 msgstr ""
 
-#: build/pack.c:620
+#: build/pack.c:615
 #, c-format
 msgid "Unable to read header from %s: %s\n"
 msgstr ""
 
-#: build/pack.c:634
+#: build/pack.c:629
 #, c-format
 msgid "Unable to write header to %s: %s\n"
 msgstr ""
 
-#: build/pack.c:644
+#: build/pack.c:639
 #, c-format
 msgid "Unable to read payload from %s: %s\n"
 msgstr ""
 
-#: build/pack.c:650
+#: build/pack.c:645
 #, c-format
 msgid "Unable to write payload to %s: %s\n"
 msgstr ""
 
-#: build/pack.c:675 lib/psm.c:2413
+#: build/pack.c:670 lib/psm.c:2415
 #, c-format
 msgid "Wrote: %s\n"
 msgstr ""
 
-#: build/pack.c:742
+#: build/pack.c:737
 #, c-format
 msgid "Could not generate output filename for package %s: %s\n"
 msgstr ""
 
-#: build/pack.c:759
+#: build/pack.c:754
 #, c-format
 msgid "cannot create %s: %s\n"
 msgstr ""
@@ -2060,72 +2060,72 @@ msgid " failed - "
 msgstr ""
 
 #. XXX legacy epoch-less requires/conflicts compatibility
-#: lib/depends.c:582
+#: lib/depends.c:559
 #, c-format
 msgid ""
 "the \"B\" dependency needs an epoch (assuming same as \"A\")\n"
 "\tA %s\tB %s\n"
 msgstr ""
 
-#: lib/depends.c:611
+#: lib/depends.c:588
 #, c-format
 msgid "  %s    A %s\tB %s\n"
 msgstr ""
 
-#: lib/depends.c:612 lib/depends.c:1248 lib/depends.c:1381
+#: lib/depends.c:589 lib/depends.c:1225 lib/depends.c:1358
 msgid "YES"
 msgstr ""
 
-#: lib/depends.c:612 lib/depends.c:1248 lib/depends.c:1381
+#: lib/depends.c:589 lib/depends.c:1225 lib/depends.c:1358
 msgid "NO "
 msgstr ""
 
-#: lib/depends.c:1042
+#: lib/depends.c:1019
 #, c-format
 msgid "%s: %-45s YES (added files)\n"
 msgstr ""
 
-#: lib/depends.c:1153
+#: lib/depends.c:1130
 #, c-format
 msgid "%s: %-45s YES (added provide)\n"
 msgstr ""
 
-#: lib/depends.c:1247
+#: lib/depends.c:1224
 #, c-format
 msgid "%s: %-45s %-s (cached)\n"
 msgstr ""
 
-#: lib/depends.c:1276
+#: lib/depends.c:1253
 #, c-format
 msgid "%s: %-45s YES (rpmrc provides)\n"
 msgstr ""
 
-#: lib/depends.c:1293
+#: lib/depends.c:1270
 #, c-format
 msgid "%s: %-45s YES (rpmlib provides)\n"
 msgstr ""
 
-#: lib/depends.c:1317
+#: lib/depends.c:1294
 #, c-format
 msgid "%s: %-45s YES (db files)\n"
 msgstr ""
 
-#: lib/depends.c:1330
+#: lib/depends.c:1307
 #, c-format
 msgid "%s: %-45s YES (db provides)\n"
 msgstr ""
 
-#: lib/depends.c:1344
+#: lib/depends.c:1321
 #, c-format
 msgid "%s: %-45s YES (db package)\n"
 msgstr ""
 
-#: lib/depends.c:1360
+#: lib/depends.c:1337
 #, c-format
 msgid "%s: %-45s NO\n"
 msgstr ""
 
-#: lib/depends.c:1381
+#: lib/depends.c:1358
 #, c-format
 msgid "%s: (%s, %s) added to Depends cache.\n"
 msgstr ""
@@ -2133,42 +2133,42 @@ msgstr ""
 #. requirements are satisfied.
 #. @switchbreak@
 #. requirements are not satisfied.
-#: lib/depends.c:1454
+#: lib/depends.c:1431
 #, c-format
 msgid "package %s-%s-%s require not satisfied: %s\n"
 msgstr ""
 
 #. conflicts exist.
-#: lib/depends.c:1533
+#: lib/depends.c:1510
 #, c-format
 msgid "package %s conflicts: %s\n"
 msgstr ""
 
-#: lib/depends.c:1786
+#: lib/depends.c:1763
 #, c-format
 msgid "removing %s-%s-%s \"%s\" from tsort relations.\n"
 msgstr ""
 
 #. Record all relations.
-#: lib/depends.c:1936
+#: lib/depends.c:1913
 msgid "========== recording tsort relations\n"
 msgstr ""
 
 #. T4. Scan for zeroes.
-#: lib/depends.c:1996
+#: lib/depends.c:1973
 msgid ""
 "========== tsorting packages (order, #predecessors, #succesors, depth)\n"
 msgstr ""
 
-#: lib/depends.c:2046
+#: lib/depends.c:2023
 msgid "========== successors only (presentation order)\n"
 msgstr ""
 
-#: lib/depends.c:2099
+#: lib/depends.c:2076
 msgid "LOOP:\n"
 msgstr ""
 
-#: lib/depends.c:2129
+#: lib/depends.c:2106
 msgid "========== continuing tsort ...\n"
 msgstr ""
 
@@ -2261,7 +2261,7 @@ msgid "dataLength() RPM_STRING_TYPE count must be 1.\n"
 msgstr ""
 
 #. @-modfilesys@
-#: lib/header.c:351 lib/header_internal.c:161 lib/psm.c:971
+#: lib/header.c:351 lib/header_internal.c:161 lib/psm.c:973
 #, c-format
 msgid "Data type %d not supported\n"
 msgstr ""
@@ -2341,149 +2341,149 @@ msgstr ""
 msgid "(unknown type)"
 msgstr ""
 
-#: lib/misc.c:241 lib/misc.c:246 lib/misc.c:252
+#: lib/misc.c:243 lib/misc.c:248 lib/misc.c:254
 #, c-format
 msgid "error creating temporary file %s\n"
 msgstr ""
 
-#: lib/package.c:162
+#: lib/package.c:163
 msgid "packaging version 1 is not supported by this version of RPM\n"
 msgstr ""
 
-#: lib/package.c:228
+#: lib/package.c:229
 msgid ""
 "only packaging with major numbers <= 4 is supported by this version of RPM\n"
 msgstr ""
 
-#: lib/poptBT.c:118
+#: lib/poptBT.c:116
 #, c-format
 msgid "buildroot already specified, ignoring %s\n"
 msgstr ""
 
-#: lib/poptBT.c:148
+#: lib/poptBT.c:146
 #, c-format
 msgid "build through %prep (unpack sources and apply patches) from <specfile>"
 msgstr ""
 
-#: lib/poptBT.c:149 lib/poptBT.c:152 lib/poptBT.c:155 lib/poptBT.c:158
-#: lib/poptBT.c:161 lib/poptBT.c:164 lib/poptBT.c:167
+#: lib/poptBT.c:147 lib/poptBT.c:150 lib/poptBT.c:153 lib/poptBT.c:156
+#: lib/poptBT.c:159 lib/poptBT.c:162 lib/poptBT.c:165
 msgid "<specfile>"
 msgstr ""
 
-#: lib/poptBT.c:151
+#: lib/poptBT.c:149
 msgid "build through %build (%prep, then compile) from <specfile>"
 msgstr ""
 
-#: lib/poptBT.c:154
+#: lib/poptBT.c:152
 msgid "build through %install (%prep, %build, then install) from <specfile>"
 msgstr ""
 
-#: lib/poptBT.c:157
+#: lib/poptBT.c:155
 #, c-format
 msgid "verify %files section from <specfile>"
 msgstr ""
 
-#: lib/poptBT.c:160
+#: lib/poptBT.c:158
 msgid "build source and binary packages from <specfile>"
 msgstr ""
 
-#: lib/poptBT.c:163
+#: lib/poptBT.c:161
 msgid "build binary package only from <specfile>"
 msgstr ""
 
-#: lib/poptBT.c:166
+#: lib/poptBT.c:164
 msgid "build source package only from <specfile>"
 msgstr ""
 
-#: lib/poptBT.c:170
+#: lib/poptBT.c:168
 #, c-format
 msgid "build through %prep (unpack sources and apply patches) from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:171 lib/poptBT.c:174 lib/poptBT.c:177 lib/poptBT.c:180
-#: lib/poptBT.c:183 lib/poptBT.c:186 lib/poptBT.c:189
+#: lib/poptBT.c:169 lib/poptBT.c:172 lib/poptBT.c:175 lib/poptBT.c:178
+#: lib/poptBT.c:181 lib/poptBT.c:184 lib/poptBT.c:187
 msgid "<tarball>"
 msgstr ""
 
-#: lib/poptBT.c:173
+#: lib/poptBT.c:171
 msgid "build through %build (%prep, then compile) from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:176
+#: lib/poptBT.c:174
 msgid "build through %install (%prep, %build, then install) from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:179
+#: lib/poptBT.c:177
 #, c-format
 msgid "verify %files section from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:182
+#: lib/poptBT.c:180
 msgid "build source and binary packages from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:185
+#: lib/poptBT.c:183
 msgid "build binary package only from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:188
+#: lib/poptBT.c:186
 msgid "build source package only from <tarball>"
 msgstr ""
 
-#: lib/poptBT.c:192
+#: lib/poptBT.c:190
 msgid "build binary package from <source package>"
 msgstr ""
 
-#: lib/poptBT.c:193 lib/poptBT.c:196
+#: lib/poptBT.c:191 lib/poptBT.c:194
 msgid "<source package>"
 msgstr ""
 
-#: lib/poptBT.c:195
+#: lib/poptBT.c:193
 msgid ""
 "build through %install (%prep, %build, then install) from <source package>"
 msgstr ""
 
-#: lib/poptBT.c:199
+#: lib/poptBT.c:197
 msgid "override build root"
 msgstr ""
 
-#: lib/poptBT.c:203 rpmdb/poptDB.c:32
+#: lib/poptBT.c:201 rpmdb/poptDB.c:29
 msgid "generate headers compatible with rpm4 packaging"
 msgstr ""
 
-#: lib/poptBT.c:205
+#: lib/poptBT.c:203
 msgid "ignore ExcludeArch: directives from spec file"
 msgstr ""
 
-#: lib/poptBT.c:207
+#: lib/poptBT.c:205
 msgid "debug file state machine"
 msgstr ""
 
-#: lib/poptBT.c:209
+#: lib/poptBT.c:207
 msgid "do not execute any stages of the build"
 msgstr ""
 
-#: lib/poptBT.c:211
+#: lib/poptBT.c:209
 msgid "do not verify build dependencies"
 msgstr ""
 
-#: lib/poptBT.c:213
+#: lib/poptBT.c:211
 msgid "generate package header(s) compatible with (legacy) rpm[23] packaging"
 msgstr ""
 
-#: lib/poptBT.c:216
+#: lib/poptBT.c:214
 msgid "do not accept i18N msgstr's from specfile"
 msgstr ""
 
-#: lib/poptBT.c:220
+#: lib/poptBT.c:218
 msgid "remove specfile when done"
 msgstr ""
 
-#: lib/poptBT.c:226
+#: lib/poptBT.c:224
 msgid "override target platform"
 msgstr ""
 
-#: lib/poptBT.c:228
+#: lib/poptBT.c:226
 msgid "lookup i18N strings in specfile catalog"
 msgstr ""
 
@@ -2799,108 +2799,108 @@ msgstr ""
 msgid "unknown error %d encountered while manipulating package %s"
 msgstr ""
 
-#: lib/psm.c:313
+#: lib/psm.c:315
 msgid "========== relocations\n"
 msgstr ""
 
-#: lib/psm.c:317
+#: lib/psm.c:319
 #, c-format
 msgid "%5d exclude  %s\n"
 msgstr ""
 
-#: lib/psm.c:320
+#: lib/psm.c:322
 #, c-format
 msgid "%5d relocate %s -> %s\n"
 msgstr ""
 
-#: lib/psm.c:390
+#: lib/psm.c:392
 #, c-format
 msgid "excluding multilib path %s%s\n"
 msgstr ""
 
-#: lib/psm.c:456
+#: lib/psm.c:458
 #, c-format
 msgid "excluding %s %s\n"
 msgstr ""
 
-#: lib/psm.c:466
+#: lib/psm.c:468
 #, c-format
 msgid "relocating %s to %s\n"
 msgstr ""
 
-#: lib/psm.c:545
+#: lib/psm.c:547
 #, c-format
 msgid "relocating directory %s to %s\n"
 msgstr ""
 
-#: lib/psm.c:1168
+#: lib/psm.c:1170
 #, c-format
 msgid "cannot create %%%s %s\n"
 msgstr ""
 
-#: lib/psm.c:1174
+#: lib/psm.c:1176
 #, c-format
 msgid "cannot write to %%%s %s\n"
 msgstr ""
 
-#: lib/psm.c:1212
+#: lib/psm.c:1214
 msgid "source package expected, binary found\n"
 msgstr ""
 
-#: lib/psm.c:1323
+#: lib/psm.c:1325
 msgid "source package contains no .spec file\n"
 msgstr ""
 
-#: lib/psm.c:1430
+#: lib/psm.c:1432
 #, c-format
 msgid "%s: running %s scriptlet\n"
 msgstr ""
 
-#: lib/psm.c:1598
+#: lib/psm.c:1600
 #, c-format
 msgid "execution of %s scriptlet from %s-%s-%s failed, waitpid returned %s\n"
 msgstr ""
 
-#: lib/psm.c:1605
+#: lib/psm.c:1607
 #, c-format
 msgid "execution of %s scriptlet from %s-%s-%s failed, exit status %d\n"
 msgstr ""
 
-#: lib/psm.c:1952
+#: lib/psm.c:1954
 #, c-format
 msgid "%s: %s-%s-%s has %d files, test = %d\n"
 msgstr ""
 
-#: lib/psm.c:2069
+#: lib/psm.c:2071
 #, c-format
 msgid "%s: %s scriptlet failed (%d), skipping %s-%s-%s\n"
 msgstr ""
 
-#: lib/psm.c:2184
+#: lib/psm.c:2186
 #, c-format
 msgid "user %s does not exist - using root\n"
 msgstr ""
 
-#: lib/psm.c:2193
+#: lib/psm.c:2195
 #, c-format
 msgid "group %s does not exist - using root\n"
 msgstr ""
 
-#: lib/psm.c:2234
+#: lib/psm.c:2236
 #, c-format
 msgid "unpacking of archive failed%s%s: %s\n"
 msgstr ""
 
-#: lib/psm.c:2235
+#: lib/psm.c:2237
 msgid " on file "
 msgstr ""
 
-#: lib/psm.c:2421
+#: lib/psm.c:2423
 #, c-format
 msgid "%s failed on file %s: %s\n"
 msgstr ""
 
-#: lib/psm.c:2424
+#: lib/psm.c:2426
 #, c-format
 msgid "%s failed: %s\n"
 msgstr ""
@@ -3302,206 +3302,206 @@ msgstr ""
 msgid "Unable to open %s for reading: %s.\n"
 msgstr ""
 
-#: lib/signature.c:114
+#: lib/signature.c:115
 msgid "file is not regular -- skipping size check\n"
 msgstr ""
 
-#: lib/signature.c:123
+#: lib/signature.c:124
 #, c-format
 msgid "Expected size: %12d = lead(%d)+sigs(%d)+pad(%d)+data(%d)\n"
 msgstr ""
 
-#: lib/signature.c:128
+#: lib/signature.c:129
 #, c-format
 msgid "  Actual size: %12d\n"
 msgstr ""
 
-#: lib/signature.c:148
+#: lib/signature.c:149
 msgid "No signature\n"
 msgstr ""
 
-#: lib/signature.c:152
+#: lib/signature.c:153
 msgid "Old PGP signature\n"
 msgstr ""
 
-#: lib/signature.c:165
+#: lib/signature.c:166
 msgid "Old (internal-only) signature!  How did you get that!?\n"
 msgstr ""
 
-#: lib/signature.c:221
+#: lib/signature.c:222
 #, c-format
 msgid "Signature: size(%d)+pad(%d)\n"
 msgstr ""
 
-#: lib/signature.c:284
+#: lib/signature.c:285
 #, c-format
 msgid "Couldn't exec pgp (%s)\n"
 msgstr ""
 
-#: lib/signature.c:297
+#: lib/signature.c:298
 msgid "pgp failed\n"
 msgstr ""
 
 #. PGP failed to write signature
 #. Just in case
-#: lib/signature.c:304
+#: lib/signature.c:305
 msgid "pgp failed to write signature\n"
 msgstr ""
 
-#: lib/signature.c:309
+#: lib/signature.c:310
 #, c-format
 msgid "PGP sig size: %d\n"
 msgstr ""
 
-#: lib/signature.c:324 lib/signature.c:411
+#: lib/signature.c:325 lib/signature.c:412
 msgid "unable to read the signature\n"
 msgstr ""
 
-#: lib/signature.c:329
+#: lib/signature.c:330
 #, c-format
 msgid "Got %d bytes of PGP sig\n"
 msgstr ""
 
-#: lib/signature.c:371 lib/signature.c:501
+#: lib/signature.c:372 lib/signature.c:502
 msgid "Couldn't exec gpg\n"
 msgstr ""
 
-#: lib/signature.c:384
+#: lib/signature.c:385
 msgid "gpg failed\n"
 msgstr ""
 
 #. GPG failed to write signature
 #. Just in case
-#: lib/signature.c:391
+#: lib/signature.c:392
 msgid "gpg failed to write signature\n"
 msgstr ""
 
-#: lib/signature.c:396
+#: lib/signature.c:397
 #, c-format
 msgid "GPG sig size: %d\n"
 msgstr ""
 
-#: lib/signature.c:416
+#: lib/signature.c:417
 #, c-format
 msgid "Got %d bytes of GPG sig\n"
 msgstr ""
 
-#: lib/signature.c:444
+#: lib/signature.c:445
 msgid "Generating signature using PGP.\n"
 msgstr ""
 
-#: lib/signature.c:450
+#: lib/signature.c:451
 msgid "Generating signature using GPG.\n"
 msgstr ""
 
-#: lib/signature.c:530
+#: lib/signature.c:531
 msgid "Couldn't exec pgp\n"
 msgstr ""
 
 #. @notreached@
 #. This case should have been screened out long ago.
-#: lib/signature.c:534 lib/signature.c:587
+#: lib/signature.c:535 lib/signature.c:588
 #, c-format
 msgid "Invalid %%_signature spec in macro file\n"
 msgstr ""
 
-#: lib/signature.c:567
+#: lib/signature.c:568
 #, c-format
 msgid "You must set \"%%_gpg_name\" in your macro file\n"
 msgstr ""
 
-#: lib/signature.c:579
+#: lib/signature.c:580
 #, c-format
 msgid "You must set \"%%_pgp_name\" in your macro file\n"
 msgstr ""
 
-#: lib/transaction.c:308
+#: lib/transaction.c:309
 #, c-format
 msgid "%s skipped due to missingok flag\n"
 msgstr ""
 
 #. @innercontinue@
-#: lib/transaction.c:936
+#: lib/transaction.c:937
 #, c-format
 msgid "excluding directory %s\n"
 msgstr ""
 
-#: lib/verify.c:240
+#: lib/verify.c:242
 msgid "package lacks both user name and id lists (this should never happen)\n"
 msgstr ""
 
-#: lib/verify.c:261
+#: lib/verify.c:263
 msgid "package lacks both group name and id lists (this should never happen)\n"
 msgstr ""
 
-#: lib/verify.c:398
+#: lib/verify.c:400
 #, c-format
 msgid "missing    %s"
 msgstr ""
 
-#: lib/verify.c:495
+#: lib/verify.c:497
 #, 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:101 rpmdb/db3.c:100
+#: rpmdb/db1.c:100 rpmdb/db3.c:100
 #, c-format
 msgid "db%d error(%d) from %s: %s\n"
 msgstr ""
 
-#: rpmdb/db1.c:104 rpmdb/db3.c:103
+#: rpmdb/db1.c:103 rpmdb/db3.c:103
 #, c-format
 msgid "db%d error(%d): %s\n"
 msgstr ""
 
-#: rpmdb/db1.c:171
+#: rpmdb/db1.c:170
 #, c-format
 msgid ""
 "Broken package chain at offset %d(0x%08x), attempting to reconnect ...\n"
 msgstr ""
 
-#: rpmdb/db1.c:183
+#: rpmdb/db1.c:182
 #, c-format
 msgid "Reconnecting broken chain at offset %d(0x%08x).\n"
 msgstr ""
 
 #. @=branchstate@
-#: rpmdb/db1.c:509
+#: rpmdb/db1.c:508
 #, c-format
 msgid "closed  db file        %s\n"
 msgstr ""
 
-#: rpmdb/db1.c:512
+#: rpmdb/db1.c:511
 #, c-format
 msgid "removed db file        %s\n"
 msgstr ""
 
-#: rpmdb/db1.c:547
+#: rpmdb/db1.c:546
 #, c-format
 msgid "bad db file %s\n"
 msgstr ""
 
-#: rpmdb/db1.c:552
+#: rpmdb/db1.c:551
 #, c-format
 msgid "opening db file        %s mode 0x%x\n"
 msgstr ""
 
 #. XXX check errno validity
-#: rpmdb/db1.c:575
+#: rpmdb/db1.c:574
 #, c-format
 msgid "cannot get %s lock on database\n"
 msgstr ""
 
-#: rpmdb/db1.c:576 rpmdb/db3.c:1213
+#: rpmdb/db1.c:575 rpmdb/db3.c:1213
 msgid "exclusive"
 msgstr ""
 
-#: rpmdb/db1.c:576 rpmdb/db3.c:1213
+#: rpmdb/db1.c:575 rpmdb/db3.c:1213
 msgid "shared"
 msgstr ""
 
@@ -3575,168 +3575,168 @@ msgid ""
 "if \"rpm --rebuilddb\" fails to correct the problem.\n"
 msgstr ""
 
-#: rpmdb/poptDB.c:22
+#: rpmdb/poptDB.c:19
 msgid "initialize database"
 msgstr ""
 
-#: rpmdb/poptDB.c:24
+#: rpmdb/poptDB.c:21
 msgid "rebuild database inverted lists from installed package headers"
 msgstr ""
 
-#: rpmdb/poptDB.c:29
+#: rpmdb/poptDB.c:26
 msgid "generate headers compatible with (legacy) rpm[23] packaging"
 msgstr ""
 
 #. @-modfilesys@
-#: rpmdb/rpmdb.c:130
+#: rpmdb/rpmdb.c:126
 #, c-format
 msgid "dbiTagsInit: unrecognized tag name: \"%s\" ignored\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:384
+#: rpmdb/rpmdb.c:380
 #, c-format
 msgid "cannot open %s index using db%d - %s (%d)\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:406
+#: rpmdb/rpmdb.c:402
 #, c-format
 msgid "cannot open %s index\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:498
+#: rpmdb/rpmdb.c:494
 #, c-format
 msgid "error(%d) getting \"%s\" records from %s index\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:629
+#: rpmdb/rpmdb.c:625
 #, c-format
 msgid "error(%d) storing record %s into %s\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:639
+#: rpmdb/rpmdb.c:635
 #, c-format
 msgid "error(%d) removing record %s from %s\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:893
+#: rpmdb/rpmdb.c:889
 msgid "no dbpath has been set\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:1032
+#: rpmdb/rpmdb.c:1028
 msgid ""
 "old format database is present; use --rebuilddb to generate a new format "
 "database\n"
 msgstr ""
 
 #. error
-#: rpmdb/rpmdb.c:1277
+#: rpmdb/rpmdb.c:1273
 #, c-format
 msgid "error(%d) counting packages\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2061 rpmdb/rpmdb.c:3276
+#: rpmdb/rpmdb.c:2057 rpmdb/rpmdb.c:3310
 #, c-format
 msgid "record number %u in database is bad -- skipping.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2114
+#: rpmdb/rpmdb.c:2110
 #, c-format
 msgid "rpmdb: damaged header instance #%u retrieved, skipping.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2384
+#: rpmdb/rpmdb.c:2380
 #, c-format
 msgid "%s: cannot read header at 0x%x\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2456
+#: rpmdb/rpmdb.c:2452
 #, c-format
 msgid "removing \"%s\" from %s index.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2465
+#: rpmdb/rpmdb.c:2461
 #, c-format
 msgid "removing %d entries from %s index.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2666
+#: rpmdb/rpmdb.c:2662
 #, c-format
 msgid "error(%d) allocating new package instance\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2747
+#: rpmdb/rpmdb.c:2743
 #, c-format
 msgid "adding \"%s\" to %s index.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:2758
+#: rpmdb/rpmdb.c:2754
 #, c-format
 msgid "adding %d entries to %s index.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3162
+#: rpmdb/rpmdb.c:3196
 #, c-format
 msgid "removing %s after successful db3 rebuild.\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3195
+#: rpmdb/rpmdb.c:3229
 msgid "no dbpath has been set"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3222
+#: rpmdb/rpmdb.c:3256
 #, c-format
 msgid "rebuilding database %s into %s\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3226
+#: rpmdb/rpmdb.c:3260
 #, c-format
 msgid "temporary database %s already exists\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3232
+#: rpmdb/rpmdb.c:3266
 #, c-format
 msgid "creating directory %s\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3234
+#: rpmdb/rpmdb.c:3268
 #, c-format
 msgid "creating directory %s: %s\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3241
+#: rpmdb/rpmdb.c:3275
 #, c-format
 msgid "opening old database with dbapi %d\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3252
+#: rpmdb/rpmdb.c:3286
 #, c-format
 msgid "opening new database with dbapi %d\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3316
+#: rpmdb/rpmdb.c:3350
 #, c-format
 msgid "cannot add record originally at %u\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3334
+#: rpmdb/rpmdb.c:3368
 msgid "failed to rebuild database: original database remains in place\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3342
+#: rpmdb/rpmdb.c:3376
 msgid "failed to replace old database with new database!\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3344
+#: rpmdb/rpmdb.c:3378
 #, c-format
 msgid "replace files in %s with files from %s to recover"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3354
+#: rpmdb/rpmdb.c:3388
 #, c-format
 msgid "removing directory %s\n"
 msgstr ""
 
-#: rpmdb/rpmdb.c:3356
+#: rpmdb/rpmdb.c:3390
 #, c-format
 msgid "failed to remove directory %s: %s\n"
 msgstr ""
index 5001f9c..0863a78 100644 (file)
--- a/rpm.spec
+++ b/rpm.spec
@@ -528,3 +528,4 @@ fi
 - add :base64 and :armor format extensions, dump binary tags in hex.
 - proof-of-concept pubkey retrieval from RPM-{PGP,GPG}-KEY.
 - stupid macros to configure public key file paths.
+- all symbols but hdrVec are now forward references in linkage.
index 8c12594..8b9fc02 100644 (file)
@@ -528,3 +528,4 @@ fi
 - add :base64 and :armor format extensions, dump binary tags in hex.
 - proof-of-concept pubkey retrieval from RPM-{PGP,GPG}-KEY.
 - stupid macros to configure public key file paths.
+- all symbols but hdrVec are now forward references in linkage.
index a7c2ae5..d9e7e12 100644 (file)
@@ -5,5 +5,6 @@
 Makefile
 Makefile.in
 db3lobjs
+tagtbl.c
 *.la
 *.lo
index 37726d6..f6aff72 100644 (file)
@@ -15,7 +15,7 @@ EXTRA_DIST = db3.c db1.c falloc.c
 
 pkgincdir = $(pkgincludedir)
 pkginc_HEADERS = rpmdb.h
-noinst_HEADERS = falloc.h fprint.h rpmhash.h
+noinst_HEADERS = falloc.h fprint.h legacy.h rpmhash.h
 
 mylibpaths = \
        -L$(top_builddir)/lib/.libs \
@@ -29,7 +29,8 @@ DB3LOBJS = $(shell cat $(top_builddir)/$(WITH_DB_SUBDIR)/db3lobjs)
 
 lib_LTLIBRARIES = librpmdb.la
 librpmdb_la_SOURCES = $(DBLIBSRCS) \
-       dbconfig.c fprint.c poptDB.c rpmhash.c rpmdb.c
+       dbconfig.c fprint.c hdrNVR.c legacy.c poptDB.c rpmhash.c rpmdb.c \
+       tagname.c tagtbl.c
 librpmdb_la_LDFLAGS = -release @VERSION@ @libdb3@
 librpmdb_la_LIBADD = $(DBLIBOBJS) $(DB3LOBJS)
 librpmdb_la_DEPENDENCIES = $(DBLIBOBJS) .created
@@ -43,6 +44,22 @@ install-data-local:
 falloc.lo: falloc.c $(top_srcdir)/system.h $(top_srcdir)/rpmio/rpmio.h falloc.h
        $(LIBTOOL) --mode=compile $(COMPILE) -c $<
 
+tagtbl.c: $(top_srcdir)/lib/rpmlib.h 
+       @echo '#include "system.h"' > $@
+       @echo '#include "lib/rpmlib.h"' >> $@
+       @echo '' >> $@
+       @echo '/*@observer@*/ /*@unchecked@*/' >> $@
+       @echo 'static const struct headerTagTableEntry_s rpmTagTbl[] = {' >> $@
+       $(AWK) '/(RPMTAG_[A-Z0-9]*)[ \t]+([0-9]*)/ && !/internal/ { if ($$2 == "=") { printf("\t{ \"%s\", %s },\n", $$1, $$3); } else { printf("\t{ \"%s\", %s },\n", $$2, $$3); } }' < $(top_srcdir)/lib/rpmlib.h >> $@
+       @echo ' { NULL, 0 }' >> $@
+       @echo '};' >> $@
+       @echo '' >> $@
+       @echo '/*@observer@*/ /*@unchecked@*/' >> $@
+       @echo 'const struct headerTagTableEntry_s * rpmTagTable = rpmTagTbl;' >> $@
+       @echo '' >> $@
+       @echo '/*@unchecked@*/' >> $@
+       @echo 'const int rpmTagTableSize = sizeof(rpmTagTbl) / sizeof(rpmTagTbl[0]) - 1;' >> $@
+
 .created:
        for lo in $(DB3LOBJS); do \
          [ -f $$lo ] || $(LN_S) $(top_builddir)/$(WITH_DB_SUBDIR)/$$lo $$lo ; \
@@ -52,6 +69,9 @@ falloc.lo: falloc.c $(top_srcdir)/system.h $(top_srcdir)/rpmio/rpmio.h falloc.h
 clean-local:
        rm -f $(DB3LOBJS) *.o .created
 
+# XXX TODO: figger why .created addition here dinna work
+BUILT_SOURCES = tagtbl.c # .created
+
 .PHONY:        sources
 sources:
        @echo $(librpmdb_la_SOURCES:%=rpmdb/%)
index c0f2aa1..2cb7309 100644 (file)
@@ -15,8 +15,7 @@
 #include <rpmurl.h>    /* XXX urlGetPath */
 
 #include "falloc.h"
-#include "misc.h"
-
+#include "legacy.h"    /* XXX providePackageNVR() and compressFileList() */
 #include "rpmdb.h"
 
 /* XXX must follow rpmdb.h */
diff --git a/rpmdb/hdrNVR.c b/rpmdb/hdrNVR.c
new file mode 100644 (file)
index 0000000..b739c89
--- /dev/null
@@ -0,0 +1,30 @@
+/** \ingroup rpmdb
+ * \file rpmdb/hdrNVR.c
+ */
+
+#include "system.h"
+#include "lib/rpmlib.h"
+#include "debug.h"
+
+int headerNVR(Header h, const char **np, const char **vp, const char **rp)
+{
+    int type;
+    int count;
+
+    if (np) {
+       if (!(headerGetEntry(h, RPMTAG_NAME, &type, (void **) np, &count)
+           && type == RPM_STRING_TYPE && count == 1))
+               *np = NULL;
+    }
+    if (vp) {
+       if (!(headerGetEntry(h, RPMTAG_VERSION, &type, (void **) vp, &count)
+           && type == RPM_STRING_TYPE && count == 1))
+               *vp = NULL;
+    }
+    if (rp) {
+       if (!(headerGetEntry(h, RPMTAG_RELEASE, &type, (void **) rp, &count)
+           && type == RPM_STRING_TYPE && count == 1))
+               *rp = NULL;
+    }
+    return 0;
+}
diff --git a/rpmdb/legacy.c b/rpmdb/legacy.c
new file mode 100644 (file)
index 0000000..61b4d52
--- /dev/null
@@ -0,0 +1,320 @@
+/**
+ * \file rpmdb/legacy.c
+ */
+
+#include "system.h"
+#include "rpmio_internal.h"
+#include <rpmlib.h>
+#include "legacy.h"
+#include "debug.h"
+
+int domd5(const char * fn, unsigned char * digest, int asAscii)
+{
+    int rc;
+
+    FD_t fd = Fopen(fn, "r.ufdio");
+    unsigned char buf[BUFSIZ];
+    unsigned char * md5sum = NULL;
+    size_t md5len;
+
+    if (fd == NULL || Ferror(fd)) {
+       if (fd != NULL)
+           (void) Fclose(fd);
+       return 1;
+    }
+
+    fdInitDigest(fd, PGPHASHALGO_MD5, 0);
+
+    while ((rc = Fread(buf, sizeof(buf[0]), sizeof(buf), fd)) > 0)
+       {};
+    fdFiniDigest(fd, PGPHASHALGO_MD5, (void **)&md5sum, &md5len, asAscii);
+
+    if (Ferror(fd))
+       rc = 1;
+    (void) Fclose(fd);
+
+    if (!rc)
+       memcpy(digest, md5sum, md5len);
+    md5sum = _free(md5sum);
+
+    return rc;
+}
+
+/*@-exportheadervar@*/
+/*@unchecked@*/
+int _noDirTokens = 0;
+/*@=exportheadervar@*/
+
+static int dncmp(const void * a, const void * b)
+{
+    const char *const * first = a;
+    const char *const * second = b;
+    return strcmp(*first, *second);
+}
+
+void compressFilelist(Header h)
+{
+    HGE_t hge = (HGE_t)headerGetEntryMinMemory;
+    HAE_t hae = (HAE_t)headerAddEntry;
+    HRE_t hre = (HRE_t)headerRemoveEntry;
+    HFD_t hfd = headerFreeData;
+    char ** fileNames;
+    const char ** dirNames;
+    const char ** baseNames;
+    int_32 * dirIndexes;
+    rpmTagType fnt;
+    int count;
+    int i, xx;
+    int dirIndex = -1;
+
+    /*
+     * This assumes the file list is already sorted, and begins with a
+     * single '/'. That assumption isn't critical, but it makes things go
+     * a bit faster.
+     */
+
+    if (headerIsEntry(h, RPMTAG_DIRNAMES)) {
+       xx = hre(h, RPMTAG_OLDFILENAMES);
+       return;         /* Already converted. */
+    }
+
+    if (!hge(h, RPMTAG_OLDFILENAMES, &fnt, (void **) &fileNames, &count))
+       return;         /* no file list */
+    if (fileNames == NULL || count <= 0)
+       return;
+
+    dirNames = alloca(sizeof(*dirNames) * count);      /* worst case */
+    baseNames = alloca(sizeof(*dirNames) * count);
+    dirIndexes = alloca(sizeof(*dirIndexes) * count);
+
+    if (fileNames[0][0] != '/') {
+       /* HACK. Source RPM, so just do things differently */
+       dirIndex = 0;
+       dirNames[dirIndex] = "";
+       for (i = 0; i < count; i++) {
+           dirIndexes[i] = dirIndex;
+           baseNames[i] = fileNames[i];
+       }
+       goto exit;
+    }
+
+    /*@-branchstate@*/
+    for (i = 0; i < count; i++) {
+       const char ** needle;
+       char savechar;
+       char * baseName;
+       int len;
+
+       if (fileNames[i] == NULL)       /* XXX can't happen */
+           continue;
+       baseName = strrchr(fileNames[i], '/') + 1;
+       len = baseName - fileNames[i];
+       needle = dirNames;
+       savechar = *baseName;
+       *baseName = '\0';
+       if (dirIndex < 0 ||
+           (needle = bsearch(&fileNames[i], dirNames, dirIndex + 1, sizeof(dirNames[0]), dncmp)) == NULL) {
+           char *s = alloca(len + 1);
+           memcpy(s, fileNames[i], len + 1);
+           s[len] = '\0';
+           dirIndexes[i] = ++dirIndex;
+           dirNames[dirIndex] = s;
+       } else
+           dirIndexes[i] = needle - dirNames;
+
+       *baseName = savechar;
+       baseNames[i] = baseName;
+    }
+    /*@=branchstate@*/
+
+exit:
+    if (count > 0) {
+       xx = hae(h, RPMTAG_DIRINDEXES, RPM_INT32_TYPE, dirIndexes, count);
+       xx = hae(h, RPMTAG_BASENAMES, RPM_STRING_ARRAY_TYPE,
+                       baseNames, count);
+       xx = hae(h, RPMTAG_DIRNAMES, RPM_STRING_ARRAY_TYPE,
+                       dirNames, dirIndex + 1);
+    }
+
+    fileNames = hfd(fileNames, fnt);
+
+    xx = hre(h, RPMTAG_OLDFILENAMES);
+}
+
+/*
+ * This is pretty straight-forward. The only thing that even resembles a trick
+ * is getting all of this into a single xmalloc'd block.
+ */
+static void doBuildFileList(Header h, /*@out@*/ const char *** fileListPtr,
+                           /*@out@*/ int * fileCountPtr, rpmTag baseNameTag,
+                           rpmTag dirNameTag, rpmTag dirIndexesTag)
+       /*@modifies *fileListPtr, *fileCountPtr @*/
+{
+    HGE_t hge = (HGE_t)headerGetEntryMinMemory;
+    HFD_t hfd = headerFreeData;
+    const char ** baseNames;
+    const char ** dirNames;
+    int * dirIndexes;
+    int count;
+    const char ** fileNames;
+    int size;
+    rpmTagType bnt, dnt;
+    char * data;
+    int i, xx;
+
+    if (!hge(h, baseNameTag, &bnt, (void **) &baseNames, &count)) {
+       if (fileListPtr) *fileListPtr = NULL;
+       if (fileCountPtr) *fileCountPtr = 0;
+       return;         /* no file list */
+    }
+
+    xx = hge(h, dirNameTag, &dnt, (void **) &dirNames, NULL);
+    xx = hge(h, dirIndexesTag, NULL, (void **) &dirIndexes, &count);
+
+    size = sizeof(*fileNames) * count;
+    for (i = 0; i < count; i++)
+       size += strlen(baseNames[i]) + strlen(dirNames[dirIndexes[i]]) + 1;
+
+    fileNames = xmalloc(size);
+    data = ((char *) fileNames) + (sizeof(*fileNames) * count);
+    /*@-branchstate@*/
+    for (i = 0; i < count; i++) {
+       fileNames[i] = data;
+       data = stpcpy( stpcpy(data, dirNames[dirIndexes[i]]), baseNames[i]);
+       *data++ = '\0';
+    }
+    /*@=branchstate@*/
+    baseNames = hfd(baseNames, bnt);
+    dirNames = hfd(dirNames, dnt);
+
+    /*@-branchstate@*/
+    if (fileListPtr)
+       *fileListPtr = fileNames;
+    else
+       fileNames = _free(fileNames);
+    /*@=branchstate@*/
+    if (fileCountPtr) *fileCountPtr = count;
+}
+
+void expandFilelist(Header h)
+{
+    HAE_t hae = (HAE_t)headerAddEntry;
+    HRE_t hre = (HRE_t)headerRemoveEntry;
+    const char ** fileNames = NULL;
+    int count = 0;
+    int xx;
+
+    /*@-branchstate@*/
+    if (!headerIsEntry(h, RPMTAG_OLDFILENAMES)) {
+       doBuildFileList(h, &fileNames, &count, RPMTAG_BASENAMES,
+                       RPMTAG_DIRNAMES, RPMTAG_DIRINDEXES);
+       if (fileNames == NULL || count <= 0)
+           return;
+       xx = hae(h, RPMTAG_OLDFILENAMES, RPM_STRING_ARRAY_TYPE,
+                       fileNames, count);
+       fileNames = _free(fileNames);
+    }
+    /*@=branchstate@*/
+
+    xx = hre(h, RPMTAG_DIRNAMES);
+    xx = hre(h, RPMTAG_BASENAMES);
+    xx = hre(h, RPMTAG_DIRINDEXES);
+}
+
+
+void rpmBuildFileList(Header h, const char *** fileListPtr, int * fileCountPtr)
+{
+    doBuildFileList(h, fileListPtr, fileCountPtr, RPMTAG_BASENAMES,
+                       RPMTAG_DIRNAMES, RPMTAG_DIRINDEXES);
+}
+
+void buildOrigFileList(Header h, const char *** fileListPtr, int * fileCountPtr)
+{
+    doBuildFileList(h, fileListPtr, fileCountPtr, RPMTAG_ORIGBASENAMES,
+                       RPMTAG_ORIGDIRNAMES, RPMTAG_ORIGDIRINDEXES);
+}
+
+/*
+ * Up to rpm 3.0.4, packages implicitly provided their own name-version-release.
+ * Retrofit an explicit "Provides: name = epoch:version-release.
+ */
+void providePackageNVR(Header h)
+{
+    HGE_t hge = (HGE_t)headerGetEntryMinMemory;
+    HFD_t hfd = headerFreeData;
+    const char *name, *version, *release;
+    int_32 * epoch;
+    const char *pEVR;
+    char *p;
+    int_32 pFlags = RPMSENSE_EQUAL;
+    const char ** provides = NULL;
+    const char ** providesEVR = NULL;
+    rpmTagType pnt, pvt;
+    int_32 * provideFlags = NULL;
+    int providesCount;
+    int i, xx;
+    int bingo = 1;
+
+    /* Generate provides for this package name-version-release. */
+    xx = headerNVR(h, &name, &version, &release);
+    if (!(name && version && release))
+       return;
+    pEVR = p = alloca(21 + strlen(version) + 1 + strlen(release) + 1);
+    *p = '\0';
+    if (hge(h, RPMTAG_EPOCH, NULL, (void **) &epoch, NULL)) {
+       sprintf(p, "%d:", *epoch);
+       while (*p != '\0')
+           p++;
+    }
+    (void) stpcpy( stpcpy( stpcpy(p, version) , "-") , release);
+
+    /*
+     * Rpm prior to 3.0.3 does not have versioned provides.
+     * If no provides at all are available, we can just add.
+     */
+    if (!hge(h, RPMTAG_PROVIDENAME, &pnt, (void **) &provides, &providesCount))
+       goto exit;
+
+    /*
+     * Otherwise, fill in entries on legacy packages.
+     */
+    if (!hge(h, RPMTAG_PROVIDEVERSION, &pvt, (void **) &providesEVR, NULL)) {
+       for (i = 0; i < providesCount; i++) {
+           char * vdummy = "";
+           int_32 fdummy = RPMSENSE_ANY;
+           xx = headerAddOrAppendEntry(h, RPMTAG_PROVIDEVERSION, RPM_STRING_ARRAY_TYPE,
+                       &vdummy, 1);
+           xx = headerAddOrAppendEntry(h, RPMTAG_PROVIDEFLAGS, RPM_INT32_TYPE,
+                       &fdummy, 1);
+       }
+       goto exit;
+    }
+
+    xx = hge(h, RPMTAG_PROVIDEFLAGS, NULL, (void **) &provideFlags, NULL);
+
+    /*@-nullderef@*/   /* LCL: providesEVR is not NULL */
+    if (provides && providesEVR && provideFlags)
+    for (i = 0; i < providesCount; i++) {
+        if (!(provides[i] && providesEVR[i]))
+            continue;
+       if (!(provideFlags[i] == RPMSENSE_EQUAL &&
+           !strcmp(name, provides[i]) && !strcmp(pEVR, providesEVR[i])))
+           continue;
+       bingo = 0;
+       break;
+    }
+    /*@=nullderef@*/
+
+exit:
+    provides = hfd(provides, pnt);
+    providesEVR = hfd(providesEVR, pvt);
+
+    if (bingo) {
+       xx = headerAddOrAppendEntry(h, RPMTAG_PROVIDENAME, RPM_STRING_ARRAY_TYPE,
+               &name, 1);
+       xx = headerAddOrAppendEntry(h, RPMTAG_PROVIDEFLAGS, RPM_INT32_TYPE,
+               &pFlags, 1);
+       xx = headerAddOrAppendEntry(h, RPMTAG_PROVIDEVERSION, RPM_STRING_ARRAY_TYPE,
+               &pEVR, 1);
+    }
+}
diff --git a/rpmdb/legacy.h b/rpmdb/legacy.h
new file mode 100644 (file)
index 0000000..74ec565
--- /dev/null
@@ -0,0 +1,97 @@
+#ifndef H_LEGACY
+#define H_LEGACY
+
+/**
+ * \file rpmdb/legacy.h
+ *
+ */
+
+/**
+ */
+/*@-redecl@*/
+/*@unchecked@*/
+extern int _noDirTokens;
+/*@=redecl@*/
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+/**
+ * Calculate MD5 sum for file.
+ * @todo Eliminate, use beecrypt instead.
+ * @param fn           file name
+ * @retval digest      address of md5sum
+ * @param asAscii      return md5sum as ascii string?
+ * @return             0 on success, 1 on error
+ */
+/*@-exportlocal@*/
+int domd5(const char * fn, /*@out@*/ unsigned char * digest, int asAscii)
+       /*@globals fileSystem@*/
+       /*@modifies digest, fileSystem @*/;
+/*@=exportlocal@*/
+
+/**
+ * Return MD5 sum of file as ASCII string.
+ * @todo Eliminate, use beecrypt instead.
+ * @param fn           file name
+ * @retval digest      MD5 digest
+ * @return             0 on success, 1 on error
+ */
+/*@unused@*/ static inline
+int mdfile(const char * fn, /*@out@*/ unsigned char * digest)
+       /*@globals fileSystem@*/
+       /*@modifies digest, fileSystem @*/
+{
+    return domd5(fn, digest, 1);
+}
+
+/**
+ * Return MD5 sum of file as binary data.
+ * @todo Eliminate, use beecrypt instead.
+ * @param fn           file name
+ * @retval bindigest   MD5 digest
+ * @return             0 on success, 1 on error
+ */
+/*@unused@*/ static inline
+int mdbinfile(const char * fn, /*@out@*/ unsigned char * bindigest)
+       /*@globals fileSystem@*/
+       /*@modifies bindigest, fileSystem @*/
+{
+    return domd5(fn, bindigest, 0);
+}
+
+/**
+ * Convert absolute path tag to (dirname,basename,dirindex) tags.
+ * @param h            header
+ */
+void compressFilelist(Header h)
+       /*@modifies h @*/;
+
+/**
+ * Convert (dirname,basename,dirindex) tags to absolute path tag.
+ * @param h            header
+ */
+void expandFilelist(Header h)
+       /*@modifies h @*/;
+
+/**
+ * @param h            header
+ */
+void buildOrigFileList(Header h, /*@out@*/ const char *** fileListPtr, 
+                       /*@out@*/ int * fileCountPtr)
+       /*@modifies *fileListPtr, *fileCountPtr @*/;
+
+/**
+ * Retrofit a Provides: name = version-release dependency into legacy
+ * packages.
+ * @param h            header
+ */
+void providePackageNVR(Header h)
+       /*@modifies h @*/;
+
+#ifdef __cplusplus
+}
+#endif
+
+#endif /* H_LEGACY */
index ef6cc2c..6d5ea35 100644 (file)
@@ -6,15 +6,12 @@
 #include "system.h"
 
 #include <rpmcli.h>
+#include "legacy.h"    /* XXX _noDirTokens */
 
 #include "debug.h"
 
 struct rpmDatabaseArguments_s rpmDBArgs;
 
-/*@-redecl@*/
-extern int _noDirTokens;
-/*@=redecl@*/
-
 /**
  */
 struct poptOption rpmDatabasePoptTable[] = {
index 492cfc1..c94daab 100644 (file)
@@ -37,7 +37,7 @@ extern void regfree (/*@only@*/ regex_t *preg)
 
 #include "rpmdb.h"
 #include "fprint.h"
-#include "misc.h"
+#include "legacy.h"
 #include "debug.h"
 
 /*@access dbiIndexSet@*/
@@ -45,10 +45,6 @@ extern void regfree (/*@only@*/ regex_t *preg)
 /*@access Header@*/            /* XXX compared with NULL */
 /*@access rpmdbMatchIterator@*/
 
-/*@-redecl@*/
-/*@unchecked@*/
-extern int _noDirTokens;
-/*@=redecl@*/
 /*@unchecked@*/
 static int _rebuildinprogress = 0;
 /*@unchecked@*/
@@ -2969,6 +2965,44 @@ char * db1basename (int rpmtag)
     return xstrdup(base);
 }
 
+/**
+ * Check if file esists using stat(2).
+ * @param urlfn                file name (may be URL)
+ * @return             1 if file exists, 0 if not
+ */
+static int rpmioFileExists(const char * urlfn)
+        /*@globals fileSystem @*/
+        /*@modifies fileSystem @*/
+{
+    const char *fn;
+    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 */
+    case URL_IS_PATH:
+    case URL_IS_UNKNOWN:
+       if (Stat(fn, &buf)) {
+           switch(errno) {
+           case ENOENT:
+           case EINVAL:
+               return 0;
+           }
+       }
+       break;
+    case URL_IS_DASH:
+    default:
+       return 0;
+       /*@notreached@*/ break;
+    }
+
+    return 1;
+}
+
 static int rpmdbRemoveDatabase(const char * prefix,
                const char * dbpath, int _dbapi)
        /*@globals fileSystem @*/
similarity index 98%
rename from lib/tagName.c
rename to rpmdb/tagname.c
index 11dc044..d30c2a5 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * \file lib/tagName.c
+ * \file rpmdb/tagname.c
  */
 
 #include "system.h"
index c21d8ff..b9f1431 100644 (file)
@@ -3128,37 +3128,6 @@ exit:
     return rc;
 }
 
-int rpmioFileExists(const char * urlfn)
-{
-    const char *fn;
-    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 */
-    case URL_IS_PATH:
-    case URL_IS_UNKNOWN:
-       if (Stat(fn, &buf)) {
-           switch(errno) {
-           case ENOENT:
-           case EINVAL:
-               return 0;
-           }
-       }
-       break;
-    case URL_IS_DASH:
-    default:
-       return 0;
-       /*@notreached@*/ break;
-    }
-
-    return 1;
-}
-
 static struct FDIO_s fpio_s = {
   ufdRead, ufdWrite, fdSeek, ufdClose, XfdLink, XfdFree, XfdNew, fdFileno,
   ufdOpen, NULL, fdGetFp, NULL,        Mkdir, Chdir, Rmdir, Rename, Unlink
index b4496b0..9c8a301 100644 (file)
@@ -18,7 +18,7 @@
 
 /**
  */
-typedef /*@abstract@*/ struct pgpSig_s * rpmDigest;
+typedef /*@abstract@*/ struct pgpDig_s * pgpDig;
 
 /** \ingroup rpmio
  * Hide libio API lossage.
index 155df6f..e59bb60 100644 (file)
@@ -535,15 +535,6 @@ int rpmioSlurp(const char * fn,
         /*@globals fileSystem @*/
         /*@modifies *bp, *blenp, fileSystem @*/;
 
-/**
- * Check if file esists using stat(2).
- * @param urlfn                file name (may be URL)
- * @return             1 if file exists, 0 if not
- */
-int rpmioFileExists(const char * urlfn)
-       /*@globals fileSystem @*/
-       /*@modifies fileSystem @*/;
-
 #ifdef __cplusplus
 }
 #endif
index 781a395..9c76b55 100644 (file)
@@ -12,7 +12,7 @@ static int _debug = 0;
 /*@unchecked@*/
 static int _print = 0;
 /*@unchecked@*/
-/*@null@*/ static struct pgpSig_s * _dig = NULL;
+/*@null@*/ static struct pgpDig_s * _dig = NULL;
 
 #ifdef DYING
 /* This is the unarmored RPM-GPG-KEY public key. */
@@ -191,29 +191,29 @@ struct pgpValTbl_s pgpSubTypeTbl[] = {
     { -1,                      "Unknown signature subkey type" },
 };
 
-struct pgpValTbl_s pgpPktTbl[] = {
-    { PGPPKT_PUBLIC_SESSION_KEY,"Public-Key Encrypted Session Key" },
-    { PGPPKT_SIGNATURE,                "Signature" },
-    { PGPPKT_SYMMETRIC_SESSION_KEY,"Symmetric-Key Encrypted Session Key" },
-    { PGPPKT_ONEPASS_SIGNATURE,        "One-Pass Signature" },
-    { PGPPKT_SECRET_KEY,       "Secret Key" },
-    { PGPPKT_PUBLIC_KEY,       "Public Key" },
-    { PGPPKT_SECRET_SUBKEY,    "Secret Subkey" },
-    { PGPPKT_COMPRESSED_DATA,  "Compressed Data" },
-    { PGPPKT_SYMMETRIC_DATA,   "Symmetrically Encrypted Data" },
-    { PGPPKT_MARKER,           "Marker" },
-    { PGPPKT_LITERAL_DATA,     "Literal Data" },
-    { PGPPKT_TRUST,            "Trust" },
-    { PGPPKT_USER_ID,          "User ID" },
-    { PGPPKT_PUBLIC_SUBKEY,    "Public Subkey" },
-    { PGPPKT_COMMENT_OLD,      "Comment (from OpenPGP draft)" },
-    { PGPPKT_PHOTOID,          "PGP's photo ID" },
-    { PGPPKT_ENCRYPTED_MDC,    "Integrity protected encrypted data" },
-    { PGPPKT_MDC,              "Manipulaion detection code packet" },
-    { PGPPKT_PRIVATE_60,       "Private #60" },
-    { PGPPKT_COMMENT,          "Comment" },
-    { PGPPKT_PRIVATE_62,       "Private #62" },
-    { PGPPKT_CONTROL,          "Control (GPG)" },
+struct pgpValTbl_s pgpTagTbl[] = {
+    { PGPTAG_PUBLIC_SESSION_KEY,"Public-Key Encrypted Session Key" },
+    { PGPTAG_SIGNATURE,                "Signature" },
+    { PGPTAG_SYMMETRIC_SESSION_KEY,"Symmetric-Key Encrypted Session Key" },
+    { PGPTAG_ONEPASS_SIGNATURE,        "One-Pass Signature" },
+    { PGPTAG_SECRET_KEY,       "Secret Key" },
+    { PGPTAG_PUBLIC_KEY,       "Public Key" },
+    { PGPTAG_SECRET_SUBKEY,    "Secret Subkey" },
+    { PGPTAG_COMPRESSED_DATA,  "Compressed Data" },
+    { PGPTAG_SYMMETRIC_DATA,   "Symmetrically Encrypted Data" },
+    { PGPTAG_MARKER,           "Marker" },
+    { PGPTAG_LITERAL_DATA,     "Literal Data" },
+    { PGPTAG_TRUST,            "Trust" },
+    { PGPTAG_USER_ID,          "User ID" },
+    { PGPTAG_PUBLIC_SUBKEY,    "Public Subkey" },
+    { PGPTAG_COMMENT_OLD,      "Comment (from OpenPGP draft)" },
+    { PGPTAG_PHOTOID,          "PGP's photo ID" },
+    { PGPTAG_ENCRYPTED_MDC,    "Integrity protected encrypted data" },
+    { PGPTAG_MDC,              "Manipulaion detection code packet" },
+    { PGPTAG_PRIVATE_60,       "Private #60" },
+    { PGPTAG_COMMENT,          "Comment" },
+    { PGPTAG_PRIVATE_62,       "Private #62" },
+    { PGPTAG_CONTROL,          "Control (GPG)" },
     { -1,                      "Unknown packet tag" },
 };
 
@@ -336,7 +336,7 @@ static const char * pgpSigDSA[] = {
 };
 /*@=varuse =readonlytrans @*/
 
-int pgpPrtPktSigV3(pgpPkt pkt, const byte *h, unsigned int hlen)
+int pgpPrtSigV3(pgpTag tag, const byte *h, unsigned int hlen)
 {
     pgpPktSigV3 v = (pgpPktSigV3)h;
     byte *p;
@@ -344,22 +344,18 @@ int pgpPrtPktSigV3(pgpPkt pkt, const byte *h, unsigned int hlen)
     time_t t;
     int i;
 
-    if (v->version != 3) {
-       fprintf(stderr, " version(%u) != 3\n", (unsigned)v->version);
-       return 1;
-    }
     if (v->hashlen != 5) {
        fprintf(stderr, " hashlen(%u) != 5\n", (unsigned)v->hashlen);
        return 1;
     }
 
     /*@-mods@*/
-    if (_dig && pkt == PGPPKT_SIGNATURE &&
+    if (_dig && tag == PGPTAG_SIGNATURE &&
        (v->sigtype == PGPSIGTYPE_BINARY || v->sigtype == PGPSIGTYPE_TEXT))
        _dig->signature.v3 = memcpy(xmalloc(hlen), h, hlen);
     /*@=mods@*/
 
-    pgpPrtVal("V3 ", pgpPktTbl, pkt);
+    pgpPrtVal("V3 ", pgpTagTbl, tag);
 
     pgpPrtVal(" ", pgpPubkeyTbl, v->pubkey_algo);
     pgpPrtVal(" ", pgpHashTbl, v->hash_algo);
@@ -371,7 +367,7 @@ int pgpPrtPktSigV3(pgpPkt pkt, const byte *h, unsigned int hlen)
     if (_print)
        fprintf(stderr, " %-24.24s(0x%08x)", ctime(&t), (unsigned)t);
     pgpPrtNL();
-    pgpPrtHex(" signer keyid", v->signer, sizeof(v->signer));
+    pgpPrtHex(" signer keyid", v->signid, sizeof(v->signid));
     plen = pgpGrab(v->signhash16, sizeof(v->signhash16));
     pgpPrtHex(" signhash16", v->signhash16, sizeof(v->signhash16));
     pgpPrtNL();
@@ -507,25 +503,20 @@ int pgpPrtSubType(const byte *h, unsigned int hlen)
     return 0;
 }
 
-int pgpPrtPktSigV4(pgpPkt pkt, const byte *h, unsigned int hlen)
+int pgpPrtSigV4(pgpTag tag, const byte *h, unsigned int hlen)
 {
     pgpPktSigV4 v = (pgpPktSigV4)h;
     byte * p;
     unsigned plen;
     int i;
 
-    if (v->version != 4) {
-       fprintf(stderr, " version(%u) != 4\n", (unsigned)v->version);
-       return 1;
-    }
-
     /*@-mods@*/
-    if (_dig && pkt == PGPPKT_SIGNATURE &&
+    if (_dig && tag == PGPTAG_SIGNATURE &&
        (v->sigtype == PGPSIGTYPE_BINARY || v->sigtype == PGPSIGTYPE_TEXT))
        _dig->signature.v4 = memcpy(xmalloc(hlen), h, hlen);
     /*@=mods@*/
 
-    pgpPrtVal("V4 ", pgpPktTbl, pkt);
+    pgpPrtVal("V4 ", pgpTagTbl, tag);
     pgpPrtVal(" ", pgpPubkeyTbl, v->pubkey_algo);
     pgpPrtVal(" ", pgpHashTbl, v->hash_algo);
 
@@ -610,18 +601,21 @@ printf("\t  m**d = "),  mp32println(_dig->c.size, _dig->c.data);
     return 0;
 }
 
-int pgpPrtPktSig(pgpPkt pkt, const byte *h, unsigned int hlen)
+int pgpPrtSig(pgpTag tag, const byte *h, unsigned int hlen)
 {
-    byte version = *h;
+    byte version = h[0];
+    int rc;
     switch (version) {
     case 3:
-       (void) pgpPrtPktSigV3(pkt, h, hlen);
+       rc = pgpPrtSigV3(tag, h, hlen);
        break;
     case 4:
-       (void) pgpPrtPktSigV4(pkt, h, hlen);
+       rc = pgpPrtSigV4(tag, h, hlen);
        break;
+    default:
+       rc = 1;
     }
-    return 0;
+    return rc;
 }
 
 /*@-varuse =readonlytrans @*/
@@ -671,7 +665,7 @@ static const char * pgpSecretELGAMAL[] = {
 };
 /*@=varuse =readonlytrans @*/
 
-int pgpPrtKeyV3(pgpPkt pkt, const byte *h, unsigned int hlen)
+int pgpPrtKeyV3(pgpTag tag, const byte *h, unsigned int hlen)
 {
     pgpPktKeyV3 v = (pgpPktKeyV3)h;
     byte * p;
@@ -679,17 +673,12 @@ int pgpPrtKeyV3(pgpPkt pkt, const byte *h, unsigned int hlen)
     time_t t;
     int i;
 
-    if (v->version != 3) {
-       fprintf(stderr, " version(%u) != 3\n", (unsigned)v->version);
-       return 1;
-    }
-
     /*@-mods@*/
-    if (_dig && pkt == PGPPKT_PUBLIC_KEY)
+    if (_dig && tag == PGPTAG_PUBLIC_KEY)
        _dig->pubkey.v3 = memcpy(xmalloc(hlen), h, hlen);
     /*@=mods@*/
 
-    pgpPrtVal("V3 ", pgpPktTbl, pkt);
+    pgpPrtVal("V3 ", pgpTagTbl, tag);
     pgpPrtVal(" ", pgpPubkeyTbl, v->pubkey_algo);
     t = pgpGrab(v->time, sizeof(v->time));
     if (_print)
@@ -770,24 +759,19 @@ printf("\t     y = "),  mp32println(_dig->y.size, _dig->y.data);
     return 0;
 }
 
-int pgpPrtKeyV4(pgpPkt pkt, const byte *h, unsigned int hlen)
+int pgpPrtKeyV4(pgpTag tag, const byte *h, unsigned int hlen)
 {
     pgpPktKeyV4 v = (pgpPktKeyV4)h;
     byte * p;
     time_t t;
     int i;
 
-    if (v->version != 4) {
-       fprintf(stderr, " version(%u) != 4\n", (unsigned)v->version);
-       return 1;
-    }
-
     /*@-mods@*/
-    if (_dig && pkt == PGPPKT_PUBLIC_KEY)
+    if (_dig && tag == PGPTAG_PUBLIC_KEY)
        _dig->pubkey.v4 = memcpy(xmalloc(hlen), h, hlen);
     /*@=mods@*/
 
-    pgpPrtVal("V4 ", pgpPktTbl, pkt);
+    pgpPrtVal("V4 ", pgpTagTbl, tag);
     pgpPrtVal(" ", pgpPubkeyTbl, v->pubkey_algo);
     t = pgpGrab(v->time, sizeof(v->time));
     if (_print)
@@ -860,7 +844,7 @@ printf("\t     y = "),  mp32println(_dig->y.size, _dig->y.data);
        pgpPrtNL();
     }
 
-    if (pkt == PGPPKT_PUBLIC_KEY || pkt == PGPPKT_PUBLIC_SUBKEY)
+    if (tag == PGPTAG_PUBLIC_KEY || tag == PGPTAG_PUBLIC_SUBKEY)
        return 0;
 
     switch (*p) {
@@ -930,34 +914,34 @@ printf("\t     y = "),  mp32println(_dig->y.size, _dig->y.data);
     return 0;
 }
 
-int pgpPrtKey(pgpPkt pkt, const byte *h, unsigned int hlen)
+int pgpPrtKey(pgpTag tag, const byte *h, unsigned int hlen)
 {
     byte version = *h;
     switch (version) {
     case 3:
-       (void) pgpPrtKeyV3(pkt, h, hlen);
+       (void) pgpPrtKeyV3(tag, h, hlen);
        break;
     case 4:
-       (void) pgpPrtKeyV4(pkt, h, hlen);
+       (void) pgpPrtKeyV4(tag, h, hlen);
        break;
     }
     return 0;
 }
 
-int pgpPrtUserID(pgpPkt pkt, const byte *h, unsigned int hlen)
+int pgpPrtUserID(pgpTag tag, const byte *h, unsigned int hlen)
 {
-    pgpPrtVal("", pgpPktTbl, pkt);
+    pgpPrtVal("", pgpTagTbl, tag);
     if (_print)
        fprintf(stderr, " \"%.*s\"", (int)hlen, (const char *)h);
     pgpPrtNL();
     return 0;
 }
 
-int pgpPrtComment(pgpPkt pkt, const byte *h, unsigned int hlen)
+int pgpPrtComment(pgpTag tag, const byte *h, unsigned int hlen)
 {
     int i = hlen;
 
-    pgpPrtVal("", pgpPktTbl, pkt);
+    pgpPrtVal("", pgpTagTbl, tag);
     if (_print)
        fprintf(stderr, " ");
     while (i > 0) {
@@ -982,7 +966,7 @@ int pgpPrtComment(pgpPkt pkt, const byte *h, unsigned int hlen)
 int pgpPrtPkt(const byte *p)
 {
     unsigned int val = *p++;
-    pgpPkt pkt;
+    pgpTag tag;
     unsigned int plen;
     const byte *h;
     unsigned int hlen = 0;
@@ -992,51 +976,51 @@ int pgpPrtPkt(const byte *p)
        return -1;
 
     if (val & 0x40) {
-       pkt = (val & 0x3f);
+       tag = (val & 0x3f);
        plen = pgpLen(p, &hlen);
     } else {
-       pkt = (val >> 2) & 0xf;
+       tag = (val >> 2) & 0xf;
        plen = (1 << (val & 0x3));
        hlen = pgpGrab(p, plen);
     }
 
     h = p + plen;
-    switch (pkt) {
-    case PGPPKT_SIGNATURE:
-       (void) pgpPrtPktSig(pkt, h, hlen);
+    switch (tag) {
+    case PGPTAG_SIGNATURE:
+       (void) pgpPrtSig(tag, h, hlen);
        break;
-    case PGPPKT_PUBLIC_KEY:
-    case PGPPKT_PUBLIC_SUBKEY:
-    case PGPPKT_SECRET_KEY:
-    case PGPPKT_SECRET_SUBKEY:
-       (void) pgpPrtKey(pkt, h, hlen);
+    case PGPTAG_PUBLIC_KEY:
+    case PGPTAG_PUBLIC_SUBKEY:
+       (void) pgpPrtKey(tag, h, hlen);
        break;
-    case PGPPKT_USER_ID:
-#ifndef        DYING
-       (void) pgpPrtUserID(pkt, h, hlen);
+    case PGPTAG_SECRET_KEY:
+    case PGPTAG_SECRET_SUBKEY:
+       (void) pgpPrtKey(tag, h, hlen);
        break;
-#endif
-    case PGPPKT_COMMENT:
-    case PGPPKT_COMMENT_OLD:
-       (void) pgpPrtComment(pkt, h, hlen);
+    case PGPTAG_USER_ID:
+       (void) pgpPrtUserID(tag, h, hlen);
+       break;
+    case PGPTAG_COMMENT:
+    case PGPTAG_COMMENT_OLD:
+       (void) pgpPrtComment(tag, h, hlen);
        break;
 
-    case PGPPKT_RESERVED:
-    case PGPPKT_PUBLIC_SESSION_KEY:
-    case PGPPKT_SYMMETRIC_SESSION_KEY:
-    case PGPPKT_COMPRESSED_DATA:
-    case PGPPKT_SYMMETRIC_DATA:
-    case PGPPKT_MARKER:
-    case PGPPKT_LITERAL_DATA:
-    case PGPPKT_TRUST:
-    case PGPPKT_PHOTOID:
-    case PGPPKT_ENCRYPTED_MDC:
-    case PGPPKT_MDC:
-    case PGPPKT_PRIVATE_60:
-    case PGPPKT_PRIVATE_62:
-    case PGPPKT_CONTROL:
+    case PGPTAG_RESERVED:
+    case PGPTAG_PUBLIC_SESSION_KEY:
+    case PGPTAG_SYMMETRIC_SESSION_KEY:
+    case PGPTAG_COMPRESSED_DATA:
+    case PGPTAG_SYMMETRIC_DATA:
+    case PGPTAG_MARKER:
+    case PGPTAG_LITERAL_DATA:
+    case PGPTAG_TRUST:
+    case PGPTAG_PHOTOID:
+    case PGPTAG_ENCRYPTED_MDC:
+    case PGPTAG_MDC:
+    case PGPTAG_PRIVATE_60:
+    case PGPTAG_PRIVATE_62:
+    case PGPTAG_CONTROL:
     default:
-       pgpPrtVal("", pgpPktTbl, pkt);
+       pgpPrtVal("", pgpTagTbl, tag);
        if (_print)
            fprintf(stderr, " plen %02x hlen %x", plen, hlen);
        pgpPrtHex("", h, hlen);
@@ -1047,13 +1031,13 @@ int pgpPrtPkt(const byte *p)
     return plen+hlen+1;
 }
 
-struct pgpSig_s * pgpNewDig(void)
+struct pgpDig_s * pgpNewDig(void)
 {
-    struct pgpSig_s * dig = xcalloc(1, sizeof(*dig));
+    struct pgpDig_s * dig = xcalloc(1, sizeof(*dig));
     return dig;
 }
 
-struct pgpSig_s * pgpFreeDig(/*@only@*/ /*@null@*/ struct pgpSig_s * dig)
+struct pgpDig_s * pgpFreeDig(/*@only@*/ /*@null@*/ struct pgpDig_s * dig)
        /*@modifies dig @*/
 {
     if (dig != NULL) {
@@ -1086,7 +1070,8 @@ struct pgpSig_s * pgpFreeDig(/*@only@*/ /*@null@*/ struct pgpSig_s * dig)
     return dig;
 }
 
-int pgpPrtPkts(const byte *pkts, unsigned int plen, struct pgpSig_s * dig, int printing)
+int pgpPrtPkts(const byte * pkts, unsigned int plen,
+               struct pgpDig_s * dig, int printing)
 {
     const byte *p;
     int len;
index 1e9dfec..d3e4958 100644 (file)
@@ -20,7 +20,6 @@
  */
 typedef /*@abstract@*/ struct DIGEST_CTX_s * DIGEST_CTX;
 
-/*@-typeuse -fielduse@*/
 /**
  */
 typedef const struct pgpValTbl_s {
@@ -35,36 +34,36 @@ typedef const struct pgpValTbl_s {
  * old format headers can only have tags less than 16, whereas new
  * format headers can have tags as great as 63.
  */
-typedef enum pgpPkt_e {
-    PGPPKT_RESERVED            =  0, /*!< Reserved/Invalid */
-    PGPPKT_PUBLIC_SESSION_KEY  =  1, /*!< Public-Key Encrypted Session Key */
-    PGPPKT_SIGNATURE           =  2, /*!< Signature */
-    PGPPKT_SYMMETRIC_SESSION_KEY=  3, /*!< Symmetric-Key Encrypted Session Key*/
-    PGPPKT_ONEPASS_SIGNATURE   =  4, /*!< One-Pass Signature */
-    PGPPKT_SECRET_KEY          =  5, /*!< Secret Key */
-    PGPPKT_PUBLIC_KEY          =  6, /*!< Public Key */
-    PGPPKT_SECRET_SUBKEY       =  7, /*!< Secret Subkey */
-    PGPPKT_COMPRESSED_DATA     =  8, /*!< Compressed Data */
-    PGPPKT_SYMMETRIC_DATA      =  9, /*!< Symmetrically Encrypted Data */
-    PGPPKT_MARKER              = 10, /*!< Marker */
-    PGPPKT_LITERAL_DATA                = 11, /*!< Literal Data */
-    PGPPKT_TRUST               = 12, /*!< Trust */
-    PGPPKT_USER_ID             = 13, /*!< User ID */
-    PGPPKT_PUBLIC_SUBKEY       = 14, /*!< Public Subkey */
-    PGPPKT_COMMENT_OLD         = 16, /*!< Comment (from OpenPGP draft) */
-    PGPPKT_PHOTOID             = 17, /*!< PGP's photo ID */
-    PGPPKT_ENCRYPTED_MDC       = 18, /*!< Integrity protected encrypted data */
-    PGPPKT_MDC                 = 19, /*!< Manipulaion detection code packet */
-    PGPPKT_PRIVATE_60          = 60, /*!< Private or Experimental Values */
-    PGPPKT_COMMENT             = 61, /*!< Comment */
-    PGPPKT_PRIVATE_62          = 62, /*!< Private or Experimental Values */
-    PGPPKT_CONTROL             = 63, /*!< Control (GPG) */
-} pgpPkt;
+typedef enum pgpTag_e {
+    PGPTAG_RESERVED            =  0, /*!< Reserved/Invalid */
+    PGPTAG_PUBLIC_SESSION_KEY  =  1, /*!< Public-Key Encrypted Session Key */
+    PGPTAG_SIGNATURE           =  2, /*!< Signature */
+    PGPTAG_SYMMETRIC_SESSION_KEY=  3, /*!< Symmetric-Key Encrypted Session Key*/
+    PGPTAG_ONEPASS_SIGNATURE   =  4, /*!< One-Pass Signature */
+    PGPTAG_SECRET_KEY          =  5, /*!< Secret Key */
+    PGPTAG_PUBLIC_KEY          =  6, /*!< Public Key */
+    PGPTAG_SECRET_SUBKEY       =  7, /*!< Secret Subkey */
+    PGPTAG_COMPRESSED_DATA     =  8, /*!< Compressed Data */
+    PGPTAG_SYMMETRIC_DATA      =  9, /*!< Symmetrically Encrypted Data */
+    PGPTAG_MARKER              = 10, /*!< Marker */
+    PGPTAG_LITERAL_DATA                = 11, /*!< Literal Data */
+    PGPTAG_TRUST               = 12, /*!< Trust */
+    PGPTAG_USER_ID             = 13, /*!< User ID */
+    PGPTAG_PUBLIC_SUBKEY       = 14, /*!< Public Subkey */
+    PGPTAG_COMMENT_OLD         = 16, /*!< Comment (from OpenPGP draft) */
+    PGPTAG_PHOTOID             = 17, /*!< PGP's photo ID */
+    PGPTAG_ENCRYPTED_MDC       = 18, /*!< Integrity protected encrypted data */
+    PGPTAG_MDC                 = 19, /*!< Manipulaion detection code packet */
+    PGPTAG_PRIVATE_60          = 60, /*!< Private or Experimental Values */
+    PGPTAG_COMMENT             = 61, /*!< Comment */
+    PGPTAG_PRIVATE_62          = 62, /*!< Private or Experimental Values */
+    PGPTAG_CONTROL             = 63, /*!< Control (GPG) */
+} pgpTag;
 
 /**
  */
 /*@observer@*/ /*@unchecked@*/ /*@unused@*/
-extern struct pgpValTbl_s pgpPktTbl[];
+extern struct pgpValTbl_s pgpTagTbl[];
 
 /**
  * 5.1. Public-Key Encrypted Session Key Packets (Tag 1)
@@ -100,11 +99,11 @@ extern struct pgpValTbl_s pgpPktTbl[];
  *   - MPI of Elgamal (Diffie-Hellman) value g**k mod p.
  *   - MPI of Elgamal (Diffie-Hellman) value m * y**k mod p.
  */
-typedef struct pgpPubkeySession_s {
+typedef struct pgpPktPubkey_s {
     byte version;      /*!< version number (generate 3, accept 2). */
     byte keyid[8];     /*!< key ID of the public key for session key. */
     byte algo;         /*!< public key algorithm used. */
-} * pgpPubkeySession;
+} pgpPktPubkey;
 
 
 /**
@@ -113,6 +112,7 @@ typedef struct pgpPubkeySession_s {
  * There are a number of possible meanings for a signature, which are
  * specified in a signature type octet in any given signature.
  */
+/*@-typeuse@*/
 typedef enum pgpSigType_e {
     PGPSIGTYPE_BINARY           = 0x00, /*!< Binary document */
     PGPSIGTYPE_TEXT             = 0x01, /*!< Canonical text document */
@@ -132,6 +132,7 @@ typedef enum pgpSigType_e {
     PGPSIGTYPE_CERT_REVOKE      = 0x30, /*!< Certification revocation */
     PGPSIGTYPE_TIMESTAMP        = 0x40  /*!< Timestamp */
 } pgpSigType;
+/*@=typeuse@*/
 
 /**
  */
@@ -161,6 +162,7 @@ extern struct pgpValTbl_s pgpSigTypeTbl[];
  * encryption. Implementations SHOULD implement RSA keys.
  * Implementations MAY implement any other algorithm.
  */
+/*@-typeuse@*/
 typedef enum pgpPubkeyAlgo_e {
     PGPPUBKEYALGO_RSA          =  1,   /*!< RSA */
     PGPPUBKEYALGO_RSA_ENCRYPT  =  2,   /*!< RSA(Encrypt-Only) */
@@ -172,6 +174,7 @@ typedef enum pgpPubkeyAlgo_e {
     PGPPUBKEYALGO_ELGAMAL      = 20,   /*!< Elgamal */
     PGPPUBKEYALGO_DH           = 21,   /*!< Diffie-Hellman (X9.42) */
 } pgpPubkeyAlgo;
+/*@=typeuse@*/
 
 /**
  */
@@ -202,6 +205,7 @@ extern struct pgpValTbl_s pgpPubkeyTbl[];
  * implement IDEA and CAST5. Implementations MAY implement any other
  * algorithm.
  */
+/*@-typeuse@*/
 typedef enum pgpSymkeyAlgo_e {
     PGPSYMKEYALGO_PLAINTEXT    =  0,   /*!< Plaintext */
     PGPSYMKEYALGO_IDEA         =  1,   /*!< IDEA */
@@ -215,6 +219,7 @@ typedef enum pgpSymkeyAlgo_e {
     PGPSYMKEYALGO_AES_256      =  9,   /*!< AES(256-bit key) */
     PGPSYMKEYALGO_TWOFISH      = 10    /*!< TWOFISH */
 } pgpSymkeyAlgo;
+/*@=typeuse@*/
 
 /**
  */
@@ -236,11 +241,13 @@ extern struct pgpValTbl_s pgpSymkeyTbl[];
  * Implementations MUST implement uncompressed data. Implementations
  * SHOULD implement ZIP. Implementations MAY implement ZLIB.
  */
+/*@-typeuse@*/
 typedef enum pgpCompressAlgo_e {
     PGPCOMPRESSALGO_NONE       =  0,   /*!< Uncompressed */
     PGPCOMPRESSALGO_ZIP                =  1,   /*!< ZIP */
     PGPCOMPRESSALGO_ZLIB       =  2    /*!< ZLIB */
 } pgpCompressAlgo;
+/*@=typeuse@*/
 
 /**
  */
@@ -308,7 +315,7 @@ typedef struct pgpPktSigV3_s {
     byte hashlen;      /*!< length of following hashed material. MUST be 5. */
     byte sigtype;      /*!< signature type. */
     byte time[4];      /*!< 4 byte creation time. */
-    byte signer[8];    /*!< key ID of signer. */
+    byte signid[8];    /*!< key ID of signer. */
     byte pubkey_algo;  /*!< public key algorithm. */
     byte hash_algo;    /*!< hash algorithm. */
     byte signhash16[2];        /*!< left 16 bits of signed hash value. */
@@ -409,6 +416,7 @@ typedef struct pgpPktSigV4_s {
  * marked critical but is unknown to the evaluating software, the
  * evaluator SHOULD consider the signature to be in error.
  */
+/*@-typeuse@*/
 typedef enum pgpSubType_e {
     PGPSUBTYPE_SIG_CREATE_TIME =   2, /*!< signature creation time */
     PGPSUBTYPE_SIG_EXPIRE_TIME =   3, /*!< signature expiration time */
@@ -443,6 +451,7 @@ typedef enum pgpSubType_e {
     PGPSUBTYPE_INTERNAL_109    = 109, /*!< internal or user-defined */
     PGPSUBTYPE_INTERNAL_110    = 110, /*!< internal or user-defined */
 } pgpSubType;
+/*@=typeuse@*/
 
 /**
  */
@@ -504,7 +513,9 @@ typedef union pgpPktSig_u {
  */
 typedef struct pgpPktSymkey_s {
     byte version;      /*!< version number (4). */
-} * pgpPktSymkey;
+    byte symkey_algo;
+    byte s2k[1];
+} pgpPktSymkey;
 
 /**
  * 5.4. One-Pass Signature Packets (Tag 4)
@@ -537,6 +548,11 @@ typedef struct pgpPktSymkey_s {
  */
 typedef struct pgpPktOnepass_s {
     byte version;      /*!< version number (3). */
+    byte sigtype;      /*!< signature type. */
+    byte hash_algo;    /*!< hash algorithm. */
+    byte pubkey_algo;  /*!< public key algorithm. */
+    byte signid[8];    /*!< key ID of signer. */
+    byte nested;
 } * pgpPktOnepass;
 
 /**
@@ -718,6 +734,13 @@ typedef struct pgpPktKeyV4_s {
  * encrypted like the algorithm-specific data.  This value is used to
  * check that the passphrase was correct.
  *
+ */
+typedef union pgpPktKey_u {
+    struct pgpPktKeyV3_s v3;
+    struct pgpPktKeyV4_s v4;
+} pgpPktKey;
+
+/*
  * 5.6. Compressed Data Packet (Tag 8)
  *
  * The Compressed Data packet contains compressed data. Typically, this
@@ -740,7 +763,13 @@ typedef struct pgpPktKeyV4_s {
  *
  * ZLIB-compressed packets are compressed with RFC 1950 ZLIB-style
  * blocks.
- *
+ */
+typedef struct pgpPktCdata_s {
+    byte compressalgo;
+    byte data[1];
+} pgpPktCdata;
+
+/*
  * 5.7. Symmetrically Encrypted Data Packet (Tag 9)
  *
  * The Symmetrically Encrypted Data packet contains data encrypted with
@@ -773,7 +802,12 @@ typedef struct pgpPktKeyV4_s {
  * The repetition of 16 bits in the 80 bits of random data prefixed to
  * the message allows the receiver to immediately check whether the
  * session key is incorrect.
- *
+ */
+typedef struct pgpPktEdata_s {
+    byte data[1];
+} pgpPktEdata;
+
+/*
  * 5.8. Marker Packet (Obsolete Literal Packet) (Tag 10)
  *
  * An experimental version of PGP used this packet as the Literal
@@ -788,7 +822,8 @@ typedef struct pgpPktKeyV4_s {
  * beginning of a message that uses features not available in PGP 2.6.x
  * in order to cause that version to report that newer software is
  * necessary to process the message.
- *
+ */
+/*
  * 5.9. Literal Data Packet (Tag 11)
  *
  * A Literal Data packet contains the body of a message; data that is
@@ -818,7 +853,14 @@ typedef struct pgpPktKeyV4_s {
  * Text data is stored with <CR><LF> text endings (i.e. network-normal
  * line endings).  These should be converted to native line endings by
  * the receiving software.
- *
+ */
+typedef struct pgpPktLdata_s {
+    byte format;
+    byte filenamelen;
+    byte filename[1];
+} pgpPktLdata;
+
+/*
  * 5.10. Trust Packet (Tag 12)
  *
  * The Trust packet is used only within keyrings and is not normally
@@ -830,7 +872,12 @@ typedef struct pgpPktKeyV4_s {
  * Trust packets SHOULD NOT be emitted to output streams that are
  * transferred to other users, and they SHOULD be ignored on any input
  * other than local keyring files.
- *
+ */
+typedef struct pgpPktTrust_s {
+    byte flag;
+} pgpPktTrust;
+
+/*
  * 5.11. User ID Packet (Tag 13)
  *
  * A User ID packet consists of data that is intended to represent the
@@ -842,10 +889,27 @@ typedef struct pgpPktKeyV4_s {
  */
 typedef struct pgpPktUid_s {
     byte userid[1];
-} * pgpPktUid;
+} pgpPktUid;
+
+/**
+ */
+union pgpPktPre_u {
+    pgpPktPubkey pubkey;       /*!< 5.1. Public-Key Encrypted Session Key */
+    pgpPktSig sig;             /*!< 5.2. Signature */
+    pgpPktSymkey symkey;       /*!< 5.3. Symmetric-Key Encrypted Session-Key */
+    pgpPktOnepass onepass;     /*!< 5.4. One-Pass Signature */
+    pgpPktKey key;             /*!< 5.5. Key Material */
+    pgpPktCdata cdata;         /*!< 5.6. Compressed Data */
+    pgpPktEdata edata;         /*!< 5.7. Symmetrically Encrypted Data */
+                               /*!< 5.8. Marker (obsolete) */
+    pgpPktLdata ldata;         /*!< 5.9. Literal Data */
+    pgpPktTrust tdata;         /*!< 5.10. Trust */
+    pgpPktUid uid;             /*!< 5.11. User ID */
+};
 
 /**
  */
+/*@-typeuse@*/
 typedef enum pgpArmor_e {
     PGPARMOR_MESSAGE           = 1, /*!< MESSAGE */
     PGPARMOR_PUBKEY            = 2, /*!< PUBLIC KEY BLOCK */
@@ -855,6 +919,7 @@ typedef enum pgpArmor_e {
     PGPARMOR_PRIVKEY           = 6, /*!< PRIVATE KEY BLOCK */
     PGPARMOR_SECKEY            = 7, /*!< SECRET KEY BLOCK */
 } pgpArmor;
+/*@=typeuse@*/
 
 /**
  */
@@ -863,6 +928,7 @@ extern struct pgpValTbl_s pgpArmorTbl[];
 
 /**
  */
+/*@-typeuse@*/
 typedef enum pgpArmorKey_e {
     PGPARMORKEY_VERSION                = 1, /*!< Version: */
     PGPARMORKEY_COMMENT                = 2, /*!< Comment: */
@@ -870,27 +936,16 @@ typedef enum pgpArmorKey_e {
     PGPARMORKEY_HASH           = 4, /*!< Hash: */
     PGPARMORKEY_CHARSET                = 5, /*!< Charset: */
 } pgpArmorKey;
+/*@=typeuse@*/
 
 /**
  */
 /*@observer@*/ /*@unchecked@*/ /*@unused@*/
 extern struct pgpValTbl_s pgpArmorKeyTbl[];
 
-#ifdef DYING
-/**
- */
-/*@observer@*/ /*@unchecked@*/ /*@unused@*/
-extern const char * redhatPubKeyDSA;
-
 /**
  */
-/*@observer@*/ /*@unchecked@*/ /*@unused@*/
-extern const char * redhatPubKeyRSA;
-#endif /* DYING */
-
-/**
- */
-typedef struct pgpSig_s {
+struct pgpDig_s {
     union {
        struct pgpPktSigV3_s * v3;
        struct pgpPktSigV4_s * v4;
@@ -928,9 +983,8 @@ typedef struct pgpSig_s {
     mp32number m;
     mp32number c;
     mp32number rsahm;
-} * pgpSig;
+};
 
-/*@=typeuse =fielduse@*/
 
 /*@-fcnuse@*/
 #ifdef __cplusplus
@@ -1072,74 +1126,74 @@ int pgpValTok(pgpValTbl vs, const char * s, const char * se)
 /**
  */
 void pgpPrtVal(const char * pre, pgpValTbl vs, byte val)
-       /*@globals fileSystem@*/
+       /*@globals fileSystem @*/
        /*@modifies fileSystem @*/;
 
 /**
  */
-int pgpPrtPktSigV3(pgpPkt pkt, const byte *h, unsigned int hlen)
-       /*@globals fileSystem@*/
+int pgpPrtSigV3(pgpTag tag, const byte *h, unsigned int hlen)
+       /*@globals fileSystem @*/
        /*@modifies fileSystem @*/;
 
 /**
  */
 int pgpPrtSubType(const byte *h, unsigned int hlen)
-       /*@globals fileSystem@*/
+       /*@globals fileSystem @*/
        /*@modifies fileSystem @*/;
 
 /**
  */
-int pgpPrtPktSigV4(pgpPkt pkt, const byte *h, unsigned int hlen)
-       /*@globals fileSystem@*/
+int pgpPrtSigV4(pgpTag tag, const byte *h, unsigned int hlen)
+       /*@globals fileSystem @*/
        /*@modifies fileSystem @*/;
 
 /**
  */
-int pgpPrtPktSig(pgpPkt pkt, const byte *h, unsigned int hlen)
-       /*@globals fileSystem@*/
+int pgpPrtSig(pgpTag tag, const byte *h, unsigned int hlen)
+       /*@globals fileSystem @*/
        /*@modifies fileSystem @*/;
 
 /**
  */
-int pgpPrtKeyV3(pgpPkt pkt, const byte *h, unsigned int hlen)
-       /*@globals fileSystem@*/
+int pgpPrtKeyV3(pgpTag tag, const byte *h, unsigned int hlen)
+       /*@globals fileSystem @*/
        /*@modifies fileSystem @*/;
 
 /**
  */
-int pgpPrtKeyV4(pgpPkt pkt, const byte *h, unsigned int hlen)
-       /*@globals fileSystem@*/
+int pgpPrtKeyV4(pgpTag tag, const byte *h, unsigned int hlen)
+       /*@globals fileSystem @*/
        /*@modifies fileSystem @*/;
 
 /**
  */
-int pgpPrtKey(pgpPkt pkt, const byte *h, unsigned int hlen)
-       /*@globals fileSystem@*/
+int pgpPrtKey(pgpTag tag, const byte *h, unsigned int hlen)
+       /*@globals fileSystem @*/
        /*@modifies fileSystem @*/;
 
 /**
  */
-int pgpPrtUserID(pgpPkt pkt, const byte *h, unsigned int hlen)
-       /*@globals fileSystem@*/
+int pgpPrtUserID(pgpTag tag, const byte *h, unsigned int hlen)
+       /*@globals fileSystem @*/
        /*@modifies fileSystem @*/;
 
 /**
  */
-int pgpPrtComment(pgpPkt pkt, const byte *h, unsigned int hlen)
-       /*@globals fileSystem@*/
+int pgpPrtComment(pgpTag tag, const byte *h, unsigned int hlen)
+       /*@globals fileSystem @*/
        /*@modifies fileSystem @*/;
 
 /**
  */
 int pgpPrtPkt(const byte *p)
-       /*@globals fileSystem@*/
+       /*@globals fileSystem @*/
        /*@modifies fileSystem @*/;
 /*@=exportlocal@*/
 
 /**
  */
-int pgpPrtPkts(const byte *pkts, unsigned int plen, struct pgpSig_s *dig, int printing)
-       /*@globals fileSystem@*/
+int pgpPrtPkts(const byte *pkts, unsigned int plen, struct pgpDig_s *dig, int printing)
+       /*@globals fileSystem @*/
        /*@modifies fileSystem @*/;
 
 /**
@@ -1152,13 +1206,13 @@ int pgpReadPkts(const char * fn,
 /**
  */
 /*@only@*/
-struct pgpSig_s * pgpNewDig(void)
+struct pgpDig_s * pgpNewDig(void)
        /*@*/;
 
 /**
  */
 /*@only@*/ /*@null@*/
-struct pgpSig_s * pgpFreeDig(/*@only@*/ /*@null@*/ struct pgpSig_s * dig)
+struct pgpDig_s * pgpFreeDig(/*@only@*/ /*@null@*/ struct pgpDig_s * dig)
        /*@modifies dig @*/;
 
 /**
@@ -1168,7 +1222,7 @@ int pgpIsPkt(const byte * p)
        /*@*/
 {
     unsigned int val = *p++;
-    pgpPkt pkt;
+    pgpTag tag;
     int rc;
 
     /* XXX can't deal with these. */
@@ -1176,36 +1230,36 @@ int pgpIsPkt(const byte * p)
        return 0;
 
     if (val & 0x40)
-       pkt = (val & 0x3f);
+       tag = (val & 0x3f);
     else
-       pkt = (val >> 2) & 0xf;
-
-    switch (pkt) {
-    case PGPPKT_MARKER:
-    case PGPPKT_SYMMETRIC_SESSION_KEY:
-    case PGPPKT_ONEPASS_SIGNATURE:
-    case PGPPKT_PUBLIC_KEY:
-    case PGPPKT_SECRET_KEY:
-    case PGPPKT_PUBLIC_SESSION_KEY:
-    case PGPPKT_SIGNATURE:
-    case PGPPKT_COMMENT:
-    case PGPPKT_COMMENT_OLD:
-    case PGPPKT_LITERAL_DATA:
-    case PGPPKT_COMPRESSED_DATA:
-    case PGPPKT_SYMMETRIC_DATA:
+       tag = (val >> 2) & 0xf;
+
+    switch (tag) {
+    case PGPTAG_MARKER:
+    case PGPTAG_SYMMETRIC_SESSION_KEY:
+    case PGPTAG_ONEPASS_SIGNATURE:
+    case PGPTAG_PUBLIC_KEY:
+    case PGPTAG_SECRET_KEY:
+    case PGPTAG_PUBLIC_SESSION_KEY:
+    case PGPTAG_SIGNATURE:
+    case PGPTAG_COMMENT:
+    case PGPTAG_COMMENT_OLD:
+    case PGPTAG_LITERAL_DATA:
+    case PGPTAG_COMPRESSED_DATA:
+    case PGPTAG_SYMMETRIC_DATA:
        rc = 1;
        break;
-    case PGPPKT_PUBLIC_SUBKEY:
-    case PGPPKT_SECRET_SUBKEY:
-    case PGPPKT_USER_ID:
-    case PGPPKT_RESERVED:
-    case PGPPKT_TRUST:
-    case PGPPKT_PHOTOID:
-    case PGPPKT_ENCRYPTED_MDC:
-    case PGPPKT_MDC:
-    case PGPPKT_PRIVATE_60:
-    case PGPPKT_PRIVATE_62:
-    case PGPPKT_CONTROL:
+    case PGPTAG_PUBLIC_SUBKEY:
+    case PGPTAG_SECRET_SUBKEY:
+    case PGPTAG_USER_ID:
+    case PGPTAG_RESERVED:
+    case PGPTAG_TRUST:
+    case PGPTAG_PHOTOID:
+    case PGPTAG_ENCRYPTED_MDC:
+    case PGPTAG_MDC:
+    case PGPTAG_PRIVATE_60:
+    case PGPTAG_PRIVATE_62:
+    case PGPTAG_CONTROL:
     default:
        rc = 0;
        break;