From 00198e8848f1690a3e4868e5fb865831aa657b57 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Mon, 8 Aug 2011 12:27:30 +0100 Subject: [PATCH] Only run testsuite on x86_64 because of qemu bug. --- libguestfs.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/libguestfs.spec b/libguestfs.spec index 9a5323f..fef428c 100644 --- a/libguestfs.spec +++ b/libguestfs.spec @@ -30,7 +30,7 @@ Summary: Access and modify virtual machine disk images Name: libguestfs Epoch: 1 Version: 1.13.3 -Release: 2%{?dist} +Release: 3%{?dist} License: LGPLv2+ Group: Development/Libraries URL: http://libguestfs.org/ @@ -622,6 +622,7 @@ export LIBGUESTFS_TRACE=1 # 710921 all F-16 ftrace problems (FIXED) # 723555 i386 F-16 GPF when VM shuts down # 723822 x86-64 F-16 boot hangs +# 728911 i386 F-17 TCG fatal error # This test fails because we build the ISO after encoding the checksum # of the ISO in the test itself. Need to fix the test to work out the @@ -629,8 +630,11 @@ export LIBGUESTFS_TRACE=1 export SKIP_TEST_CHECKSUM_DEVICE=1 %if %{runtests} +# because of 728911 +%ifarch x86_64 make check %endif +%endif %install @@ -862,9 +866,10 @@ rm -rf $RPM_BUILD_ROOT %changelog -* Mon Aug 8 2011 Richard W.M. Jones - 1:1.13.3-2 +* Mon Aug 8 2011 Richard W.M. Jones - 1:1.13.3-3 - New upstream version 1.13.3. - Remove hack for daemon/tests. Directory no longer exists. +- Only run testsuite on x86_64 because of qemu bug. * Tue Aug 2 2011 Richard W.M. Jones - 1:1.13.2-3 - Switch Rawhide to use the new development branch (1.13).