From 1050839ecfc6bb3fb9fea2049c6a6ed8fc2a5d72 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Tue, 17 May 2011 20:48:54 +0100 Subject: [PATCH] Skip test of zero command (RHBZ#705499). --- libguestfs.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/libguestfs.spec b/libguestfs.spec index a7ed5e4..2484104 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.7 -Release: 1%{?dist} +Release: 2%{?dist} License: LGPLv2+ Group: Development/Libraries URL: http://libguestfs.org/ @@ -537,12 +537,16 @@ export LIBGUESTFS_TRACE=1 # 630583 all all kernel hangs setting scheduler to noop # 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 # 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 # checksum at runtime. export SKIP_TEST_CHECKSUM_DEVICE=1 +# RHBZ#705499 +export SKIP_TEST_ZERO=1 + # Work around 'test-getlogin_r.c:55: assertion failed' in Gnulib tests. pushd daemon/tests borked=test-getlogin_r @@ -772,10 +776,11 @@ rm -rf $RPM_BUILD_ROOT %changelog -* Tue May 17 2011 Richard W.M. Jones - 1:1.11.7-1 +* Tue May 17 2011 Richard W.M. Jones - 1:1.11.7-2 - New upstream version 1.11.7. - Depends on hivex >= 1.2.7. - Remove upstream patch. +- Skip test of "zero" command (RHBZ#705499). * Mon May 9 2011 Richard W.M. Jones - 1:1.11.5-2 - configure: Use Python platform-dependent site-packages.