[fedora-virt-maint] rpms/libguestfs/EL-5 libguestfs.spec,1.26,1.27

Richard W.M. Jones rjones at fedoraproject.org
Thu Jun 11 13:20:45 UTC 2009


Author: rjones

Update of /cvs/pkgs/rpms/libguestfs/EL-5
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv27761

Modified Files:
	libguestfs.spec 
Log Message:
* Thu Jun 11 2009 Richard W.M. Jones <rjones at redhat.com> - 1.0.44-1.el5.1
- Tests fail on i386 (impossible to debug because there are no
  log files available in plague), so disable tests on i386.
- Tests succeeded on x86-64, so leave enabled on this platform.



Index: libguestfs.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libguestfs/EL-5/libguestfs.spec,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -p -r1.26 -r1.27
--- libguestfs.spec	10 Jun 2009 16:30:06 -0000	1.26
+++ libguestfs.spec	11 Jun 2009 13:20:15 -0000	1.27
@@ -4,7 +4,7 @@
 Summary:     Access and modify virtual machine disk images
 Name:        libguestfs
 Version:     1.0.44
-Release:     1%{?dist}
+Release:     1%{?dist}.1
 License:     LGPLv2+
 Group:       Development/Libraries
 URL:         http://libguestfs.org/
@@ -292,7 +292,12 @@ make INSTALLDIRS=vendor %{?_smp_mflags}
 # it produces masses of output in the build.log.
 export LIBGUESTFS_DEBUG=1
 
+# Tests fail on i386.  We don't know why because plague doesn't let us
+# see the logs (the tests hang rather than failing completely).
+
+%ifarch x86_64
 make check
+%endif
 
 
 %install
@@ -455,6 +460,11 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Thu Jun 11 2009 Richard W.M. Jones <rjones at redhat.com> - 1.0.44-1.el5.1
+- Tests fail on i386 (impossible to debug because there are no
+  log files available in plague), so disable tests on i386.
+- Tests succeeded on x86-64, so leave enabled on this platform.
+
 * Wed Jun 10 2009 Richard W.M. Jones <rjones at redhat.com> - 1.0.44-1
 - New upstream version 1.0.44.
 - This release is supposed to fix the testsuite under RHEL 5, so




More information about the Fedora-virt-maint mailing list