RPM Community Forums

Mailing List Message of <rpm-cvs>

[CVS] RPM: rpm-5_3: rpm/tests/ Makefile.am

From: Jeff Johnson <jbj@rpm5.org>
Date: Mon 27 Sep 2010 - 04:33:56 CEST
Message-Id: <20100927023357.02194DAEE0@rpm5.org>
  RPM Package Manager, CVS Repository
  /cvs/
  ____________________________________________________________________________

  Server: rpm5.org                         Name:   Jeff Johnson
  Root:   /v/rpm/cvs                       Email:  jbj@rpm5.org
  Module: rpm                              Date:   27-Sep-2010 04:33:56
  Branch: rpm-5_3                          Handle: 2010092702335600

  Modified files:           (Branch: rpm-5_3)
    rpm/tests               Makefile.am

  Log:
    - tests: fix: don't repackage if doing "rpm -r --justdb".

  Summary:
    Revision    Changes     Path
    1.63.2.27   +1  -0      rpm/tests/Makefile.am
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: rpm/tests/Makefile.am
  ============================================================================
  $ cvs diff -u -r1.63.2.26 -r1.63.2.27 Makefile.am
  --- rpm/tests/Makefile.am	27 Sep 2010 02:20:15 -0000	1.63.2.26
  +++ rpm/tests/Makefile.am	27 Sep 2010 02:33:56 -0000	1.63.2.27
  @@ -581,6 +581,7 @@
   	  2>&1 || : ; \
   	  ${rpm} -e --justdb \
   	    -D '_dbpath $(testdir)/$(<D)/ROOT/var/lib/rpm' \
  +	    -D '_repackage_all_erasures 0' \
   	    --nodeps --noscripts --notriggers \
   	    `${rpm} -D '_dbpath $(testdir)/$(<D)/ROOT/var/lib/rpm' -qa` \
   	  2>&1 || : ; \
  @@ .
Received on Mon Sep 27 04:33:57 2010
Driven by Jeff Johnson and the RPM project team.
Hosted by OpenPKG and Ralf S. Engelschall.
Powered by FreeBSD and OpenPKG.