summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjbj <devnull@localhost>2000-07-11 22:23:16 +0000
committerjbj <devnull@localhost>2000-07-11 22:23:16 +0000
commit45c996bc4d7bb5b43588eab1497ff2ab3416e22d (patch)
tree8bd7c807d7af348781aa3063768dfc8c9b8ed19c
parent253ff2ea313820a0babbca65820d82a1b2047c8e (diff)
downloadlibrpm-tizen-45c996bc4d7bb5b43588eab1497ff2ab3416e22d.tar.gz
librpm-tizen-45c996bc4d7bb5b43588eab1497ff2ab3416e22d.tar.bz2
librpm-tizen-45c996bc4d7bb5b43588eab1497ff2ab3416e22d.zip
- fix: legacy requires './' payload prefix to be omitted for rpm itself.
- fix: remove verbose database +++/--- messages to conform to doco. CVS patchset: 3938 CVS date: 2000/07/11 22:23:16
-rw-r--r--CHANGES2
-rw-r--r--build/files.c13
-rw-r--r--lib/rpmdb.c4
-rw-r--r--perl/Makefile.PL2
-rw-r--r--po/cs.po38
-rw-r--r--po/da.po38
-rw-r--r--po/de.po38
-rw-r--r--po/es.po38
-rw-r--r--po/fi.po38
-rw-r--r--po/fr.po38
-rw-r--r--po/gl.po38
-rw-r--r--po/hu.po38
-rw-r--r--po/id.po38
-rw-r--r--po/is.po38
-rw-r--r--po/it.po38
-rw-r--r--po/ja.po40
-rw-r--r--po/ko.po38
-rw-r--r--po/no.po38
-rw-r--r--po/pl.po38
-rw-r--r--po/pt.po38
-rw-r--r--po/pt_BR.po38
-rw-r--r--po/ro.po38
-rw-r--r--po/rpm.pot38
-rw-r--r--po/ru.po38
-rw-r--r--po/sk.po38
-rw-r--r--po/sl.po40
-rw-r--r--po/sr.po38
-rw-r--r--po/sv.po38
-rw-r--r--po/tr.po38
-rw-r--r--po/uk.po38
-rw-r--r--popt/po/cs.po2
-rw-r--r--popt/po/da.po2
-rw-r--r--popt/po/de.po2
-rw-r--r--popt/po/es.po2
-rw-r--r--popt/po/fi.po2
-rw-r--r--popt/po/fr.po2
-rw-r--r--popt/po/gl.po2
-rw-r--r--popt/po/hu.po2
-rw-r--r--popt/po/id.po2
-rw-r--r--popt/po/is.po2
-rw-r--r--popt/po/it.po2
-rw-r--r--popt/po/ja.po2
-rw-r--r--popt/po/ko.po2
-rw-r--r--popt/po/no.po2
-rw-r--r--popt/po/pl.po2
-rw-r--r--popt/po/pt.po2
-rw-r--r--popt/po/pt_BR.po2
-rw-r--r--popt/po/ru.po2
-rw-r--r--popt/po/sl.po2
-rw-r--r--popt/po/sr.po2
-rw-r--r--popt/po/sv.po2
-rw-r--r--popt/po/uk.po6
-rw-r--r--popt/po/wa.po2
-rw-r--r--popt/po/zh_CN.GB2312.po6
-rw-r--r--rpm.spec7
55 files changed, 541 insertions, 535 deletions
diff --git a/CHANGES b/CHANGES
index 9dbe4e31a..4e98252c1 100644
--- a/CHANGES
+++ b/CHANGES
@@ -80,6 +80,8 @@
- remove build mode help from rpm.c, use rpmb instead.
- support for rpmlib(...) internal feature dependencies.
- fix: set multilibno on sparc per-platform config.
+ - fix: legacy requires './' payload prefix to be omitted for rpm itself.
+ - fix: remove verbose database +++/--- messages to conform to doco.
3.0.4 -> 3.0.5
- handle version 4 packaging as input.
diff --git a/build/files.c b/build/files.c
index 34f5c8674..ad2f13295 100644
--- a/build/files.c
+++ b/build/files.c
@@ -821,15 +821,14 @@ static void genCpioListAndHeader(struct FileList *fl,
/* Make the cpio list */
if (! (flp->flags & RPMFILE_GHOST)) {
clp->fsPath = xstrdup(flp->diskURL);
- if (isSrc) {
- clp->archivePath = xstrdup(flp->fileURL + skipLen);
- } else {
- char * t = buf;
- t = stpcpy(t, "./");
+ /* XXX legacy requires './' payload prefix to be omitted from rpm packages. */
+ { char * t = buf;
+ if (!isSrc && !rpmExpandNumeric("%{_noPayloadPrefix}")) {
+ t = stpcpy(t, "./");
+ rpmlibNeedsFeature(h, "PayloadFilesHavePrefix", "4.0-1");
+ }
t = stpcpy(t, (flp->fileURL + skipLen));
clp->archivePath = xstrdup(buf);
- /* Adding "./" prefix has legacy issues. */
- rpmlibNeedsFeature(h, "PayloadFilesHavePrefix", "4.0-1");
}
clp->finalMode = flp->fl_mode;
clp->finalUid = flp->fl_uid;
diff --git a/lib/rpmdb.c b/lib/rpmdb.c
index 70116ecd4..c69889842 100644
--- a/lib/rpmdb.c
+++ b/lib/rpmdb.c
@@ -1678,7 +1678,7 @@ int rpmdbRemove(rpmdb rpmdb, unsigned int hdrNum)
{ const char *n, *v, *r;
headerNVR(h, &n, &v, &r);
- rpmMessage(RPMMESS_VERBOSE, " --- %10d %s-%s-%s\n", hdrNum, n, v, r);
+ rpmMessage(RPMMESS_DEBUG, " --- %10d %s-%s-%s\n", hdrNum, n, v, r);
}
blockSignals(rpmdb, &signalMask);
@@ -1924,7 +1924,7 @@ int rpmdbAdd(rpmdb rpmdb, Header h)
xx = dbiSync(dbi, 0);
{ const char *n, *v, *r;
headerNVR(h, &n, &v, &r);
- rpmMessage(RPMMESS_VERBOSE, " +++ %10d %s-%s-%s\n", hdrNum, n, v, r);
+ rpmMessage(RPMMESS_DEBUG, " +++ %10d %s-%s-%s\n", hdrNum, n, v, r);
}
continue;
/*@notreached@*/ break;
diff --git a/perl/Makefile.PL b/perl/Makefile.PL
index c3613d307..aec2361ce 100644
--- a/perl/Makefile.PL
+++ b/perl/Makefile.PL
@@ -12,7 +12,7 @@ WriteMakefile(
'CCFLAGS' => '-g -O2 -D_GNU_SOURCE -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-char-subscripts',
'OPTIMIZE'=> '-g',
'DEFINE' => '-Dbool=char -DHAS_BOOL',
- 'INC' => ' -I/usr/local/include -I../build -I../lib -I../popt -I/usr/include/rpm',
+ 'INC' => ' -I../build -I../lib -I../popt -I/usr/include/rpm',
'depend' => { 'rpm.c' => 'transaction.xs header.xs db.xs' },
);
diff --git a/po/cs.po b/po/cs.po
index e5fe9d7c7..5cd67691e 100644
--- a/po/cs.po
+++ b/po/cs.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2000-07-11 11:49-0400\n"
+"POT-Creation-Date: 2000-07-11 17:18-0400\n"
"PO-Revision-Date: 1998-10-10 10:10+0200\n"
"Last-Translator: Pavel Makovec <pavelm@terminal.cz>\n"
"Language-Team: Czech <pavelm@terminal.cz>\n"
@@ -1775,93 +1775,93 @@ msgstr ""
msgid "File listed twice: %s"
msgstr "Nelze èíst %s: %s."
-#: build/files.c:922
+#: build/files.c:921
#, c-format
msgid "Symlink points to BuildRoot: %s -> %s"
msgstr ""
-#: build/files.c:1011
+#: build/files.c:1010
#, fuzzy, c-format
msgid "File doesn't match prefix (%s): %s"
msgstr "Nelze èíst %s: %s."
-#: build/files.c:1021
+#: build/files.c:1020
#, fuzzy, c-format
msgid "File not found: %s"
msgstr "Soubor nebyl na serveru nalezen"
-#: build/files.c:1064
+#: build/files.c:1063
#, c-format
msgid "Bad owner/group: %s\n"
msgstr ""
-#: build/files.c:1076
+#: build/files.c:1075
#, fuzzy, c-format
msgid "File %4d: %07o %s.%s\t %s\n"
msgstr "soubor %s: %s\n"
-#: build/files.c:1150
+#: build/files.c:1149
#, c-format
msgid "File needs leading \"/\": %s"
msgstr ""
-#: build/files.c:1179
+#: build/files.c:1178
#, fuzzy, c-format
msgid "File not found by glob: %s"
msgstr "Soubor nebyl na serveru nalezen"
-#: build/files.c:1232
+#: build/files.c:1231
#, fuzzy
msgid "Could not open %%files file %s: %s"
msgstr "chyba: nelze otevøít soubor %s\n"
-#: build/files.c:1239 build/pack.c:100
+#: build/files.c:1238 build/pack.c:100
#, c-format
msgid "line: %s"
msgstr ""
-#: build/files.c:1566
+#: build/files.c:1565
#, fuzzy, c-format
msgid "Bad file: %s: %s"
msgstr "soubor %s: %s\n"
-#: build/files.c:1578 build/parsePrep.c:34
+#: build/files.c:1577 build/parsePrep.c:34
#, c-format
msgid "Bad owner/group: %s"
msgstr ""
#. XXX this error message is probably not seen.
-#: build/files.c:1633
+#: build/files.c:1632
#, fuzzy, c-format
msgid "Couldn't exec %s: %s"
msgstr "Nelze spustit pgp"
-#: build/files.c:1638
+#: build/files.c:1637
#, fuzzy, c-format
msgid "Couldn't fork %s: %s"
msgstr "Nelze naèíst cílpodpisu"
-#: build/files.c:1720
+#: build/files.c:1719
#, fuzzy, c-format
msgid "%s failed"
msgstr "chyba pgp"
-#: build/files.c:1724
+#: build/files.c:1723
#, fuzzy, c-format
msgid "failed to write all data to %s"
msgstr "%s nelze vytvoøit\n"
-#: build/files.c:1820
+#: build/files.c:1819
#, c-format
msgid "Finding %s: (using %s)...\n"
msgstr ""
-#: build/files.c:1848 build/files.c:1858
+#: build/files.c:1847 build/files.c:1857
#, fuzzy, c-format
msgid "Failed to find %s:"
msgstr "%s nelze vytvoøit\n"
-#: build/files.c:1968
+#: build/files.c:1967
#, fuzzy, c-format
msgid "Processing files: %s-%s-%s\n"
msgstr "soubor %s: %s\n"
diff --git a/po/da.po b/po/da.po
index 937d1b6a0..ccd89f272 100644
--- a/po/da.po
+++ b/po/da.po
@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: rpm\n"
-"POT-Creation-Date: 2000-07-11 11:49-0400\n"
+"POT-Creation-Date: 2000-07-11 17:18-0400\n"
"PO-Revision-Date: 2000-03-07 05:17+01:00\n"
"Last-Translator: K. Christiansen <kenneth@gnu.org>\n"
"Language-Team: Danish/Dansk <dansk@klid.dk>\n"
@@ -1626,92 +1626,92 @@ msgstr ""
msgid "File listed twice: %s"
msgstr ""
-#: build/files.c:922
+#: build/files.c:921
#, c-format
msgid "Symlink points to BuildRoot: %s -> %s"
msgstr ""
-#: build/files.c:1011
+#: build/files.c:1010
#, c-format
msgid "File doesn't match prefix (%s): %s"
msgstr ""
-#: build/files.c:1021
+#: build/files.c:1020
#, c-format
msgid "File not found: %s"
msgstr ""
-#: build/files.c:1064
+#: build/files.c:1063
#, c-format
msgid "Bad owner/group: %s\n"
msgstr ""
-#: build/files.c:1076
+#: build/files.c:1075
#, c-format
msgid "File %4d: %07o %s.%s\t %s\n"
msgstr ""
-#: build/files.c:1150
+#: build/files.c:1149
#, c-format
msgid "File needs leading \"/\": %s"
msgstr ""
-#: build/files.c:1179
+#: build/files.c:1178
#, c-format
msgid "File not found by glob: %s"
msgstr ""
-#: build/files.c:1232
+#: build/files.c:1231
msgid "Could not open %%files file %s: %s"
msgstr ""
-#: build/files.c:1239 build/pack.c:100
+#: build/files.c:1238 build/pack.c:100
#, c-format
msgid "line: %s"
msgstr ""
-#: build/files.c:1566
+#: build/files.c:1565
#, c-format
msgid "Bad file: %s: %s"
msgstr ""
-#: build/files.c:1578 build/parsePrep.c:34
+#: build/files.c:1577 build/parsePrep.c:34
#, c-format
msgid "Bad owner/group: %s"
msgstr ""
#. XXX this error message is probably not seen.
-#: build/files.c:1633
+#: build/files.c:1632
#, c-format
msgid "Couldn't exec %s: %s"
msgstr ""
-#: build/files.c:1638
+#: build/files.c:1637
#, c-format
msgid "Couldn't fork %s: %s"
msgstr ""
-#: build/files.c:1720
+#: build/files.c:1719
#, c-format
msgid "%s failed"
msgstr ""
-#: build/files.c:1724
+#: build/files.c:1723
#, c-format
msgid "failed to write all data to %s"
msgstr ""
-#: build/files.c:1820
+#: build/files.c:1819
#, c-format
msgid "Finding %s: (using %s)...\n"
msgstr ""
-#: build/files.c:1848 build/files.c:1858
+#: build/files.c:1847 build/files.c:1857
#, c-format
msgid "Failed to find %s:"
msgstr ""
-#: build/files.c:1968
+#: build/files.c:1967
#, c-format
msgid "Processing files: %s-%s-%s\n"
msgstr ""
diff --git a/po/de.po b/po/de.po
index 72e2a558f..71fea9592 100644
--- a/po/de.po
+++ b/po/de.po
@@ -37,7 +37,7 @@
msgid ""
msgstr ""
"Project-Id-Version: rpm 2.5.2\n"
-"POT-Creation-Date: 2000-07-11 11:49-0400\n"
+"POT-Creation-Date: 2000-07-11 17:18-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"
@@ -1843,99 +1843,99 @@ msgstr ""
msgid "File listed twice: %s"
msgstr "Lesen von %s fehlgeschlagen: %s."
-#: build/files.c:922
+#: build/files.c:921
#, c-format
msgid "Symlink points to BuildRoot: %s -> %s"
msgstr ""
# , c-format
-#: build/files.c:1011
+#: build/files.c:1010
#, fuzzy, c-format
msgid "File doesn't match prefix (%s): %s"
msgstr "Lesen von %s fehlgeschlagen: %s."
-#: build/files.c:1021
+#: build/files.c:1020
#, fuzzy, c-format
msgid "File not found: %s"
msgstr "Datei auf dem Server nicht gefunden"
-#: build/files.c:1064
+#: build/files.c:1063
#, c-format
msgid "Bad owner/group: %s\n"
msgstr ""
# , c-format
-#: build/files.c:1076
+#: build/files.c:1075
#, fuzzy, c-format
msgid "File %4d: %07o %s.%s\t %s\n"
msgstr "Öffnen von %s fehlgeschlagen: %s"
-#: build/files.c:1150
+#: build/files.c:1149
#, c-format
msgid "File needs leading \"/\": %s"
msgstr ""
-#: build/files.c:1179
+#: build/files.c:1178
#, fuzzy, c-format
msgid "File not found by glob: %s"
msgstr "Datei auf dem Server nicht gefunden"
-#: build/files.c:1232
+#: build/files.c:1231
#, fuzzy
msgid "Could not open %%files file %s: %s"
msgstr "Fehler: kann Datei %s nicht öffnen\n"
-#: build/files.c:1239 build/pack.c:100
+#: build/files.c:1238 build/pack.c:100
#, c-format
msgid "line: %s"
msgstr ""
# , c-format
-#: build/files.c:1566
+#: build/files.c:1565
#, fuzzy, c-format
msgid "Bad file: %s: %s"
msgstr "Öffnen von %s fehlgeschlagen: %s"
-#: build/files.c:1578 build/parsePrep.c:34
+#: build/files.c:1577 build/parsePrep.c:34
#, c-format
msgid "Bad owner/group: %s"
msgstr ""
#. XXX this error message is probably not seen.
-#: build/files.c:1633
+#: build/files.c:1632
#, fuzzy, c-format
msgid "Couldn't exec %s: %s"
msgstr "Konnte pgp nicht durchführen"
-#: build/files.c:1638
+#: build/files.c:1637
#, fuzzy, c-format
msgid "Couldn't fork %s: %s"
msgstr "Konnte Signatur-Ziel (»sigtarget«) nicht lesen"
-#: build/files.c:1720
+#: build/files.c:1719
#, fuzzy, c-format
msgid "%s failed"
msgstr "pgp fehlgeschlagen"
# , c-format
-#: build/files.c:1724
+#: build/files.c:1723
#, fuzzy, c-format
msgid "failed to write all data to %s"
msgstr "anlegen von %s fehlgeschlagen\n"
-#: build/files.c:1820
+#: build/files.c:1819
#, c-format
msgid "Finding %s: (using %s)...\n"
msgstr ""
# , c-format
-#: build/files.c:1848 build/files.c:1858
+#: build/files.c:1847 build/files.c:1857
#, fuzzy, c-format
msgid "Failed to find %s:"
msgstr "anlegen von %s fehlgeschlagen\n"
# , c-format
-#: build/files.c:1968
+#: build/files.c:1967
#, fuzzy, c-format
msgid "Processing files: %s-%s-%s\n"
msgstr "Öffnen von %s fehlgeschlagen: %s"
diff --git a/po/es.po b/po/es.po
index e8a114b59..5a8f9d4c5 100644
--- a/po/es.po
+++ b/po/es.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2000-07-11 11:49-0400\n"
+"POT-Creation-Date: 2000-07-11 17:18-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"
@@ -1611,92 +1611,92 @@ msgstr ""
msgid "File listed twice: %s"
msgstr ""
-#: build/files.c:922
+#: build/files.c:921
#, c-format
msgid "Symlink points to BuildRoot: %s -> %s"
msgstr ""
-#: build/files.c:1011
+#: build/files.c:1010
#, c-format
msgid "File doesn't match prefix (%s): %s"
msgstr ""
-#: build/files.c:1021
+#: build/files.c:1020
#, c-format
msgid "File not found: %s"
msgstr ""
-#: build/files.c:1064
+#: build/files.c:1063
#, c-format
msgid "Bad owner/group: %s\n"
msgstr ""
-#: build/files.c:1076
+#: build/files.c:1075
#, c-format
msgid "File %4d: %07o %s.%s\t %s\n"
msgstr ""
-#: build/files.c:1150
+#: build/files.c:1149
#, c-format
msgid "File needs leading \"/\": %s"
msgstr ""
-#: build/files.c:1179
+#: build/files.c:1178
#, c-format
msgid "File not found by glob: %s"
msgstr ""
-#: build/files.c:1232
+#: build/files.c:1231
msgid "Could not open %%files file %s: %s"
msgstr ""
-#: build/files.c:1239 build/pack.c:100
+#: build/files.c:1238 build/pack.c:100
#, c-format
msgid "line: %s"
msgstr ""
-#: build/files.c:1566
+#: build/files.c:1565
#, c-format
msgid "Bad file: %s: %s"
msgstr ""
-#: build/files.c:1578 build/parsePrep.c:34
+#: build/files.c:1577 build/parsePrep.c:34
#, c-format
msgid "Bad owner/group: %s"
msgstr ""
#. XXX this error message is probably not seen.
-#: build/files.c:1633
+#: build/files.c:1632
#, c-format
msgid "Couldn't exec %s: %s"
msgstr ""
-#: build/files.c:1638
+#: build/files.c:1637
#, c-format
msgid "Couldn't fork %s: %s"
msgstr ""
-#: build/files.c:1720
+#: build/files.c:1719
#, c-format
msgid "%s failed"
msgstr ""
-#: build/files.c:1724
+#: build/files.c:1723
#, c-format
msgid "failed to write all data to %s"
msgstr ""
-#: build/files.c:1820
+#: build/files.c:1819
#, c-format
msgid "Finding %s: (using %s)...\n"
msgstr ""
-#: build/files.c:1848 build/files.c:1858
+#: build/files.c:1847 build/files.c:1857
#, c-format
msgid "Failed to find %s:"
msgstr ""
-#: build/files.c:1968
+#: build/files.c:1967
#, c-format
msgid "Processing files: %s-%s-%s\n"
msgstr ""
diff --git a/po/fi.po b/po/fi.po
index 54860209d..aa4b0b822 100644
--- a/po/fi.po
+++ b/po/fi.po
@@ -1,6 +1,6 @@
msgid ""
msgstr ""
-"POT-Creation-Date: 2000-07-11 11:49-0400\n"
+"POT-Creation-Date: 2000-07-11 17:18-0400\n"
"Last-Translator: Raimo Koski <rkoski@pp.weppi.fi>\n"
"Language-Team: Finnish <linux@sot.com>\n"
"Content-Type: text/plain; charset=\n"
@@ -1807,93 +1807,93 @@ msgstr ""
msgid "File listed twice: %s"
msgstr "En voi lukea %s: %s."
-#: build/files.c:922
+#: build/files.c:921
#, c-format
msgid "Symlink points to BuildRoot: %s -> %s"
msgstr ""
-#: build/files.c:1011
+#: build/files.c:1010
#, fuzzy, c-format
msgid "File doesn't match prefix (%s): %s"
msgstr "En voi lukea %s: %s."
-#: build/files.c:1021
+#: build/files.c:1020
#, fuzzy, c-format
msgid "File not found: %s"
msgstr "Tiedostoa ei löytynyt palvelimelta"
-#: build/files.c:1064
+#: build/files.c:1063
#, c-format
msgid "Bad owner/group: %s\n"
msgstr ""
-#: build/files.c:1076
+#: build/files.c:1075
#, fuzzy, c-format
msgid "File %4d: %07o %s.%s\t %s\n"
msgstr "en voinut avata %s: %s"
-#: build/files.c:1150
+#: build/files.c:1149
#, c-format
msgid "File needs leading \"/\": %s"
msgstr ""
-#: build/files.c:1179
+#: build/files.c:1178
#, fuzzy, c-format
msgid "File not found by glob: %s"
msgstr "Tiedostoa ei löytynyt palvelimelta"
-#: build/files.c:1232
+#: build/files.c:1231
#, fuzzy
msgid "Could not open %%files file %s: %s"
msgstr "virhe: tiedostoa %s ei voi avata\n"
-#: build/files.c:1239 build/pack.c:100
+#: build/files.c:1238 build/pack.c:100
#, c-format
msgid "line: %s"
msgstr ""
-#: build/files.c:1566
+#: build/files.c:1565
#, fuzzy, c-format
msgid "Bad file: %s: %s"
msgstr "en voinut avata %s: %s"
-#: build/files.c:1578 build/parsePrep.c:34
+#: build/files.c:1577 build/parsePrep.c:34
#, c-format
msgid "Bad owner/group: %s"
msgstr ""
#. XXX this error message is probably not seen.
-#: build/files.c:1633
+#: build/files.c:1632
#, fuzzy, c-format
msgid "Couldn't exec %s: %s"
msgstr "En voinut ajaa pgp:tä"
-#: build/files.c:1638
+#: build/files.c:1637
#, fuzzy, c-format
msgid "Couldn't fork %s: %s"
msgstr "En voinut ajaa pgp:tä"
-#: build/files.c:1720
+#: build/files.c:1719
#, fuzzy, c-format
msgid "%s failed"
msgstr "pgp epäonnistui"
-#: build/files.c:1724
+#: build/files.c:1723
#, fuzzy, c-format
msgid "failed to write all data to %s"
msgstr "%s:n luonti epäonnistui\n"
-#: build/files.c:1820
+#: build/files.c:1819
#, c-format
msgid "Finding %s: (using %s)...\n"
msgstr ""
-#: build/files.c:1848 build/files.c:1858
+#: build/files.c:1847 build/files.c:1857
#, fuzzy, c-format
msgid "Failed to find %s:"
msgstr "%s:n luonti epäonnistui\n"
-#: build/files.c:1968
+#: build/files.c:1967
#, fuzzy, c-format
msgid "Processing files: %s-%s-%s\n"
msgstr "en voinut avata %s: %s"
diff --git a/po/fr.po b/po/fr.po
index ad327e89e..6325875da 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -1,5 +1,5 @@
msgid ""
-msgstr "POT-Creation-Date: 2000-07-11 11:49-0400\n"
+msgstr "POT-Creation-Date: 2000-07-11 17:18-0400\n"
#: build.c:25 lib/rpminstall.c:253 lib/rpminstall.c:435
#, c-format
@@ -1802,93 +1802,93 @@ msgstr ""
msgid "File listed twice: %s"
msgstr ""
-#: build/files.c:922
+#: build/files.c:921
#, c-format
msgid "Symlink points to BuildRoot: %s -> %s"
msgstr ""
-#: build/files.c:1011
+#: build/files.c:1010
#, c-format
msgid "File doesn't match prefix (%s): %s"
msgstr ""
-#: build/files.c:1021
+#: build/files.c:1020
#, fuzzy, c-format
msgid "File not found: %s"
msgstr "aucun package n'a été spécifié pour la désinstallation"
-#: build/files.c:1064
+#: build/files.c:1063
#, c-format
msgid "Bad owner/group: %s\n"
msgstr ""
-#: build/files.c:1076
+#: build/files.c:1075
#, c-format
msgid "File %4d: %07o %s.%s\t %s\n"
msgstr ""
-#: build/files.c:1150
+#: build/files.c:1149
#, c-format
msgid "File needs leading \"/\": %s"
msgstr ""
-#: build/files.c:1179
+#: build/files.c:1178
#, fuzzy, c-format
msgid "File not found by glob: %s"
msgstr "aucun package n'a été spécifié pour la désinstallation"
-#: build/files.c:1232
+#: build/files.c:1231
#, fuzzy
msgid "Could not open %%files file %s: %s"
msgstr "impossible d'ouvrir: %s\n"
-#: build/files.c:1239 build/pack.c:100
+#: build/files.c:1238 build/pack.c:100
#, c-format
msgid "line: %s"
msgstr ""
-#: build/files.c:1566
+#: build/files.c:1565
#, fuzzy, c-format
msgid "Bad file: %s: %s"
msgstr "impossible d'ouvrir: %s\n"
-#: build/files.c:1578 build/parsePrep.c:34
+#: build/files.c:1577 build/parsePrep.c:34
#, c-format
msgid "Bad owner/group: %s"
msgstr ""
#. XXX this error message is probably not seen.
-#: build/files.c:1633
+#: build/files.c:1632
#, fuzzy, c-format
msgid "Couldn't exec %s: %s"
msgstr "impossible d'ouvrir: %s\n"
-#: build/files.c:1638
+#: build/files.c:1637
#, fuzzy, c-format
msgid "Couldn't fork %s: %s"
msgstr "impossible d'ouvrir: %s\n"
-#: build/files.c:1720
+#: build/files.c:1719
#, fuzzy, c-format
msgid "%s failed"
msgstr "La construction a échoué.\n"
-#: build/files.c:1724
+#: build/files.c:1723
#, fuzzy, c-format
msgid "failed to write all data to %s"
msgstr "impossible d'ouvrir: %s\n"
-#: build/files.c:1820
+#: build/files.c:1819
#, c-format
msgid "Finding %s: (using %s)...\n"
msgstr ""
-#: build/files.c:1848 build/files.c:1858
+#: build/files.c:1847 build/files.c:1857
#, fuzzy, c-format
msgid "Failed to find %s:"
msgstr "impossible d'ouvrir: %s\n"
-#: build/files.c:1968
+#: build/files.c:1967
#, c-format
msgid "Processing files: %s-%s-%s\n"
msgstr ""
diff --git a/po/gl.po b/po/gl.po
index e8a114b59..5a8f9d4c5 100644
--- a/po/gl.po
+++ b/po/gl.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2000-07-11 11:49-0400\n"
+"POT-Creation-Date: 2000-07-11 17:18-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"
@@ -1611,92 +1611,92 @@ msgstr ""
msgid "File listed twice: %s"
msgstr ""
-#: build/files.c:922
+#: build/files.c:921
#, c-format
msgid "Symlink points to BuildRoot: %s -> %s"
msgstr ""
-#: build/files.c:1011
+#: build/files.c:1010
#, c-format
msgid "File doesn't match prefix (%s): %s"
msgstr ""
-#: build/files.c:1021
+#: build/files.c:1020
#, c-format
msgid "File not found: %s"
msgstr ""
-#: build/files.c:1064
+#: build/files.c:1063
#, c-format
msgid "Bad owner/group: %s\n"
msgstr ""
-#: build/files.c:1076
+#: build/files.c:1075
#, c-format
msgid "File %4d: %07o %s.%s\t %s\n"
msgstr ""
-#: build/files.c:1150
+#: build/files.c:1149
#, c-format
msgid "File needs leading \"/\": %s"
msgstr ""
-#: build/files.c:1179
+#: build/files.c:1178
#, c-format
msgid "File not found by glob: %s"
msgstr ""
-#: build/files.c:1232
+#: build/files.c:1231
msgid "Could not open %%files file %s: %s"
msgstr ""
-#: build/files.c:1239 build/pack.c:100
+#: build/files.c:1238 build/pack.c:100
#, c-format
msgid "line: %s"
msgstr ""
-#: build/files.c:1566
+#: build/files.c:1565
#, c-format
msgid "Bad file: %s: %s"
msgstr ""
-#: build/files.c:1578 build/parsePrep.c:34
+#: build/files.c:1577 build/parsePrep.c:34
#, c-format
msgid "Bad owner/group: %s"
msgstr ""
#. XXX this error message is probably not seen.
-#: build/files.c:1633
+#: build/files.c:1632
#, c-format
msgid "Couldn't exec %s: %s"
msgstr ""
-#: build/files.c:1638
+#: build/files.c:1637
#, c-format
msgid "Couldn't fork %s: %s"
msgstr ""
-#: build/files.c:1720
+#: build/files.c:1719
#, c-format
msgid "%s failed"
msgstr ""
-#: build/files.c:1724
+#: build/files.c:1723
#, c-format
msgid "failed to write all data to %s"
msgstr ""
-#: build/files.c:1820
+#: build/files.c:1819
#, c-format
msgid "Finding %s: (using %s)...\n"
msgstr ""
-#: build/files.c:1848 build/files.c:1858
+#: build/files.c:1847 build/files.c:1857
#, c-format
msgid "Failed to find %s:"
msgstr ""
-#: build/files.c:1968
+#: build/files.c:1967
#, c-format
msgid "Processing files: %s-%s-%s\n"
msgstr ""
diff --git a/po/hu.po b/po/hu.po
index e8a114b59..5a8f9d4c5 100644
--- a/po/hu.po
+++ b/po/hu.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2000-07-11 11:49-0400\n"
+"POT-Creation-Date: 2000-07-11 17:18-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"
@@ -1611,92 +1611,92 @@ msgstr ""
msgid "File listed twice: %s"
msgstr ""
-#: build/files.c:922
+#: build/files.c:921
#, c-format
msgid "Symlink points to BuildRoot: %s -> %s"
msgstr ""
-#: build/files.c:1011
+#: build/files.c:1010
#, c-format
msgid "File doesn't match prefix (%s): %s"
msgstr ""
-#: build/files.c:1021
+#: build/files.c:1020
#, c-format
msgid "File not found: %s"
msgstr ""
-#: build/files.c:1064
+#: build/files.c:1063
#, c-format
msgid "Bad owner/group: %s\n"
msgstr ""
-#: build/files.c:1076
+#: build/files.c:1075
#, c-format
msgid "File %4d: %07o %s.%s\t %s\n"
msgstr ""
-#: build/files.c:1150
+#: build/files.c:1149
#, c-format
msgid "File needs leading \"/\": %s"
msgstr ""
-#: build/files.c:1179
+#: build/files.c:1178
#, c-format
msgid "File not found by glob: %s"
msgstr ""
-#: build/files.c:1232
+#: build/files.c:1231
msgid "Could not open %%files file %s: %s"
msgstr ""
-#: build/files.c:1239 build/pack.c:100
+#: build/files.c:1238 build/pack.c:100
#, c-format
msgid "line: %s"
msgstr ""
-#: build/files.c:1566
+#: build/files.c:1565
#, c-format
msgid "Bad file: %s: %s"
msgstr ""
-#: build/files.c:1578 build/parsePrep.c:34
+#: build/files.c:1577 build/parsePrep.c:34
#, c-format
msgid "Bad owner/group: %s"
msgstr ""
#. XXX this error message is probably not seen.
-#: build/files.c:1633
+#: build/files.c:1632
#, c-format
msgid "Couldn't exec %s: %s"
msgstr ""
-#: build/files.c:1638
+#: build/files.c:1637
#, c-format
msgid "Couldn't fork %s: %s"
msgstr ""
-#: build/files.c:1720
+#: build/files.c:1719
#, c-format
msgid "%s failed"
msgstr ""
-#: build/files.c:1724
+#: build/files.c:1723
#, c-format
msgid "failed to write all data to %s"
msgstr ""
-#: build/files.c:1820
+#: build/files.c:1819
#, c-format
msgid "Finding %s: (using %s)...\n"
msgstr ""
-#: build/files.c:1848 build/files.c:1858
+#: build/files.c:1847 build/files.c:1857
#, c-format
msgid "Failed to find %s:"
msgstr ""
-#: build/files.c:1968
+#: build/files.c:1967
#, c-format
msgid "Processing files: %s-%s-%s\n"
msgstr ""
diff --git a/po/id.po b/po/id.po
index e8a114b59..5a8f9d4c5 100644
--- a/po/id.po
+++ b/po/id.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2000-07-11 11:49-0400\n"
+"POT-Creation-Date: 2000-07-11 17:18-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"
@@ -1611,92 +1611,92 @@ msgstr ""
msgid "File listed twice: %s"
msgstr ""
-#: build/files.c:922
+#: build/files.c:921
#, c-format
msgid "Symlink points to BuildRoot: %s -> %s"
msgstr ""
-#: build/files.c:1011
+#: build/files.c:1010
#, c-format
msgid "File doesn't match prefix (%s): %s"
msgstr ""
-#: build/files.c:1021
+#: build/files.c:1020
#, c-format
msgid "File not found: %s"
msgstr ""
-#: build/files.c:1064
+#: build/files.c:1063
#, c-format
msgid "Bad owner/group: %s\n"
msgstr ""
-#: build/files.c:1076
+#: build/files.c:1075
#, c-format
msgid "File %4d: %07o %s.%s\t %s\n"
msgstr ""
-#: build/files.c:1150
+#: build/files.c:1149
#, c-format
msgid "File needs leading \"/\": %s"
msgstr ""
-#: build/files.c:1179
+#: build/files.c:1178
#, c-format
msgid "File not found by glob: %s"
msgstr ""
-#: build/files.c:1232
+#: build/files.c:1231
msgid "Could not open %%files file %s: %s"
msgstr ""
-#: build/files.c:1239 build/pack.c:100
+#: build/files.c:1238 build/pack.c:100
#, c-format
msgid "line: %s"
msgstr ""
-#: build/files.c:1566
+#: build/files.c:1565
#, c-format
msgid "Bad file: %s: %s"
msgstr ""
-#: build/files.c:1578 build/parsePrep.c:34
+#: build/files.c:1577 build/parsePrep.c:34
#, c-format
msgid "Bad owner/group: %s"
msgstr ""
#. XXX this error message is probably not seen.
-#: build/files.c:1633
+#: build/files.c:1632
#, c-format
msgid "Couldn't exec %s: %s"
msgstr ""
-#: build/files.c:1638
+#: build/files.c:1637
#, c-format
msgid "Couldn't fork %s: %s"
msgstr ""
-#: build/files.c:1720
+#: build/files.c:1719
#, c-format
msgid "%s failed"
msgstr ""
-#: build/files.c:1724
+#: build/files.c:1723
#, c-format
msgid "failed to write all data to %s"
msgstr ""
-#: build/files.c:1820
+#: build/files.c:1819
#, c-format
msgid "Finding %s: (using %s)...\n"
msgstr ""
-#: build/files.c:1848 build/files.c:1858
+#: build/files.c:1847 build/files.c:1857
#, c-format
msgid "Failed to find %s:"
msgstr ""
-#: build/files.c:1968
+#: build/files.c:1967
#, c-format
msgid "Processing files: %s-%s-%s\n"
msgstr ""
diff --git a/po/is.po b/po/is.po
index 7e64f40ea..309bd1246 100644
--- a/po/is.po
+++ b/po/is.po
@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: rpm 1.0\n"
-"POT-Creation-Date: 2000-07-11 11:49-0400\n"
+"POT-Creation-Date: 2000-07-11 17:18-0400\n"
"PO-Revision-Date: 2000-06-16 02:20+0000\n"
"Last-Translator: Richard Allen <ra@hp.is>\n"
"Language-Team: is <kde-isl@mmedia.is>\n"
@@ -1606,92 +1606,92 @@ msgstr ""
msgid "File listed twice: %s"
msgstr ""
-#: build/files.c:922
+#: build/files.c:921
#, c-format
msgid "Symlink points to BuildRoot: %s -> %s"
msgstr ""
-#: build/files.c:1011
+#: build/files.c:1010
#, c-format
msgid "File doesn't match prefix (%s): %s"
msgstr ""
-#: build/files.c:1021
+#: build/files.c:1020
#, c-format
msgid "File not found: %s"
msgstr ""
-#: build/files.c:1064
+#: build/files.c:1063
#, c-format
msgid "Bad owner/group: %s\n"
msgstr ""
-#: build/files.c:1076
+#: build/files.c:1075
#, c-format
msgid "File %4d: %07o %s.%s\t %s\n"
msgstr ""
-#: build/files.c:1150
+#: build/files.c:1149
#, c-format
msgid "File needs leading \"/\": %s"
msgstr ""
-#: build/files.c:1179
+#: build/files.c:1178
#, c-format
msgid "File not found by glob: %s"
msgstr ""
-#: build/files.c:1232
+#: build/files.c:1231
msgid "Could not open %%files file %s: %s"
msgstr ""
-#: build/files.c:1239 build/pack.c:100
+#: build/files.c:1238 build/pack.c:100
#, c-format
msgid "line: %s"
msgstr ""
-#: build/files.c:1566
+#: build/files.c:1565
#, c-format
msgid "Bad file: %s: %s"
msgstr ""
-#: build/files.c:1578 build/parsePrep.c:34
+#: build/files.c:1577 build/parsePrep.c:34
#, c-format
msgid "Bad owner/group: %s"
msgstr ""
#. XXX this error message is probably not seen.
-#: build/files.c:1633
+#: build/files.c:1632
#, c-format
msgid "Couldn't exec %s: %s"
msgstr ""
-#: build/files.c:1638
+#: build/files.c:1637
#, c-format
msgid "Couldn't fork %s: %s"
msgstr ""
-#: build/files.c:1720
+#: build/files.c:1719
#, c-format
msgid "%s failed"
msgstr ""
-#: build/files.c:1724
+#: build/files.c:1723
#, c-format
msgid "failed to write all data to %s"
msgstr ""
-#: build/files.c:1820
+#: build/files.c:1819
#, c-format
msgid "Finding %s: (using %s)...\n"
msgstr ""
-#: build/files.c:1848 build/files.c:1858
+#: build/files.c:1847 build/files.c:1857
#, c-format
msgid "Failed to find %s:"
msgstr ""
-#: build/files.c:1968
+#: build/files.c:1967
#, c-format
msgid "Processing files: %s-%s-%s\n"
msgstr ""
diff --git a/po/it.po b/po/it.po
index e8a114b59..5a8f9d4c5 100644
--- a/po/it.po
+++ b/po/it.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2000-07-11 11:49-0400\n"
+"POT-Creation-Date: 2000-07-11 17:18-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"
@@ -1611,92 +1611,92 @@ msgstr ""
msgid "File listed twice: %s"
msgstr ""
-#: build/files.c:922
+#: build/files.c:921
#, c-format
msgid "Symlink points to BuildRoot: %s -> %s"
msgstr ""
-#: build/files.c:1011
+#: build/files.c:1010
#, c-format
msgid "File doesn't match prefix (%s): %s"
msgstr ""
-#: build/files.c:1021
+#: build/files.c:1020
#, c-format
msgid "File not found: %s"
msgstr ""
-#: build/files.c:1064
+#: build/files.c:1063
#, c-format
msgid "Bad owner/group: %s\n"
msgstr ""
-#: build/files.c:1076
+#: build/files.c:1075
#, c-format
msgid "File %4d: %07o %s.%s\t %s\n"
msgstr ""
-#: build/files.c:1150
+#: build/files.c:1149
#, c-format
msgid "File needs leading \"/\": %s"
msgstr ""
-#: build/files.c:1179
+#: build/files.c:1178
#, c-format
msgid "File not found by glob: %s"
msgstr ""
-#: build/files.c:1232
+#: build/files.c:1231
msgid "Could not open %%files file %s: %s"
msgstr ""
-#: build/files.c:1239 build/pack.c:100
+#: build/files.c:1238 build/pack.c:100
#, c-format
msgid "line: %s"
msgstr ""
-#: build/files.c:1566
+#: build/files.c:1565
#, c-format
msgid "Bad file: %s: %s"
msgstr ""
-#: build/files.c:1578 build/parsePrep.c:34
+#: build/files.c:1577 build/parsePrep.c:34
#, c-format
msgid "Bad owner/group: %s"
msgstr ""
#. XXX this error message is probably not seen.
-#: build/files.c:1633
+#: build/files.c:1632
#, c-format
msgid "Couldn't exec %s: %s"
msgstr ""
-#: build/files.c:1638
+#: build/files.c:1637
#, c-format
msgid "Couldn't fork %s: %s"
msgstr ""
-#: build/files.c:1720
+#: build/files.c:1719
#, c-format
msgid "%s failed"
msgstr ""
-#: build/files.c:1724
+#: build/files.c:1723
#, c-format
msgid "failed to write all data to %s"
msgstr ""
-#: build/files.c:1820
+#: build/files.c:1819
#, c-format
msgid "Finding %s: (using %s)...\n"
msgstr ""
-#: build/files.c:1848 build/files.c:1858
+#: build/files.c:1847 build/files.c:1857
#, c-format
msgid "Failed to find %s:"
msgstr ""
-#: build/files.c:1968
+#: build/files.c:1967
#, c-format
msgid "Processing files: %s-%s-%s\n"
msgstr ""
diff --git a/po/ja.po b/po/ja.po
index 97a2a8d74..249b7e27b 100644
--- a/po/ja.po
+++ b/po/ja.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: rpm-3.0.4\n"
-"POT-Creation-Date: 2000-07-11 11:49-0400\n"
+"POT-Creation-Date: 2000-07-11 17:18-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"
@@ -127,7 +127,7 @@ msgstr "copyright ¤¬¤¢¤ê¤Þ¤»¤ó!\n"
# build root [BuildRoot]
# net share [¥Í¥Ã¥È¶¦Í­]
# reloate [ºÆÇÛÃÖ/°ÜÆ°¤¹¤ë]
-# $Id: ja.po,v 1.89 2000/07/11 16:16:03 jbj Exp $
+# $Id: ja.po,v 1.90 2000/07/11 22:23:17 jbj Exp $
#: rpm.c:178 rpmqv.c:257
#, c-format
msgid "rpm: %s\n"
@@ -1746,93 +1746,93 @@ msgstr "¾¤Î¥Õ¥©¡¼¥à¤ÇÆÃÊÌ¤Ê %%doc ¤òº®¤¼¤ë¤³¤È¤Ï¤Ç¤­¤Þ¤»¤ó: %s"
msgid "File listed twice: %s"
msgstr "¥Õ¥¡¥¤¥ë¤¬2²óɽµ­¤µ¤ì¤Æ¤¤¤Þ¤¹: %s"
-#: build/files.c:922
+#: build/files.c:921
#, c-format
msgid "Symlink points to BuildRoot: %s -> %s"
msgstr ""
-#: build/files.c:1011
+#: build/files.c:1010
#, c-format
msgid "File doesn't match prefix (%s): %s"
msgstr "¥Õ¥¡¥¤¥ë¤Ï prefix (%s) ¤È°ìÃפ·¤Þ¤»¤ó: %s"
-#: build/files.c:1021
+#: build/files.c:1020
#, c-format
msgid "File not found: %s"
msgstr "¥Õ¥¡¥¤¥ë¤¬¸«¤Ä¤«¤ê¤Þ¤»¤ó: %s"
-#: build/files.c:1064
+#: build/files.c:1063
#, c-format
msgid "Bad owner/group: %s\n"
msgstr "ÉÔÀµ¤Ê½êÍ­¼Ô/¥°¥ë¡¼¥×: %s\n"
-#: build/files.c:1076
+#: build/files.c:1075
#, fuzzy, c-format
msgid "File %4d: %07o %s.%s\t %s\n"
msgstr "¥Õ¥¡¥¤¥ë %4d: %07o %s.%s\t %s\n"
-#: build/files.c:1150
+#: build/files.c:1149
#, c-format
msgid "File needs leading \"/\": %s"
msgstr "¥Õ¥¡¥¤¥ë¤ÏÀèƬ¤Ë \"/\" ¤¬É¬ÍפǤ¹: %s"
-#: build/files.c:1179
+#: build/files.c:1178
#, fuzzy, c-format
msgid "File not found by glob: %s"
msgstr "¥Õ¥¡¥¤¥ë¤¬¸«¤Ä¤«¤ê¤Þ¤»¤ó(by glob): %s"
-#: build/files.c:1232
+#: build/files.c:1231
#, fuzzy
msgid "Could not open %%files file %s: %s"
msgstr "%%files ¤ò¥ª¡¼¥×¥ó¤Ç¤­¤Þ¤»¤ó: %s"
-#: build/files.c:1239 build/pack.c:100
+#: build/files.c:1238 build/pack.c:100
#, c-format
msgid "line: %s"
msgstr "¹ÔÌÜ: %s"
-#: build/files.c:1566
+#: build/files.c:1565
#, fuzzy, c-format
msgid "Bad file: %s: %s"
msgstr "¥Õ¥¡¥¤¥ë %s: %s\n"
-#: build/files.c:1578 build/parsePrep.c:34
+#: build/files.c:1577 build/parsePrep.c:34
#, c-format
msgid "Bad owner/group: %s"
msgstr "ÉÔÀµ¤Ê½êÍ­¼Ô/¥°¥ë¡¼¥×: %s"
#. XXX this error message is probably not seen.
-#: build/files.c:1633
+#: build/files.c:1632
#, fuzzy, c-format
msgid "Couldn't exec %s: %s"
msgstr "%s ¤ò¼Â¹Ô¤Ç¤­¤Þ¤»¤ó¤Ç¤·¤¿: %s"
-#: build/files.c:1638
+#: build/files.c:1637
#, fuzzy, c-format
msgid "Couldn't fork %s: %s"
msgstr "%s ¤ò fork ¤Ç¤­¤Þ¤»¤ó¤Ç¤·¤¿: %s"
-#: build/files.c:1720
+#: build/files.c:1719
#, c-format
msgid "%s failed"
msgstr "%s ¼ºÇÔ"
-#: build/files.c:1724
+#: build/files.c:1723
#, c-format
msgid "failed to write all data to %s"
msgstr "Á´¤Æ¤Î¥Ç¡¼¥¿¤ò %s ¤Ë½ñ¤¯¤³¤È¤Ë¼ºÇÔ¤·¤Þ¤·¤¿"
-#: build/files.c:1820
+#: build/files.c:1819
#, fuzzy, c-format
msgid "Finding %s: (using %s)...\n"
msgstr "%s ¤òõ¤·¤Æ¤¤¤Þ¤¹: (%s ¤ò»ÈÍѤ·¤Æ¤¤¤Þ¤¹)...\n"
-#: build/files.c:1848 build/files.c:1858
+#: build/files.c:1847 build/files.c:1857
#, fuzzy, c-format
msgid "Failed to find %s:"
msgstr "%s ¤ò¸«¤Ä¤±¤ë¤Î¤Ë¼ºÇÔ¤·¤Þ¤·¤¿:"
-#: build/files.c:1968
+#: build/files.c:1967
#, fuzzy, c-format
msgid "Processing files: %s-%s-%s\n"
msgstr "¥Õ¥¡¥¤¥ë¤Î½èÍýÃæ: %s-%s-%s\n"
diff --git a/po/ko.po b/po/ko.po
index e8a114b59..5a8f9d4c5 100644
--- a/po/ko.po
+++ b/po/ko.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2000-07-11 11:49-0400\n"
+"POT-Creation-Date: 2000-07-11 17:18-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"
@@ -1611,92 +1611,92 @@ msgstr ""
msgid "File listed twice: %s"
msgstr ""
-#: build/files.c:922
+#: build/files.c:921
#, c-format
msgid "Symlink points to BuildRoot: %s -> %s"
msgstr ""
-#: build/files.c:1011
+#: build/files.c:1010
#, c-format
msgid "File doesn't match prefix (%s): %s"
msgstr ""
-#: build/files.c:1021
+#: build/files.c:1020
#, c-format
msgid "File not found: %s"
msgstr ""
-#: build/files.c:1064
+#: build/files.c:1063
#, c-format
msgid "Bad owner/group: %s\n"
msgstr ""
-#: build/files.c:1076
+#: build/files.c:1075
#, c-format
msgid "File %4d: %07o %s.%s\t %s\n"
msgstr ""
-#: build/files.c:1150
+#: build/files.c:1149
#, c-format
msgid "File needs leading \"/\": %s"
msgstr ""
-#: build/files.c:1179
+#: build/files.c:1178
#, c-format
msgid "File not found by glob: %s"
msgstr ""
-#: build/files.c:1232
+#: build/files.c:1231
msgid "Could not open %%files file %s: %s"
msgstr ""
-#: build/files.c:1239 build/pack.c:100
+#: build/files.c:1238 build/pack.c:100
#, c-format
msgid "line: %s"
msgstr ""
-#: build/files.c:1566
+#: build/files.c:1565
#, c-format
msgid "Bad file: %s: %s"
msgstr ""
-#: build/files.c:1578 build/parsePrep.c:34
+#: build/files.c:1577 build/parsePrep.c:34
#, c-format
msgid "Bad owner/group: %s"
msgstr ""
#. XXX this error message is probably not seen.
-#: build/files.c:1633
+#: build/files.c:1632
#, c-format
msgid "Couldn't exec %s: %s"
msgstr ""
-#: build/files.c:1638
+#: build/files.c:1637
#, c-format
msgid "Couldn't fork %s: %s"
msgstr ""
-#: build/files.c:1720
+#: build/files.c:1719
#, c-format
msgid "%s failed"
msgstr ""
-#: build/files.c:1724
+#: build/files.c:1723
#, c-format
msgid "failed to write all data to %s"
msgstr ""
-#: build/files.c:1820
+#: build/files.c:1819
#, c-format
msgid "Finding %s: (using %s)...\n"
msgstr ""
-#: build/files.c:1848 build/files.c:1858
+#: build/files.c:1847 build/files.c:1857
#, c-format
msgid "Failed to find %s:"
msgstr ""
-#: build/files.c:1968
+#: build/files.c:1967
#, c-format
msgid "Processing files: %s-%s-%s\n"
msgstr ""
diff --git a/po/no.po b/po/no.po
index d94cba816..2cb3fbb84 100644
--- a/po/no.po
+++ b/po/no.po
@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: rpm 4.0\n"
-"POT-Creation-Date: 2000-07-11 11:49-0400\n"
+"POT-Creation-Date: 2000-07-11 17:18-0400\n"
"PO-Revision-Date: 2000-06-22 21:59+02:00\n"
"Last-Translator: Kjartan Maraas <kmaraas@gnome.org>\n"
"Language-Team: Norwegian <no@li.org>\n"
@@ -1636,92 +1636,92 @@ msgstr ""
msgid "File listed twice: %s"
msgstr ""
-#: build/files.c:922
+#: build/files.c:921
#, c-format
msgid "Symlink points to BuildRoot: %s -> %s"
msgstr ""
-#: build/files.c:1011
+#: build/files.c:1010
#, c-format
msgid "File doesn't match prefix (%s): %s"
msgstr ""
-#: build/files.c:1021
+#: build/files.c:1020
#, c-format
msgid "File not found: %s"
msgstr ""
-#: build/files.c:1064
+#: build/files.c:1063
#, c-format
msgid "Bad owner/group: %s\n"
msgstr ""
-#: build/files.c:1076
+#: build/files.c:1075
#, c-format
msgid "File %4d: %07o %s.%s\t %s\n"
msgstr ""
-#: build/files.c:1150
+#: build/files.c:1149
#, c-format
msgid "File needs leading \"/\": %s"
msgstr ""
-#: build/files.c:1179
+#: build/files.c:1178
#, c-format
msgid "File not found by glob: %s"
msgstr ""
-#: build/files.c:1232
+#: build/files.c:1231
msgid "Could not open %%files file %s: %s"
msgstr ""
-#: build/files.c:1239 build/pack.c:100
+#: build/files.c:1238 build/pack.c:100
#, c-format
msgid "line: %s"
msgstr ""
-#: build/files.c:1566
+#: build/files.c:1565
#, c-format
msgid "Bad file: %s: %s"
msgstr ""
-#: build/files.c:1578 build/parsePrep.c:34
+#: build/files.c:1577 build/parsePrep.c:34
#, c-format
msgid "Bad owner/group: %s"
msgstr ""
#. XXX this error message is probably not seen.
-#: build/files.c:1633
+#: build/files.c:1632
#, c-format
msgid "Couldn't exec %s: %s"
msgstr ""
-#: build/files.c:1638
+#: build/files.c:1637
#, c-format
msgid "Couldn't fork %s: %s"
msgstr ""
-#: build/files.c:1720
+#: build/files.c:1719
#, c-format
msgid "%s failed"
msgstr ""
-#: build/files.c:1724
+#: build/files.c:1723
#, c-format
msgid "failed to write all data to %s"
msgstr ""
-#: build/files.c:1820
+#: build/files.c:1819
#, c-format
msgid "Finding %s: (using %s)...\n"
msgstr ""
-#: build/files.c:1848 build/files.c:1858
+#: build/files.c:1847 build/files.c:1857
#, c-format
msgid "Failed to find %s:"
msgstr ""
-#: build/files.c:1968
+#: build/files.c:1967
#, c-format
msgid "Processing files: %s-%s-%s\n"
msgstr ""
diff --git a/po/pl.po b/po/pl.po
index e6deb4743..a99392a8b 100644
--- a/po/pl.po
+++ b/po/pl.po
@@ -8,7 +8,7 @@
msgid ""
msgstr ""
"Project-Id-Version: rpm-3.0.2\n"
-"POT-Creation-Date: 2000-07-11 11:49-0400\n"
+"POT-Creation-Date: 2000-07-11 17:18-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"
@@ -1754,93 +1754,93 @@ msgstr "Nie mo¿na mieszaæ specjalnej %%doc z innymi formami: %s"
msgid "File listed twice: %s"
msgstr "Plik podany dwukrotnie: %s"
-#: build/files.c:922
+#: build/files.c:921
#, c-format
msgid "Symlink points to BuildRoot: %s -> %s"
msgstr ""
-#: build/files.c:1011
+#: build/files.c:1010
#, c-format
msgid "File doesn't match prefix (%s): %s"
msgstr "Plik nie zgadza siê z prefiksem (%s): %s"
-#: build/files.c:1021
+#: build/files.c:1020
#, c-format
msgid "File not found: %s"
msgstr "Nie znaleziono pliku: %s"
-#: build/files.c:1064
+#: build/files.c:1063
#, c-format
msgid "Bad owner/group: %s\n"
msgstr "B³êdny u¿ytkownik/grupa: %s\n"
-#: build/files.c:1076
+#: build/files.c:1075
#, 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:1150
+#: build/files.c:1149
#, c-format
msgid "File needs leading \"/\": %s"
msgstr "Plik musi siê zaczynaæ od \"/\": %s"
-#: build/files.c:1179
+#: build/files.c:1178
#, fuzzy, c-format
msgid "File not found by glob: %s"
msgstr "Nie znaleziono pliku: %s"
-#: build/files.c:1232
+#: build/files.c:1231
#, fuzzy
msgid "Could not open %%files file %s: %s"
msgstr "Nie mo¿na otworzyæ %%files pliku: %s"
-#: build/files.c:1239 build/pack.c:100
+#: build/files.c:1238 build/pack.c:100
#, c-format
msgid "line: %s"
msgstr "linia: %s"
-#: build/files.c:1566
+#: build/files.c:1565
#, fuzzy, c-format
msgid "Bad file: %s: %s"
msgstr "plik %s: %s\n"
-#: build/files.c:1578 build/parsePrep.c:34
+#: build/files.c:1577 build/parsePrep.c:34
#, c-format
msgid "Bad owner/group: %s"
msgstr "B³êdny u¿ytkownik/grupa: %s"
#. XXX this error message is probably not seen.
-#: build/files.c:1633
+#: build/files.c:1632
#, fuzzy, c-format
msgid "Couldn't exec %s: %s"
msgstr "Nie mo¿na uruchomiæ %s"
-#: build/files.c:1638
+#: build/files.c:1637
#, fuzzy, c-format
msgid "Couldn't fork %s: %s"
msgstr "Nie mo¿na wykonaæ fork na %s"
-#: build/files.c:1720
+#: build/files.c:1719
#, c-format
msgid "%s failed"
msgstr "%s nie powiod³o siê"
-#: build/files.c:1724
+#: build/files.c:1723
#, c-format
msgid "failed to write all data to %s"
msgstr "zapisanie wszystkich danych do %s nie powiod³o siê"
-#: build/files.c:1820
+#: build/files.c:1819
#, fuzzy, c-format
msgid "Finding %s: (using %s)...\n"
msgstr "Wyszukiwanie wymaganych zasobów...\n"
-#: build/files.c:1848 build/files.c:1858
+#: build/files.c:1847 build/files.c:1857
#, fuzzy, c-format
msgid "Failed to find %s:"
msgstr "Wyszukiwanie nie powiod³o siê"
-#: build/files.c:1968
+#: build/files.c:1967
#, fuzzy, c-format
msgid "Processing files: %s-%s-%s\n"
msgstr "Przetwarzanie plików: %s\n"
diff --git a/po/pt.po b/po/pt.po
index e8a114b59..5a8f9d4c5 100644
--- a/po/pt.po
+++ b/po/pt.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2000-07-11 11:49-0400\n"
+"POT-Creation-Date: 2000-07-11 17:18-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"
@@ -1611,92 +1611,92 @@ msgstr ""
msgid "File listed twice: %s"
msgstr ""
-#: build/files.c:922
+#: build/files.c:921
#, c-format
msgid "Symlink points to BuildRoot: %s -> %s"
msgstr ""
-#: build/files.c:1011
+#: build/files.c:1010
#, c-format
msgid "File doesn't match prefix (%s): %s"
msgstr ""
-#: build/files.c:1021
+#: build/files.c:1020
#, c-format
msgid "File not found: %s"
msgstr ""
-#: build/files.c:1064
+#: build/files.c:1063
#, c-format
msgid "Bad owner/group: %s\n"
msgstr ""
-#: build/files.c:1076
+#: build/files.c:1075
#, c-format
msgid "File %4d: %07o %s.%s\t %s\n"
msgstr ""
-#: build/files.c:1150
+#: build/files.c:1149
#, c-format
msgid "File needs leading \"/\": %s"
msgstr ""
-#: build/files.c:1179
+#: build/files.c:1178
#, c-format
msgid "File not found by glob: %s"
msgstr ""
-#: build/files.c:1232
+#: build/files.c:1231
msgid "Could not open %%files file %s: %s"
msgstr ""
-#: build/files.c:1239 build/pack.c:100
+#: build/files.c:1238 build/pack.c:100
#, c-format
msgid "line: %s"
msgstr ""
-#: build/files.c:1566
+#: build/files.c:1565
#, c-format
msgid "Bad file: %s: %s"
msgstr ""
-#: build/files.c:1578 build/parsePrep.c:34
+#: build/files.c:1577 build/parsePrep.c:34
#, c-format
msgid "Bad owner/group: %s"
msgstr ""
#. XXX this error message is probably not seen.
-#: build/files.c:1633
+#: build/files.c:1632
#, c-format
msgid "Couldn't exec %s: %s"
msgstr ""
-#: build/files.c:1638
+#: build/files.c:1637
#, c-format
msgid "Couldn't fork %s: %s"
msgstr ""
-#: build/files.c:1720
+#: build/files.c:1719
#, c-format
msgid "%s failed"
msgstr ""
-#: build/files.c:1724
+#: build/files.c:1723
#, c-format
msgid "failed to write all data to %s"
msgstr ""
-#: build/files.c:1820
+#: build/files.c:1819
#, c-format
msgid "Finding %s: (using %s)...\n"
msgstr ""
-#: build/files.c:1848 build/files.c:1858
+#: build/files.c:1847 build/files.c:1857
#, c-format
msgid "Failed to find %s:"
msgstr ""
-#: build/files.c:1968
+#: build/files.c:1967
#, c-format
msgid "Processing files: %s-%s-%s\n"
msgstr ""
diff --git a/po/pt_BR.po b/po/pt_BR.po
index b02079ec1..5e235444d 100644
--- a/po/pt_BR.po
+++ b/po/pt_BR.po
@@ -2,7 +2,7 @@
# Revised by Arnaldo Carvalho de Melo <acme@conectiva.com.br>, 1998.
#
msgid ""
-msgstr "POT-Creation-Date: 2000-07-11 11:49-0400\n"
+msgstr "POT-Creation-Date: 2000-07-11 17:18-0400\n"
#: build.c:25 lib/rpminstall.c:253 lib/rpminstall.c:435
#, c-format
@@ -1842,100 +1842,100 @@ msgstr ""
msgid "File listed twice: %s"
msgstr "Não consegui ler o arquivo spec de %s\n"
-#: build/files.c:922
+#: build/files.c:921
#, c-format
msgid "Symlink points to BuildRoot: %s -> %s"
msgstr ""
# , c-format
-#: build/files.c:1011
+#: build/files.c:1010
#, fuzzy, c-format
msgid "File doesn't match prefix (%s): %s"
msgstr "Não consegui ler o arquivo spec de %s\n"
-#: build/files.c:1021
+#: build/files.c:1020
#, fuzzy, c-format
msgid "File not found: %s"
msgstr "não foi passado pacote para desinstalação"
-#: build/files.c:1064
+#: build/files.c:1063
#, c-format
msgid "Bad owner/group: %s\n"
msgstr ""
-#: build/files.c:1076
+#: build/files.c:1075
#, c-format
msgid "File %4d: %07o %s.%s\t %s\n"
msgstr ""
-#: build/files.c:1150
+#: build/files.c:1149
#, c-format
msgid "File needs leading \"/\": %s"
msgstr ""
-#: build/files.c:1179
+#: build/files.c:1178
#, fuzzy, c-format
msgid "File not found by glob: %s"
msgstr "não foi passado pacote para desinstalação"
# , c-format
-#: build/files.c:1232
+#: build/files.c:1231
#, fuzzy
msgid "Could not open %%files file %s: %s"
msgstr "Não consegui abrir: %s\n"
-#: build/files.c:1239 build/pack.c:100
+#: build/files.c:1238 build/pack.c:100
#, c-format
msgid "line: %s"
msgstr ""
# , c-format
-#: build/files.c:1566
+#: build/files.c:1565
#, fuzzy, c-format
msgid "Bad file: %s: %s"
msgstr "Não consegui ler o arquivo spec de %s\n"
-#: build/files.c:1578 build/parsePrep.c:34
+#: build/files.c:1577 build/parsePrep.c:34
#, c-format
msgid "Bad owner/group: %s"
msgstr ""
# , c-format
#. XXX this error message is probably not seen.
-#: build/files.c:1633
+#: build/files.c:1632
#, fuzzy, c-format
msgid "Couldn't exec %s: %s"
msgstr "Não consegui ler o arquivo spec de %s\n"
# , c-format
-#: build/files.c:1638
+#: build/files.c:1637
#, fuzzy, c-format
msgid "Couldn't fork %s: %s"
msgstr "Não consegui ler o arquivo spec de %s\n"
-#: build/files.c:1720
+#: build/files.c:1719
#, fuzzy, c-format
msgid "%s failed"
msgstr "Construção falhou.\n"
# , c-format
-#: build/files.c:1724
+#: build/files.c:1723
#, fuzzy, c-format
msgid "failed to write all data to %s"
msgstr "Não consegui abrir o pipe tar: %s\n"
-#: build/files.c:1820
+#: build/files.c:1819
#, c-format
msgid "Finding %s: (using %s)...\n"
msgstr ""
# , c-format
-#: build/files.c:1848 build/files.c:1858
+#: build/files.c:1847 build/files.c:1857
#, fuzzy, c-format
msgid "Failed to find %s:"
msgstr "Não consegui abrir o pipe tar: %s\n"
-#: build/files.c:1968
+#: build/files.c:1967
#, c-format
msgid "Processing files: %s-%s-%s\n"
msgstr ""
diff --git a/po/ro.po b/po/ro.po
index 139d20cb2..0e65b9797 100644
--- a/po/ro.po
+++ b/po/ro.po
@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: rpm 4.0\n"
-"POT-Creation-Date: 2000-07-11 11:49-0400\n"
+"POT-Creation-Date: 2000-07-11 17:18-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"
@@ -1606,92 +1606,92 @@ msgstr ""
msgid "File listed twice: %s"
msgstr ""
-#: build/files.c:922
+#: build/files.c:921
#, c-format
msgid "Symlink points to BuildRoot: %s -> %s"
msgstr ""
-#: build/files.c:1011
+#: build/files.c:1010
#, c-format
msgid "File doesn't match prefix (%s): %s"
msgstr ""
-#: build/files.c:1021
+#: build/files.c:1020
#, c-format
msgid "File not found: %s"
msgstr ""
-#: build/files.c:1064
+#: build/files.c:1063
#, c-format
msgid "Bad owner/group: %s\n"
msgstr ""
-#: build/files.c:1076
+#: build/files.c:1075
#, c-format
msgid "File %4d: %07o %s.%s\t %s\n"
msgstr ""
-#: build/files.c:1150
+#: build/files.c:1149
#, c-format
msgid "File needs leading \"/\": %s"
msgstr ""
-#: build/files.c:1179
+#: build/files.c:1178
#, c-format
msgid "File not found by glob: %s"
msgstr ""
-#: build/files.c:1232
+#: build/files.c:1231
msgid "Could not open %%files file %s: %s"
msgstr ""
-#: build/files.c:1239 build/pack.c:100
+#: build/files.c:1238 build/pack.c:100
#, c-format
msgid "line: %s"
msgstr ""
-#: build/files.c:1566
+#: build/files.c:1565
#, c-format
msgid "Bad file: %s: %s"
msgstr ""
-#: build/files.c:1578 build/parsePrep.c:34
+#: build/files.c:1577 build/parsePrep.c:34
#, c-format
msgid "Bad owner/group: %s"
msgstr ""
#. XXX this error message is probably not seen.
-#: build/files.c:1633
+#: build/files.c:1632
#, c-format
msgid "Couldn't exec %s: %s"
msgstr ""
-#: build/files.c:1638
+#: build/files.c:1637
#, c-format
msgid "Couldn't fork %s: %s"
msgstr ""
-#: build/files.c:1720
+#: build/files.c:1719
#, c-format
msgid "%s failed"
msgstr ""
-#: build/files.c:1724
+#: build/files.c:1723
#, c-format
msgid "failed to write all data to %s"
msgstr ""
-#: build/files.c:1820
+#: build/files.c:1819
#, c-format
msgid "Finding %s: (using %s)...\n"
msgstr ""
-#: build/files.c:1848 build/files.c:1858
+#: build/files.c:1847 build/files.c:1857
#, c-format
msgid "Failed to find %s:"
msgstr ""
-#: build/files.c:1968
+#: build/files.c:1967
#, c-format
msgid "Processing files: %s-%s-%s\n"
msgstr ""
diff --git a/po/rpm.pot b/po/rpm.pot
index e8a114b59..5a8f9d4c5 100644
--- a/po/rpm.pot
+++ b/po/rpm.pot
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2000-07-11 11:49-0400\n"
+"POT-Creation-Date: 2000-07-11 17:18-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"
@@ -1611,92 +1611,92 @@ msgstr ""
msgid "File listed twice: %s"
msgstr ""
-#: build/files.c:922
+#: build/files.c:921
#, c-format
msgid "Symlink points to BuildRoot: %s -> %s"
msgstr ""
-#: build/files.c:1011
+#: build/files.c:1010
#, c-format
msgid "File doesn't match prefix (%s): %s"
msgstr ""
-#: build/files.c:1021
+#: build/files.c:1020
#, c-format
msgid "File not found: %s"
msgstr ""
-#: build/files.c:1064
+#: build/files.c:1063
#, c-format
msgid "Bad owner/group: %s\n"
msgstr ""
-#: build/files.c:1076
+#: build/files.c:1075
#, c-format
msgid "File %4d: %07o %s.%s\t %s\n"
msgstr ""
-#: build/files.c:1150
+#: build/files.c:1149
#, c-format
msgid "File needs leading \"/\": %s"
msgstr ""
-#: build/files.c:1179
+#: build/files.c:1178
#, c-format
msgid "File not found by glob: %s"
msgstr ""
-#: build/files.c:1232
+#: build/files.c:1231
msgid "Could not open %%files file %s: %s"
msgstr ""
-#: build/files.c:1239 build/pack.c:100
+#: build/files.c:1238 build/pack.c:100
#, c-format
msgid "line: %s"
msgstr ""
-#: build/files.c:1566
+#: build/files.c:1565
#, c-format
msgid "Bad file: %s: %s"
msgstr ""
-#: build/files.c:1578 build/parsePrep.c:34
+#: build/files.c:1577 build/parsePrep.c:34
#, c-format
msgid "Bad owner/group: %s"
msgstr ""
#. XXX this error message is probably not seen.
-#: build/files.c:1633
+#: build/files.c:1632
#, c-format
msgid "Couldn't exec %s: %s"
msgstr ""
-#: build/files.c:1638
+#: build/files.c:1637
#, c-format
msgid "Couldn't fork %s: %s"
msgstr ""
-#: build/files.c:1720
+#: build/files.c:1719
#, c-format
msgid "%s failed"
msgstr ""
-#: build/files.c:1724
+#: build/files.c:1723
#, c-format
msgid "failed to write all data to %s"
msgstr ""
-#: build/files.c:1820
+#: build/files.c:1819
#, c-format
msgid "Finding %s: (using %s)...\n"
msgstr ""
-#: build/files.c:1848 build/files.c:1858
+#: build/files.c:1847 build/files.c:1857
#, c-format
msgid "Failed to find %s:"
msgstr ""
-#: build/files.c:1968
+#: build/files.c:1967
#, c-format
msgid "Processing files: %s-%s-%s\n"
msgstr ""
diff --git a/po/ru.po b/po/ru.po
index 38fcfb41e..498542fc7 100644
--- a/po/ru.po
+++ b/po/ru.po
@@ -1,6 +1,6 @@
msgid ""
msgstr ""
-"POT-Creation-Date: 2000-07-11 11:49-0400\n"
+"POT-Creation-Date: 2000-07-11 17:18-0400\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=koi8-r\n"
"Content-Transfer-Encoding: 8bit\n"
@@ -1759,93 +1759,93 @@ msgstr "îÅÌØÚÑ ÓÍÅÛÉ×ÁÔØ ÓÐÅÃ. %%doc Ó ÄÒÕÇÉÍÉ ÆÏÒÍÁÍÉ: %s"
msgid "File listed twice: %s"
msgstr "æÁÊÌ ÕËÁÚÁÎ Ä×ÁÖÄÙ: %s"
-#: build/files.c:922
+#: build/files.c:921
#, c-format
msgid "Symlink points to BuildRoot: %s -> %s"
msgstr ""
-#: build/files.c:1011
+#: build/files.c:1010
#, c-format
msgid "File doesn't match prefix (%s): %s"
msgstr "æÁÊÌ ÎÅ ÏÔ×ÅÞÁÅÔ ÐÒÅÆÉËÓÕ (%s): %s"
-#: build/files.c:1021
+#: build/files.c:1020
#, c-format
msgid "File not found: %s"
msgstr "æÁÊÌ ÎÅ ÎÁÊÄÅÎ: %s"
-#: build/files.c:1064
+#: build/files.c:1063
#, c-format
msgid "Bad owner/group: %s\n"
msgstr "îÅ×ÅÒÎÁÑ ÐÁÒÁ ÈÏÚÑÉÎ/ÇÒÕÐÐÁ: %s\n"
-#: build/files.c:1076
+#: build/files.c:1075
#, fuzzy, c-format
msgid "File %4d: %07o %s.%s\t %s\n"
msgstr "æÁÊÌ %4d: 0%o %s.%s\t %s\n"
-#: build/files.c:1150
+#: build/files.c:1149
#, c-format
msgid "File needs leading \"/\": %s"
msgstr "æÁÊÌ ÄÏÌÖÅÎ ÎÁÞÉÎÁÔØÓÑ Ó \"/\": %s"
-#: build/files.c:1179
+#: build/files.c:1178
#, fuzzy, c-format
msgid "File not found by glob: %s"
msgstr "æÁÊÌ ÎÅ ÎÁÊÄÅÎ: %s"
-#: build/files.c:1232
+#: build/files.c:1231
#, fuzzy
msgid "Could not open %%files file %s: %s"
msgstr "îÅ ÍÏÇÕ ÏÔËÒÙÔØ ÆÁÊÌ %%files: %s"
-#: build/files.c:1239 build/pack.c:100
+#: build/files.c:1238 build/pack.c:100
#, c-format
msgid "line: %s"
msgstr "ÓÔÒÏËÁ: %s"
-#: build/files.c:1566
+#: build/files.c:1565
#, fuzzy, c-format
msgid "Bad file: %s: %s"
msgstr "ÆÁÊÌ %s: %s\n"
-#: build/files.c:1578 build/parsePrep.c:34
+#: build/files.c:1577 build/parsePrep.c:34
#, c-format
msgid "Bad owner/group: %s"
msgstr "îÅ×ÅÒÎÁÑ ÐÁÒÁ ÈÏÚÑÉÎ/ÇÒÕÐÐÁ: %s"
#. XXX this error message is probably not seen.
-#: build/files.c:1633
+#: build/files.c:1632
#, fuzzy, c-format
msgid "Couldn't exec %s: %s"
msgstr "îÅ ÍÏÇÕ ÉÓÐÏÌÎÉÔØ %s"
-#: build/files.c:1638
+#: build/files.c:1637
#, fuzzy, c-format
msgid "Couldn't fork %s: %s"
msgstr "îÅ ÍÏÇÕ ÆÏÒËÎÕÔØ %s"
-#: build/files.c:1720
+#: build/files.c:1719
#, c-format
msgid "%s failed"
msgstr "%s ÎÅ ÕÄÁÌÏÓØ"
-#: build/files.c:1724
+#: build/files.c:1723
#, c-format
msgid "failed to write all data to %s"
msgstr "ÚÁÐÉÓØ ×ÓÅÈ ÄÁÎÎÙÈ × %s ÎÅ ÕÄÁÌÁÓØ"
-#: build/files.c:1820
+#: build/files.c:1819
#, fuzzy, c-format
msgid "Finding %s: (using %s)...\n"
msgstr "ïÐÒÅÄÅÌÑÀ ÔÒÅÂÏ×ÁÎÉÑ ÐÁËÅÔÁ...\n"
-#: build/files.c:1848 build/files.c:1858
+#: build/files.c:1847 build/files.c:1857
#, fuzzy, c-format
msgid "Failed to find %s:"
msgstr "ïÛÉÂËÁ ÏÐÒÅÄÅÌÅÎÉÑ ÓÅÒ×ÉÓÏ×, ÐÒÅÄÏÓÔÁ×ÌÑÅÍÙÈ ÐÁËÅÔÏÍ"
-#: build/files.c:1968
+#: build/files.c:1967
#, fuzzy, c-format
msgid "Processing files: %s-%s-%s\n"
msgstr "ïÂÒÁÂÁÔÙ×ÁÀ ÆÁÊÌÙ: %s\n"
diff --git a/po/sk.po b/po/sk.po
index af6ebf70f..92e864045 100644
--- a/po/sk.po
+++ b/po/sk.po
@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: rpm 2.93\n"
-"POT-Creation-Date: 2000-07-11 11:49-0400\n"
+"POT-Creation-Date: 2000-07-11 17:18-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"
@@ -1762,93 +1762,93 @@ msgstr "Nie je mo¾né mie¹a» ¹peciálne %%doc s inými formami: %s"
msgid "File listed twice: %s"
msgstr "Súbor zadaný dvakrát: %s."
-#: build/files.c:922
+#: build/files.c:921
#, c-format
msgid "Symlink points to BuildRoot: %s -> %s"
msgstr ""
-#: build/files.c:1011
+#: build/files.c:1010
#, c-format
msgid "File doesn't match prefix (%s): %s"
msgstr "Súbor nesúhlasí s prefixom (%s): %s."
-#: build/files.c:1021
+#: build/files.c:1020
#, c-format
msgid "File not found: %s"
msgstr "Súbor nebol nájdený: %s"
-#: build/files.c:1064
+#: build/files.c:1063
#, c-format
msgid "Bad owner/group: %s\n"
msgstr "Chybný vlastník/skupina: %s\n"
-#: build/files.c:1076
+#: build/files.c:1075
#, 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:1150
+#: build/files.c:1149
#, c-format
msgid "File needs leading \"/\": %s"
msgstr "Súbor potrebuje na zaèiatku \"/\": %s"
-#: build/files.c:1179
+#: build/files.c:1178
#, fuzzy, c-format
msgid "File not found by glob: %s"
msgstr "Súbor nebol nájdený: %s"
-#: build/files.c:1232
+#: build/files.c:1231
#, fuzzy
msgid "Could not open %%files file %s: %s"
msgstr "chybe: nie je mo¾né otvori» %%files súbor: %s"
-#: build/files.c:1239 build/pack.c:100
+#: build/files.c:1238 build/pack.c:100
#, c-format
msgid "line: %s"
msgstr "riadok: %s"
-#: build/files.c:1566
+#: build/files.c:1565
#, fuzzy, c-format
msgid "Bad file: %s: %s"
msgstr "súbor %s: %s\n"
-#: build/files.c:1578 build/parsePrep.c:34
+#: build/files.c:1577 build/parsePrep.c:34
#, c-format
msgid "Bad owner/group: %s"
msgstr "Chybný vlastník/skupina: %s"
#. XXX this error message is probably not seen.
-#: build/files.c:1633
+#: build/files.c:1632
#, fuzzy, c-format
msgid "Couldn't exec %s: %s"
msgstr "Nie je mo¾né spusti» %s"
-#: build/files.c:1638
+#: build/files.c:1637
#, fuzzy, c-format
msgid "Couldn't fork %s: %s"
msgstr "Nie je mo¾né vytvori» proces %s"
-#: build/files.c:1720
+#: build/files.c:1719
#, c-format
msgid "%s failed"
msgstr "%s zlyhalo"
-#: build/files.c:1724
+#: build/files.c:1723
#, c-format
msgid "failed to write all data to %s"
msgstr "nepodarilo sa zapísa» v¹etky dáta do %s"
-#: build/files.c:1820
+#: build/files.c:1819
#, fuzzy, c-format
msgid "Finding %s: (using %s)...\n"
msgstr "Zis»ujú sa po¾adované vlastnosti...\n"
-#: build/files.c:1848 build/files.c:1858
+#: build/files.c:1847 build/files.c:1857
#, fuzzy, c-format
msgid "Failed to find %s:"
msgstr "Nepodarilo sa zisti» poskytované vlastnosti"
-#: build/files.c:1968
+#: build/files.c:1967
#, fuzzy, c-format
msgid "Processing files: %s-%s-%s\n"
msgstr "Spracovávajú sa súbory: %s\n"
diff --git a/po/sl.po b/po/sl.po
index 084c49300..ba57470b0 100644
--- 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.74 2000/07/11 16:16:04 jbj Exp $
+# $Id: sl.po,v 1.75 2000/07/11 22:23:18 jbj Exp $
#
msgid ""
msgstr ""
"Project-Id-Version: rpm 3.0.4\n"
-"POT-Creation-Date: 2000-07-11 11:49-0400\n"
+"POT-Creation-Date: 2000-07-11 17:18-0400\n"
"PO-Revision-Date: 2000-02-17 22:25+01:00\n"
"Last-Translator: Primo¾ Peterlin <primoz.peterlin@biofiz.mf.uni-lj.si>\n"
"Language-Team: Slovenian <sl@li.org>\n"
@@ -1744,92 +1744,92 @@ msgstr "Posebnih %%doc ni mo¾no me¹ati z ostalimi oblikami: %s"
msgid "File listed twice: %s"
msgstr "Datoteka je navedena dvakrat: %s"
-#: build/files.c:922
+#: build/files.c:921
#, c-format
msgid "Symlink points to BuildRoot: %s -> %s"
msgstr "Simbolna povezava ka¾e na BuildRoot: %s -> %s"
-#: build/files.c:1011
+#: build/files.c:1010
#, c-format
msgid "File doesn't match prefix (%s): %s"
msgstr "Datoteka se ne ujema s predpono (%s): %s"
-#: build/files.c:1021
+#: build/files.c:1020
#, c-format
msgid "File not found: %s"
msgstr "Datoteke ni najti: %s"
-#: build/files.c:1064
+#: build/files.c:1063
#, c-format
msgid "Bad owner/group: %s\n"
msgstr "Okvarjen lastnik/skupina: %s\n"
-#: build/files.c:1076
+#: build/files.c:1075
#, c-format
msgid "File %4d: %07o %s.%s\t %s\n"
msgstr "Datoteka: %4d: %07o %s.%s\t %s\n"
-#: build/files.c:1150
+#: build/files.c:1149
#, c-format
msgid "File needs leading \"/\": %s"
msgstr "Datoteki manjka uvodni \"/\": %s"
-#: build/files.c:1179
+#: build/files.c:1178
#, c-format
msgid "File not found by glob: %s"
msgstr "Datoteke ni mo¾no najti z raz¹iritvijo metaznakov v imenu: %s"
-#: build/files.c:1232
+#: build/files.c:1231
msgid "Could not open %%files file %s: %s"
msgstr "Datoteke %s iz %%files ni mo¾no odpreti: %s"
-#: build/files.c:1239 build/pack.c:100
+#: build/files.c:1238 build/pack.c:100
#, c-format
msgid "line: %s"
msgstr "vrstica: %s"
-#: build/files.c:1566
+#: build/files.c:1565
#, c-format
msgid "Bad file: %s: %s"
msgstr "Okvarjena datoteka: %s: %s"
-#: build/files.c:1578 build/parsePrep.c:34
+#: build/files.c:1577 build/parsePrep.c:34
#, c-format
msgid "Bad owner/group: %s"
msgstr "Okvarjen lastnik/skupina: %s"
#. XXX this error message is probably not seen.
-#: build/files.c:1633
+#: build/files.c:1632
#, c-format
msgid "Couldn't exec %s: %s"
msgstr "Ni mo¾no izvesti %s: %s"
-#: build/files.c:1638
+#: build/files.c:1637
#, c-format
msgid "Couldn't fork %s: %s"
msgstr "Vejitev %s ni mo¾na: %s"
-#: build/files.c:1720
+#: build/files.c:1719
#, c-format
msgid "%s failed"
msgstr "%s neuspe¹en"
-#: build/files.c:1724
+#: build/files.c:1723
#, c-format
msgid "failed to write all data to %s"
msgstr "pisanje podatkov na %s neuspe¹no"
-#: build/files.c:1820
+#: build/files.c:1819
#, c-format
msgid "Finding %s: (using %s)...\n"
msgstr "I¹èemo %s: (z uporabo %s)...\n"
-#: build/files.c:1848 build/files.c:1858
+#: build/files.c:1847 build/files.c:1857
#, c-format
msgid "Failed to find %s:"
msgstr "Neuspe¹no iskanje %s:"
-#: build/files.c:1968
+#: build/files.c:1967
#, c-format
msgid "Processing files: %s-%s-%s\n"
msgstr "Obdelujemo datoteke: %s-%s-%s\n"
diff --git a/po/sr.po b/po/sr.po
index a0b29e336..68c52a058 100644
--- a/po/sr.po
+++ b/po/sr.po
@@ -1,6 +1,6 @@
msgid ""
msgstr ""
-"POT-Creation-Date: 2000-07-11 11:49-0400\n"
+"POT-Creation-Date: 2000-07-11 17:18-0400\n"
"Content-Type: text/plain; charset=\n"
"Date: 1998-05-02 21:41:47-0400\n"
"From: Erik Troan <ewt@lacrosse.redhat.com>\n"
@@ -1764,93 +1764,93 @@ msgstr ""
msgid "File listed twice: %s"
msgstr "Neuspelo èitanje %s: %s."
-#: build/files.c:922
+#: build/files.c:921
#, c-format
msgid "Symlink points to BuildRoot: %s -> %s"
msgstr ""
-#: build/files.c:1011
+#: build/files.c:1010
#, fuzzy, c-format
msgid "File doesn't match prefix (%s): %s"
msgstr "Neuspelo èitanje %s: %s."
-#: build/files.c:1021
+#: build/files.c:1020
#, fuzzy, c-format
msgid "File not found: %s"
msgstr "Datoteka nije pronaðena na serveru"
-#: build/files.c:1064
+#: build/files.c:1063
#, c-format
msgid "Bad owner/group: %s\n"
msgstr ""
-#: build/files.c:1076
+#: build/files.c:1075
#, fuzzy, c-format
msgid "File %4d: %07o %s.%s\t %s\n"
msgstr "neuspelo otvaranje %s: %s"
-#: build/files.c:1150
+#: build/files.c:1149
#, c-format
msgid "File needs leading \"/\": %s"
msgstr ""
-#: build/files.c:1179
+#: build/files.c:1178
#, fuzzy, c-format
msgid "File not found by glob: %s"
msgstr "Datoteka nije pronaðena na serveru"
-#: build/files.c:1232
+#: build/files.c:1231
#, fuzzy
msgid "Could not open %%files file %s: %s"
msgstr "gre¹ka: ne mogu da otvorim datoteku %s\n"
-#: build/files.c:1239 build/pack.c:100
+#: build/files.c:1238 build/pack.c:100
#, c-format
msgid "line: %s"
msgstr ""
-#: build/files.c:1566
+#: build/files.c:1565
#, fuzzy, c-format
msgid "Bad file: %s: %s"
msgstr "neuspelo otvaranje %s: %s"
-#: build/files.c:1578 build/parsePrep.c:34
+#: build/files.c:1577 build/parsePrep.c:34
#, c-format
msgid "Bad owner/group: %s"
msgstr ""
#. XXX this error message is probably not seen.
-#: build/files.c:1633
+#: build/files.c:1632
#, fuzzy, c-format
msgid "Couldn't exec %s: %s"
msgstr "Ne mogu da izvr¹im PGP"
-#: build/files.c:1638
+#: build/files.c:1637
#, fuzzy, c-format
msgid "Couldn't fork %s: %s"
msgstr "Ne mogu da proèitam 'sigtarget'"
-#: build/files.c:1720
+#: build/files.c:1719
#, fuzzy, c-format
msgid "%s failed"
msgstr "PGP omanuo"
-#: build/files.c:1724
+#: build/files.c:1723
#, fuzzy, c-format
msgid "failed to write all data to %s"
msgstr "neuspelo kreiranje %s\n"
-#: build/files.c:1820
+#: build/files.c:1819
#, c-format
msgid "Finding %s: (using %s)...\n"
msgstr ""
-#: build/files.c:1848 build/files.c:1858
+#: build/files.c:1847 build/files.c:1857
#, fuzzy, c-format
msgid "Failed to find %s:"
msgstr "neuspelo kreiranje %s\n"
-#: build/files.c:1968
+#: build/files.c:1967
#, fuzzy, c-format
msgid "Processing files: %s-%s-%s\n"
msgstr "neuspelo otvaranje %s: %s"
diff --git a/po/sv.po b/po/sv.po
index dd6209366..eea693a13 100644
--- a/po/sv.po
+++ b/po/sv.po
@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: rpm 3.0.4\n"
-"POT-Creation-Date: 2000-07-11 11:49-0400\n"
+"POT-Creation-Date: 2000-07-11 17:18-0400\n"
"PO-Revision-Date: 2000-06-22 23:35+0200\n"
"Last-Translator: Göran Uddeborg <göran@uddeborg.pp.se>\n"
"Language-Team: Swedish <sv@li.org>\n"
@@ -1663,92 +1663,92 @@ msgstr "Kan inte blanda special %%doc med andra former: %s"
msgid "File listed twice: %s"
msgstr "Filen uppräknad två gånger: %s"
-#: build/files.c:922
+#: build/files.c:921
#, c-format
msgid "Symlink points to BuildRoot: %s -> %s"
msgstr "Symbolisk länk pekar på BuildRoot: %s -> %s"
-#: build/files.c:1011
+#: build/files.c:1010
#, c-format
msgid "File doesn't match prefix (%s): %s"
msgstr "Filen matchar inte prefixet (%s): %s"
-#: build/files.c:1021
+#: build/files.c:1020
#, c-format
msgid "File not found: %s"
msgstr "Filen hittades inte: %s"
-#: build/files.c:1064
+#: build/files.c:1063
#, c-format
msgid "Bad owner/group: %s\n"
msgstr "Felaktig ägare/grupp: %s\n"
-#: build/files.c:1076
+#: build/files.c:1075
#, c-format
msgid "File %4d: %07o %s.%s\t %s\n"
msgstr "Fil %4d: %07o %s.%s\t %s\n"
-#: build/files.c:1150
+#: build/files.c:1149
#, c-format
msgid "File needs leading \"/\": %s"
msgstr "Filen behöver inledande \"/\": %s"
-#: build/files.c:1179
+#: build/files.c:1178
#, c-format
msgid "File not found by glob: %s"
msgstr "Ingen file hittades vid matchningen: %s"
-#: build/files.c:1232
+#: build/files.c:1231
msgid "Could not open %%files file %s: %s"
msgstr "Kunde inte öppna %%files-fil %s: %s"
-#: build/files.c:1239 build/pack.c:100
+#: build/files.c:1238 build/pack.c:100
#, c-format
msgid "line: %s"
msgstr "rad: %s"
-#: build/files.c:1566
+#: build/files.c:1565
#, c-format
msgid "Bad file: %s: %s"
msgstr "Felaktig fil: %s: %s"
-#: build/files.c:1578 build/parsePrep.c:34
+#: build/files.c:1577 build/parsePrep.c:34
#, c-format
msgid "Bad owner/group: %s"
msgstr "Felaktig ägare/grupp: %s"
#. XXX this error message is probably not seen.
-#: build/files.c:1633
+#: build/files.c:1632
#, c-format
msgid "Couldn't exec %s: %s"
msgstr "Kunde inte köra %s: %s"
-#: build/files.c:1638
+#: build/files.c:1637
#, c-format
msgid "Couldn't fork %s: %s"
msgstr "Kunde inte grena %s: %s"
-#: build/files.c:1720
+#: build/files.c:1719
#, c-format
msgid "%s failed"
msgstr "%s misslyckades"
-#: build/files.c:1724
+#: build/files.c:1723
#, c-format
msgid "failed to write all data to %s"
msgstr "kunde inte skriva all data till %s"
-#: build/files.c:1820
+#: build/files.c:1819
#, c-format
msgid "Finding %s: (using %s)...\n"
msgstr "Letar upp %s: (använder %s)...\n"
-#: build/files.c:1848 build/files.c:1858
+#: build/files.c:1847 build/files.c:1857
#, c-format
msgid "Failed to find %s:"
msgstr "Misslyckades hitta %s:"
-#: build/files.c:1968
+#: build/files.c:1967
#, c-format
msgid "Processing files: %s-%s-%s\n"
msgstr "Bearbetar filer: %s-%s-%s\n"
diff --git a/po/tr.po b/po/tr.po
index f9d111e03..0d35bd2bc 100644
--- a/po/tr.po
+++ b/po/tr.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2000-07-11 11:49-0400\n"
+"POT-Creation-Date: 2000-07-11 17:18-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"
@@ -1804,93 +1804,93 @@ msgstr ""
msgid "File listed twice: %s"
msgstr "%s okunamadý: %s"
-#: build/files.c:922
+#: build/files.c:921
#, c-format
msgid "Symlink points to BuildRoot: %s -> %s"
msgstr ""
-#: build/files.c:1011
+#: build/files.c:1010
#, fuzzy, c-format
msgid "File doesn't match prefix (%s): %s"
msgstr "%s okunamadý: %s"
-#: build/files.c:1021
+#: build/files.c:1020
#, fuzzy, c-format
msgid "File not found: %s"
msgstr "Dosya sunucuda bulunamadý"
-#: build/files.c:1064
+#: build/files.c:1063
#, c-format
msgid "Bad owner/group: %s\n"
msgstr ""
-#: build/files.c:1076
+#: build/files.c:1075
#, fuzzy, c-format
msgid "File %4d: %07o %s.%s\t %s\n"
msgstr "%s açýlamadý: %s"
-#: build/files.c:1150
+#: build/files.c:1149
#, c-format
msgid "File needs leading \"/\": %s"
msgstr ""
-#: build/files.c:1179
+#: build/files.c:1178
#, fuzzy, c-format
msgid "File not found by glob: %s"
msgstr "Dosya sunucuda bulunamadý"
-#: build/files.c:1232
+#: build/files.c:1231
#, fuzzy
msgid "Could not open %%files file %s: %s"
msgstr "hata: %s dosyasý okunamadý\n"
-#: build/files.c:1239 build/pack.c:100
+#: build/files.c:1238 build/pack.c:100
#, c-format
msgid "line: %s"
msgstr ""
-#: build/files.c:1566
+#: build/files.c:1565
#, fuzzy, c-format
msgid "Bad file: %s: %s"
msgstr "%s açýlamadý: %s"
-#: build/files.c:1578 build/parsePrep.c:34
+#: build/files.c:1577 build/parsePrep.c:34
#, c-format
msgid "Bad owner/group: %s"
msgstr ""
#. XXX this error message is probably not seen.
-#: build/files.c:1633
+#: build/files.c:1632
#, fuzzy, c-format
msgid "Couldn't exec %s: %s"
msgstr "PGP çalýþtýrýlamadý"
-#: build/files.c:1638
+#: build/files.c:1637
#, fuzzy, c-format
msgid "Couldn't fork %s: %s"
msgstr "Ýmza hedefi 'sigtarget' okunamadý"
-#: build/files.c:1720
+#: build/files.c:1719
#, fuzzy, c-format
msgid "%s failed"
msgstr "PGP hata verdi"
-#: build/files.c:1724
+#: build/files.c:1723
#, fuzzy, c-format
msgid "failed to write all data to %s"
msgstr "%s yaratýlamýyor\n"
-#: build/files.c:1820
+#: build/files.c:1819
#, c-format
msgid "Finding %s: (using %s)...\n"
msgstr ""
-#: build/files.c:1848 build/files.c:1858
+#: build/files.c:1847 build/files.c:1857
#, fuzzy, c-format
msgid "Failed to find %s:"
msgstr "%s yaratýlamýyor\n"
-#: build/files.c:1968
+#: build/files.c:1967
#, fuzzy, c-format
msgid "Processing files: %s-%s-%s\n"
msgstr "%s açýlamadý: %s"
diff --git a/po/uk.po b/po/uk.po
index e8a114b59..5a8f9d4c5 100644
--- a/po/uk.po
+++ b/po/uk.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2000-07-11 11:49-0400\n"
+"POT-Creation-Date: 2000-07-11 17:18-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"
@@ -1611,92 +1611,92 @@ msgstr ""
msgid "File listed twice: %s"
msgstr ""
-#: build/files.c:922
+#: build/files.c:921
#, c-format
msgid "Symlink points to BuildRoot: %s -> %s"
msgstr ""
-#: build/files.c:1011
+#: build/files.c:1010
#, c-format
msgid "File doesn't match prefix (%s): %s"
msgstr ""
-#: build/files.c:1021
+#: build/files.c:1020
#, c-format
msgid "File not found: %s"
msgstr ""
-#: build/files.c:1064
+#: build/files.c:1063
#, c-format
msgid "Bad owner/group: %s\n"
msgstr ""
-#: build/files.c:1076
+#: build/files.c:1075
#, c-format
msgid "File %4d: %07o %s.%s\t %s\n"
msgstr ""
-#: build/files.c:1150
+#: build/files.c:1149
#, c-format
msgid "File needs leading \"/\": %s"
msgstr ""
-#: build/files.c:1179
+#: build/files.c:1178
#, c-format
msgid "File not found by glob: %s"
msgstr ""
-#: build/files.c:1232
+#: build/files.c:1231
msgid "Could not open %%files file %s: %s"
msgstr ""
-#: build/files.c:1239 build/pack.c:100
+#: build/files.c:1238 build/pack.c:100
#, c-format
msgid "line: %s"
msgstr ""
-#: build/files.c:1566
+#: build/files.c:1565
#, c-format
msgid "Bad file: %s: %s"
msgstr ""
-#: build/files.c:1578 build/parsePrep.c:34
+#: build/files.c:1577 build/parsePrep.c:34
#, c-format
msgid "Bad owner/group: %s"
msgstr ""
#. XXX this error message is probably not seen.
-#: build/files.c:1633
+#: build/files.c:1632
#, c-format
msgid "Couldn't exec %s: %s"
msgstr ""
-#: build/files.c:1638
+#: build/files.c:1637
#, c-format
msgid "Couldn't fork %s: %s"
msgstr ""
-#: build/files.c:1720
+#: build/files.c:1719
#, c-format
msgid "%s failed"
msgstr ""
-#: build/files.c:1724
+#: build/files.c:1723
#, c-format
msgid "failed to write all data to %s"
msgstr ""
-#: build/files.c:1820
+#: build/files.c:1819
#, c-format
msgid "Finding %s: (using %s)...\n"
msgstr ""
-#: build/files.c:1848 build/files.c:1858
+#: build/files.c:1847 build/files.c:1857
#, c-format
msgid "Failed to find %s:"
msgstr ""
-#: build/files.c:1968
+#: build/files.c:1967
#, c-format
msgid "Processing files: %s-%s-%s\n"
msgstr ""
diff --git a/popt/po/cs.po b/popt/po/cs.po
index 712c5d7e1..3bbf4181f 100644
--- a/popt/po/cs.po
+++ b/popt/po/cs.po
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: popt 1.3\n"
-"POT-Creation-Date: 1999-12-16 12:42-0500\n"
+"POT-Creation-Date: 2000-07-09 15:05-0400\n"
"PO-Revision-Date: 1999-10-23 18:49+02:00\n"
"Last-Translator: Stanislav Brabec <utx@k332.feld.cvut.cz>\n"
"Language-Team: Czech <cs@li.org>\n"
diff --git a/popt/po/da.po b/popt/po/da.po
index 63a8ab9ae..644f1faf5 100644
--- a/popt/po/da.po
+++ b/popt/po/da.po
@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: popt\n"
-"POT-Creation-Date: 2000-05-31 21:46-0400\n"
+"POT-Creation-Date: 2000-07-09 15:05-0400\n"
"PO-Revision-Date: 2000-03-07 05:17+01:00\n"
"Last-Translator: K. Christiansen <kenneth@gnu.org>\n"
"Language-Team: Danish/Dansk <dansk@klid.dk>\n"
diff --git a/popt/po/de.po b/popt/po/de.po
index 6378d9cb2..79aa22d5f 100644
--- a/popt/po/de.po
+++ b/popt/po/de.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2000-05-31 21:46-0400\n"
+"POT-Creation-Date: 2000-07-09 15:05-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"
diff --git a/popt/po/es.po b/popt/po/es.po
index 6378d9cb2..79aa22d5f 100644
--- a/popt/po/es.po
+++ b/popt/po/es.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2000-05-31 21:46-0400\n"
+"POT-Creation-Date: 2000-07-09 15:05-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"
diff --git a/popt/po/fi.po b/popt/po/fi.po
index 6378d9cb2..79aa22d5f 100644
--- a/popt/po/fi.po
+++ b/popt/po/fi.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2000-05-31 21:46-0400\n"
+"POT-Creation-Date: 2000-07-09 15:05-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"
diff --git a/popt/po/fr.po b/popt/po/fr.po
index 6378d9cb2..79aa22d5f 100644
--- a/popt/po/fr.po
+++ b/popt/po/fr.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2000-05-31 21:46-0400\n"
+"POT-Creation-Date: 2000-07-09 15:05-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"
diff --git a/popt/po/gl.po b/popt/po/gl.po
index f9b6836d3..4efd338af 100644
--- a/popt/po/gl.po
+++ b/popt/po/gl.po
@@ -10,7 +10,7 @@
msgid ""
msgstr ""
"Project-Id-Version: popt 1.4\n"
-"POT-Creation-Date: 2000-01-06 20:30+0100\n"
+"POT-Creation-Date: 2000-07-09 15:05-0400\n"
"PO-Revision-Date: 2000-01-06 20:31+0100\n"
"Last-Translator: Jesús Bravo Álvarez <jba@pobox.com>\n"
"Language-Team: Galician <gpul-traduccion@ceu.fi.udc.es>\n"
diff --git a/popt/po/hu.po b/popt/po/hu.po
index 6378d9cb2..79aa22d5f 100644
--- a/popt/po/hu.po
+++ b/popt/po/hu.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2000-05-31 21:46-0400\n"
+"POT-Creation-Date: 2000-07-09 15:05-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"
diff --git a/popt/po/id.po b/popt/po/id.po
index 6378d9cb2..79aa22d5f 100644
--- a/popt/po/id.po
+++ b/popt/po/id.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2000-05-31 21:46-0400\n"
+"POT-Creation-Date: 2000-07-09 15:05-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"
diff --git a/popt/po/is.po b/popt/po/is.po
index e5bb3dded..a062e6899 100644
--- a/popt/po/is.po
+++ b/popt/po/is.po
@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: popt 1.0\n"
-"POT-Creation-Date: 2000-05-31 21:46-0400\n"
+"POT-Creation-Date: 2000-07-09 15:05-0400\n"
"PO-Revision-Date: 2000-06-16 02:12+0000\n"
"Last-Translator: Richard Allen <ra@hp.is>\n"
"Language-Team: is <kde-isl@mmedia.is>\n"
diff --git a/popt/po/it.po b/popt/po/it.po
index 6378d9cb2..79aa22d5f 100644
--- a/popt/po/it.po
+++ b/popt/po/it.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2000-05-31 21:46-0400\n"
+"POT-Creation-Date: 2000-07-09 15:05-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"
diff --git a/popt/po/ja.po b/popt/po/ja.po
index 6378d9cb2..79aa22d5f 100644
--- a/popt/po/ja.po
+++ b/popt/po/ja.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2000-05-31 21:46-0400\n"
+"POT-Creation-Date: 2000-07-09 15:05-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"
diff --git a/popt/po/ko.po b/popt/po/ko.po
index 6378d9cb2..79aa22d5f 100644
--- a/popt/po/ko.po
+++ b/popt/po/ko.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2000-05-31 21:46-0400\n"
+"POT-Creation-Date: 2000-07-09 15:05-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"
diff --git a/popt/po/no.po b/popt/po/no.po
index bc5114acf..c1746be49 100644
--- a/popt/po/no.po
+++ b/popt/po/no.po
@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: popt 7.0\n"
-"POT-Creation-Date: 2000-05-31 21:46-0400\n"
+"POT-Creation-Date: 2000-07-09 15:05-0400\n"
"PO-Revision-Date: 2000-06-21 16:11+02:00\n"
"Last-Translator: Kjartan Maraas <kmaraas@online.no>\n"
"Language-Team: Norwegian <no@li.org>\n"
diff --git a/popt/po/pl.po b/popt/po/pl.po
index 6378d9cb2..79aa22d5f 100644
--- a/popt/po/pl.po
+++ b/popt/po/pl.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2000-05-31 21:46-0400\n"
+"POT-Creation-Date: 2000-07-09 15:05-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"
diff --git a/popt/po/pt.po b/popt/po/pt.po
index 53169b7d5..5bba89c7b 100644
--- a/popt/po/pt.po
+++ b/popt/po/pt.po
@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: popt\n"
-"POT-Creation-Date: 2000-05-31 21:46-0400\n"
+"POT-Creation-Date: 2000-07-09 15:05-0400\n"
"PO-Revision-Date: 2000-06-22 01:02+01:00\n"
"Last-Translator: Pedro Morais <morais@kde.org>\n"
"Language-Team: pt <morais@kde.org>\n"
diff --git a/popt/po/pt_BR.po b/popt/po/pt_BR.po
index 6378d9cb2..79aa22d5f 100644
--- a/popt/po/pt_BR.po
+++ b/popt/po/pt_BR.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2000-05-31 21:46-0400\n"
+"POT-Creation-Date: 2000-07-09 15:05-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"
diff --git a/popt/po/ru.po b/popt/po/ru.po
index 6378d9cb2..79aa22d5f 100644
--- a/popt/po/ru.po
+++ b/popt/po/ru.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2000-05-31 21:46-0400\n"
+"POT-Creation-Date: 2000-07-09 15:05-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"
diff --git a/popt/po/sl.po b/popt/po/sl.po
index 6378d9cb2..79aa22d5f 100644
--- a/popt/po/sl.po
+++ b/popt/po/sl.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2000-05-31 21:46-0400\n"
+"POT-Creation-Date: 2000-07-09 15:05-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"
diff --git a/popt/po/sr.po b/popt/po/sr.po
index 6378d9cb2..79aa22d5f 100644
--- a/popt/po/sr.po
+++ b/popt/po/sr.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2000-05-31 21:46-0400\n"
+"POT-Creation-Date: 2000-07-09 15:05-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"
diff --git a/popt/po/sv.po b/popt/po/sv.po
index c448e80b8..2a6f26ae0 100644
--- a/popt/po/sv.po
+++ b/popt/po/sv.po
@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: popt\n"
-"POT-Creation-Date: 2000-05-31 21:46-0400\n"
+"POT-Creation-Date: 2000-07-09 15:05-0400\n"
"PO-Revision-Date: 2000-06-20 00:07+0200\n"
"Last-Translator: Christian Rose <menthos@menthos.com>\n"
"Language-Team: Swedish <sv@li.org>\n"
diff --git a/popt/po/uk.po b/popt/po/uk.po
index bdd08f448..bd204775a 100644
--- a/popt/po/uk.po
+++ b/popt/po/uk.po
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: popt 1.4\n"
-"POT-Creation-Date: 1999-05-31 18:09-0400\n"
+"POT-Creation-Date: 2000-07-09 15:05-0400\n"
"PO-Revision-Date: 1999-09-30 16:54+0200\n"
"Last-Translator: Yuri Syrota <rasta@renome.rovno.ua>\n"
"Language-Team: Ukrainian <uk@li.org>\n"
@@ -13,10 +13,10 @@ msgstr ""
"Content-Type: text/plain; charset=koi8-u\n"
"Content-Transfer-Encoding: 8bit\n"
-#: ../popthelp.c:35
+#: popthelp.c:23
msgid "Show this help message"
msgstr "ðÏËÁÚÁÔÉ ÃÀ ÄÏצÄËÕ"
-#: ../popthelp.c:36
+#: popthelp.c:24
msgid "Display brief usage message"
msgstr "ðÏËÁÚÁÔÉ ËÏÒÏÔËÕ ÄÏצÄËÕ ÐÒÏ ×ÉËÏÒÉÓÔÁÎÎÑ"
diff --git a/popt/po/wa.po b/popt/po/wa.po
index 403374e22..cbf357bd2 100644
--- a/popt/po/wa.po
+++ b/popt/po/wa.po
@@ -9,7 +9,7 @@
msgid ""
msgstr ""
"Project-Id-Version: popt 1.3\n"
-"POT-Creation-Date: 1999-12-16 12:42-0500\n"
+"POT-Creation-Date: 2000-07-09 15:05-0400\n"
"PO-Revision-Date: 1999-03-18 23:11+0100\n"
"Last-Translator: Nobody yet\n"
"Language-Team: walon <linux-wa@chanae.alphanet.ch>\n"
diff --git a/popt/po/zh_CN.GB2312.po b/popt/po/zh_CN.GB2312.po
index 19dfebe81..44972aec1 100644
--- a/popt/po/zh_CN.GB2312.po
+++ b/popt/po/zh_CN.GB2312.po
@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: kcmkpanel\n"
-"POT-Creation-Date: 1999-05-31 18:09-0400\n"
+"POT-Creation-Date: 2000-07-09 15:05-0400\n"
"PO-Revision-Date: 1999-11-11 05:04+0800\n"
"Last-Translator: Dillion Chen <dillon.chen@turbolinux.com.cn>\n"
"Language-Team: TLDN\n"
@@ -9,10 +9,10 @@ msgstr ""
"Content-Type: text/plain; charset=gb2312\n"
"Content-Transfer-Encoding: 8bit\n"
-#: ../popthelp.c:35
+#: popthelp.c:23
msgid "Show this help message"
msgstr "ÏÔʾÕâÌõ°ïÖúÐÅÏ¢"
-#: ../popthelp.c:36
+#: popthelp.c:24
msgid "Display brief usage message"
msgstr "ÏÔʾ¼ò¶ÌʹÓÃÐÅÏ¢"
diff --git a/rpm.spec b/rpm.spec
index 297b62bcc..381892c4c 100644
--- a/rpm.spec
+++ b/rpm.spec
@@ -1,3 +1,6 @@
+# XXX legacy requires './' payload prefix to be omitted from rpm packages.
+%define _noPayloadPrefix 1
+
%define __prefix /usr
%{expand:%%define __share %(if [ -d %{__prefix}/share/man ]; then echo /share ; else echo %%{nil} ; fi)}
@@ -5,7 +8,7 @@ Summary: The Red Hat package management system.
Name: rpm
%define version 4.0
Version: %{version}
-Release: 0.49
+Release: 0.50
Group: System Environment/Base
Source: ftp://ftp.rpm.org/pub/rpm/dist/rpm-3.0.x/rpm-%{version}.tar.gz
Copyright: GPL
@@ -259,6 +262,8 @@ fi
- remove build mode help from rpm.c, use rpmb instead.
- support for rpmlib(...) internal feature dependencies.
- fix: set multilibno on sparc per-platform config.
+- fix: legacy requires './' payload prefix to be omitted for rpm itself.
+- fix: remove verbose database +++/--- messages to conform to doco.
* Sun Jul 9 2000 Jeff Johnson <jbj@redhat.com>
- add pre-transaction syscall's to handle /etc/init.d change.