Disable make check on aarch64.
This commit is contained in:
parent
e65bbe3b55
commit
aa1e9b6b3f
@ -139,7 +139,7 @@
|
|||||||
Summary: QEMU is a FAST! processor emulator
|
Summary: QEMU is a FAST! processor emulator
|
||||||
Name: qemu
|
Name: qemu
|
||||||
Version: 1.7.0
|
Version: 1.7.0
|
||||||
Release: 3%{?dist}
|
Release: 4%{?dist}
|
||||||
Epoch: 2
|
Epoch: 2
|
||||||
License: GPLv2+ and LGPLv2+ and BSD
|
License: GPLv2+ and LGPLv2+ and BSD
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
@ -1056,7 +1056,11 @@ for f in $RPM_BUILD_ROOT%{_bindir}/* $RPM_BUILD_ROOT%{_libdir}/* \
|
|||||||
done
|
done
|
||||||
|
|
||||||
%check
|
%check
|
||||||
|
# Disabled on aarch64 where it fails with several errors. Will
|
||||||
|
# investigate and fix when we have access to real hardware - RWMJ.
|
||||||
|
%ifnarch aarch64
|
||||||
make check
|
make check
|
||||||
|
%endif
|
||||||
|
|
||||||
# Sanity-check current kernel can boot on this qemu.
|
# Sanity-check current kernel can boot on this qemu.
|
||||||
# The results are advisory only.
|
# The results are advisory only.
|
||||||
@ -1473,6 +1477,9 @@ getent passwd qemu >/dev/null || \
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jan 13 2014 Richard W.M. Jones <rjones@redhat.com> - 2:1.7.0-4
|
||||||
|
- Disable make check on aarch64.
|
||||||
|
|
||||||
* Sat Dec 21 2013 Ville Skyttä <ville.skytta@iki.fi> - 2:1.7.0-3
|
* Sat Dec 21 2013 Ville Skyttä <ville.skytta@iki.fi> - 2:1.7.0-3
|
||||||
- Add libcacard ldconfig %%post* scriptlets.
|
- Add libcacard ldconfig %%post* scriptlets.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user