rpm-nls-fixes.patch (from PLD).
CVS patchset: 7074 CVS date: 2004/01/11 15:24:19
This commit is contained in:
parent
47ac30a7eb
commit
14c4c71c6e
|
@ -1769,7 +1769,7 @@ static int processMetadataFile(Package pkg, FileList fl, const char * fileURL,
|
||||||
|
|
||||||
switch (tag) {
|
switch (tag) {
|
||||||
default:
|
default:
|
||||||
rpmError(RPMERR_BADSPEC, _("%s: can't load unknwon tag (%d).\n"),
|
rpmError(RPMERR_BADSPEC, _("%s: can't load unknown tag (%d).\n"),
|
||||||
fn, tag);
|
fn, tag);
|
||||||
goto exit;
|
goto exit;
|
||||||
/*@notreached@*/
|
/*@notreached@*/
|
||||||
|
|
|
@ -509,7 +509,7 @@ if (fileURL[0] == '=') {
|
||||||
eiu->isSource = headerIsEntry(eiu->h, RPMTAG_SOURCEPACKAGE);
|
eiu->isSource = headerIsEntry(eiu->h, RPMTAG_SOURCEPACKAGE);
|
||||||
|
|
||||||
if (eiu->isSource) {
|
if (eiu->isSource) {
|
||||||
rpmMessage(RPMMESS_DEBUG, "\tadded source package [%d]\n",
|
rpmMessage(RPMMESS_DEBUG, _("\tadded source package [%d]\n"),
|
||||||
eiu->numSRPMS);
|
eiu->numSRPMS);
|
||||||
eiu->sourceURL = xrealloc(eiu->sourceURL,
|
eiu->sourceURL = xrealloc(eiu->sourceURL,
|
||||||
(eiu->numSRPMS + 2) * sizeof(*eiu->sourceURL));
|
(eiu->numSRPMS + 2) * sizeof(*eiu->sourceURL));
|
||||||
|
@ -579,7 +579,7 @@ if (fileURL[0] == '=') {
|
||||||
|
|
||||||
switch(rc) {
|
switch(rc) {
|
||||||
case 0:
|
case 0:
|
||||||
rpmMessage(RPMMESS_DEBUG, "\tadded binary package [%d]\n",
|
rpmMessage(RPMMESS_DEBUG, _("\tadded binary package [%d]\n"),
|
||||||
eiu->numRPMS);
|
eiu->numRPMS);
|
||||||
/*@switchbreak@*/ break;
|
/*@switchbreak@*/ break;
|
||||||
case 1:
|
case 1:
|
||||||
|
|
Loading…
Reference in New Issue