- New upstream version 1.11.10.
- Enable tests since fix for RHBZ#710921 is in Rawhide kernel package.
This commit is contained in:
parent
abf772dfdc
commit
98a82c9ae2
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user