From d54ecdc9b4f32593aa0a3de47d227e53a9a42b1b Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Mon, 20 Jun 2011 09:54:42 +0100 Subject: [PATCH] Add ARM platforms to the make check exclusion --- orc.spec | 7 +++++-- 1 file 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 - 0.4.14-3 +- Add ARM platforms to the make check exclusion + * Sat May 07 2011 Fabian Deutsch - 0.4.14-2 - Add orc-bugreport to the main package (#702727)