[libvirt-sandbox] Update to 0.1.1 release

Daniel P. Berrange berrange at fedoraproject.org
Mon Dec 10 12:10:48 UTC 2012


commit d119dbfba6e1ae044dc56ee9092b4d87917086e0
Author: Daniel P. Berrange <berrange at redhat.com>
Date:   Mon Dec 10 12:10:22 2012 +0000

    Update to 0.1.1 release

 libvirt-sandbox.spec |   11 +++++++++--
 sources              |    2 +-
 2 files changed, 10 insertions(+), 3 deletions(-)
---
diff --git a/libvirt-sandbox.spec b/libvirt-sandbox.spec
index 8dbdd1b..1ce2c82 100644
--- a/libvirt-sandbox.spec
+++ b/libvirt-sandbox.spec
@@ -12,7 +12,7 @@
 
 
 Name: libvirt-sandbox
-Version: 0.1.0
+Version: 0.1.1
 Release: 1%{?dist}%{?extra_release}
 Summary: libvirt application sandbox framework
 Group: Development/Tools
@@ -32,7 +32,11 @@ Requires: glib2-devel >= 2.32.0
 Group: Development/Libraries
 Summary: libvirt application sandbox framework libraries
 # So we get the full libvirtd daemon, not just client libs
-Requires: libvirt >= 0.9.12
+%ifarch %{ix86} x86_64
+Requires: libvirt-daemon-kvm >= 0.9.12
+%endif
+Requires: libvirt-daemon-qemu >= 0.9.12
+Requires: libvirt-daemon-lxc >= 0.9.12
 
 %package devel
 Group: Development/Libraries
@@ -122,6 +126,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/gtk-doc/html/Libvirt-sandbox
 
 %changelog
+* Mon Dec 10 2012 Daniel P. Berrange <berrange at redhat.com> - 0.1.1-1
+- Update to 0.1.1 release
+
 * Mon Aug 13 2012 Daniel P. Berrange <berrange at redhat.com> - 0.1.0-1
 - Update to 0.1.0 release
 
diff --git a/sources b/sources
index 3681bd5..d0532db 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-bf30ebf0353fb653c3bc92403fca12a7  libvirt-sandbox-0.1.0.tar.gz
+16734f7a7927f47b845747ef2df4ef68  libvirt-sandbox-0.1.1.tar.gz


More information about the scm-commits mailing list