[libvirt] Update to 1.0.3 release

Daniel P. Berrange berrange at fedoraproject.org
Tue Mar 5 17:47:58 UTC 2013


commit 40b00623a46485cc0e3b81654d1df2004bc0da2f
Author: Daniel P. Berrange <berrange at redhat.com>
Date:   Tue Mar 5 16:00:44 2013 +0000

    Update to 1.0.3 release

 0001-Disable-virnettlscontexttest.patch            |   25 -----
 ...-error-constants-in-libvirt-python-module.patch |   98 --------------------
 0001-complete-virterror-virerror-name-change.patch |   40 --------
 ...backing-chains-even-when-cgroup-is-omitte.patch |   53 -----------
 libvirt.spec                                       |   18 +---
 sources                                            |    2 +-
 6 files changed, 7 insertions(+), 229 deletions(-)
---
diff --git a/libvirt.spec b/libvirt.spec
index 3c24b71..51817f0 100644
--- a/libvirt.spec
+++ b/libvirt.spec
@@ -11,7 +11,7 @@
 # Default to skipping autoreconf.  Distros can change just this one line
 # (or provide a command-line override) if they backport any patches that
 # touch configure.ac or Makefile.am.
-%{!?enable_autotools:%define enable_autotools 1}
+%{!?enable_autotools:%define enable_autotools 0}
 
 # A client only build will create a libvirt.so only containing
 # the generic RPC driver, and test driver and no libvirtd
@@ -340,8 +340,8 @@
 
 Summary: Library providing a simple virtualization API
 Name: libvirt
-Version: 1.0.2
-Release: 4%{?dist}%{?extra_release}
+Version: 1.0.3
+Release: 1%{?dist}%{?extra_release}
 License: LGPLv2+
 Group: Development/Libraries
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
@@ -351,11 +351,6 @@ URL: http://libvirt.org/
     %define mainturl stable_updates/
 %endif
 Source: http://libvirt.org/sources/%{?mainturl}libvirt-%{version}.tar.gz
-Patch1: 0001-complete-virterror-virerror-name-change.patch
-Patch2: 0001-Fix-missing-error-constants-in-libvirt-python-module.patch
-Patch3: 0001-qemu-check-backing-chains-even-when-cgroup-is-omitte.patch
-# See https://www.redhat.com/archives/libvir-list/2013-February/thread.html#01673
-Patch4: 0001-Disable-virnettlscontexttest.patch
 
 %if %{with_libvirtd}
 Requires: libvirt-daemon = %{version}-%{release}
@@ -1083,10 +1078,6 @@ of recent versions of Linux (and other OSes).
 
 %prep
 %setup -q
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
 
 %build
 %if ! %{with_xen}
@@ -2003,6 +1994,9 @@ fi
 %endif
 
 %changelog
+* Tue Mar  5 2013 Daniel P. Berrange <berrange at redhat.com> - 1.0.3-1
+- Update to 1.0.3 release
+
 * Thu Feb 28 2013 Richard W.M. Jones <rjones at redhat.com> - 1.0.2-4
 - Backport "qemu: check backing chains even when cgroup is omitted"
   (RHBZ#896685).
diff --git a/sources b/sources
index c863bb8..6280bc9 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7e268ed702c4331d393e5b43449cae13  libvirt-1.0.2.tar.gz
+3d9f85d586c9aa3d819b626622f3fc97  libvirt-1.0.3.tar.gz


More information about the scm-commits mailing list