SOURCES (rpm-4_4_9): rpm-cleanbody.patch - do not skip %clean from...

glen glen at pld-linux.org
Wed Jan 30 22:25:56 CET 2008


Author: glen                         Date: Wed Jan 30 21:25:56 2008 GMT
Module: SOURCES                       Tag: rpm-4_4_9
---- Log message:
- do not skip %clean from specfile

---- Files affected:
SOURCES:
   rpm-cleanbody.patch (1.1.2.1 -> 1.1.2.2) 

---- Diffs:

================================================================
Index: SOURCES/rpm-cleanbody.patch
diff -u SOURCES/rpm-cleanbody.patch:1.1.2.1 SOURCES/rpm-cleanbody.patch:1.1.2.2
--- SOURCES/rpm-cleanbody.patch:1.1.2.1	Wed Jan 30 22:21:44 2008
+++ SOURCES/rpm-cleanbody.patch	Wed Jan 30 22:25:51 2008
@@ -1,6 +1,6 @@
---- rpm-4.4.9/build/parseBuildInstallClean.c~	2007-03-21 13:29:49.000000000 +0200
-+++ rpm-4.4.9/build/parseBuildInstallClean.c	2008-01-30 23:16:55.347346942 +0200
-@@ -47,7 +47,7 @@
+--- rpm-4.4.9/build/parseBuildInstallClean.c	2008-01-30 23:16:55.347346942 +0200
++++ rpm-4.4.9/build/parseBuildInstallClean.c	2008-01-30 23:22:24.241459876 +0200
+@@ -47,11 +47,10 @@
  	    appendStringBuf(*sbp, s);
  	s = _free(s);
      } else if (parsePart == PART_CLEAN) {
@@ -9,3 +9,7 @@
  	if (s && *s)
  	    appendStringBuf(*sbp, s);
  	s = _free(s);
+-	sbp = NULL;	/* XXX skip %clean from spec file. */
+     }
+ 
+     /* There are no options to %build, %install, %check, or %clean */
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/rpm-cleanbody.patch?r1=1.1.2.1&r2=1.1.2.2&f=u



More information about the pld-cvs-commit mailing list