From 0729224703f6f826661cb162c366df8d612d8272 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Sun, 16 Feb 2014 22:23:49 +0000 Subject: [PATCH] Enable tests on i686 as both of the referenced bugs (RHBZ#998722 & RHBZ#998692) are now supposed to be fixed. --- libguestfs.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/libguestfs.spec b/libguestfs.spec index 57d763b..f6149e3 100644 --- a/libguestfs.spec +++ b/libguestfs.spec @@ -684,9 +684,8 @@ export SKIP_TEST_VIRT_ALIGNMENT_SCAN_GUESTS_SH=1 export SKIP_TEST_VIRT_DF_GUESTS_SH=1 # Disabled on ARM because of RHBZ#990258. -# Disabled on 32 bit x86 because of RHBZ#998722 & RHBZ#998692. # Disabled on ppc, ppc64 (secondary arches), see RHBZ#1036742. -%ifnarch armv7hl %{ix86} ppc ppc64 +%ifnarch armv7hl ppc ppc64 %if %{runtests} make check -k %endif @@ -983,6 +982,10 @@ mkdir -p $RPM_BUILD_ROOT%{_localstatedir}/run/libguestfs %changelog +* Sun Feb 16 2014 Richard W.M. Jones - 1:1.25.34-1 +- Enable tests on i686 as both of the referenced bugs (RHBZ#998722 & + RHBZ#998692) are now supposed to be fixed. + * Thu Feb 13 2014 Richard W.M. Jones - 1:1.25.34-1 - New upstream version 1.25.34. - Reenable tests as the kernel bug is fixed.