- New upstream release 1.0.53.

- Disable all tests (because of RHBZ#507066).
This commit is contained in:
Richard W.M. Jones 2009-06-24 16:25:07 +00:00
parent 7779bb6b27
commit 2cbf7324a8
3 changed files with 11 additions and 6 deletions

View File

@ -1 +1 @@
libguestfs-1.0.52.tar.gz
libguestfs-1.0.53.tar.gz

View File

@ -3,7 +3,7 @@
Summary: Access and modify virtual machine disk images
Name: libguestfs
Version: 1.0.52
Version: 1.0.53
Release: 1%{?dist}
License: LGPLv2+
Group: Development/Libraries
@ -297,14 +297,15 @@ export LIBGUESTFS_DEBUG=1
# BZ 502058 (i386, x86-64) - only on F-11 we think, seems to work on F-12
# BZ 502074 (i386) - sha1sum segfault on F-11 only
# BZ 503236 (i386) - cryptomgr_test at doublefault_fn (F-12 only)
# BZ 507066 (all) - sequence of chroot calls makes fs unmountable (F-12 only)
# Workaround for BZ 502058. This is only needed for F-11, but
# won't harm other builds.
export LIBGUESTFS_APPEND="noapic"
%ifarch x86_64
make check
%endif
#%ifarch x86_64
#make check
#%endif
# Quick test:
#./fish/guestfish -v <<EOT
@ -493,6 +494,10 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Wed Jun 24 2009 Richard W.M. Jones <rjones@redhat.com> - 1.0.53-1
- New upstream release 1.0.53.
- Disable all tests (because of RHBZ#507066).
* Wed Jun 24 2009 Richard W.M. Jones <rjones@redhat.com> - 1.0.52-1
- New upstream release 1.0.52.

View File

@ -1 +1 @@
8b150ad0dbbbc89c7ea5bb79f93a1dd5 libguestfs-1.0.52.tar.gz
ec07a894cb56d86bbd15270ecbe55443 libguestfs-1.0.53.tar.gz