Disable all tests because of RHBZ#503236.

This commit is contained in:
Richard W.M. Jones 2009-06-02 16:00:32 +00:00
parent 5025d15b99
commit 246fbd27ca

View File

@ -4,7 +4,7 @@
Summary: Access and modify virtual machine disk images
Name: libguestfs
Version: 1.0.38
Release: 1%{?dist}
Release: 2%{?dist}
License: LGPLv2+
Group: Development/Libraries
URL: http://et.redhat.com/~rjones/libguestfs/
@ -283,14 +283,13 @@ export LIBGUESTFS_DEBUG=1
# BZ 494075 (ppc, ppc64)
# BZ 502058 (i386, x86-64) - only on F-11 we think, seems to work on F-12
# BZ 502074 (i386) - sha1sum segfault on F-11 only
# BZ 503236 (?) - cryptomgr_test at doublefault_fn (F-12 only)
# Workaround for BZ 502058. This is only needed for F-11, but
# won't harm other builds.
export LIBGUESTFS_APPEND=noapic
%ifarch %{ix86} x86_64
make check
%endif
#make check
# Quick test:
#./fish/guestfish -v <<EOT
@ -469,6 +468,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Tue Jun 2 2009 Richard W.M. Jones <rjones@redhat.com> - 1.0.38-2
- Disable all tests because of RHBZ#503236.
* Tue Jun 2 2009 Richard W.M. Jones <rjones@redhat.com> - 1.0.38-1
- New upstream version 1.0.38.