[libguestfs/f18] New stable branch version 1.20.10.

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


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

    New stable branch version 1.20.10.
    
    - 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 da81b9d..4a2d273 100644
--- a/libguestfs.spec
+++ b/libguestfs.spec
@@ -21,15 +21,13 @@
 Summary:       Access and modify virtual machine disk images
 Name:          libguestfs
 Epoch:         1
-Version:       1.20.9
-Release:       3%{?dist}
+Version:       1.20.10
+Release:       1%{?dist}
 License:       LGPLv2+
 Group:         Development/Libraries
 URL:           http://libguestfs.org/
 Source0:       http://libguestfs.org/download/1.20-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)
@@ -665,8 +663,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.
@@ -1017,6 +1013,10 @@ mkdir -p $RPM_BUILD_ROOT%{_localstatedir}/run/libguestfs
 
 
 %changelog
+* Fri Jul 26 2013 Richard W.M. Jones <rjones at redhat.com> - 1:1.20.10-1
+- New stable branch version 1.20.10.
+- Remove patch, now upstream.
+
 * Thu Jul 11 2013 Richard W.M. Jones <rjones at redhat.com> - 1:1.20.9-3
 - Rebuild against new dosfstools.
 - Include upstream patch to fix double-free if appliance
diff --git a/sources b/sources
index 86711bc..2c1c47f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-17c6a0d8424c98492e5f7b5cae883a55  libguestfs-1.20.9.tar.gz
+a75a2ab70171444948e460d6f3120f7f  libguestfs-1.20.10.tar.gz


More information about the scm-commits mailing list