[sheepdog/el6] Fixing EL6 build

David Nalley ke4qqq at fedoraproject.org
Sun Jun 5 03:11:04 UTC 2011


commit 0c05d27c84ca9ebc79f54bffe672c099cc8cce4b
Author: David Nalley <david at gnsa.us>
Date:   Sat Jun 4 23:10:40 2011 -0400

    Fixing EL6 build

 sheepdog.spec |   12 +++++++++++-
 1 files changed, 11 insertions(+), 1 deletions(-)
---
diff --git a/sheepdog.spec b/sheepdog.spec
index 388d3f1..9858240 100644
--- a/sheepdog.spec
+++ b/sheepdog.spec
@@ -1,7 +1,7 @@
 Name: sheepdog
 Summary: The Sheepdog Distributed Storage System for KVM/QEMU
 Version: 0.2.3
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: GPLv2 and GPLv2+
 Group: System Environment/Base
 URL: http://www.osrg.net/sheepdog
@@ -19,6 +19,13 @@ BuildRequires: corosync corosynclib corosynclib-devel
 
 BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 
+%if 0%{?rhel} >= 6
+Excludearch: ppc 
+Excludearch: ppc64
+%endif
+
+
+
 %description
 This package contains the Sheepdog server, and command line tool which offer
 a distributed object storage system for KVM.
@@ -69,6 +76,9 @@ fi
 %{_mandir}/man8/sheep.8*
 
 %changelog
+* Sat Jun 04 2011 David Nalley <david at gnsa.us> - 0.2.3-2
+- excluding ppc and ppc64 arch for el6
+
 * Sat May 21 2011 David Nalley <david at gnsa.us> - 0.2.3-1
 - updating to 0.2.3 to track upstream.
 


More information about the scm-commits mailing list