Fix rpm build by installing logrotate config.

This commit is contained in:
Cole Robinson 2008-12-11 15:02:39 +00:00
parent 3130848a10
commit bae8899a46
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
Thu Dec 11 10:00:54 EST 2008 Cole Robinson <crobinso@redhat.com>
* libvirt.spec.in: Fix rpm build by installing logrotate config
Thu Dec 11 09:58:49 EST 2008 Cole Robinson <crobinso@redhat.com>
* src/storage_driver.c : Fix a locking issue in PoolGetAutostart

View File

@ -320,6 +320,7 @@ fi
%{_sysconfdir}/rc.d/init.d/libvirtd
%config(noreplace) %{_sysconfdir}/sysconfig/libvirtd
%config(noreplace) %{_sysconfdir}/libvirt/libvirtd.conf
%config(noreplace) %{_sysconfdir}/logrotate.d/libvirtd
%endif
%if %{with_qemu}