[libguestfs] - New stable version 1.12.0. - Remove upstream patch. - Disable tests on i686 (because of RHBZ#72355

Richard W.M. Jones rjones at fedoraproject.org
Wed Jul 20 17:29:29 UTC 2011


commit 21b563e902b2697ec2be78fe2034f2c358a9fd1f
Author: Richard W.M. Jones <rjones at redhat.com>
Date:   Wed Jul 20 16:25:29 2011 +0100

    - New stable version 1.12.0.
    - Remove upstream patch.
    - Disable tests on i686 (because of RHBZ#723555).

 .gitignore                                       |    1 +
 libguestfs-1.11.20-qemu-virtio-serial-test.patch |   44 ----------------------
 libguestfs.spec                                  |   19 ++++++---
 sources                                          |    2 +-
 4 files changed, 14 insertions(+), 52 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 4cc41eb..9f12e52 100644
--- a/.gitignore
+++ b/.gitignore
@@ -86,3 +86,4 @@ libguestfs-1.5.3.tar.gz
 /libguestfs-1.11.18.tar.gz
 /libguestfs-1.11.19.tar.gz
 /libguestfs-1.11.20.tar.gz
+/libguestfs-1.12.0.tar.gz
diff --git a/libguestfs.spec b/libguestfs.spec
index 76d0a1b..b319628 100644
--- a/libguestfs.spec
+++ b/libguestfs.spec
@@ -29,12 +29,12 @@
 Summary:       Access and modify virtual machine disk images
 Name:          libguestfs
 Epoch:         1
-Version:       1.11.20
-Release:       3%{?dist}
+Version:       1.12.0
+Release:       1%{?dist}
 License:       LGPLv2+
 Group:         Development/Libraries
 URL:           http://libguestfs.org/
-Source0:       http://libguestfs.org/download/1.11-development/%{name}-%{version}.tar.gz
+Source0:       http://libguestfs.org/download/1.12-stable/%{name}-%{version}.tar.gz
 BuildRoot:     %{_tmppath}/%{name}-%{version}-%{release}-root
 
 # Disable FUSE tests, not supported in Koji at the moment.
@@ -44,9 +44,6 @@ Patch0:        libguestfs-1.7.13-no-fuse-test.patch
 # See: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=628522
 Patch1:        0001-perl-Don-t-set-CCFLAGS.patch
 
-# Upstream patch to fix virtio-serial test for qemu 0.15.
-Patch2:        libguestfs-1.11.20-qemu-virtio-serial-test.patch
-
 # Basic build requirements:
 BuildRequires: /usr/bin/pod2man
 BuildRequires: /usr/bin/pod2text
@@ -499,7 +496,6 @@ for %{name}.
 
 %patch0 -p1
 %patch1 -p1
-%patch2 -p0
 
 mkdir -p daemon/m4
 
@@ -611,6 +607,7 @@ export LIBGUESTFS_TRACE=1
 #                                 (FIXED)
 # 705499   all          F-16   file command strange output on file of all zero
 # 710921   all          F-16   ftrace problems (FIXED)
+# 723555   i386         F-16   GPF when VM shuts down
 
 # 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
@@ -626,9 +623,12 @@ touch $borked
 chmod +x $borked
 popd
 
+# Because of RHBZ#723555.
+%ifarch x86_64
 %if %{runtests}
 make check
 %endif
+%endif
 
 
 %install
@@ -860,6 +860,11 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Wed Jul 20 2011 Richard W.M. Jones <rjones at redhat.com> - 1:1.12.0-1
+- New stable version 1.12.0 for Fedora 16.
+- Remove upstream patch.
+- Disable tests on i686 (because of RHBZ#723555).
+
 * Wed Jul 20 2011 Petr Sabata <contyk at redhat.com> - 1:1.11.20-3
 - Perl mass rebuild
 
diff --git a/sources b/sources
index 84a674c..345bcae 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6dcbd15e9a4f07a2a34900635f820583  libguestfs-1.11.20.tar.gz
+4fed9cdb2562cf31b02d6fffaaa51e2e  libguestfs-1.12.0.tar.gz


More information about the scm-commits mailing list