Add ARM platforms to the make check exclusion
This commit is contained in:
parent
4b7607fd2a
commit
d54ecdc9b4
7
orc.spec
7
orc.spec
@ -1,6 +1,6 @@
|
|||||||
Name: orc
|
Name: orc
|
||||||
Version: 0.4.14
|
Version: 0.4.14
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
Summary: The Oil Run-time Compiler
|
Summary: The Oil Run-time Compiler
|
||||||
|
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
@ -78,7 +78,7 @@ rm -rf %{buildroot}
|
|||||||
|
|
||||||
|
|
||||||
%check
|
%check
|
||||||
%ifnarch s390 s390x ppc ppc64
|
%ifnarch s390 s390x ppc ppc64 %{arm}
|
||||||
make check
|
make check
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
@ -114,6 +114,9 @@ make check
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Sat May 07 2011 Fabian Deutsch <fabiand@fedoraproject.org> - 0.4.14-2
|
||||||
- Add orc-bugreport to the main package (#702727)
|
- Add orc-bugreport to the main package (#702727)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user