diff --git a/libguestfs.spec b/libguestfs.spec index df632c1..4d7066b 100644 --- a/libguestfs.spec +++ b/libguestfs.spec @@ -4,13 +4,9 @@ %if %{defined libguestfs_runtests} %global runtests %{libguestfs_runtests} %else -%ifnarch aarch64 %{arm} %{ix86} ppc %{power64} +%ifnarch ppc %{power64} %global runtests 1 %else -# Disabled on 32 bit x86. Fails with current rawhide, unclear why. -# Disabled on arm, see RHBZ#1066581. -# Disabled on aarch64 because it requires qemu or supermin to uncompress -# the kernel. # Disabled on ppc, ppc64 (secondary arches), see RHBZ#1036742. %global runtests 0 %endif @@ -1382,6 +1378,8 @@ rm -r $RPM_BUILD_ROOT%{_libdir}/ocaml/stublibs/dllv2v_test_harness* %changelog +- Enable tests on i686, arm and aarch64. + * Fri Aug 7 2015 Pino Toscano - 1:1.31.1-3 - Make libguestfs-tools-c recommend libguestfs-xfs, as the default filesystem is XFS so we want tools to work on XFS by default.