Re: [PATCH] rpm: disable sanlock when QEMU is disabled

2025-10-03 Thread Martin Kletzander via Devel
On Thu, Oct 02, 2025 at 03:12:13PM +0100, Daniel P. Berrangé via Devel wrote: From: Daniel P. Berrangé The meson.build rules skip sanlock when QEMU is disabled, so the RPM must not try to create the -sanlock sub-RPM. Signed-off-by: Daniel P. Berrangé Reviewed-by: Martin Kletzander --- li

[PATCH] rpm: disable sanlock when QEMU is disabled

2025-10-02 Thread Daniel P . Berrangé via Devel
From: Daniel P. Berrangé The meson.build rules skip sanlock when QEMU is disabled, so the RPM must not try to create the -sanlock sub-RPM. Signed-off-by: Daniel P. Berrangé --- libvirt.spec.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libvirt.spec.in b/libvirt.spe