[fedora-virt-maint] rpms/libguestfs/devel libguestfs.spec, 1.44, 1.45

Richard W.M. Jones rjones at fedoraproject.org
Wed Jun 10 16:57:26 UTC 2009


Author: rjones

Update of /cvs/pkgs/rpms/libguestfs/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv32066

Modified Files:
	libguestfs.spec 
Log Message:
Disable ppc/ppc64 tests again because of RHBZ#505109.


Index: libguestfs.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libguestfs/devel/libguestfs.spec,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -p -r1.44 -r1.45
--- libguestfs.spec	10 Jun 2009 16:27:03 -0000	1.44
+++ libguestfs.spec	10 Jun 2009 16:56:55 -0000	1.45
@@ -4,7 +4,7 @@
 Summary:     Access and modify virtual machine disk images
 Name:        libguestfs
 Version:     1.0.44
-Release:     1%{?dist}
+Release:     2%{?dist}
 License:     LGPLv2+
 Group:       Development/Libraries
 URL:         http://libguestfs.org/
@@ -283,7 +283,8 @@ export LIBGUESTFS_DEBUG=1
 # a quick test to see if things generally work.
 
 # Currently tests are disabled on all architectures because of:
-#   BZ 494075/504273 (ppc, ppc64)
+#   BZ 494075/504273 (ppc, ppc64) - possibly now fixed
+#   BZ 505109 (ppc, ppc64) - openbios boot failure
 #   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 (i386) - cryptomgr_test at doublefault_fn (F-12 only)
@@ -292,7 +293,7 @@ export LIBGUESTFS_DEBUG=1
 # won't harm other builds.
 export LIBGUESTFS_APPEND=noapic
 
-%ifarch ppc ppc64 x86_64
+%ifarch x86_64
 make check
 %endif
 
@@ -473,6 +474,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Wed Jun 10 2009 Richard W.M. Jones <rjones at redhat.com> - 1.0.44-2
+- Disable ppc/ppc64 tests again because of RHBZ#505109.
+
 * Wed Jun 10 2009 Richard W.M. Jones <rjones at redhat.com> - 1.0.44-1
 - New upstream version 1.0.44.
 - Try enabling tests on ppc & ppc64 since it looks like the bug(s?)




More information about the Fedora-virt-maint mailing list