[galera/el6] Exclude ppc64 (#1092068)

rohara rohara at fedoraproject.org
Mon Apr 28 17:42:55 UTC 2014


commit 7e967fdacb368b503d003a3bbdeb4cdd7a551f5c
Author: Ryan O'Hara <rohara at redhat.com>
Date:   Mon Apr 28 12:42:31 2014 -0500

    Exclude ppc64 (#1092068)

 galera.spec |   11 +++++++++--
 1 files changed, 9 insertions(+), 2 deletions(-)
---
diff --git a/galera.spec b/galera.spec
index ca20a79..44cda6b 100644
--- a/galera.spec
+++ b/galera.spec
@@ -1,17 +1,21 @@
 Name:           galera
 Version:        25.3.5
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        Synchronous multi-master wsrep provider (replication engine)
 
 License:        GPLv2
 URL:            http://www.codership.com/
 Source0:        https://launchpad.net/%{name}/3.x/%{version}/+download/%{name}-%{version}-src.tar.gz
 
-Patch1:		galera-verify.patch
+Patch1:         galera-verify.patch
 
 BuildRequires:  boost-devel check-devel openssl-devel scons
 Requires:       nc
 
+# galera fails to build on ppc64 (#1092068)
+ExcludeArch:    ppc64
+
+
 Requires(post): /sbin/chkconfig
 Requires(preun): /sbin/chkconfig
 Requires(preun): /sbin/service
@@ -85,6 +89,9 @@ fi
 
 
 %changelog
+* Mon Apr 28 2014 Ryan O'Hara <rohara at redhat.com> - 25.3.5-5
+- Exclude ppc64 (#1092068)
+
 * Thu Apr 24 2014 Ryan O'Hara <rohara at redhat.com> - 25.3.5-4
 - Use strict_build_flags=0 to avoid -Werror
 - Remove unnecessary %clean section


More information about the scm-commits mailing list