diff --git a/libguestfs.spec b/libguestfs.spec index 87d047c..346b228 100644 --- a/libguestfs.spec +++ b/libguestfs.spec @@ -5,7 +5,7 @@ Summary: Access and modify virtual machine disk images 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 - 1.0.64-2 +* Thu Jul 23 2009 Richard W.M. Jones - 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 - 1.0.64-1 - New upstream release 1.0.64.