RPM Community Forums

Mailing List Message of <rpm-devel>

SUPPORT_RPMLEAD breakage

From: Jeff Johnson <n3npq@mac.com>
Date: Mon 19 Nov 2007 - 21:29:12 CET
Message-Id: <A921A818-05A5-453A-8B83-6B6B989101C7@mac.com>
You will need this change to read packages with rpm-5.0a2:

Index: system.h
===================================================================
RCS file: /v/rpm/cvs/rpm/system.h,v
retrieving revision 2.102
diff -u -b -B -w -p -r2.102 system.h
--- system.h    17 Nov 2007 18:05:22 -0000      2.102
+++ system.h    19 Nov 2007 20:27:03 -0000
@@ -725,7 +725,7 @@ static inline const char *rcsid(const ch
  #include <search.h>
  #endif

-#define        SUPPORT_RPMLEAD         1       /* XXX default is add  
lead. */
+#define        SUPPORT_RPMLEAD         0       /* XXX default is add  
lead. */

  /**
   * Mark --initdb and --verifydb for destruction.

Mea culpa. I forgot that I used the value to initialize the global  
constant _nolead.

73 de Jeff
Received on Mon Nov 19 21:29:36 2007
Driven by Jeff Johnson and the RPM project team.
Hosted by OpenPKG and Ralf S. Engelschall.
Powered by FreeBSD and OpenPKG.