From 8b64adc8121936aa516662193ab8e75432069164 Mon Sep 17 00:00:00 2001 From: jbj Date: Fri, 19 Jan 2001 16:49:14 +0000 Subject: [PATCH] ewt's cpio hack. CVS patchset: 4468 CVS date: 2001/01/19 16:49:14 --- lib/cpio.c | 10 +++++++++- po/cs.po | 20 ++++++++++---------- po/da.po | 20 ++++++++++---------- po/de.po | 20 ++++++++++---------- po/es.po | 20 ++++++++++---------- po/eu_ES.po | 20 ++++++++++---------- po/fi.po | 20 ++++++++++---------- po/fr.po | 20 ++++++++++---------- po/gl.po | 20 ++++++++++---------- po/hu.po | 20 ++++++++++---------- po/id.po | 20 ++++++++++---------- po/is.po | 20 ++++++++++---------- po/it.po | 20 ++++++++++---------- po/ja.po | 22 +++++++++++----------- po/ko.po | 20 ++++++++++---------- po/no.po | 20 ++++++++++---------- po/pl.po | 20 ++++++++++---------- po/pt.po | 20 ++++++++++---------- po/pt_BR.po | 20 ++++++++++---------- po/ro.po | 20 ++++++++++---------- po/rpm.pot | 20 ++++++++++---------- po/ru.po | 20 ++++++++++---------- po/sk.po | 20 ++++++++++---------- po/sl.po | 22 +++++++++++----------- po/sr.po | 20 ++++++++++---------- po/sv.po | 20 ++++++++++---------- po/tr.po | 20 ++++++++++---------- po/uk.po | 20 ++++++++++---------- po/wa.po | 20 ++++++++++---------- po/zh.po | 20 ++++++++++---------- po/zh_CN.GB2312.po | 20 ++++++++++---------- rpm.spec | 9 ++++++--- rpm.spec.in | 5 ++++- 33 files changed, 321 insertions(+), 307 deletions(-) diff --git a/lib/cpio.c b/lib/cpio.c index 7537a40..bda11a0 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 5c7d855..388629a 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 \n" "Language-Team: Czech \n" @@ -2374,40 +2374,40 @@ msgstr "Nemohu prov 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 7addaf2..db808ce 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 \n" "Language-Team: Danish/Dansk \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 0ed3fdb..39e02d5 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 \n" "Language-Team: German \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 2c0bd95..eec574e 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 \n" "Language-Team: LANGUAGE \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 8cf58a8..7e539a1 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 \n" "Language-Team: LANGUAGE \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 4c3d344..00f9de7 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 \n" "Language-Team: Finnish \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 a4d6fc2..6cbc1d9 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 2c0bd95..eec574e 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 \n" "Language-Team: LANGUAGE \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 2c0bd95..eec574e 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 \n" "Language-Team: LANGUAGE \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 2c0bd95..eec574e 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 \n" "Language-Team: LANGUAGE \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 e22a27a..3d5aaee 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 \n" "Language-Team: 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 2c0bd95..eec574e 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 \n" "Language-Team: LANGUAGE \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 1635a5e..d4c2ac7 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 \n" "Language-Team: JRPM \n" @@ -88,7 +88,7 @@ msgstr " # 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 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 2c0bd95..eec574e 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 \n" "Language-Team: LANGUAGE \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 7a851dc..139036f 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 \n" "Language-Team: Norwegian \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 5f05bf9..8c08bb4 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 \n" "Language-Team: Polish \n" @@ -2450,40 +2450,40 @@ msgstr "nie mo 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 ffaecd3..f1f31f9 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 \n" "Language-Team: pt \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 b99fe24..660870b 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -2,7 +2,7 @@ # Revised by Arnaldo Carvalho de Melo , 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 3392b5c..4d1d630 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 \n" "Language-Team: Romanian \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 8cf58a8..7e539a1 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 \n" "Language-Team: LANGUAGE \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 7287f39..28330d4 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 \n" "Language-Team: Black Cat Linux Team \n" @@ -2389,40 +2389,40 @@ msgstr " 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 246744d..f8ad0b2 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 \n" "Language-Team: Slovak \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 01a1ad4..8f0789f 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 , 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 \n" "Language-Team: Slovenian \n" @@ -2445,40 +2445,40 @@ msgstr "ni mo 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 b70321f..2bd4611 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 \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 cd91dce..09bc559 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 \n" "Language-Team: Swedish \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 8b1d010..1c1d455 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 \n" "Language-Team: LANGUAGE \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 2c0bd95..eec574e 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 \n" "Language-Team: LANGUAGE \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 2c0bd95..eec574e 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 \n" "Language-Team: LANGUAGE \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 2c0bd95..eec574e 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 \n" "Language-Team: LANGUAGE \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 2c0bd95..eec574e 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 \n" "Language-Team: LANGUAGE \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 1bc14f4..3a0b1a1 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 +- ewt's cpio.c hack. + * Thu Jan 18 2001 Matt Wilson - fix: exit 0 at the end of %pre diff --git a/rpm.spec.in b/rpm.spec.in index 972c805..0dafed9 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 +- ewt's cpio.c hack. + * Thu Jan 18 2001 Matt Wilson - fix: exit 0 at the end of %pre -- 2.7.4