RHBZ#503236 still prevents us from testing on i386.

This commit is contained in:
Richard W.M. Jones 2009-07-23 22:26:20 +00:00
parent b683d642fd
commit a1be71aeaa

View File

@ -5,7 +5,7 @@ Summary: Access and modify virtual machine disk images
Name: libguestfs Name: libguestfs
Epoch: 1 Epoch: 1
Version: 1.0.64 Version: 1.0.64
Release: 2%{?dist} Release: 3%{?dist}
License: LGPLv2+ License: LGPLv2+
Group: Development/Libraries Group: Development/Libraries
URL: http://libguestfs.org/ URL: http://libguestfs.org/
@ -333,11 +333,11 @@ export LIBGUESTFS_DEBUG=1
# 505109 ppc, ppc64 "Boot failure! No secondary bootloader specified" # 505109 ppc, ppc64 "Boot failure! No secondary bootloader specified"
# 502058 i386, x86-64 F-11 need to boot with noapic (WORKAROUND ENABLED) # 502058 i386, x86-64 F-11 need to boot with noapic (WORKAROUND ENABLED)
# 502074 i386 F-11 commands segfault randomly # 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) # 507066 all F-12 sequence of chroot calls (FIXED)
# 513249 all F-12 guestfwd broken in qemu (FIXED) # 513249 all F-12 guestfwd broken in qemu (FIXED)
%ifarch %{ix86} %ifarch x86_64
make check make check
%endif %endif
@ -533,8 +533,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog %changelog
* Thu Jul 23 2009 Richard W.M. Jones <rjones@redhat.com> - 1.0.64-2 * Thu Jul 23 2009 Richard W.M. Jones <rjones@redhat.com> - 1.0.64-3
- RHBZ#513249 bug in qemu is now fixed, so try to rebuild and run tests. - 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@redhat.com> - 1.0.64-1 * Thu Jul 23 2009 Richard W.M. Jones <rjones@redhat.com> - 1.0.64-1
- New upstream release 1.0.64. - New upstream release 1.0.64.