[pymongo] - add ExcludeArch to match mongodb package

Dan Horák sharkcz at fedoraproject.org
Thu Nov 18 09:17:57 UTC 2010


commit 74792572bf19d16d77a00d28f55552f69e4939b3
Author: Dan Horák <dan at danny.cz>
Date:   Thu Nov 18 10:18:52 2010 +0100

    - add ExcludeArch to match mongodb package

 pymongo.spec |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/pymongo.spec b/pymongo.spec
index acec68b..d1e75e3 100644
--- a/pymongo.spec
+++ b/pymongo.spec
@@ -15,7 +15,7 @@
 
 Name:           pymongo
 Version:        1.9
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        Python driver for MongoDB
 
 Group:          Development/Languages
@@ -36,6 +36,9 @@ BuildRequires:  python3-setuptools
 BuildRequires:  /usr/bin/2to3
 %endif # if with_python3
 
+# Mongodb must run on a little-endian CPU (see bug #630898)
+ExcludeArch:    ppc ppc64 %{sparc} s390 s390x
+
 %description
 The Python driver for MongoDB.
 
@@ -181,6 +184,9 @@ nosetests --exclude="$exclude"
 popd
 
 %changelog
+* Thu Nov 18 2010 Dan Horák <dan[at]danny.cz> - 1.9-5
+- add ExcludeArch to match mongodb package
+
 * Tue Oct 26 2010 Silas Sewell <silas at sewell.ch> - 1.9-4
 - Add comment about multi-license
 


More information about the scm-commits mailing list