[libguestfs/f18] New upstream stable branch version 1.20.7.

Richard W.M. Jones rjones at fedoraproject.org
Tue May 28 21:51:43 UTC 2013


commit d1dc3fe400c5a146c2218d70b4409d5377d4dcac
Author: Richard W.M. Jones <rjones at redhat.com>
Date:   Tue May 28 22:48:25 2013 +0100

    New upstream stable branch version 1.20.7.
    
    - Remove 3x patches which are now upstream.

 ...erly-quote-arguments-for-tar-out-base64-o.patch |   43 ------------
 ...Fix-double-free-when-certain-guest-files-.patch |   72 --------------------
 ...sts-Add-a-regression-test-for-RHBZ-957772.patch |   66 ------------------
 libguestfs.spec                                    |   18 ++---
 sources                                            |    2 +-
 5 files changed, 7 insertions(+), 194 deletions(-)
---
diff --git a/libguestfs.spec b/libguestfs.spec
index 194d881..f3ca64d 100644
--- a/libguestfs.spec
+++ b/libguestfs.spec
@@ -21,17 +21,13 @@
 Summary:       Access and modify virtual machine disk images
 Name:          libguestfs
 Epoch:         1
-Version:       1.20.6
-Release:       3%{?dist}
+Version:       1.20.7
+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-daemon-Properly-quote-arguments-for-tar-out-base64-o.patch
-Patch2:        0002-tests-Add-a-regression-test-for-RHBZ-957772.patch
-Patch3:        0001-inspection-Fix-double-free-when-certain-guest-files-.patch
-
 # Basic build requirements:
 BuildRequires: perl(Pod::Simple)
 BuildRequires: perl(Pod::Man)
@@ -667,12 +663,6 @@ for %{name}.
 %prep
 %setup -q
 
-%patch1 -p1
-%patch2 -p1
-# patch command does not set the mode correctly on this new file, so:
-chmod +x tests/regressions/rhbz957772.sh
-%patch3 -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.
@@ -1023,6 +1013,10 @@ mkdir -p $RPM_BUILD_ROOT%{_localstatedir}/run/libguestfs
 
 
 %changelog
+* Tue May 28 2013 Richard W.M. Jones <rjones at redhat.com> - 1:1.20.7-1
+- New upstream stable branch version 1.20.7.
+- Remove 3x patches which are now upstream.
+
 * Tue May 28 2013 Richard W.M. Jones <rjones at redhat.com> - 1:1.20.6-3
 - Fix a denial-of-service (double-free) which can be forced by guests.
   https://www.redhat.com/archives/libguestfs/2013-May/msg00079.html
diff --git a/sources b/sources
index 74515c0..662509c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-3c5045f7772e93006c1ec310774ba1ab  libguestfs-1.20.6.tar.gz
+1340c31b41ca46f77a49f720e3930e7b  libguestfs-1.20.7.tar.gz


More information about the scm-commits mailing list