diff --git a/orc.changes b/orc.changes index f599a9c..45c880d 100644 --- a/orc.changes +++ b/orc.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Mar 8 11:58:18 UTC 2012 - idonmez@suse.com + +- Disable check on ARM + ------------------------------------------------------------------- Thu Feb 2 12:26:37 UTC 2012 - idonmez@suse.com diff --git a/orc.spec b/orc.spec index c03769a..cfbb35b 100644 --- a/orc.spec +++ b/orc.spec @@ -16,6 +16,7 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + Name: orc Summary: The Oil Runtime Compiler License: BSD-3-Clause @@ -76,7 +77,7 @@ rm -rf %{buildroot}%{_libdir}/orc find %{buildroot}%{_libdir} -name '*.la' -delete -print %check -%ifnarch ppc ppc64 +%ifnarch %arm ppc ppc64 make check %endif