RPM Package Manager, CVS Repository
  http://rpm5.org/cvs/
  ____________________________________________________________________________

  Server: rpm5.org                         Name:   Pinto Elia
  Root:   /v/rpm/cvs                       Email:  devzero2...@rpm5.org
  Module: rpm                              Date:   25-Mar-2011 14:17:28
  Branch: HEAD                             Handle: 2011032513172701

  Modified files:
    rpm                     CHANGES
    rpm/macros              macros.rpmbuild.in

  Log:
    arch macro for all EFI-compatible architectures: dunno if useful these
    days

  Summary:
    Revision    Changes     Path
    1.3576      +1  -0      rpm/CHANGES
    1.5         +4  -1      rpm/macros/macros.rpmbuild.in
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: rpm/CHANGES
  ============================================================================
  $ cvs diff -u -r1.3575 -r1.3576 CHANGES
  --- rpm/CHANGES       24 Mar 2011 21:25:49 -0000      1.3575
  +++ rpm/CHANGES       25 Mar 2011 13:17:27 -0000      1.3576
  @@ -1,4 +1,5 @@
   5.4.0 -> 5.4.1:
  +    - devzero2000: arch macro for all EFI-compatible architectures 
       - jbj: add a --nofsync popt alias (caveat: experimental & risky).
       - devzero2000: drop borken test on change a directory with a symlink
       - proyvind: always run %clean so it won't be required in .spec file.
  @@ .
  patch -p0 <<'@@ .'
  Index: rpm/macros/macros.rpmbuild.in
  ============================================================================
  $ cvs diff -u -r1.4 -r1.5 macros.rpmbuild.in
  --- rpm/macros/macros.rpmbuild.in     31 Mar 2010 12:22:06 -0000      1.4
  +++ rpm/macros/macros.rpmbuild.in     25 Mar 2011 13:17:28 -0000      1.5
  @@ -1,7 +1,7 @@
   #/*! \page build_macros Default configuration: @USRLIBRPM@/macros.rpmbuild
   # \verbatim
   #
  -# $Id: macros.rpmbuild.in,v 1.4 2010/03/31 12:22:06 jbj Exp $
  +# $Id: macros.rpmbuild.in,v 1.5 2011/03/25 13:17:28 devzero2000 Exp $
   #
   # This file contains rpmbuild configuration macros.
   #
  @@ -629,6 +629,9 @@
   #
   %ix86   i386 i486 i586 i686 pentium3 pentium4 athlon
   
  +# arch macro for all EFI-compatible architectures
  +%efi %{ix86} x86_64 ia64
  +
   # same thing for arm
   %arm    arm armv3 armv3l armv3b armv4 armv4l armv4b armv5 armv5l armv5b 
armv5te armv5tel armv5teb xscale armv6 armv6l
   
  @@ .
______________________________________________________________________
RPM Package Manager                                    http://rpm5.org
CVS Sources Repository                                rpm-cvs@rpm5.org

Reply via email to