RPM Community Forums

Mailing List Message of <rpm-cvs>

[CVS] RPM: rpm/ CHANGES macros.in

From: Jeff Johnson <jbj@rpm5.org>
Date: Sun 27 Jan 2008 - 02:54:39 CET
Message-Id: <20080127015439.754AD348464@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:   27-Jan-2008 02:54:39
  Branch: HEAD                             Handle: 2008012701543900

  Modified files:
    rpm                     CHANGES macros.in

  Log:
    - rpm.org: Quote find-debuginfo builddir to avoid whitespace issues.

  Summary:
    Revision    Changes     Path
    1.2103      +1  -0      rpm/CHANGES
    1.229       +2  -2      rpm/macros.in
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: rpm/CHANGES
  ============================================================================
  $ cvs diff -u -r1.2102 -r1.2103 CHANGES
  --- rpm/CHANGES	26 Jan 2008 22:23:00 -0000	1.2102
  +++ rpm/CHANGES	27 Jan 2008 01:54:39 -0000	1.2103
  @@ -1,4 +1,5 @@
   5.0.0 -> 5.1a1:
  +    - rpm.org: Quote find-debuginfo builddir to avoid whitespace issues.
       - jbj: generailize to verify(*) => -Va and verify(/path) => -Vf /path.
       - jbj: fix: no output performing verify(...) probe.
       - jbj: fix: insure valid exit code for verify(...) probe.
  @@ .
  patch -p0 <<'@@ .'
  Index: rpm/macros.in
  ============================================================================
  $ cvs diff -u -r1.228 -r1.229 macros.in
  --- rpm/macros.in	11 Jan 2008 23:05:32 -0000	1.228
  +++ rpm/macros.in	27 Jan 2008 01:54:39 -0000	1.229
  @@ -1,7 +1,7 @@
   #/*! \page config_macros Default configuration: @USRLIBRPM@/macros
   # \verbatim
   #
  -# $Id: macros.in,v 1.228 2008/01/11 23:05:32 jbj Exp $
  +# $Id: macros.in,v 1.229 2008/01/27 01:54:39 jbj Exp $
   #
   # This is a global RPM configuration file. All changes made here will
   # be lost when the rpm package is upgraded. Any per-system configuration
  @@ -193,7 +193,7 @@
   #     the script.  See the script for details.
   #
   %__debug_install_post   \
  -   %{_rpmhome}/find-debuginfo.sh %{?_missing_build_ids_terminate_build:--strict-build-id} %{?_find_debuginfo_opts} %{_builddir}/%{?buildsubdir}\
  +   %{_rpmhome}/find-debuginfo.sh %{?_missing_build_ids_terminate_build:--strict-build-id} %{?_find_debuginfo_opts} "%{_builddir}/%{?buildsubdir}"\
   %{nil}
   
   #	Template for debug information sub-package.
  @@ .
Received on Sun Jan 27 02:54:39 2008
Driven by Jeff Johnson and the RPM project team.
Hosted by OpenPKG and Ralf S. Engelschall.
Powered by FreeBSD and OpenPKG.