RPM Community Forums

Mailing List Message of <rpm-cvs>

[CVS] RPM: rpm-4_5: rpm/ macros.in

From: Robert Scheck <robert@rpm5.org>
Date: Mon 20 Aug 2007 - 00:19:40 CEST
Message-Id: <20070819221940.93E8D34845B@rpm5.org>
  RPM Package Manager, CVS Repository
  http://rpm5.org/cvs/
  ____________________________________________________________________________

  Server: rpm5.org                         Name:   Robert Scheck
  Root:   /v/rpm/cvs                       Email:  robert@rpm5.org
  Module: rpm                              Date:   20-Aug-2007 00:19:40
  Branch: rpm-4_5                          Handle: 2007081923194000

  Modified files:           (Branch: rpm-4_5)
    rpm                     macros.in

  Log:
    Change %_rpmfc_magic_path macro to use correct path

  Summary:
    Revision    Changes     Path
    1.159.2.8   +2  -2      rpm/macros.in
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: rpm/macros.in
  ============================================================================
  $ cvs diff -u -r1.159.2.7 -r1.159.2.8 macros.in
  --- rpm/macros.in	19 Jun 2007 14:25:22 -0000	1.159.2.7
  +++ rpm/macros.in	19 Aug 2007 22:19:40 -0000	1.159.2.8
  @@ -1,7 +1,7 @@
   #/*! \page config_macros Default configuration: @USRLIBRPM@/macros
   # \verbatim
   #
  -# $Id: macros.in,v 1.159.2.7 2007/06/19 14:25:22 jbj Exp $
  +# $Id: macros.in,v 1.159.2.8 2007/08/19 22:19:40 robert 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
  @@ -495,7 +495,7 @@
   
   #
   # Path to magic file used for file classification.
  -%_rpmfc_magic_path	%{_usr}/lib/rpm/magic
  +%_rpmfc_magic_path	%{_rpmhome}/magic
   
   #==============================================================================
   # ---- Database configuration macros.
  @@ .
Received on Mon Aug 20 00:19:40 2007
Driven by Jeff Johnson and the RPM project team.
Hosted by OpenPKG and Ralf S. Engelschall.
Powered by FreeBSD and OpenPKG.