[libguestfs] - New upstream version 1.5.13. - Removed the patch workaround for RHBZ#630583. The same workaround

Richard W.M. Jones rjones at fedoraproject.org
Mon Sep 13 14:25:46 UTC 2010


commit 338466438ceaa7b70df3669c4e562144420a5afa
Author: Richard Jones <rjones at redhat.com>
Date:   Mon Sep 13 15:25:23 2010 +0100

    - New upstream version 1.5.13.
    - Removed the patch workaround for RHBZ#630583.  The same workaround
      is now upstream (the bug is not fixed).

 .gitignore                                         |    1 +
 ...fs-1.5.8-rhbz630583-no-set-scheduler-noop.patch |   13 -------------
 libguestfs.spec                                    |   11 ++++++-----
 sources                                            |    2 +-
 4 files changed, 8 insertions(+), 19 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6559c94..80733cb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,3 +9,4 @@ libguestfs-1.5.3.tar.gz
 /libguestfs-1.5.10.tar.gz
 /libguestfs-1.5.11.tar.gz
 /libguestfs-1.5.12.tar.gz
+/libguestfs-1.5.13.tar.gz
diff --git a/libguestfs.spec b/libguestfs.spec
index 4a45b36..54c221a 100644
--- a/libguestfs.spec
+++ b/libguestfs.spec
@@ -41,7 +41,7 @@
 Summary:       Access and modify virtual machine disk images
 Name:          libguestfs
 Epoch:         1
-Version:       1.5.12
+Version:       1.5.13
 Release:       1%{?dist}
 License:       LGPLv2+
 Group:         Development/Libraries
@@ -52,9 +52,6 @@ BuildRoot:     %{_tmppath}/%{name}-%{version}-%{release}-root
 # Disable FUSE tests, not supported in Koji at the moment.
 Patch0:        libguestfs-1.0.79-no-fuse-test.patch
 
-# Workaround for bug 630583: kernel hangs setting scheduler to noop.
-Patch1:        libguestfs-1.5.8-rhbz630583-no-set-scheduler-noop.patch
-
 # Basic build requirements:
 BuildRequires: /usr/bin/pod2man
 BuildRequires: /usr/bin/pod2text
@@ -413,7 +410,6 @@ php-%{name} contains PHP bindings for %{name}.
 %setup -q
 
 %patch0 -p1
-%patch1 -p1
 
 mkdir -p daemon/m4
 
@@ -743,6 +739,11 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Mon Sep 13 2010 Richard Jones <rjones at redhat.com> - 1:1.5.13-1
+- New upstream version 1.5.13.
+- Removed the patch workaround for RHBZ#630583.  The same workaround
+  is now upstream (the bug is not fixed).
+
 * Sat Sep 11 2010 Richard Jones <rjones at redhat.com> - 1:1.5.12-1
 - New upstream version 1.5.12.
 
diff --git a/sources b/sources
index 18d5ec7..d7a9cb1 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2e98ccae09302983de486f48b7ad4923  libguestfs-1.5.12.tar.gz
+226f9e34dc31532234da147d8d4dc92d  libguestfs-1.5.13.tar.gz


More information about the scm-commits mailing list