]> git.pld-linux.org Git - packages/rpm.git/commitdiff
- version for rpm 4.0.2
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 25 Jul 2002 16:16:37 +0000 (16:16 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rpm-choke-on-evil-doc.patch -> 1.2

rpm-choke-on-evil-doc.patch

index 2b881d9b139e861b89e1e6f49a2ee3d5f080594f..812c7e30e9cc3ef748e697be0da7486428a7cd6e 100644 (file)
@@ -1,16 +1,13 @@
-diff -ur rpm-4.0.4/build/files.c rpm-4.0.4-/build/files.c
---- rpm-4.0.4/build/files.c    Tue Jul 23 10:38:11 2002
-+++ rpm-4.0.4-/build/files.c   Tue Jul 23 10:37:57 2002
-@@ -1943,7 +1943,10 @@
+--- rpm-4.0.2/build/files.c.orig       Thu Jul 25 15:57:52 2002
++++ rpm-4.0.2/build/files.c    Thu Jul 25 16:40:55 2002
+@@ -1548,7 +1548,9 @@
      /* Now process special doc, if there is one */
      if (specialDoc) {
        if (installSpecialDoc) {
--          (void) doScript(spec, RPMBUILD_STRINGBUF, "%doc", pkg->specialDoc, test);
-+          int rc = doScript(spec, RPMBUILD_STRINGBUF, "%doc", 
-+                            pkg->specialDoc, test);
+-          doScript(spec, RPMBUILD_STRINGBUF, "%doc", pkg->specialDoc, test);
++          int rc = doScript(spec, RPMBUILD_STRINGBUF, "%doc", pkg->specialDoc, test);
 +          if (rc)
 +              fl.processingFailed = rc;
        }
  
        /* Reset for %doc */
-Only in rpm-4.0.4-/build: tags
This page took 0.056663 seconds and 4 git commands to generate.