summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/cpio.c10
-rw-r--r--po/cs.po20
-rw-r--r--po/da.po20
-rw-r--r--po/de.po20
-rw-r--r--po/es.po20
-rw-r--r--po/eu_ES.po20
-rw-r--r--po/fi.po20
-rw-r--r--po/fr.po20
-rw-r--r--po/gl.po20
-rw-r--r--po/hu.po20
-rw-r--r--po/id.po20
-rw-r--r--po/is.po20
-rw-r--r--po/it.po20
-rw-r--r--po/ja.po22
-rw-r--r--po/ko.po20
-rw-r--r--po/no.po20
-rw-r--r--po/pl.po20
-rw-r--r--po/pt.po20
-rw-r--r--po/pt_BR.po20
-rw-r--r--po/ro.po20
-rw-r--r--po/rpm.pot20
-rw-r--r--po/ru.po20
-rw-r--r--po/sk.po20
-rw-r--r--po/sl.po22
-rw-r--r--po/sr.po20
-rw-r--r--po/sv.po20
-rw-r--r--po/tr.po20
-rw-r--r--po/uk.po20
-rw-r--r--po/wa.po20
-rw-r--r--po/zh.po20
-rw-r--r--po/zh_CN.GB2312.po20
-rw-r--r--rpm.spec9
-rw-r--r--rpm.spec.in5
33 files changed, 321 insertions, 307 deletions
diff --git a/lib/cpio.c b/lib/cpio.c
index 7537a405d..bda11a01c 100644
--- a/lib/cpio.c
+++ b/lib/cpio.c
@@ -771,7 +771,15 @@ int cpioInstallArchive(FD_t cfd, const struct cpioFileMapping * mappings,
cpioFileMapCmp);
}
- if (mappings && !map) {
+#ifdef HACK_ALERT
+ if (mappings && !map)
+#else
+ if (mappings && !map && (st->n_link == 1 || !S_ISREG(st->st_mode)
+ || !st->size)) {
+ } else if ((st->st_nlink > 1) && S_ISREG(st->st_mode) &&
+ (li->createdPath != -1))
+#endif
+ {
eatBytes(cfd, st->st_size);
} else {
if (map) {
diff --git a/po/cs.po b/po/cs.po
index 5c7d85586..388629a7b 100644
--- a/po/cs.po
+++ b/po/cs.po
@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: rpm 4.0.1\n"
-"POT-Creation-Date: 2001-01-18 20:21-0500\n"
+"POT-Creation-Date: 2001-01-19 11:41-0500\n"
"PO-Revision-Date: 2000-08-23 22:24+0100\n"
"Last-Translator: Milan Kerslager <milan.kerslager@spsselib.hiedu.cz>\n"
"Language-Team: Czech <cs@li.org>\n"
@@ -2374,40 +2374,40 @@ msgstr "Nemohu provést unlink %s: %s\n"
msgid "getNextHeader: %s\n"
msgstr "getNextHeader: %s\n"
-#: lib/cpio.c:1245
+#: lib/cpio.c:1253
#, c-format
msgid "(error 0x%x)"
msgstr "(chyba: 0x%x)"
-#: lib/cpio.c:1248
+#: lib/cpio.c:1256
msgid "Bad magic"
msgstr "©patné magické èíslo"
-#: lib/cpio.c:1249
+#: lib/cpio.c:1257
msgid "Bad/unreadable header"
msgstr "©patná nebo neèitelná hlavièka"
-#: lib/cpio.c:1267
+#: lib/cpio.c:1275
msgid "Header size too big"
msgstr "Velikost hlavièky je pøili¹ velká"
-#: lib/cpio.c:1268
+#: lib/cpio.c:1276
msgid "Unknown file type"
msgstr "Neznámý typ souboru"
-#: lib/cpio.c:1269
+#: lib/cpio.c:1277
msgid "Missing hard link"
msgstr "Chybìjící hardlink"
-#: lib/cpio.c:1270
+#: lib/cpio.c:1278
msgid "MD5 sum mismatch"
msgstr ""
-#: lib/cpio.c:1271
+#: lib/cpio.c:1279
msgid "Internal error"
msgstr "Interní chyba"
-#: lib/cpio.c:1280
+#: lib/cpio.c:1288
msgid " failed - "
msgstr "selhal - "
diff --git a/po/da.po b/po/da.po
index 7addaf277..db808ce94 100644
--- a/po/da.po
+++ b/po/da.po
@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: rpm 4.0.1\n"
-"POT-Creation-Date: 2001-01-18 20:21-0500\n"
+"POT-Creation-Date: 2001-01-19 11:41-0500\n"
"PO-Revision-Date: 2000-03-07 05:17+01:00\n"
"Last-Translator: K. Christiansen <kenneth@gnu.org>\n"
"Language-Team: Danish/Dansk <dansk@klid.dk>\n"
@@ -2293,40 +2293,40 @@ msgstr ""
msgid "getNextHeader: %s\n"
msgstr ""
-#: lib/cpio.c:1245
+#: lib/cpio.c:1253
#, c-format
msgid "(error 0x%x)"
msgstr ""
-#: lib/cpio.c:1248
+#: lib/cpio.c:1256
msgid "Bad magic"
msgstr ""
-#: lib/cpio.c:1249
+#: lib/cpio.c:1257
msgid "Bad/unreadable header"
msgstr ""
-#: lib/cpio.c:1267
+#: lib/cpio.c:1275
msgid "Header size too big"
msgstr ""
-#: lib/cpio.c:1268
+#: lib/cpio.c:1276
msgid "Unknown file type"
msgstr ""
-#: lib/cpio.c:1269
+#: lib/cpio.c:1277
msgid "Missing hard link"
msgstr ""
-#: lib/cpio.c:1270
+#: lib/cpio.c:1278
msgid "MD5 sum mismatch"
msgstr ""
-#: lib/cpio.c:1271
+#: lib/cpio.c:1279
msgid "Internal error"
msgstr ""
-#: lib/cpio.c:1280
+#: lib/cpio.c:1288
msgid " failed - "
msgstr ""
diff --git a/po/de.po b/po/de.po
index 0ed3fdbce..39e02d5a3 100644
--- a/po/de.po
+++ b/po/de.po
@@ -37,7 +37,7 @@
msgid ""
msgstr ""
"Project-Id-Version: rpm 4.0.1\n"
-"POT-Creation-Date: 2001-01-18 20:21-0500\n"
+"POT-Creation-Date: 2001-01-19 11:41-0500\n"
"PO-Revision-Date: 1998-08-03 18:02+02:00\n"
"Last-Translator: Karl Eichwalder <ke@SuSE.DE>\n"
"Language-Team: German <de@li.org>\n"
@@ -2548,42 +2548,42 @@ msgstr ""
msgid "getNextHeader: %s\n"
msgstr ""
-#: lib/cpio.c:1245
+#: lib/cpio.c:1253
#, fuzzy, c-format
msgid "(error 0x%x)"
msgstr "Fehler: "
-#: lib/cpio.c:1248
+#: lib/cpio.c:1256
msgid "Bad magic"
msgstr ""
-#: lib/cpio.c:1249
+#: lib/cpio.c:1257
msgid "Bad/unreadable header"
msgstr ""
-#: lib/cpio.c:1267
+#: lib/cpio.c:1275
msgid "Header size too big"
msgstr ""
-#: lib/cpio.c:1268
+#: lib/cpio.c:1276
#, fuzzy
msgid "Unknown file type"
msgstr "(unbekannter Typ)"
-#: lib/cpio.c:1269
+#: lib/cpio.c:1277
msgid "Missing hard link"
msgstr ""
-#: lib/cpio.c:1270
+#: lib/cpio.c:1278
msgid "MD5 sum mismatch"
msgstr ""
-#: lib/cpio.c:1271
+#: lib/cpio.c:1279
#, fuzzy
msgid "Internal error"
msgstr "Fataler Fehler: "
-#: lib/cpio.c:1280
+#: lib/cpio.c:1288
#, fuzzy
msgid " failed - "
msgstr "pgp fehlgeschlagen"
diff --git a/po/es.po b/po/es.po
index 2c0bd958b..eec574e62 100644
--- a/po/es.po
+++ b/po/es.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: rpm 4.0.1\n"
-"POT-Creation-Date: 2001-01-18 20:21-0500\n"
+"POT-Creation-Date: 2001-01-19 11:41-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -2258,40 +2258,40 @@ msgstr ""
msgid "getNextHeader: %s\n"
msgstr ""
-#: lib/cpio.c:1245
+#: lib/cpio.c:1253
#, c-format
msgid "(error 0x%x)"
msgstr ""
-#: lib/cpio.c:1248
+#: lib/cpio.c:1256
msgid "Bad magic"
msgstr ""
-#: lib/cpio.c:1249
+#: lib/cpio.c:1257
msgid "Bad/unreadable header"
msgstr ""
-#: lib/cpio.c:1267
+#: lib/cpio.c:1275
msgid "Header size too big"
msgstr ""
-#: lib/cpio.c:1268
+#: lib/cpio.c:1276
msgid "Unknown file type"
msgstr ""
-#: lib/cpio.c:1269
+#: lib/cpio.c:1277
msgid "Missing hard link"
msgstr ""
-#: lib/cpio.c:1270
+#: lib/cpio.c:1278
msgid "MD5 sum mismatch"
msgstr ""
-#: lib/cpio.c:1271
+#: lib/cpio.c:1279
msgid "Internal error"
msgstr ""
-#: lib/cpio.c:1280
+#: lib/cpio.c:1288
msgid " failed - "
msgstr ""
diff --git a/po/eu_ES.po b/po/eu_ES.po
index 8cf58a8cf..7e539a118 100644
--- a/po/eu_ES.po
+++ b/po/eu_ES.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2001-01-18 20:21-0500\n"
+"POT-Creation-Date: 2001-01-19 11:41-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -2258,40 +2258,40 @@ msgstr ""
msgid "getNextHeader: %s\n"
msgstr ""
-#: lib/cpio.c:1245
+#: lib/cpio.c:1253
#, c-format
msgid "(error 0x%x)"
msgstr ""
-#: lib/cpio.c:1248
+#: lib/cpio.c:1256
msgid "Bad magic"
msgstr ""
-#: lib/cpio.c:1249
+#: lib/cpio.c:1257
msgid "Bad/unreadable header"
msgstr ""
-#: lib/cpio.c:1267
+#: lib/cpio.c:1275
msgid "Header size too big"
msgstr ""
-#: lib/cpio.c:1268
+#: lib/cpio.c:1276
msgid "Unknown file type"
msgstr ""
-#: lib/cpio.c:1269
+#: lib/cpio.c:1277
msgid "Missing hard link"
msgstr ""
-#: lib/cpio.c:1270
+#: lib/cpio.c:1278
msgid "MD5 sum mismatch"
msgstr ""
-#: lib/cpio.c:1271
+#: lib/cpio.c:1279
msgid "Internal error"
msgstr ""
-#: lib/cpio.c:1280
+#: lib/cpio.c:1288
msgid " failed - "
msgstr ""
diff --git a/po/fi.po b/po/fi.po
index 4c3d344a2..00f9de738 100644
--- a/po/fi.po
+++ b/po/fi.po
@@ -1,6 +1,6 @@
msgid ""
msgstr ""
-"POT-Creation-Date: 2001-01-18 20:21-0500\n"
+"POT-Creation-Date: 2001-01-19 11:41-0500\n"
"Last-Translator: Raimo Koski <rkoski@pp.weppi.fi>\n"
"Language-Team: Finnish <linux@sot.com>\n"
"Content-Type: text/plain; charset=\n"
@@ -2455,42 +2455,42 @@ msgstr ""
msgid "getNextHeader: %s\n"
msgstr ""
-#: lib/cpio.c:1245
+#: lib/cpio.c:1253
#, fuzzy, c-format
msgid "(error 0x%x)"
msgstr "virhe: "
-#: lib/cpio.c:1248
+#: lib/cpio.c:1256
msgid "Bad magic"
msgstr ""
-#: lib/cpio.c:1249
+#: lib/cpio.c:1257
msgid "Bad/unreadable header"
msgstr ""
-#: lib/cpio.c:1267
+#: lib/cpio.c:1275
msgid "Header size too big"
msgstr ""
-#: lib/cpio.c:1268
+#: lib/cpio.c:1276
#, fuzzy
msgid "Unknown file type"
msgstr "(tuntematon tyyppi)"
-#: lib/cpio.c:1269
+#: lib/cpio.c:1277
msgid "Missing hard link"
msgstr ""
-#: lib/cpio.c:1270
+#: lib/cpio.c:1278
msgid "MD5 sum mismatch"
msgstr ""
-#: lib/cpio.c:1271
+#: lib/cpio.c:1279
#, fuzzy
msgid "Internal error"
msgstr "vakava virhe: "
-#: lib/cpio.c:1280
+#: lib/cpio.c:1288
#, fuzzy
msgid " failed - "
msgstr "pgp epäonnistui"
diff --git a/po/fr.po b/po/fr.po
index a4d6fc23e..6cbc1d951 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -1,5 +1,5 @@
msgid ""
-msgstr "POT-Creation-Date: 2001-01-18 20:21-0500\n"
+msgstr "POT-Creation-Date: 2001-01-19 11:41-0500\n"
#: build.c:26
#, fuzzy, c-format
@@ -2471,40 +2471,40 @@ msgstr ""
msgid "getNextHeader: %s\n"
msgstr ""
-#: lib/cpio.c:1245
+#: lib/cpio.c:1253
#, c-format
msgid "(error 0x%x)"
msgstr ""
-#: lib/cpio.c:1248
+#: lib/cpio.c:1256
msgid "Bad magic"
msgstr ""
-#: lib/cpio.c:1249
+#: lib/cpio.c:1257
msgid "Bad/unreadable header"
msgstr ""
-#: lib/cpio.c:1267
+#: lib/cpio.c:1275
msgid "Header size too big"
msgstr ""
-#: lib/cpio.c:1268
+#: lib/cpio.c:1276
msgid "Unknown file type"
msgstr ""
-#: lib/cpio.c:1269
+#: lib/cpio.c:1277
msgid "Missing hard link"
msgstr ""
-#: lib/cpio.c:1270
+#: lib/cpio.c:1278
msgid "MD5 sum mismatch"
msgstr ""
-#: lib/cpio.c:1271
+#: lib/cpio.c:1279
msgid "Internal error"
msgstr ""
-#: lib/cpio.c:1280
+#: lib/cpio.c:1288
#, fuzzy
msgid " failed - "
msgstr "La construction a échoué.\n"
diff --git a/po/gl.po b/po/gl.po
index 2c0bd958b..eec574e62 100644
--- a/po/gl.po
+++ b/po/gl.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: rpm 4.0.1\n"
-"POT-Creation-Date: 2001-01-18 20:21-0500\n"
+"POT-Creation-Date: 2001-01-19 11:41-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -2258,40 +2258,40 @@ msgstr ""
msgid "getNextHeader: %s\n"
msgstr ""
-#: lib/cpio.c:1245
+#: lib/cpio.c:1253
#, c-format
msgid "(error 0x%x)"
msgstr ""
-#: lib/cpio.c:1248
+#: lib/cpio.c:1256
msgid "Bad magic"
msgstr ""
-#: lib/cpio.c:1249
+#: lib/cpio.c:1257
msgid "Bad/unreadable header"
msgstr ""
-#: lib/cpio.c:1267
+#: lib/cpio.c:1275
msgid "Header size too big"
msgstr ""
-#: lib/cpio.c:1268
+#: lib/cpio.c:1276
msgid "Unknown file type"
msgstr ""
-#: lib/cpio.c:1269
+#: lib/cpio.c:1277
msgid "Missing hard link"
msgstr ""
-#: lib/cpio.c:1270
+#: lib/cpio.c:1278
msgid "MD5 sum mismatch"
msgstr ""
-#: lib/cpio.c:1271
+#: lib/cpio.c:1279
msgid "Internal error"
msgstr ""
-#: lib/cpio.c:1280
+#: lib/cpio.c:1288
msgid " failed - "
msgstr ""
diff --git a/po/hu.po b/po/hu.po
index 2c0bd958b..eec574e62 100644
--- a/po/hu.po
+++ b/po/hu.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: rpm 4.0.1\n"
-"POT-Creation-Date: 2001-01-18 20:21-0500\n"
+"POT-Creation-Date: 2001-01-19 11:41-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -2258,40 +2258,40 @@ msgstr ""
msgid "getNextHeader: %s\n"
msgstr ""
-#: lib/cpio.c:1245
+#: lib/cpio.c:1253
#, c-format
msgid "(error 0x%x)"
msgstr ""
-#: lib/cpio.c:1248
+#: lib/cpio.c:1256
msgid "Bad magic"
msgstr ""
-#: lib/cpio.c:1249
+#: lib/cpio.c:1257
msgid "Bad/unreadable header"
msgstr ""
-#: lib/cpio.c:1267
+#: lib/cpio.c:1275
msgid "Header size too big"
msgstr ""
-#: lib/cpio.c:1268
+#: lib/cpio.c:1276
msgid "Unknown file type"
msgstr ""
-#: lib/cpio.c:1269
+#: lib/cpio.c:1277
msgid "Missing hard link"
msgstr ""
-#: lib/cpio.c:1270
+#: lib/cpio.c:1278
msgid "MD5 sum mismatch"
msgstr ""
-#: lib/cpio.c:1271
+#: lib/cpio.c:1279
msgid "Internal error"
msgstr ""
-#: lib/cpio.c:1280
+#: lib/cpio.c:1288
msgid " failed - "
msgstr ""
diff --git a/po/id.po b/po/id.po
index 2c0bd958b..eec574e62 100644
--- a/po/id.po
+++ b/po/id.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: rpm 4.0.1\n"
-"POT-Creation-Date: 2001-01-18 20:21-0500\n"
+"POT-Creation-Date: 2001-01-19 11:41-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -2258,40 +2258,40 @@ msgstr ""
msgid "getNextHeader: %s\n"
msgstr ""
-#: lib/cpio.c:1245
+#: lib/cpio.c:1253
#, c-format
msgid "(error 0x%x)"
msgstr ""
-#: lib/cpio.c:1248
+#: lib/cpio.c:1256
msgid "Bad magic"
msgstr ""
-#: lib/cpio.c:1249
+#: lib/cpio.c:1257
msgid "Bad/unreadable header"
msgstr ""
-#: lib/cpio.c:1267
+#: lib/cpio.c:1275
msgid "Header size too big"
msgstr ""
-#: lib/cpio.c:1268
+#: lib/cpio.c:1276
msgid "Unknown file type"
msgstr ""
-#: lib/cpio.c:1269
+#: lib/cpio.c:1277
msgid "Missing hard link"
msgstr ""
-#: lib/cpio.c:1270
+#: lib/cpio.c:1278
msgid "MD5 sum mismatch"
msgstr ""
-#: lib/cpio.c:1271
+#: lib/cpio.c:1279
msgid "Internal error"
msgstr ""
-#: lib/cpio.c:1280
+#: lib/cpio.c:1288
msgid " failed - "
msgstr ""
diff --git a/po/is.po b/po/is.po
index e22a27ad2..3d5aaee71 100644
--- a/po/is.po
+++ b/po/is.po
@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: rpm 4.0.1\n"
-"POT-Creation-Date: 2001-01-18 20:21-0500\n"
+"POT-Creation-Date: 2001-01-19 11:41-0500\n"
"PO-Revision-Date: 2000-08-02 13:00+0000\n"
"Last-Translator: Richard Allen <ra@hp.is>\n"
"Language-Team: is <kde-isl@mmedia.is>\n"
@@ -2293,40 +2293,40 @@ msgstr ""
msgid "getNextHeader: %s\n"
msgstr ""
-#: lib/cpio.c:1245
+#: lib/cpio.c:1253
#, c-format
msgid "(error 0x%x)"
msgstr ""
-#: lib/cpio.c:1248
+#: lib/cpio.c:1256
msgid "Bad magic"
msgstr ""
-#: lib/cpio.c:1249
+#: lib/cpio.c:1257
msgid "Bad/unreadable header"
msgstr ""
-#: lib/cpio.c:1267
+#: lib/cpio.c:1275
msgid "Header size too big"
msgstr ""
-#: lib/cpio.c:1268
+#: lib/cpio.c:1276
msgid "Unknown file type"
msgstr ""
-#: lib/cpio.c:1269
+#: lib/cpio.c:1277
msgid "Missing hard link"
msgstr ""
-#: lib/cpio.c:1270
+#: lib/cpio.c:1278
msgid "MD5 sum mismatch"
msgstr ""
-#: lib/cpio.c:1271
+#: lib/cpio.c:1279
msgid "Internal error"
msgstr ""
-#: lib/cpio.c:1280
+#: lib/cpio.c:1288
msgid " failed - "
msgstr ""
diff --git a/po/it.po b/po/it.po
index 2c0bd958b..eec574e62 100644
--- a/po/it.po
+++ b/po/it.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: rpm 4.0.1\n"
-"POT-Creation-Date: 2001-01-18 20:21-0500\n"
+"POT-Creation-Date: 2001-01-19 11:41-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -2258,40 +2258,40 @@ msgstr ""
msgid "getNextHeader: %s\n"
msgstr ""
-#: lib/cpio.c:1245
+#: lib/cpio.c:1253
#, c-format
msgid "(error 0x%x)"
msgstr ""
-#: lib/cpio.c:1248
+#: lib/cpio.c:1256
msgid "Bad magic"
msgstr ""
-#: lib/cpio.c:1249
+#: lib/cpio.c:1257
msgid "Bad/unreadable header"
msgstr ""
-#: lib/cpio.c:1267
+#: lib/cpio.c:1275
msgid "Header size too big"
msgstr ""
-#: lib/cpio.c:1268
+#: lib/cpio.c:1276
msgid "Unknown file type"
msgstr ""
-#: lib/cpio.c:1269
+#: lib/cpio.c:1277
msgid "Missing hard link"
msgstr ""
-#: lib/cpio.c:1270
+#: lib/cpio.c:1278
msgid "MD5 sum mismatch"
msgstr ""
-#: lib/cpio.c:1271
+#: lib/cpio.c:1279
msgid "Internal error"
msgstr ""
-#: lib/cpio.c:1280
+#: lib/cpio.c:1288
msgid " failed - "
msgstr ""
diff --git a/po/ja.po b/po/ja.po
index 1635a5e18..d4c2ac78c 100644
--- a/po/ja.po
+++ b/po/ja.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: rpm 4.0.1\n"
-"POT-Creation-Date: 2001-01-18 20:21-0500\n"
+"POT-Creation-Date: 2001-01-19 11:41-0500\n"
"PO-Revision-Date: 1999-12-01 22:49 +JST\n"
"Last-Translator: Kanda Mitsuru <kanda@nn.iij4u.or.jp>\n"
"Language-Team: JRPM <jrpm@linux.or.jp>\n"
@@ -88,7 +88,7 @@ msgstr "¥¿¡¼¥²¥Ã¥È %s ÍѤ˺îÀ®Ãæ\n"
# build root [BuildRoot]
# net share [¥Í¥Ã¥È¶¦Í­]
# reloate [ºÆÇÛÃÖ/°ÜÆ°¤¹¤ë]
-# $Id: ja.po,v 1.153 2001/01/19 01:38:57 jbj Exp $
+# $Id: ja.po,v 1.154 2001/01/19 16:49:16 jbj Exp $
#: rpm.c:185 rpmqv.c:386
#, c-format
msgid "rpm: %s\n"
@@ -2445,42 +2445,42 @@ msgstr "%s ¤òºï½ü(unlink)¤Ç¤­¤Þ¤»¤ó: %s\n"
msgid "getNextHeader: %s\n"
msgstr ""
-#: lib/cpio.c:1245
+#: lib/cpio.c:1253
#, fuzzy, c-format
msgid "(error 0x%x)"
msgstr "(¥¨¥é¡¼ 0x%x)"
-#: lib/cpio.c:1248
+#: lib/cpio.c:1256
msgid "Bad magic"
msgstr "ÉÔÀµ¤Ê¥Þ¥¸¥Ã¥¯"
-#: lib/cpio.c:1249
+#: lib/cpio.c:1257
msgid "Bad/unreadable header"
msgstr "ÉÔÀµ¤Ê/ÉÔ²ÄÆɤʥإåÀ"
-#: lib/cpio.c:1267
+#: lib/cpio.c:1275
msgid "Header size too big"
msgstr "¥Ø¥Ã¥À¥µ¥¤¥º¤¬Â礭¤¹¤®¤Þ¤¹"
-#: lib/cpio.c:1268
+#: lib/cpio.c:1276
#, fuzzy
msgid "Unknown file type"
msgstr "ÉÔÌÀ¤Ê¥Õ¥¡¥¤¥ë¥¿¥¤¥×"
-#: lib/cpio.c:1269
+#: lib/cpio.c:1277
msgid "Missing hard link"
msgstr "¥Ï¡¼¥É¥ê¥ó¥¯¤¬¸«¤Ä¤«¤ê¤Þ¤»¤ó"
-#: lib/cpio.c:1270
+#: lib/cpio.c:1278
msgid "MD5 sum mismatch"
msgstr ""
-#: lib/cpio.c:1271
+#: lib/cpio.c:1279
#, fuzzy
msgid "Internal error"
msgstr "ÆâÉô¥¨¥é¡¼"
-#: lib/cpio.c:1280
+#: lib/cpio.c:1288
#, fuzzy
msgid " failed - "
msgstr "¼ºÇÔ - "
diff --git a/po/ko.po b/po/ko.po
index 2c0bd958b..eec574e62 100644
--- a/po/ko.po
+++ b/po/ko.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: rpm 4.0.1\n"
-"POT-Creation-Date: 2001-01-18 20:21-0500\n"
+"POT-Creation-Date: 2001-01-19 11:41-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -2258,40 +2258,40 @@ msgstr ""
msgid "getNextHeader: %s\n"
msgstr ""
-#: lib/cpio.c:1245
+#: lib/cpio.c:1253
#, c-format
msgid "(error 0x%x)"
msgstr ""
-#: lib/cpio.c:1248
+#: lib/cpio.c:1256
msgid "Bad magic"
msgstr ""
-#: lib/cpio.c:1249
+#: lib/cpio.c:1257
msgid "Bad/unreadable header"
msgstr ""
-#: lib/cpio.c:1267
+#: lib/cpio.c:1275
msgid "Header size too big"
msgstr ""
-#: lib/cpio.c:1268
+#: lib/cpio.c:1276
msgid "Unknown file type"
msgstr ""
-#: lib/cpio.c:1269
+#: lib/cpio.c:1277
msgid "Missing hard link"
msgstr ""
-#: lib/cpio.c:1270
+#: lib/cpio.c:1278
msgid "MD5 sum mismatch"
msgstr ""
-#: lib/cpio.c:1271
+#: lib/cpio.c:1279
msgid "Internal error"
msgstr ""
-#: lib/cpio.c:1280
+#: lib/cpio.c:1288
msgid " failed - "
msgstr ""
diff --git a/po/no.po b/po/no.po
index 7a851dce5..139036fab 100644
--- a/po/no.po
+++ b/po/no.po
@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: rpm 4.0.1\n"
-"POT-Creation-Date: 2001-01-18 20:21-0500\n"
+"POT-Creation-Date: 2001-01-19 11:41-0500\n"
"PO-Revision-Date: 2000-08-17 20:22+02:00\n"
"Last-Translator: Kjartan Maraas <kmaraas@gnome.org>\n"
"Language-Team: Norwegian <no@li.org>\n"
@@ -2316,40 +2316,40 @@ msgstr ""
msgid "getNextHeader: %s\n"
msgstr ""
-#: lib/cpio.c:1245
+#: lib/cpio.c:1253
#, c-format
msgid "(error 0x%x)"
msgstr ""
-#: lib/cpio.c:1248
+#: lib/cpio.c:1256
msgid "Bad magic"
msgstr ""
-#: lib/cpio.c:1249
+#: lib/cpio.c:1257
msgid "Bad/unreadable header"
msgstr ""
-#: lib/cpio.c:1267
+#: lib/cpio.c:1275
msgid "Header size too big"
msgstr ""
-#: lib/cpio.c:1268
+#: lib/cpio.c:1276
msgid "Unknown file type"
msgstr ""
-#: lib/cpio.c:1269
+#: lib/cpio.c:1277
msgid "Missing hard link"
msgstr ""
-#: lib/cpio.c:1270
+#: lib/cpio.c:1278
msgid "MD5 sum mismatch"
msgstr ""
-#: lib/cpio.c:1271
+#: lib/cpio.c:1279
msgid "Internal error"
msgstr ""
-#: lib/cpio.c:1280
+#: lib/cpio.c:1288
msgid " failed - "
msgstr ""
diff --git a/po/pl.po b/po/pl.po
index 5f05bf94e..8c08bb490 100644
--- a/po/pl.po
+++ b/po/pl.po
@@ -8,7 +8,7 @@
msgid ""
msgstr ""
"Project-Id-Version: rpm 4.0.1\n"
-"POT-Creation-Date: 2001-01-18 20:21-0500\n"
+"POT-Creation-Date: 2001-01-19 11:41-0500\n"
"PO-Revision-Date: 1999-05-25 17:00+0100\n"
"Last-Translator: Pawe³ Dziekoñski <pdziekonski@mml.ch.pwr.wroc.pl>\n"
"Language-Team: Polish <pl@li.org>\n"
@@ -2450,40 +2450,40 @@ msgstr "nie mo¿na odwi±zaæ %s: %s\n"
msgid "getNextHeader: %s\n"
msgstr "getNextHeader: %s\n"
-#: lib/cpio.c:1245
+#: lib/cpio.c:1253
#, c-format
msgid "(error 0x%x)"
msgstr "(b³±d 0x%x)"
-#: lib/cpio.c:1248
+#: lib/cpio.c:1256
msgid "Bad magic"
msgstr "B³êdny magic"
-#: lib/cpio.c:1249
+#: lib/cpio.c:1257
msgid "Bad/unreadable header"
msgstr "B³êdny/nieczytelny nag³ówek"
-#: lib/cpio.c:1267
+#: lib/cpio.c:1275
msgid "Header size too big"
msgstr "Rozmiar nag³ówka jest zbyt du¿y"
-#: lib/cpio.c:1268
+#: lib/cpio.c:1276
msgid "Unknown file type"
msgstr "Nieznany typ pliku"
-#: lib/cpio.c:1269
+#: lib/cpio.c:1277
msgid "Missing hard link"
msgstr "Brak twardego dowi±zania"
-#: lib/cpio.c:1270
+#: lib/cpio.c:1278
msgid "MD5 sum mismatch"
msgstr ""
-#: lib/cpio.c:1271
+#: lib/cpio.c:1279
msgid "Internal error"
msgstr "B³±d wewnêtrzny"
-#: lib/cpio.c:1280
+#: lib/cpio.c:1288
msgid " failed - "
msgstr " nie powiod³o siê -"
diff --git a/po/pt.po b/po/pt.po
index ffaecd3a5..f1f31f99c 100644
--- a/po/pt.po
+++ b/po/pt.po
@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: rpm 4.0.1\n"
-"POT-Creation-Date: 2001-01-18 20:21-0500\n"
+"POT-Creation-Date: 2001-01-19 11:41-0500\n"
"PO-Revision-Date: 2000-08-01 21:11+01:00\n"
"Last-Translator: Pedro Morais <morais@poli.org>\n"
"Language-Team: pt <morais@poli.org>\n"
@@ -2257,40 +2257,40 @@ msgstr ""
msgid "getNextHeader: %s\n"
msgstr ""
-#: lib/cpio.c:1245
+#: lib/cpio.c:1253
#, c-format
msgid "(error 0x%x)"
msgstr ""
-#: lib/cpio.c:1248
+#: lib/cpio.c:1256
msgid "Bad magic"
msgstr ""
-#: lib/cpio.c:1249
+#: lib/cpio.c:1257
msgid "Bad/unreadable header"
msgstr ""
-#: lib/cpio.c:1267
+#: lib/cpio.c:1275
msgid "Header size too big"
msgstr ""
-#: lib/cpio.c:1268
+#: lib/cpio.c:1276
msgid "Unknown file type"
msgstr ""
-#: lib/cpio.c:1269
+#: lib/cpio.c:1277
msgid "Missing hard link"
msgstr ""
-#: lib/cpio.c:1270
+#: lib/cpio.c:1278
msgid "MD5 sum mismatch"
msgstr ""
-#: lib/cpio.c:1271
+#: lib/cpio.c:1279
msgid "Internal error"
msgstr ""
-#: lib/cpio.c:1280
+#: lib/cpio.c:1288
msgid " failed - "
msgstr ""
diff --git a/po/pt_BR.po b/po/pt_BR.po
index b99fe24c2..660870bbc 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: 2001-01-18 20:21-0500\n"
+msgstr "POT-Creation-Date: 2001-01-19 11:41-0500\n"
# , c-format
#: build.c:26
@@ -2581,40 +2581,40 @@ msgstr ""
msgid "getNextHeader: %s\n"
msgstr ""
-#: lib/cpio.c:1245
+#: lib/cpio.c:1253
#, c-format
msgid "(error 0x%x)"
msgstr ""
-#: lib/cpio.c:1248
+#: lib/cpio.c:1256
msgid "Bad magic"
msgstr ""
-#: lib/cpio.c:1249
+#: lib/cpio.c:1257
msgid "Bad/unreadable header"
msgstr ""
-#: lib/cpio.c:1267
+#: lib/cpio.c:1275
msgid "Header size too big"
msgstr ""
-#: lib/cpio.c:1268
+#: lib/cpio.c:1276
msgid "Unknown file type"
msgstr ""
-#: lib/cpio.c:1269
+#: lib/cpio.c:1277
msgid "Missing hard link"
msgstr ""
-#: lib/cpio.c:1270
+#: lib/cpio.c:1278
msgid "MD5 sum mismatch"
msgstr ""
-#: lib/cpio.c:1271
+#: lib/cpio.c:1279
msgid "Internal error"
msgstr ""
-#: lib/cpio.c:1280
+#: lib/cpio.c:1288
#, fuzzy
msgid " failed - "
msgstr "Construção falhou.\n"
diff --git a/po/ro.po b/po/ro.po
index 3392b5c4c..4d1d630f1 100644
--- a/po/ro.po
+++ b/po/ro.po
@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: rpm 4.0.1\n"
-"POT-Creation-Date: 2001-01-18 20:21-0500\n"
+"POT-Creation-Date: 2001-01-19 11:41-0500\n"
"PO-Revision-Date: 1999-04-10 12:00+EST\n"
"Last-Translator: Cristian Gafton <gafton@redhat.com>\n"
"Language-Team: Romanian <ro@li.org>\n"
@@ -2253,40 +2253,40 @@ msgstr ""
msgid "getNextHeader: %s\n"
msgstr ""
-#: lib/cpio.c:1245
+#: lib/cpio.c:1253
#, c-format
msgid "(error 0x%x)"
msgstr ""
-#: lib/cpio.c:1248
+#: lib/cpio.c:1256
msgid "Bad magic"
msgstr ""
-#: lib/cpio.c:1249
+#: lib/cpio.c:1257
msgid "Bad/unreadable header"
msgstr ""
-#: lib/cpio.c:1267
+#: lib/cpio.c:1275
msgid "Header size too big"
msgstr ""
-#: lib/cpio.c:1268
+#: lib/cpio.c:1276
msgid "Unknown file type"
msgstr ""
-#: lib/cpio.c:1269
+#: lib/cpio.c:1277
msgid "Missing hard link"
msgstr ""
-#: lib/cpio.c:1270
+#: lib/cpio.c:1278
msgid "MD5 sum mismatch"
msgstr ""
-#: lib/cpio.c:1271
+#: lib/cpio.c:1279
msgid "Internal error"
msgstr ""
-#: lib/cpio.c:1280
+#: lib/cpio.c:1288
msgid " failed - "
msgstr ""
diff --git a/po/rpm.pot b/po/rpm.pot
index 8cf58a8cf..7e539a118 100644
--- a/po/rpm.pot
+++ b/po/rpm.pot
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2001-01-18 20:21-0500\n"
+"POT-Creation-Date: 2001-01-19 11:41-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -2258,40 +2258,40 @@ msgstr ""
msgid "getNextHeader: %s\n"
msgstr ""
-#: lib/cpio.c:1245
+#: lib/cpio.c:1253
#, c-format
msgid "(error 0x%x)"
msgstr ""
-#: lib/cpio.c:1248
+#: lib/cpio.c:1256
msgid "Bad magic"
msgstr ""
-#: lib/cpio.c:1249
+#: lib/cpio.c:1257
msgid "Bad/unreadable header"
msgstr ""
-#: lib/cpio.c:1267
+#: lib/cpio.c:1275
msgid "Header size too big"
msgstr ""
-#: lib/cpio.c:1268
+#: lib/cpio.c:1276
msgid "Unknown file type"
msgstr ""
-#: lib/cpio.c:1269
+#: lib/cpio.c:1277
msgid "Missing hard link"
msgstr ""
-#: lib/cpio.c:1270
+#: lib/cpio.c:1278
msgid "MD5 sum mismatch"
msgstr ""
-#: lib/cpio.c:1271
+#: lib/cpio.c:1279
msgid "Internal error"
msgstr ""
-#: lib/cpio.c:1280
+#: lib/cpio.c:1288
msgid " failed - "
msgstr ""
diff --git a/po/ru.po b/po/ru.po
index 7287f398b..28330d4d4 100644
--- a/po/ru.po
+++ b/po/ru.po
@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: rpm 4.0.1\n"
-"POT-Creation-Date: 2001-01-18 20:21-0500\n"
+"POT-Creation-Date: 2001-01-19 11:41-0500\n"
"PO-Revision-Date: 2000-08-08 01:20+0300\n"
"Last-Translator: Eugene Kanter <eugene@blackcatlinux.com>\n"
"Language-Team: Black Cat Linux Team <blackcat-support@blackcatlinux.com>\n"
@@ -2389,40 +2389,40 @@ msgstr "ÎÅ×ÏÚÍÏÖÎÏ ÕÄÁÌÉÔØ ÓÓÙÌËÕ %s: %s\n"
msgid "getNextHeader: %s\n"
msgstr "getNextHeader: %s\n"
-#: lib/cpio.c:1245
+#: lib/cpio.c:1253
#, c-format
msgid "(error 0x%x)"
msgstr "(ÏÛÉÂËÁ 0x%x)"
-#: lib/cpio.c:1248
+#: lib/cpio.c:1256
msgid "Bad magic"
msgstr "îÅ×ÅÒÎÙÊ magic"
-#: lib/cpio.c:1249
+#: lib/cpio.c:1257
msgid "Bad/unreadable header"
msgstr "îÅ×ÅÒÎÙÊ/ÎÅÞÉÔÁÅÍÙÊ ÚÁÇÏÌÏ×ÏË"
-#: lib/cpio.c:1267
+#: lib/cpio.c:1275
msgid "Header size too big"
msgstr "úÁÇÏÌÏ×ÏË ÓÌÉÛËÏÍ ×ÅÌÉË"
-#: lib/cpio.c:1268
+#: lib/cpio.c:1276
msgid "Unknown file type"
msgstr "îÅÉÚ×ÅÓÔÎÙÊ ÔÉÐ ÆÁÊÌÁ"
-#: lib/cpio.c:1269
+#: lib/cpio.c:1277
msgid "Missing hard link"
msgstr "ïÔÓÕÔÓÔ×ÕÅÔ ÖÅÓÔËÁÑ ÓÓÙÌËÁ"
-#: lib/cpio.c:1270
+#: lib/cpio.c:1278
msgid "MD5 sum mismatch"
msgstr ""
-#: lib/cpio.c:1271
+#: lib/cpio.c:1279
msgid "Internal error"
msgstr "÷ÎÕÔÒÅÎÎÑÑ ÏÛÉÂËÁ"
-#: lib/cpio.c:1280
+#: lib/cpio.c:1288
msgid " failed - "
msgstr "ÎÅ ÕÄÁÌÏÓØ - "
diff --git a/po/sk.po b/po/sk.po
index 246744d14..f8ad0b2a7 100644
--- a/po/sk.po
+++ b/po/sk.po
@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: rpm 4.0.1\n"
-"POT-Creation-Date: 2001-01-18 20:21-0500\n"
+"POT-Creation-Date: 2001-01-19 11:41-0500\n"
"PO-Revision-Date: 1999-04-08 21:37+02:00\n"
"Last-Translator: Stanislav Meduna <stano@eunet.sk>\n"
"Language-Team: Slovak <sk-i18n@rak.isternet.sk>\n"
@@ -2458,40 +2458,40 @@ msgstr "zmazanie %s zlyhalo: %s\n"
msgid "getNextHeader: %s\n"
msgstr "getNextHeader: %s\n"
-#: lib/cpio.c:1245
+#: lib/cpio.c:1253
#, c-format
msgid "(error 0x%x)"
msgstr "(chyba 0x%x)"
-#: lib/cpio.c:1248
+#: lib/cpio.c:1256
msgid "Bad magic"
msgstr "Chybné magické èíslo"
-#: lib/cpio.c:1249
+#: lib/cpio.c:1257
msgid "Bad/unreadable header"
msgstr "Chybná/neèitateµná hlavièka"
-#: lib/cpio.c:1267
+#: lib/cpio.c:1275
msgid "Header size too big"
msgstr "Priveµká hlavièka"
-#: lib/cpio.c:1268
+#: lib/cpio.c:1276
msgid "Unknown file type"
msgstr "Neznámy typ súboru"
-#: lib/cpio.c:1269
+#: lib/cpio.c:1277
msgid "Missing hard link"
msgstr ""
-#: lib/cpio.c:1270
+#: lib/cpio.c:1278
msgid "MD5 sum mismatch"
msgstr ""
-#: lib/cpio.c:1271
+#: lib/cpio.c:1279
msgid "Internal error"
msgstr "Interná chyba"
-#: lib/cpio.c:1280
+#: lib/cpio.c:1288
msgid " failed - "
msgstr " zlyhalo - "
diff --git a/po/sl.po b/po/sl.po
index 01a1ad42f..8f0789fce 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.138 2001/01/19 01:38:58 jbj Exp $
+# $Id: sl.po,v 1.139 2001/01/19 16:49:18 jbj Exp $
#
msgid ""
msgstr ""
"Project-Id-Version: rpm 4.0.1\n"
-"POT-Creation-Date: 2001-01-18 20:21-0500\n"
+"POT-Creation-Date: 2001-01-19 11:41-0500\n"
"PO-Revision-Date: 2000-10-08 19:05+0200\n"
"Last-Translator: Grega Fajdiga <gregor.fajdiga@telemach.net>\n"
"Language-Team: Slovenian <sl@li.org>\n"
@@ -2445,40 +2445,40 @@ msgstr "ni mo¾no izbrisati %s: %s\n"
msgid "getNextHeader: %s\n"
msgstr "getNextHeader: %s\n"
-#: lib/cpio.c:1245
+#: lib/cpio.c:1253
#, c-format
msgid "(error 0x%x)"
msgstr "(napaka 0x%x)"
-#: lib/cpio.c:1248
+#: lib/cpio.c:1256
msgid "Bad magic"
msgstr "Napaèno magièno ¹tevilo"
-#: lib/cpio.c:1249
+#: lib/cpio.c:1257
msgid "Bad/unreadable header"
msgstr "Po¹kodovana/neberljiva glava"
-#: lib/cpio.c:1267
+#: lib/cpio.c:1275
msgid "Header size too big"
msgstr "Glava je predolga"
-#: lib/cpio.c:1268
+#: lib/cpio.c:1276
msgid "Unknown file type"
msgstr "Neznan tip datoteke"
-#: lib/cpio.c:1269
+#: lib/cpio.c:1277
msgid "Missing hard link"
msgstr "Trda povezava manjka"
-#: lib/cpio.c:1270
+#: lib/cpio.c:1278
msgid "MD5 sum mismatch"
msgstr ""
-#: lib/cpio.c:1271
+#: lib/cpio.c:1279
msgid "Internal error"
msgstr "Notranja napaka"
-#: lib/cpio.c:1280
+#: lib/cpio.c:1288
msgid " failed - "
msgstr " neuspe¹no - "
diff --git a/po/sr.po b/po/sr.po
index b70321feb..2bd461121 100644
--- a/po/sr.po
+++ b/po/sr.po
@@ -1,6 +1,6 @@
msgid ""
msgstr ""
-"POT-Creation-Date: 2001-01-18 20:21-0500\n"
+"POT-Creation-Date: 2001-01-19 11:41-0500\n"
"Content-Type: text/plain; charset=\n"
"Date: 1998-05-02 21:41:47-0400\n"
"From: Erik Troan <ewt@lacrosse.redhat.com>\n"
@@ -2419,42 +2419,42 @@ msgstr ""
msgid "getNextHeader: %s\n"
msgstr ""
-#: lib/cpio.c:1245
+#: lib/cpio.c:1253
#, fuzzy, c-format
msgid "(error 0x%x)"
msgstr "gre¹ka: "
-#: lib/cpio.c:1248
+#: lib/cpio.c:1256
msgid "Bad magic"
msgstr ""
-#: lib/cpio.c:1249
+#: lib/cpio.c:1257
msgid "Bad/unreadable header"
msgstr ""
-#: lib/cpio.c:1267
+#: lib/cpio.c:1275
msgid "Header size too big"
msgstr ""
-#: lib/cpio.c:1268
+#: lib/cpio.c:1276
#, fuzzy
msgid "Unknown file type"
msgstr "(nepoznat tip)"
-#: lib/cpio.c:1269
+#: lib/cpio.c:1277
msgid "Missing hard link"
msgstr ""
-#: lib/cpio.c:1270
+#: lib/cpio.c:1278
msgid "MD5 sum mismatch"
msgstr ""
-#: lib/cpio.c:1271
+#: lib/cpio.c:1279
#, fuzzy
msgid "Internal error"
msgstr "fatalna gre¹ka: "
-#: lib/cpio.c:1280
+#: lib/cpio.c:1288
#, fuzzy
msgid " failed - "
msgstr "PGP omanuo"
diff --git a/po/sv.po b/po/sv.po
index cd91dce0d..09bc55991 100644
--- a/po/sv.po
+++ b/po/sv.po
@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: rpm 4.0.1\n"
-"POT-Creation-Date: 2001-01-18 20:21-0500\n"
+"POT-Creation-Date: 2001-01-19 11:41-0500\n"
"PO-Revision-Date: 2000-10-09 22:31+0200\n"
"Last-Translator: Göran Uddeborg <göran@uddeborg.pp.se>\n"
"Language-Team: Swedish <sv@li.org>\n"
@@ -2364,40 +2364,40 @@ msgstr "kan inte ta bort %s: %s\n"
msgid "getNextHeader: %s\n"
msgstr "getNextHeader: %s\n"
-#: lib/cpio.c:1245
+#: lib/cpio.c:1253
#, c-format
msgid "(error 0x%x)"
msgstr "(fel 0x%x)"
-#: lib/cpio.c:1248
+#: lib/cpio.c:1256
msgid "Bad magic"
msgstr "Felaktigt magiskt tal"
-#: lib/cpio.c:1249
+#: lib/cpio.c:1257
msgid "Bad/unreadable header"
msgstr "Felaktigt/oläsbart huvud"
-#: lib/cpio.c:1267
+#: lib/cpio.c:1275
msgid "Header size too big"
msgstr "Huvudstorlek för stor"
-#: lib/cpio.c:1268
+#: lib/cpio.c:1276
msgid "Unknown file type"
msgstr "Okänd filtyp"
-#: lib/cpio.c:1269
+#: lib/cpio.c:1277
msgid "Missing hard link"
msgstr "Saknad hårdlänk"
-#: lib/cpio.c:1270
+#: lib/cpio.c:1278
msgid "MD5 sum mismatch"
msgstr ""
-#: lib/cpio.c:1271
+#: lib/cpio.c:1279
msgid "Internal error"
msgstr "Internt fel"
-#: lib/cpio.c:1280
+#: lib/cpio.c:1288
msgid " failed - "
msgstr " misslyckades - "
diff --git a/po/tr.po b/po/tr.po
index 8b1d01034..1c1d455a1 100644
--- a/po/tr.po
+++ b/po/tr.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: rpm 4.0.1\n"
-"POT-Creation-Date: 2001-01-18 20:21-0500\n"
+"POT-Creation-Date: 2001-01-19 11:41-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -2467,42 +2467,42 @@ msgstr ""
msgid "getNextHeader: %s\n"
msgstr ""
-#: lib/cpio.c:1245
+#: lib/cpio.c:1253
#, fuzzy, c-format
msgid "(error 0x%x)"
msgstr "hata: "
-#: lib/cpio.c:1248
+#: lib/cpio.c:1256
msgid "Bad magic"
msgstr ""
-#: lib/cpio.c:1249
+#: lib/cpio.c:1257
msgid "Bad/unreadable header"
msgstr ""
-#: lib/cpio.c:1267
+#: lib/cpio.c:1275
msgid "Header size too big"
msgstr ""
-#: lib/cpio.c:1268
+#: lib/cpio.c:1276
#, fuzzy
msgid "Unknown file type"
msgstr "(bilinmeyen tip)"
-#: lib/cpio.c:1269
+#: lib/cpio.c:1277
msgid "Missing hard link"
msgstr ""
-#: lib/cpio.c:1270
+#: lib/cpio.c:1278
msgid "MD5 sum mismatch"
msgstr ""
-#: lib/cpio.c:1271
+#: lib/cpio.c:1279
#, fuzzy
msgid "Internal error"
msgstr "ölümcül hata: "
-#: lib/cpio.c:1280
+#: lib/cpio.c:1288
#, fuzzy
msgid " failed - "
msgstr "PGP hata verdi"
diff --git a/po/uk.po b/po/uk.po
index 2c0bd958b..eec574e62 100644
--- a/po/uk.po
+++ b/po/uk.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: rpm 4.0.1\n"
-"POT-Creation-Date: 2001-01-18 20:21-0500\n"
+"POT-Creation-Date: 2001-01-19 11:41-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -2258,40 +2258,40 @@ msgstr ""
msgid "getNextHeader: %s\n"
msgstr ""
-#: lib/cpio.c:1245
+#: lib/cpio.c:1253
#, c-format
msgid "(error 0x%x)"
msgstr ""
-#: lib/cpio.c:1248
+#: lib/cpio.c:1256
msgid "Bad magic"
msgstr ""
-#: lib/cpio.c:1249
+#: lib/cpio.c:1257
msgid "Bad/unreadable header"
msgstr ""
-#: lib/cpio.c:1267
+#: lib/cpio.c:1275
msgid "Header size too big"
msgstr ""
-#: lib/cpio.c:1268
+#: lib/cpio.c:1276
msgid "Unknown file type"
msgstr ""
-#: lib/cpio.c:1269
+#: lib/cpio.c:1277
msgid "Missing hard link"
msgstr ""
-#: lib/cpio.c:1270
+#: lib/cpio.c:1278
msgid "MD5 sum mismatch"
msgstr ""
-#: lib/cpio.c:1271
+#: lib/cpio.c:1279
msgid "Internal error"
msgstr ""
-#: lib/cpio.c:1280
+#: lib/cpio.c:1288
msgid " failed - "
msgstr ""
diff --git a/po/wa.po b/po/wa.po
index 2c0bd958b..eec574e62 100644
--- a/po/wa.po
+++ b/po/wa.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: rpm 4.0.1\n"
-"POT-Creation-Date: 2001-01-18 20:21-0500\n"
+"POT-Creation-Date: 2001-01-19 11:41-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -2258,40 +2258,40 @@ msgstr ""
msgid "getNextHeader: %s\n"
msgstr ""
-#: lib/cpio.c:1245
+#: lib/cpio.c:1253
#, c-format
msgid "(error 0x%x)"
msgstr ""
-#: lib/cpio.c:1248
+#: lib/cpio.c:1256
msgid "Bad magic"
msgstr ""
-#: lib/cpio.c:1249
+#: lib/cpio.c:1257
msgid "Bad/unreadable header"
msgstr ""
-#: lib/cpio.c:1267
+#: lib/cpio.c:1275
msgid "Header size too big"
msgstr ""
-#: lib/cpio.c:1268
+#: lib/cpio.c:1276
msgid "Unknown file type"
msgstr ""
-#: lib/cpio.c:1269
+#: lib/cpio.c:1277
msgid "Missing hard link"
msgstr ""
-#: lib/cpio.c:1270
+#: lib/cpio.c:1278
msgid "MD5 sum mismatch"
msgstr ""
-#: lib/cpio.c:1271
+#: lib/cpio.c:1279
msgid "Internal error"
msgstr ""
-#: lib/cpio.c:1280
+#: lib/cpio.c:1288
msgid " failed - "
msgstr ""
diff --git a/po/zh.po b/po/zh.po
index 2c0bd958b..eec574e62 100644
--- a/po/zh.po
+++ b/po/zh.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: rpm 4.0.1\n"
-"POT-Creation-Date: 2001-01-18 20:21-0500\n"
+"POT-Creation-Date: 2001-01-19 11:41-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -2258,40 +2258,40 @@ msgstr ""
msgid "getNextHeader: %s\n"
msgstr ""
-#: lib/cpio.c:1245
+#: lib/cpio.c:1253
#, c-format
msgid "(error 0x%x)"
msgstr ""
-#: lib/cpio.c:1248
+#: lib/cpio.c:1256
msgid "Bad magic"
msgstr ""
-#: lib/cpio.c:1249
+#: lib/cpio.c:1257
msgid "Bad/unreadable header"
msgstr ""
-#: lib/cpio.c:1267
+#: lib/cpio.c:1275
msgid "Header size too big"
msgstr ""
-#: lib/cpio.c:1268
+#: lib/cpio.c:1276
msgid "Unknown file type"
msgstr ""
-#: lib/cpio.c:1269
+#: lib/cpio.c:1277
msgid "Missing hard link"
msgstr ""
-#: lib/cpio.c:1270
+#: lib/cpio.c:1278
msgid "MD5 sum mismatch"
msgstr ""
-#: lib/cpio.c:1271
+#: lib/cpio.c:1279
msgid "Internal error"
msgstr ""
-#: lib/cpio.c:1280
+#: lib/cpio.c:1288
msgid " failed - "
msgstr ""
diff --git a/po/zh_CN.GB2312.po b/po/zh_CN.GB2312.po
index 2c0bd958b..eec574e62 100644
--- a/po/zh_CN.GB2312.po
+++ b/po/zh_CN.GB2312.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: rpm 4.0.1\n"
-"POT-Creation-Date: 2001-01-18 20:21-0500\n"
+"POT-Creation-Date: 2001-01-19 11:41-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -2258,40 +2258,40 @@ msgstr ""
msgid "getNextHeader: %s\n"
msgstr ""
-#: lib/cpio.c:1245
+#: lib/cpio.c:1253
#, c-format
msgid "(error 0x%x)"
msgstr ""
-#: lib/cpio.c:1248
+#: lib/cpio.c:1256
msgid "Bad magic"
msgstr ""
-#: lib/cpio.c:1249
+#: lib/cpio.c:1257
msgid "Bad/unreadable header"
msgstr ""
-#: lib/cpio.c:1267
+#: lib/cpio.c:1275
msgid "Header size too big"
msgstr ""
-#: lib/cpio.c:1268
+#: lib/cpio.c:1276
msgid "Unknown file type"
msgstr ""
-#: lib/cpio.c:1269
+#: lib/cpio.c:1277
msgid "Missing hard link"
msgstr ""
-#: lib/cpio.c:1270
+#: lib/cpio.c:1278
msgid "MD5 sum mismatch"
msgstr ""
-#: lib/cpio.c:1271
+#: lib/cpio.c:1279
msgid "Internal error"
msgstr ""
-#: lib/cpio.c:1280
+#: lib/cpio.c:1288
msgid " failed - "
msgstr ""
diff --git a/rpm.spec b/rpm.spec
index 1bc14f4a5..3a0b1a1f8 100644
--- a/rpm.spec
+++ b/rpm.spec
@@ -1,6 +1,6 @@
%define with_python_subpackage 1
%define with_bzip2 1
-%define with_apidocs 0
+%define with_apidocs 1
%define strip_binaries 1
# XXX legacy requires './' payload prefix to be omitted from rpm packages.
@@ -13,7 +13,7 @@ Summary: The Red Hat package management system.
Name: rpm
%define version 4.0.2
Version: %{version}
-Release: 0.30
+Release: 0.31
Group: System Environment/Base
Source: ftp://ftp.rpm.org/pub/rpm/dist/rpm-4.0.x/rpm-%{version}.tar.gz
Copyright: GPL
@@ -284,7 +284,7 @@ fi
%files devel
%defattr(-,root,root)
%if %{with_apidocs}
-%doc
+%doc apidocs
%endif
%{__prefix}/include/rpm
%{__prefix}/lib/librpm.a
@@ -310,6 +310,9 @@ fi
%{__prefix}/include/popt.h
%changelog
+* Fri Jan 19 2001 Jeff Johnson <jbj@redhat.com>
+- ewt's cpio.c hack.
+
* Thu Jan 18 2001 Matt Wilson <msw@redhat.com>
- fix: exit 0 at the end of %pre
diff --git a/rpm.spec.in b/rpm.spec.in
index 972c8055a..0dafed95c 100644
--- a/rpm.spec.in
+++ b/rpm.spec.in
@@ -13,7 +13,7 @@ Summary: The Red Hat package management system.
Name: rpm
%define version @VERSION@
Version: %{version}
-Release: 0.30
+Release: 0.31
Group: System Environment/Base
Source: ftp://ftp.rpm.org/pub/rpm/dist/rpm-4.0.x/rpm-%{version}.tar.gz
Copyright: GPL
@@ -310,6 +310,9 @@ fi
%{__prefix}/include/popt.h
%changelog
+* Fri Jan 19 2001 Jeff Johnson <jbj@redhat.com>
+- ewt's cpio.c hack.
+
* Thu Jan 18 2001 Matt Wilson <msw@redhat.com>
- fix: exit 0 at the end of %pre