[python-llvmpy] - Exclude s390(x)

Dan Horák sharkcz at fedoraproject.org
Tue Sep 24 13:14:26 UTC 2013


commit 2bff96263982059bb337c86092e95ab51641e533
Author: Dan Horák <dan at danny.cz>
Date:   Tue Sep 24 15:14:15 2013 +0200

    - Exclude s390(x)

 python-llvmpy.spec |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/python-llvmpy.spec b/python-llvmpy.spec
index 3063db1..988fcba 100644
--- a/python-llvmpy.spec
+++ b/python-llvmpy.spec
@@ -3,7 +3,7 @@
 
 Name: python-%{upname}
 Version: 0.12.0
-Release: 5%{?dist}
+Release: 6%{?dist}
 Summary: Python bindings for LLVM
 License: BSD
 
@@ -12,8 +12,8 @@ URL: http://www.llvmpy.org/
 # https://github.com/llvmpy/llvmpy/issues/84
 Source0: https://github.com/llvmpy/llvmpy/archive/%{version}.tar.gz
 
-# bz #1005869
-ExcludeArch: %{arm}
+# bz #1005869 (arm)
+ExcludeArch: %{arm} s390 s390x
 BuildRequires: python2-devel llvm-devel zlib-devel
 BuildRequires: python-sphinx python-nose
 
@@ -116,6 +116,9 @@ popd
 %endif # with_python3
 
 %changelog
+* Tue Sep 24 2013 Dan Horák <dan[at]danny.cz> - 0.12.0-6
+- Exclude s390(x)
+
 * Mon Sep 16 2013 Sergio Pascual <sergiopr at fedoraproject.org> - 0.12.0-5
 - Support Python3
 


More information about the scm-commits mailing list