From b177a4c636e3be94954df2959eda2b7f756c64eb Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Sun, 5 Jun 2011 21:30:13 +0100 Subject: [PATCH] Disable tests on i686 because of RHBZ#710921. --- libguestfs.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/libguestfs.spec b/libguestfs.spec index 4a1df75..c6b1372 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.11.9 -Release: 2%{?dist} +Release: 3%{?dist} License: LGPLv2+ Group: Development/Libraries URL: http://libguestfs.org/ @@ -541,6 +541,7 @@ export LIBGUESTFS_TRACE=1 # 630777 all F-15 task lvm blocked for more than 120 seconds # (FIXED) # 705499 all F-16 file command strange output on file of all zero +# 710921 i386 F-16 ftrace: printk_tick # 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 @@ -557,8 +558,10 @@ chmod +x $borked popd %if %{runtests} +%ifarch x86_64 make check %endif +%endif %install @@ -776,8 +779,9 @@ rm -rf $RPM_BUILD_ROOT %changelog -* Sun Jun 5 2011 Richard W.M. Jones - 1:1.11.9-2 +* Sun Jun 5 2011 Richard W.M. Jones - 1:1.11.9-3 - Build against new parted. +- Disable tests on i686 because of RHBZ#710921. * Sat Jun 4 2011 Richard W.M. Jones - 1:1.11.9-1 - New upstream version 1.11.9.