From 0f4751f2279d1c9be68d26f5e47f1b6793501fe6 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Mon, 18 May 2009 17:53:18 +0000 Subject: [PATCH] Tests also fail on i586. --- libguestfs.spec | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/libguestfs.spec b/libguestfs.spec index f8ca8c8..212c9d6 100644 --- a/libguestfs.spec +++ b/libguestfs.spec @@ -4,7 +4,7 @@ Summary: Access and modify virtual machine disk images Name: libguestfs Version: 1.0.26 -Release: 5%{?dist} +Release: 6%{?dist} License: LGPLv2+ Group: Development/Libraries URL: http://et.redhat.com/~rjones/libguestfs/ @@ -272,13 +272,11 @@ make INSTALLDIRS=vendor %{?_smp_mflags} # do a very long and thorough test ('make check') or just # a quick test to see if things generally work. -# Currently tests are disabled on some architectures because of: -# BZ 494075 (ppc, ppc64). -# BZ 500564 (x86-64) +# Currently tests are disabled on all architectures because of: +# BZ 494075 (ppc, ppc64) +# BZ 500564 (i386, x86-64) -%ifarch %{ix86} -make check -%endif +#make check # Quick test: #./fish/guestfish -v < - 1.0.26-5 +* Mon May 18 2009 Richard Jones - 1.0.26-6 - Experimentally try to reenable ppc and ppc64 builds. - Note BZ numbers which are causing tests to fail.