From 66df925739eda9ee6c4391b5188e0e5e86b28cd2 Mon Sep 17 00:00:00 2001 From: Mark McLoughlin Date: Jul 31 2009 08:55:24 +0000 Subject: * Fri Jul 31 2009 Mark McLoughlin - 0.7.0-0.9.gite195b43 - Set perms on /var/lib/libvirt/images to 0711 --- diff --git a/libvirt.spec b/libvirt.spec index 4a0a00c..3e62163 100644 --- a/libvirt.spec +++ b/libvirt.spec @@ -78,7 +78,7 @@ Summary: Library providing a simple API virtualization Name: libvirt Version: 0.7.0 -Release: 0.8.gite195b43%{?dist}%{?extra_release} +Release: 0.9.gite195b43%{?dist}%{?extra_release} License: LGPLv2+ Group: Development/Libraries Source: libvirt-0.7.0-0.6.gite195b43.tar.gz @@ -501,7 +501,7 @@ fi %dir %{_localstatedir}/run/libvirt/ %dir %{_localstatedir}/lib/libvirt/ -%dir %attr(0700, root, root) %{_localstatedir}/lib/libvirt/images/ +%dir %attr(0711, root, root) %{_localstatedir}/lib/libvirt/images/ %dir %attr(0700, root, root) %{_localstatedir}/lib/libvirt/boot/ %dir %attr(0700, root, root) %{_localstatedir}/cache/libvirt/ @@ -617,6 +617,9 @@ fi %endif %changelog +* Fri Jul 31 2009 Mark McLoughlin - 0.7.0-0.9.gite195b43 +- Set perms on /var/lib/libvirt/images to 0711 + * Thu Jul 30 2009 Mark McLoughlin - 0.7.0-0.8.gite195b43 - Add patch from upstream to fix qemu pidfile perms problem