
Pavel Hrdina wrote:
Recent commit 198cc1d3 introduced integration of lockd and sanlock into libxl, but forget to update libvirt.spec.in to also list new files distributed via package.
Signed-off-by: Pavel Hrdina <phrdina@redhat.com> ---
Pushed under build-breaker rule.
libvirt.spec.in | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/libvirt.spec.in b/libvirt.spec.in index 20af502..f95e31f 100644 --- a/libvirt.spec.in +++ b/libvirt.spec.in @@ -2129,6 +2129,8 @@ exit 0 %files daemon-driver-libxl %defattr(-, root, root) %config(noreplace) %{_sysconfdir}/libvirt/libxl.conf +%config(noreplace) %{_sysconfdir}/libvirt/libxl-lockd.conf +%config(noreplace) %{_sysconfdir}/libvirt/libxl-sanlock.conf
Opps. I forgot to add libxl.conf here too when committing d0baac09. But I remembered to add the logrotate configuration in a recent patch supporting logrotate for libxl log files https://www.redhat.com/archives/libvir-list/2015-April/msg01597.html Regards, Jim