RPM Package Manager, CVS Repository
http://rpm5.org/cvs/
____________________________________________________________________________
Server: rpm5.org Name: Jeff Johnson
Root: /v/rpm/cvs Email: [EMAIL PROTECTED]
Module: rpm Date: 08-Dec-2008 08:51:02
Branch: HEAD Handle: 2008120807510200
Modified files:
rpm/lib rpmgi.c
Log:
- jbj: add note to self.
Summary:
Revision Changes Path
2.56 +1 -0 rpm/lib/rpmgi.c
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: rpm/lib/rpmgi.c
============================================================================
$ cvs diff -u -r2.55 -r2.56 rpmgi.c
--- rpm/lib/rpmgi.c 2 Aug 2008 00:38:04 -0000 2.55
+++ rpm/lib/rpmgi.c 8 Dec 2008 07:51:02 -0000 2.56
@@ -215,6 +215,7 @@
/* Not a header, so try for a manifest. */
gi->argv[gi->i] = NULL; /* Mark the insertion point */
rpmrc = rpmgiLoadManifest(gi, fn);
+ /* XXX its unclear if RPMRC_NOTFOUND should fail or continue here. */
if (rpmrc != RPMRC_OK) {
gi->argv[gi->i] = fn; /* Manifest failed, restore fn */
break;
@@ .
______________________________________________________________________
RPM Package Manager http://rpm5.org
CVS Sources Repository [email protected]