[libguestfs] - New upstream version 1.11.10. - Enable tests since fix for RHBZ#710921 is in Rawhide kernel packag

Richard W.M. Jones rjones at fedoraproject.org
Fri Jun 10 15:46:48 UTC 2011


commit 98a82c9ae2f419b0d7341583223b76ddf332de89
Author: Richard W.M. Jones <rjones at redhat.com>
Date:   Fri Jun 10 16:45:52 2011 +0100

    - New upstream version 1.11.10.
    - Enable tests since fix for RHBZ#710921 is in Rawhide kernel package.

 .gitignore      |    1 +
 libguestfs.spec |   12 ++++++++----
 sources         |    2 +-
 3 files changed, 10 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 43c1c9c..bf9d9f6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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
diff --git a/libguestfs.spec b/libguestfs.spec
index 300bade..eac6f9c 100644
--- a/libguestfs.spec
+++ b/libguestfs.spec
@@ -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 at 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 at redhat.com> - 1:1.11.9-8
 - Perl 5.14 mass rebuild
 
diff --git a/sources b/sources
index 70f6c1c..6e53956 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-3cee4dd2cfacd94c93648c284dad96aa  libguestfs-1.11.9.tar.gz
+2f95c2b331002260bd47ba696e2b17a9  libguestfs-1.11.10.tar.gz


More information about the scm-commits mailing list