RPM Community Forums

Mailing List Message of <rpm-cvs>

[CVS] RPM: rpm/ devtool.conf

From: Ralf S. Engelschall <rse@rpm5.org>
Date: Fri 22 Jun 2007 - 17:50:36 CEST
Message-Id: <20070622155036.93BCF3484EC@rpm5.org>
  RPM Package Manager, CVS Repository
  http://rpm5.org/cvs/
  ____________________________________________________________________________

  Server: rpm5.org                         Name:   Ralf S. Engelschall
  Root:   /v/rpm/cvs                       Email:  rse@rpm5.org
  Module: rpm                              Date:   22-Jun-2007 17:50:36
  Branch: HEAD                             Handle: 2007062216503600

  Modified files:
    rpm                     devtool.conf

  Log:
    allow people like Jeff to build with more internal stuff (although I
    personally think we shouldn't do this ;-)

  Summary:
    Revision    Changes     Path
    2.9         +1  -1      rpm/devtool.conf
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: rpm/devtool.conf
  ============================================================================
  $ cvs diff -u -r2.8 -r2.9 devtool.conf
  --- rpm/devtool.conf	21 Jun 2007 06:55:01 -0000	2.8
  +++ rpm/devtool.conf	22 Jun 2007 15:50:36 -0000	2.9
  @@ -9,7 +9,7 @@
       MODULE_TAG_ZLIB=""
   
   %checkout
  -    for name in $MODULE_NAMES; do
  +    for name in $MODULE_NAMES "$@"; do
           release=MODULE_TAG_`echo ${name} | tr [a-z] [A-Z]`
           release=`eval echo \\$${release}`
           if [ ".${release}" = . ]; then
  @@ .
Received on Fri Jun 22 17:50:36 2007
Driven by Jeff Johnson and the RPM project team.
Hosted by OpenPKG and Ralf S. Engelschall.
Powered by FreeBSD and OpenPKG.