RPM Community Forums

Mailing List Message of <rpm-cvs>

[CVS] RPM: rpm-5_0: rpm/ CHANGES rpm/build/ files.c

From: Jeff Johnson <jbj@rpm5.org>
Date: Sat 26 Jan 2008 - 05:13:33 CET
Message-Id: <20080126041333.708C7348464@rpm5.org>
  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:   26-Jan-2008 05:13:33
  Branch: rpm-5_0                          Handle: 2008012604133201

  Modified files:           (Branch: rpm-5_0)
    rpm                     CHANGES
    rpm/build               files.c

  Log:
    - jbj: re-add PayloadFilesHavePrefix/CompressedFileNames w --lsb.

  Summary:
    Revision    Changes     Path
    1.2054.2.20 +1  -0      rpm/CHANGES
    1.310.2.3   +5  -0      rpm/build/files.c
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: rpm/CHANGES
  ============================================================================
  $ cvs diff -u -r1.2054.2.19 -r1.2054.2.20 CHANGES
  --- rpm/CHANGES	25 Jan 2008 17:05:43 -0000	1.2054.2.19
  +++ rpm/CHANGES	26 Jan 2008 04:13:32 -0000	1.2054.2.20
  @@ -1,4 +1,5 @@
   5.0.0 -> 5.0.1:
  +    - jbj: re-add PayloadFilesHavePrefix/CompressedFileNames w --lsb.
       - jbj: QNX needs defines for fts.c.
       - jbj: include <pthread.h> everywhere.
       - jbj: rpmsq.h doesn't need pthread condvar/mutex any more.
  @@ .
  patch -p0 <<'@@ .'
  Index: rpm/build/files.c
  ============================================================================
  $ cvs diff -u -r1.310.2.2 -r1.310.2.3 files.c
  --- rpm/build/files.c	24 Jan 2008 20:03:25 -0000	1.310.2.2
  +++ rpm/build/files.c	26 Jan 2008 04:13:33 -0000	1.310.2.3
  @@ -1609,6 +1609,11 @@
       xx = headerPut(h, he, 0);
       he->append = 0;
   	
  +if (_rpmbuildFlags & 4) {
  +(void) rpmlibNeedsFeature(h, "PayloadFilesHavePrefix", "4.0-1");
  +(void) rpmlibNeedsFeature(h, "CompressedFileNames", "3.0.4-1");
  +}
  +	
       compressFilelist(h);
   
     { int scareMem = 0;
  @@ .
Received on Sat Jan 26 05:13:33 2008
Driven by Jeff Johnson and the RPM project team.
Hosted by OpenPKG and Ralf S. Engelschall.
Powered by FreeBSD and OpenPKG.