]> git.pld-linux.org Git - packages/rpm.git/commitdiff
- obsolete
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 8 Apr 2007 19:12:06 +0000 (19:12 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rpm-build-failure-error.patch -> 1.3

rpm-build-failure-error.patch [deleted file]

diff --git a/rpm-build-failure-error.patch b/rpm-build-failure-error.patch
deleted file mode 100644 (file)
index 389b7d3..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
---- build/parsePrep.c.org      2007-01-09 16:59:32.048077000 +0100
-+++ build/parsePrep.c  2007-01-09 17:08:34.245962250 +0100
-@@ -588,6 +588,8 @@
-       Rurlfn = rpmGetPath(Rmacro, sp->source, NULL);
-       if (Rurlfn == NULL || *Rurlfn == '%' || !strcmp(Lurlfn, Rurlfn)) {
-+          rpmError(RPMERR_BADFILENAME, _("File %s missing: %s\n"),
-+              Lurlfn, strerror(errno));
-           ec++;
-           goto bottom;
-       }
---- po/pl.po.orig      2007-01-17 23:56:13.102973000 +0100
-+++ po/pl.po   2007-01-20 15:13:06.441315610 +0100
-@@ -1048,6 +1048,11 @@
- msgid "line %d: Bad arg to %%patch: %s\n"
- msgstr "linia %d: B³êdny argument dla %%patch: %s\n"
-+#: build/parsePrep.c:591
-+#, c-format
-+msgid "File %s missing: %s\n"
-+msgstr "Brak pliku %s: %s\n"
-+
- #: build/parsePrep.c:597
- #, c-format
- msgid "Fetching %s failed: %s\n"
This page took 0.046448 seconds and 4 git commands to generate.