On Fri, Oct 03, 2025 at 12:44:03PM +0200, Martin Kletzander wrote:
On Wed, Oct 01, 2025 at 02:26:53PM -0400, Cole Robinson via Devel wrote:
test_libvirt_sanlock.aug is dependent on WITH_QEMU in meson config
Makes sense,
Reviewed-by: Martin Kletzander <mkletzan@redhat.com>
Yeah, this was wrong, of course the file has nothing to do with QEMU itself, I just blindly trusted meson. Proper fix by Dan is here: https://lists.libvirt.org/archives/list/devel@lists.libvirt.org/thread/5YB5I...
Signed-off-by: Cole Robinson <crobinso@redhat.com> --- libvirt.spec.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libvirt.spec.in b/libvirt.spec.in index aff2707705..7cb558770f 100644 --- a/libvirt.spec.in +++ b/libvirt.spec.in @@ -2444,13 +2444,13 @@ exit 0 %files daemon-plugin-sanlock %if %{with_qemu} %config(noreplace) %{_sysconfdir}/libvirt/qemu-sanlock.conf +%{_datadir}/augeas/lenses/tests/test_libvirt_sanlock.aug %endif %if %{with_libxl} %config(noreplace) %{_sysconfdir}/libvirt/libxl-sanlock.conf %endif %attr(0755, root, root) %{_libdir}/libvirt/lock-driver/sanlock.so %{_datadir}/augeas/lenses/libvirt_sanlock.aug -%{_datadir}/augeas/lenses/tests/test_libvirt_sanlock.aug %dir %attr(0770, root, sanlock) %{_localstatedir}/lib/libvirt/sanlock %{_sbindir}/virt-sanlock-cleanup %{_mandir}/man8/virt-sanlock-cleanup.8* -- 2.51.0