diff --git a/ChangeLog b/ChangeLog index 5748f95e55..2f3ee9905a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Thu Mar 22 10:47:46 CET 2007 Daniel Veillard + + * libvirt.spec.in: one more extra fix for autostart dir from + Florian La Roche, should fix #233409 + Wed Mar 21 11:29:06 EST 2007 Daniel P. Berrange * qemud/buf.c: Remove redundant (and broken) call to realloc() diff --git a/libvirt.spec.in b/libvirt.spec.in index ace99751f2..201a131a8e 100644 --- a/libvirt.spec.in +++ b/libvirt.spec.in @@ -72,7 +72,7 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la rm -f $RPM_BUILD_ROOT%{_libdir}/*.a rm -f $RPM_BUILD_ROOT%{_libdir}/python*/site-packages/*.la rm -f $RPM_BUILD_ROOT%{_libdir}/python*/site-packages/*.a -install -d -m 0755 $RPM_BUILD_ROOT%{_localstatedir}/run/libvirt/ +install -d -m 0755 $RPM_BUILD_ROOT%{_localstatedir}/run/libvirt/autostart # We don't want to install /etc/libvirt/qemu/networks in the main %files list # because if the admin wants to delete the default network completely, we don't