RPM Community Forums

Mailing List Message of <rpm-cvs>

[CVS] RPM: rpm/lib/ rpmds.c

From: Jeff Johnson <jbj@rpm5.org>
Date: Thu 20 Sep 2007 - 18:05:22 CEST
Message-Id: <20070920160522.B5CB234845C@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:   20-Sep-2007 18:05:22
  Branch: HEAD                             Handle: 2007092017052200

  Modified files:
    rpm/lib                 rpmds.c

  Log:
    rpm.org disables rpmlib provide if not compiled with bzip2.

  Summary:
    Revision    Changes     Path
    2.64        +2  -0      rpm/lib/rpmds.c
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: rpm/lib/rpmds.c
  ============================================================================
  $ cvs diff -u -r2.63 -r2.64 rpmds.c
  --- rpm/lib/rpmds.c	19 Aug 2007 17:43:03 -0000	2.63
  +++ rpm/lib/rpmds.c	20 Sep 2007 16:05:22 -0000	2.64
  @@ -1411,8 +1411,10 @@
       { "rpmlib(CompressedFileNames)",	"3.0.4-1",
   	(RPMSENSE_RPMLIB|RPMSENSE_EQUAL),
       N_("file name(s) stored as (dirName,baseName,dirIndex) tuple, not as path.")},
  +#if defined(HAVE_BZLIB_H)
       { "rpmlib(PayloadIsBzip2)",		"3.0.5-1",
   	(RPMSENSE_RPMLIB|RPMSENSE_EQUAL),
  +#endif
       N_("package payload can be compressed using bzip2.") },
       { "rpmlib(PayloadFilesHavePrefix)",	"4.0-1",
   	(RPMSENSE_RPMLIB|RPMSENSE_EQUAL),
  @@ .
Received on Thu Sep 20 18:05:22 2007
Driven by Jeff Johnson and the RPM project team.
Hosted by OpenPKG and Ralf S. Engelschall.
Powered by FreeBSD and OpenPKG.