mirror of https://gitee.com/openkylin/libvirt.git
* libvirt.spec.in: one more extra fix for autostart dir from
Florian La Roche, should fix #233409 Daniel
This commit is contained in:
parent
07e38ad6e8
commit
794d6d7a0c
|
@ -1,3 +1,8 @@
|
||||||
|
Thu Mar 22 10:47:46 CET 2007 Daniel Veillard <veillard@redhat.com>
|
||||||
|
|
||||||
|
* 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 <berrange@redhat.com>
|
Wed Mar 21 11:29:06 EST 2007 Daniel P. Berrange <berrange@redhat.com>
|
||||||
|
|
||||||
* qemud/buf.c: Remove redundant (and broken) call to realloc()
|
* qemud/buf.c: Remove redundant (and broken) call to realloc()
|
||||||
|
|
|
@ -72,7 +72,7 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
|
||||||
rm -f $RPM_BUILD_ROOT%{_libdir}/*.a
|
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/*.la
|
||||||
rm -f $RPM_BUILD_ROOT%{_libdir}/python*/site-packages/*.a
|
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
|
# 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
|
# because if the admin wants to delete the default network completely, we don't
|
||||||
|
|
Loading…
Reference in New Issue