[gearmand/el6] ExcludeArch ppc ppc64

Blake Gardner blakegardner at fedoraproject.org
Mon Jul 22 18:20:54 UTC 2013


commit b5f87211154c343c9f0750e145e5d4a32c8ee915
Author: Blake Gardner <blakegardner at cox.net>
Date:   Mon Jul 22 13:20:16 2013 -0500

    ExcludeArch ppc ppc64

 gearmand.spec |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/gearmand.spec b/gearmand.spec
index 0d33320..bc38ccf 100644
--- a/gearmand.spec
+++ b/gearmand.spec
@@ -16,7 +16,7 @@
 
 Name:           gearmand
 Version:        1.1.8
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        A distributed job system
 
 Group:          System Environment/Daemons
@@ -27,6 +27,9 @@ Source1:        gearmand.init
 Source2:        gearmand.sysconfig
 Source3:        gearmand.service
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+# Fails to build on PPC.
+# See https://bugzilla.redhat.com/987104 and https://bugzilla.redhat.com/987109
+ExcludeArch:    ppc ppc64
 
 %if 0%{?el5}
 BuildRequires:  e2fsprogs-devel
@@ -252,6 +255,9 @@ exit 0
 
 
 %changelog
+* Mon Jul 22 2013 Blake Gardner <blakegardner at cox.net> - 1.1.8-2
+- ExcludeArch ppc ppc64
+
 * Thu Jul 18 2013 Ken Dreyer <ktdreyer at ktdreyer.com> - 1.1.8-1
 - Update to latest upstream release.
 - Add EL5 and EL6 conditionals to unify the spec across all branches.


More information about the scm-commits mailing list