[libvirt-sandbox] Update to 0.1.2 release

Daniel P. Berrange berrange at fedoraproject.org
Tue Mar 5 14:07:00 UTC 2013


commit f339b33456d2e182712b22d9e1c0d2ee722aee89
Author: Daniel P. Berrange <berrange at redhat.com>
Date:   Tue Mar 5 13:48:07 2013 +0000

    Update to 0.1.2 release

 libvirt-sandbox.spec |   18 +++++++++++++-----
 sources              |    2 +-
 2 files changed, 14 insertions(+), 6 deletions(-)
---
diff --git a/libvirt-sandbox.spec b/libvirt-sandbox.spec
index 1035512..cca5f85 100644
--- a/libvirt-sandbox.spec
+++ b/libvirt-sandbox.spec
@@ -12,10 +12,12 @@
 %define with_tcg 0
 %endif
 
+%define libvirt_version 1.0.2
+
 
 Name: libvirt-sandbox
-Version: 0.1.1
-Release: 4%{?dist}%{?extra_release}
+Version: 0.1.2
+Release: 1%{?dist}%{?extra_release}
 Summary: libvirt application sandbox framework
 Group: Development/Tools
 License: LGPLv2+
@@ -30,18 +32,20 @@ BuildRequires: libselinux-devel
 BuildRequires: glibc-static
 BuildRequires: /usr/bin/pod2man
 Requires: glib2-devel >= 2.32.0
+# For virsh lxc-enter-namespace command
+Requires: libvirt-client >= %{libvirt_version}
 
 %package libs
 Group: Development/Libraries
 Summary: libvirt application sandbox framework libraries
 # So we get the full libvirtd daemon, not just client libs
 %ifarch %{ix86} x86_64
-Requires: libvirt-daemon-kvm >= 0.9.12
+Requires: libvirt-daemon-kvm >= %{libvirt_version}
 %endif
 %if %{with_tcg}
-Requires: libvirt-daemon-qemu >= 0.9.12
+Requires: libvirt-daemon-qemu >= %{libvirt_version}
 %endif
-Requires: libvirt-daemon-lxc >= 0.9.12
+Requires: libvirt-daemon-lxc >= %{libvirt_version}
 
 %package devel
 Group: Development/Libraries
@@ -98,6 +102,7 @@ rm -rf $RPM_BUILD_ROOT
 %{_libexecdir}/virt-sandbox-service-util
 %{_mandir}/man1/virt-sandbox.1*
 %{_mandir}/man1/virt-sandbox-service.1*
+%{_mandir}/man1/virt-sandbox-service-*.1*
 
 %files libs
 %defattr(-,root,root,-)
@@ -131,6 +136,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/gtk-doc/html/Libvirt-sandbox
 
 %changelog
+* Tue Mar  5 2013 Daniel P. Berrange <berrange at redhat.com> - 0.1.2-1
+- Update to 0.1.2 release
+
 * Fri Feb 22 2013 Daniel P. Berrange <berrange at redhat.com> - 0.1.1-4
 - Add dep on pod2man
 
diff --git a/sources b/sources
index d0532db..de50e0d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-16734f7a7927f47b845747ef2df4ef68  libvirt-sandbox-0.1.1.tar.gz
+1c0bd8f6c85c43d8bf7894266511ce39  libvirt-sandbox-0.1.2.tar.gz


More information about the scm-commits mailing list