Add ARM platforms to the make check exclusion

This commit is contained in:
Peter Robinson 2011-06-20 09:54:42 +01:00
parent 4b7607fd2a
commit d54ecdc9b4

View File

@ -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@gmail.com> - 0.4.14-3
- Add ARM platforms to the make check exclusion
* Sat May 07 2011 Fabian Deutsch <fabiand@fedoraproject.org> - 0.4.14-2
- Add orc-bugreport to the main package (#702727)