RHBZ#513249 bug in qemu is now fixed, so try to rebuild and run tests.

This commit is contained in:
Richard W.M. Jones 2009-07-23 18:00:26 +00:00
parent bdb0dfc273
commit b683d642fd
1 changed files with 8 additions and 5 deletions

View File

@ -5,7 +5,7 @@ Summary: Access and modify virtual machine disk images
Name: libguestfs
Epoch: 1
Version: 1.0.64
Release: 1%{?dist}
Release: 2%{?dist}
License: LGPLv2+
Group: Development/Libraries
URL: http://libguestfs.org/
@ -335,11 +335,11 @@ export LIBGUESTFS_DEBUG=1
# 502074 i386 F-11 commands segfault randomly
# 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
# 513249 all F-12 guestfwd broken in qemu (FIXED)
#%ifarch %{ix86} # try again when 513249 is fixed
#make check
#%endif
%ifarch %{ix86}
make check
%endif
%install
@ -533,6 +533,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Thu Jul 23 2009 Richard W.M. Jones <rjones@redhat.com> - 1.0.64-2
- RHBZ#513249 bug in qemu is now fixed, so try to rebuild and run tests.
* Thu Jul 23 2009 Richard W.M. Jones <rjones@redhat.com> - 1.0.64-1
- New upstream release 1.0.64.
- New tool 'libguestfs-test-tool'.