[libguestfs/f19] New stable branch version 1.22.5.

Richard W.M. Jones rjones at fedoraproject.org
Fri Jul 26 18:06:46 UTC 2013


commit c19e57b2b8329c86b6d17be17d3a59f3e7586dcd
Author: Richard W.M. Jones <rjones at redhat.com>
Date:   Fri Jul 26 18:26:35 2013 +0100

    New stable branch version 1.22.5.
    
    - Remove patch, now upstream.

 ...iance-Fix-a-double-free-if-kernel-linking.patch |  146 --------------------
 libguestfs.spec                                    |   12 +-
 sources                                            |    2 +-
 3 files changed, 7 insertions(+), 153 deletions(-)
---
diff --git a/libguestfs.spec b/libguestfs.spec
index 92a3396..61e33c4 100644
--- a/libguestfs.spec
+++ b/libguestfs.spec
@@ -11,16 +11,14 @@
 Summary:       Access and modify virtual machine disk images
 Name:          libguestfs
 Epoch:         1
-Version:       1.22.4
-Release:       2%{?dist}
+Version:       1.22.5
+Release:       1%{?dist}
 License:       LGPLv2+
 
 # Source and patches.
 URL:           http://libguestfs.org/
 Source0:       http://libguestfs.org/download/1.22-stable/%{name}-%{version}.tar.gz
 
-Patch1:        0001-launch-appliance-Fix-a-double-free-if-kernel-linking.patch
-
 # Basic build requirements:
 BuildRequires: perl(Pod::Simple)
 BuildRequires: perl(Pod::Man)
@@ -524,8 +522,6 @@ for %{name}.
 %prep
 %setup -q
 
-%patch1 -p1
-
 if [ "$(getenforce | tr '[A-Z]' '[a-z]')" != "disabled" ]; then
     # For sVirt to work, the local temporary directory we use in the
     # tests must be labelled the same way as /tmp.
@@ -896,6 +892,10 @@ mkdir -p $RPM_BUILD_ROOT%{_localstatedir}/run/libguestfs
 
 
 %changelog
+* Fri Jul 26 2013 Richard W.M. Jones <rjones at redhat.com> - 1:1.22.5-1
+- New stable branch version 1.22.5.
+- Remove patch, now upstream.
+
 * Thu Jul 11 2013 Richard W.M. Jones <rjones at redhat.com> - 1:1.22.4-2
 - Include upstream patch to fix double-free if appliance
   building fails (RHBZ#983218).
diff --git a/sources b/sources
index ea75b29..9ebfbd7 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-8317fd78d47afb05d11200a3e747bef1  libguestfs-1.22.4.tar.gz
+e0758798bb636671980f6a45f93f07e6  libguestfs-1.22.5.tar.gz


More information about the scm-commits mailing list