[libvirt-sandbox] Update to release 0.0.3

Daniel P. Berrange berrange at fedoraproject.org
Fri Apr 13 12:19:51 UTC 2012


commit ce3b58805051c8084977938358e94c52a1b715f2
Author: Daniel P. Berrange <berrange at redhat.com>
Date:   Fri Apr 13 13:19:44 2012 +0100

    Update to release 0.0.3

 libvirt-sandbox.spec |   16 ++++++++++++++--
 sources              |    2 +-
 2 files changed, 15 insertions(+), 3 deletions(-)
---
diff --git a/libvirt-sandbox.spec b/libvirt-sandbox.spec
index 54b0840..d838889 100644
--- a/libvirt-sandbox.spec
+++ b/libvirt-sandbox.spec
@@ -12,7 +12,7 @@
 
 
 Name: libvirt-sandbox
-Version: 0.0.2
+Version: 0.0.3
 Release: 1%{?dist}%{?extra_release}
 Summary: libvirt application sandbox framework
 Group: Development/Tools
@@ -20,14 +20,17 @@ License: LGPLv2+
 URL: http://libvirt.org/
 Source0: ftp://libvirt.org/libvirt/sandbox/%{name}-%{version}.tar.gz
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-BuildRequires: libvirt-gobject-devel >= 0.0.4
+BuildRequires: libvirt-gobject-devel >= 0.0.7
 %if %{with_introspection}
 BuildRequires: gobject-introspection-devel
 %endif
+BuildRequires: glibc-static
 
 %package libs
 Group: Development/Libraries
 Summary: libvirt application sandbox framework libraries
+# So we get the full libvirtd daemon, not just client libs
+Requires: libvirt >= 0.9.11
 
 %package devel
 Group: Development/Libraries
@@ -76,12 +79,18 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(-,root,root,-)
+%{_sysconfdir}/bash_completion.d/virt-sandbox-service-bash-completion.sh
+%dir %{_sysconfdir}/libvirt-sandbox/services
 %{_bindir}/virt-sandbox
+%{_bindir}/virt-sandbox-service
 %{_mandir}/man1/virt-sandbox.1*
+%{_mandir}/man1/virt-sandbox-service.1*
 
 %files libs
 %defattr(-,root,root,-)
 %doc README COPYING AUTHORS ChangeLog NEWS
+%dir %{_sysconfdir}/libvirt-sandbox
+%dir %{_sysconfdir}/libvirt-sandbox/scratch
 %config %{_sysconfdir}/libvirt-sandbox/scratch/README
 %{_libexecdir}/libvirt-sandbox-init-common
 %{_libexecdir}/libvirt-sandbox-init-lxc
@@ -109,6 +118,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/gtk-doc/html/Libvirt-sandbox
 
 %changelog
+* Fri Apr 13 2012 Daniel P. Berrange <berrange at redhat.com> - 0.0.3-1
+- Update to 0.0.3 release
+
 * Thu Jan 12 2012 Daniel P. Berrange <berrange at redhat.com> - 0.0.2-1
 - Update to 0.0.2 release
 
diff --git a/sources b/sources
index 5637eec..981ada3 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ed667f00700aefd7558cfb029cf3c63c  libvirt-sandbox-0.0.2.tar.gz
+01df5ac5e56c73523b046179048657d6  libvirt-sandbox-0.0.3.tar.gz


More information about the scm-commits mailing list