From 794d6d7a0cb0e6e5233588ac76d961cd94d46f0f Mon Sep 17 00:00:00 2001 From: Daniel Veillard Date: Thu, 22 Mar 2007 09:39:43 +0000 Subject: [PATCH] * libvirt.spec.in: one more extra fix for autostart dir from Florian La Roche, should fix #233409 Daniel --- ChangeLog | 5 +++++ libvirt.spec.in | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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 -- 2.47.2