RPM Package Manager, CVS Repository
http://rpm5.org/cvs/
____________________________________________________________________________
Server: rpm5.org Name: Jeff Johnson
Root: /v/rpm/cvs Email: jbj@rpm5.org
Module: rpm Date: 21-Dec-2007 15:42:21
Branch: HEAD Handle: 2007122114422000
Modified files:
rpm CHANGES
rpm/build build.c
Log:
- jbj: fix: permit -bt on specfiles w/o %track, remove an assertion.
Summary:
Revision Changes Path
1.2004 +1 -0 rpm/CHANGES
2.127 +0 -1 rpm/build/build.c
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: rpm/CHANGES
============================================================================
$ cvs diff -u -r1.2003 -r1.2004 CHANGES
--- rpm/CHANGES 21 Dec 2007 08:51:45 -0000 1.2003
+++ rpm/CHANGES 21 Dec 2007 14:42:20 -0000 1.2004
@@ -1,4 +1,5 @@
5.0b2 -> 5.0b3:
+ - jbj: fix: permit -bt on specfiles w/o %track, remove an assertion.
- rse: fix paths to stringbuf.[ch]
- pixel: fix http://qa.mandriva.com/show_bug.cgi?id=27417.
- jbj: expedient fix for http://qa.mandriva.com/show_bug.cgi?id=31680.
@@ .
patch -p0 <<'@@ .'
Index: rpm/build/build.c
============================================================================
$ cvs diff -u -r2.126 -r2.127 build.c
--- rpm/build/build.c 18 Dec 2007 19:40:52 -0000 2.126
+++ rpm/build/build.c 21 Dec 2007 14:42:20 -0000 2.127
@@ -167,7 +167,6 @@
sb = spec->foo[i].val;
break;
}
-assert(sb != NULL);
mTemplate = "%{__spec_track_template}";
mPost = "%{__spec_track_post}";
mCmd = "%{__spec_track_cmd}";
@@ .
Received on Fri Dec 21 15:42:21 2007