[fedora-virt-maint] rpms/libguestfs/devel libguestfs.spec, 1.80, 1.81

Richard W.M. Jones rjones at fedoraproject.org
Thu Jul 23 22:26:21 UTC 2009


Author: rjones

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

Modified Files:
	libguestfs.spec 
Log Message:
RHBZ#503236 still prevents us from testing on i386.


Index: libguestfs.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libguestfs/devel/libguestfs.spec,v
retrieving revision 1.80
retrieving revision 1.81
diff -u -p -r1.80 -r1.81
--- libguestfs.spec	23 Jul 2009 18:00:26 -0000	1.80
+++ libguestfs.spec	23 Jul 2009 22:26:20 -0000	1.81
@@ -5,7 +5,7 @@ Summary:     Access and modify virtual m
 Name:        libguestfs
 Epoch:       1
 Version:     1.0.64
-Release:     2%{?dist}
+Release:     3%{?dist}
 License:     LGPLv2+
 Group:       Development/Libraries
 URL:         http://libguestfs.org/
@@ -333,11 +333,11 @@ export LIBGUESTFS_DEBUG=1
 # 505109   ppc, ppc64          "Boot failure! No secondary bootloader specified"
 # 502058   i386, x86-64 F-11   need to boot with noapic (WORKAROUND ENABLED)
 # 502074   i386         F-11   commands segfault randomly
-# 503236   i386         F-12?  cryptomgr_test at doublefault_fn
+# 503236   i386         F-12   cryptomgr_test at doublefault_fn
 # 507066   all          F-12   sequence of chroot calls (FIXED)
 # 513249   all          F-12   guestfwd broken in qemu (FIXED)
 
-%ifarch %{ix86}
+%ifarch x86_64
 make check
 %endif
 
@@ -533,8 +533,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
-* Thu Jul 23 2009 Richard W.M. Jones <rjones at redhat.com> - 1.0.64-2
+* Thu Jul 23 2009 Richard W.M. Jones <rjones at redhat.com> - 1.0.64-3
 - RHBZ#513249 bug in qemu is now fixed, so try to rebuild and run tests.
+- However RHBZ#503236 still prevents us from testing on i386.
 
 * Thu Jul 23 2009 Richard W.M. Jones <rjones at redhat.com> - 1.0.64-1
 - New upstream release 1.0.64.




More information about the Fedora-virt-maint mailing list