[gfal] includearch ppc on dists > rhel6 and all fedora as this is a build requirement for the root package

Karsten Hopp karsten at fedoraproject.org
Mon Jun 25 12:50:37 UTC 2012


commit 2e9981fb583a125060b55a54989b606e28e081d8
Author: Karsten Hopp <karsten at redhat.com>
Date:   Mon Jun 25 14:50:17 2012 +0200

    includearch ppc on dists > rhel6 and all fedora as this is a
    build requirement for the root package

 gfal.spec |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/gfal.spec b/gfal.spec
index d227bd0..1b2cfd1 100644
--- a/gfal.spec
+++ b/gfal.spec
@@ -20,7 +20,7 @@
 
 Name:						gfal
 Version:					1.12.1
-Release:					1%{?dist}
+Release:					2%{?dist}
 Summary:					Grid File access library
 Group:						System Environment/Libraries
 License:					ASL 2.0
@@ -29,7 +29,10 @@ URL:						https://svnweb.cern.ch/trac/lcgutil
 Source0:					http://grid-deployment.web.cern.ch/grid-deployment/dms/lcgutil/tar/%{name}/%{name}-%{version}.tar.gz 
 BuildRoot:					%(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 #Exclude ppc architecture on epel5, impossible to compile properly with the old gcc version
+
+%if 0%{?rhel} < 6
 ExcludeArch:				ppc
+%endif
 
 
 BuildRequires:				automake
@@ -224,6 +227,10 @@ make %{?_smp_mflags} clean
 %{_docdir}/%{name}-%{version}/LICENSE
 
 %changelog
+* Mon Jun 25 2012 Karsten Hopp <karsten at redhat.com> 1.12.1-2
+- includearch ppc on dists > rhel6 and all fedora as this is a
+  build requirement for the root package
+
 * Tue Apr 23 2012 <zsolt.molnar at cern.ch> - 1.12.1-1
  - patch version increased, EMI 2 RC 4 synchronisation
  - Trac ticket 317: fix EMI 2 problem with lfc in gfal 1.0


More information about the scm-commits mailing list