[orc] Add ARM platforms to the make check exclusion

Peter Robinson pbrobinson at fedoraproject.org
Mon Jun 20 08:54:54 UTC 2011


commit d54ecdc9b4f32593aa0a3de47d227e53a9a42b1b
Author: Peter Robinson <pbrobinson at gmail.com>
Date:   Mon Jun 20 09:54:42 2011 +0100

    Add ARM platforms to the make check exclusion

 orc.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/orc.spec b/orc.spec
index 6be7b2c..0dd71bc 100644
--- a/orc.spec
+++ b/orc.spec
@@ -1,6 +1,6 @@
 Name:		orc
 Version:	0.4.14
-Release:	2%{?dist}
+Release:	3%{?dist}
 Summary:	The Oil Run-time Compiler
 
 Group:		System Environment/Libraries
@@ -78,7 +78,7 @@ rm -rf %{buildroot}
 
 
 %check
-%ifnarch s390 s390x ppc ppc64
+%ifnarch s390 s390x ppc ppc64 %{arm}
 make check
 %endif
 
@@ -114,6 +114,9 @@ make check
 
 
 %changelog
+* Mon Jun 20 2011 Peter Robinson <pbrobinson at gmail.com> - 0.4.14-3
+- Add ARM platforms to the make check exclusion
+
 * Sat May 07 2011 Fabian Deutsch <fabiand at fedoraproject.org> - 0.4.14-2
 - Add orc-bugreport to the main package (#702727)
 


More information about the scm-commits mailing list