- New upstream version 1.11.10.

- Enable tests since fix for RHBZ#710921 is in Rawhide kernel package.
This commit is contained in:
Richard W.M. Jones 2011-06-10 16:45:52 +01:00
parent abf772dfdc
commit 98a82c9ae2
3 changed files with 10 additions and 5 deletions

1
.gitignore vendored
View File

@ -75,3 +75,4 @@ libguestfs-1.5.3.tar.gz
/libguestfs-1.11.7.tar.gz
/libguestfs-1.11.8.tar.gz
/libguestfs-1.11.9.tar.gz
/libguestfs-1.11.10.tar.gz

View File

@ -29,8 +29,8 @@
Summary: Access and modify virtual machine disk images
Name: libguestfs
Epoch: 1
Version: 1.11.9
Release: 8%{?dist}
Version: 1.11.10
Release: 1%{?dist}
License: LGPLv2+
Group: Development/Libraries
URL: http://libguestfs.org/
@ -541,7 +541,7 @@ export LIBGUESTFS_TRACE=1
# 630777 all F-15 task lvm blocked for more than 120 seconds
# (FIXED)
# 705499 all F-16 file command strange output on file of all zero
# 710921 i386,x86-64 F-16 ftrace problems
# 710921 all F-16 ftrace problems (FIXED)
# This test fails because we build the ISO after encoding the checksum
# of the ISO in the test itself. Need to fix the test to work out the
@ -558,7 +558,7 @@ chmod +x $borked
popd
%if %{runtests}
#make check (RHBZ#710921)
make check
%endif
@ -777,6 +777,10 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Fri Jun 10 2011 Richard W.M. Jones <rjones@redhat.com> - 1:1.11.10-1
- New upstream version 1.11.10.
- Enable tests since fix for RHBZ#710921 is in Rawhide kernel package.
* Fri Jun 10 2011 Marcela Mašláňová <mmaslano@redhat.com> - 1:1.11.9-8
- Perl 5.14 mass rebuild

View File

@ -1 +1 @@
3cee4dd2cfacd94c93648c284dad96aa libguestfs-1.11.9.tar.gz
2f95c2b331002260bd47ba696e2b17a9 libguestfs-1.11.10.tar.gz