[libvirt-sandbox] Update to 0.1.0 release

Daniel P. Berrange berrange at fedoraproject.org
Mon Aug 13 17:17:34 UTC 2012


commit 37907ac5549ebdc5f44dd8a8a47fa8840bef9b3b
Author: Daniel P. Berrange <berrange at redhat.com>
Date:   Mon Aug 13 18:17:16 2012 +0100

    Update to 0.1.0 release

 libvirt-sandbox.spec |   15 +++++++++++----
 sources              |    2 +-
 2 files changed, 12 insertions(+), 5 deletions(-)
---
diff --git a/libvirt-sandbox.spec b/libvirt-sandbox.spec
index a5b00ff..8dbdd1b 100644
--- a/libvirt-sandbox.spec
+++ b/libvirt-sandbox.spec
@@ -12,25 +12,27 @@
 
 
 Name: libvirt-sandbox
-Version: 0.0.3
-Release: 3%{?dist}%{?extra_release}
+Version: 0.1.0
+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
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-BuildRequires: libvirt-gobject-devel >= 0.0.7
+BuildRequires: libvirt-gobject-devel >= 0.0.9
 %if %{with_introspection}
 BuildRequires: gobject-introspection-devel
 %endif
+BuildRequires: libselinux-devel
 BuildRequires: glibc-static
+Requires: glib2-devel >= 2.32.0
 
 %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
+Requires: libvirt >= 0.9.12
 
 %package devel
 Group: Development/Libraries
@@ -80,9 +82,11 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(-,root,root,-)
 %{_sysconfdir}/bash_completion.d/virt-sandbox-service-bash-completion.sh
+%config(noreplace) %{_sysconfdir}/cron.daily/virt-sandbox-service.logrotate
 %dir %{_sysconfdir}/libvirt-sandbox/services
 %{_bindir}/virt-sandbox
 %{_bindir}/virt-sandbox-service
+%{_libexecdir}/virt-sandbox-service-util
 %{_mandir}/man1/virt-sandbox.1*
 %{_mandir}/man1/virt-sandbox-service.1*
 
@@ -118,6 +122,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/gtk-doc/html/Libvirt-sandbox
 
 %changelog
+* Mon Aug 13 2012 Daniel P. Berrange <berrange at redhat.com> - 0.1.0-1
+- Update to 0.1.0 release
+
 * Thu Jul 19 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.0.3-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 
diff --git a/sources b/sources
index 981ada3..3681bd5 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-01df5ac5e56c73523b046179048657d6  libvirt-sandbox-0.0.3.tar.gz
+bf30ebf0353fb653c3bc92403fca12a7  libvirt-sandbox-0.1.0.tar.gz


More information about the scm-commits mailing list