[python-llvmpy] Exclude arm for now, it breaks the tests

Sergio Pascual sergiopr at fedoraproject.org
Mon Sep 9 14:23:59 UTC 2013


commit 97f8b75be22adbc4c2ac63c3cc7d90c3b29be020
Author: Sergio Pascual <sergiopr at fis.ucm.es>
Date:   Mon Sep 9 16:23:39 2013 +0200

    Exclude arm for now, it breaks the tests

 python-llvmpy.spec |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/python-llvmpy.spec b/python-llvmpy.spec
index c753cfa..7d64ea1 100644
--- a/python-llvmpy.spec
+++ b/python-llvmpy.spec
@@ -2,13 +2,15 @@
 
 Name: python-%{upname}
 Version: 0.12.0
-Release: 2%{?dist}
+Release: 3%{?dist}
 Summary: Python bindings for LLVM
 License: BSD
 
 URL: http://www.llvmpy.org/
 Source0: https://github.com/llvmpy/llvmpy/archive/%{version}.tar.gz
 
+# bz #1005869
+ExcludeArch: arm
 BuildRequires: python2-devel llvm-devel zlib-devel
 BuildRequires: python-sphinx python-nose
 
@@ -55,7 +57,10 @@ popd
 %{python_sitearch}/llvmpy-tag_.%{version}-py2.7.egg-info
 
 %changelog
-* Wed Sep 04 2013 Sergio Pascual <sergiopr at fedoraproject.org> - 0.12.0-2
+* Mon Sep 09 2013 Sergio Pascual <sergiopr at fedoraproject.org> - 0.12.0-3
+- Exclude arm for now, it breaks the tests
+
+* Sun Sep 08 2013 Sergio Pascual <sergiopr at fedoraproject.org> - 0.12.0-2
 - Add check
 
 * Wed Sep 04 2013 Sergio Pascual <sergiopr at fedoraproject.org> - 0.12.0-1


More information about the scm-commits mailing list