RPM Package Manager, CVS Repository
http://rpm5.org/cvs/
____________________________________________________________________________
Server: rpm5.org Name: Elan Ruusamäe
Root: /v/rpm/cvs Email: glen@rpm5.org
Module: rpm Date: 29-Aug-2008 23:39:50
Branch: rpm-4_5 Handle: 2008082921394901
Modified files: (Branch: rpm-4_5)
rpm CHANGES
rpm/build parseBuildInstallClean.c
Log:
- do not skip %clean from spec file
Summary:
Revision Changes Path
1.1360.2.115+1 -0 rpm/CHANGES
2.19.2.2 +0 -1 rpm/build/parseBuildInstallClean.c
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: rpm/CHANGES
============================================================================
$ cvs diff -u -r1.1360.2.114 -r1.1360.2.115 CHANGES
--- rpm/CHANGES 6 Jul 2008 20:05:16 -0000 1.1360.2.114
+++ rpm/CHANGES 29 Aug 2008 21:39:49 -0000 1.1360.2.115
@@ -1,4 +1,5 @@
4.4.9 -> 4.5:
+ - glen: do not skip %clean from spec file
- robert: install rpmdeps and debugedit to pkglibdir as on HEAD
- jbj: fix: python ts.hdrFromFdno(fdno) segfault.
- jbj: use Realpath(3) so that RPMTAG_PACKAGEORIGIN has absolute path.
@@ .
patch -p0 <<'@@ .'
Index: rpm/build/parseBuildInstallClean.c
============================================================================
$ cvs diff -u -r2.19.2.1 -r2.19.2.2 parseBuildInstallClean.c
--- rpm/build/parseBuildInstallClean.c 25 May 2007 19:00:35 -0000 2.19.2.1
+++ rpm/build/parseBuildInstallClean.c 29 Aug 2008 21:39:50 -0000 2.19.2.2
@@ -51,7 +51,6 @@
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 */
@@ .
Received on Fri Aug 29 23:39:50 2008