[libvirt-sandbox] Update to 0.5.1 release

Daniel P. Berrange berrange at fedoraproject.org
Mon Nov 18 17:15:32 UTC 2013


commit 076511b35392a3a13a404c20e8e23539ca5894aa
Author: Daniel P. Berrange <berrange at redhat.com>
Date:   Mon Nov 18 17:15:46 2013 +0000

    Update to 0.5.1 release
    
    Signed-off-by: Daniel P. Berrange <berrange at redhat.com>

 0001-Always-set-earlyprintk-kernel-arg.patch       |   32 -------------
 0002-Don-t-overmount-root-in-QEMU-sandboxes.patch  |   27 -----------
 ...ted-strcmp-test-in-mount-options-for-QEMU.patch |   28 -----------
 0004-Force-9p-version-to-version-9p2000.u.patch    |   48 --------------------
 0005-S-is-not-supported-by-virt-sandbox.patch      |   25 ----------
 libvirt-sandbox.spec                               |   33 +++++---------
 6 files changed, 12 insertions(+), 181 deletions(-)
---
diff --git a/libvirt-sandbox.spec b/libvirt-sandbox.spec
index 9878271..5327778 100644
--- a/libvirt-sandbox.spec
+++ b/libvirt-sandbox.spec
@@ -1,37 +1,31 @@
 # -*- rpm-spec -*-
 
-%define with_tcg 1
-%define with_kvm 1
+%define with_qemu 1
 
 # RHEL does not provide the 9p.ko kernel module
 # nor the virtio-9p KVM backend driver.
 %if 0%{?rhel}
-%define with_tcg 0
-%define with_kvm 0
+%define with_qemu 0
 %endif
 
 %define libvirt_version 1.0.2
 
 
 Name: libvirt-sandbox
-Version: 0.5.0
-Release: 3%{?dist}%{?extra_release}
+Version: 0.5.1
+Release: 1%{?dist}%{?extra_release}
 Summary: libvirt application sandbox framework
 Group: Development/Tools
 License: LGPLv2+
 URL: http://libvirt.org/
 Source0: ftp://libvirt.org/libvirt/sandbox/%{name}-%{version}.tar.gz
-Patch1: 0001-Always-set-earlyprintk-kernel-arg.patch
-Patch2: 0002-Don-t-overmount-root-in-QEMU-sandboxes.patch
-Patch3: 0003-Fix-inverted-strcmp-test-in-mount-options-for-QEMU.patch
-Patch4: 0004-Force-9p-version-to-version-9p2000.u.patch
-Patch5: 0005-S-is-not-supported-by-virt-sandbox.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires: libvirt-gobject-devel >= 0.1.7
 BuildRequires: gobject-introspection-devel
 BuildRequires: glibc-static
 BuildRequires: /usr/bin/pod2man
 BuildRequires: intltool
+BuildRequires: libselinux-devel
 BuildRequires: glib2-devel >= 2.32.0
 Requires: rpm-python
 # For virsh lxc-enter-namespace command
@@ -45,13 +39,12 @@ Requires: %{name}-libs = %{version}-%{release}
 Group: Development/Libraries
 Summary: libvirt application sandbox framework libraries
 # So we get the full libvirtd daemon, not just client libs
-%ifarch %{ix86} x86_64
-%if %{with_kvm}
+%if %{with_qemu}
+ %ifarch %{ix86} x86_64
 Requires: libvirt-daemon-kvm >= %{libvirt_version}
-%endif
-%endif
-%if %{with_tcg}
+ %else
 Requires: libvirt-daemon-qemu >= %{libvirt_version}
+ %endif
 %endif
 Requires: libvirt-daemon-lxc >= %{libvirt_version}
 
@@ -74,11 +67,6 @@ the libvirt sandbox
 
 %prep
 %setup -q
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
-%patch5 -p1
 
 %build
 
@@ -141,6 +129,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/gtk-doc/html/Libvirt-sandbox
 
 %changelog
+* Mon Nov 18 2013 Daniel P. Berrange <berrange at redhat.com> - 0.5.1-1
+- Update to 0.5.0 release
+
 * Thu Oct  3 2013 Daniel P. Berrange <berrange at redhat.com> - 0.5.0-3
 - Add fully versioned dep between libvirt-sandbox & libvirt-sandbox-libs
 


More information about the scm-commits mailing list