[iwhd] ExcludeArch big-endian machines, mongodb is not available there

Karsten Hopp karsten at fedoraproject.org
Mon Jul 18 22:23:00 UTC 2011


commit 0bafcac84f280e6a6e2926fe80054fa97f2cda68
Author: Karsten Hopp <karsten at redhat.com>
Date:   Tue Jul 19 00:25:12 2011 +0200

    ExcludeArch big-endian machines, mongodb is not available there

 iwhd.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/iwhd.spec b/iwhd.spec
index f29c8b9..79406a2 100644
--- a/iwhd.spec
+++ b/iwhd.spec
@@ -1,12 +1,14 @@
 Name:		iwhd
 Version:	0.96
-Release:	2%{?dist}
+Release:	3%{?dist}
 Summary:	Image WareHouse Daemon
 
 Group:		System Environment/Libraries
 License:	GPLv3
 
 URL:		http://git.fedorahosted.org/git/?p=iwhd.git
+# build requirement mongodb is available on little-endian machines only
+ExcludeArch: ppc ppc64 s390 s390x
 
 # pulled from upstream git,
 # to recreate tarball, check out commit, then run "make dist"
@@ -66,6 +68,9 @@ make install DESTDIR=%{buildroot}
 %{_localstatedir}/lib/iwhd
 
 %changelog
+* Mon Jul 18 2011 Karsten Hopp <karsten at redhat.com> 0.96-3
+- ExcludeArch big-endian machines, mongodb is not available there
+
 * Tue Jul 12 2011 Chris Lalancette <clalance at redhat.com> - 0.96-2
 - Add patch from iwhd development to build against jansson 2.0
 - Disable make check until we fix the bug causing it to fail


More information about the scm-commits mailing list