From: Daniel P. Berrangé Date: Mon, 6 Oct 2025 09:29:17 +0000 (+0100) Subject: Revert "rpm: disable sanlock when QEMU is disabled" X-Git-Tag: v11.9.0-rc1~95 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=cfed8b9e55bcb76f74784b5f50d9a520580e73b9;p=thirdparty%2Flibvirt.git Revert "rpm: disable sanlock when QEMU is disabled" This reverts commit fefde6175884ff65241ddb3afae2d903df37e20e. The commit was mistaken, as sanlock is enabled for libxl too, however, the install of test_libvirt_sanlock.aug was missing when QEMU was disabled, causing the RPM build failure. Reviewed-by: Martin Kletzander Signed-off-by: Daniel P. Berrangé --- diff --git a/libvirt.spec.in b/libvirt.spec.in index f96fcc9d7b..aff2707705 100644 --- a/libvirt.spec.in +++ b/libvirt.spec.in @@ -149,11 +149,11 @@ # Enable sanlock library for lock management with QEMU # Sanlock is available only on arches where kvm is available for RHEL %if 0%{?fedora} - %define with_sanlock 0%{!?_without_sanlock:%{with_qemu}} + %define with_sanlock 0%{!?_without_sanlock:1} %endif %if 0%{?rhel} %ifarch %{arches_qemu_kvm} - %define with_sanlock 0%{!?_without_sanlock:%{with_qemu}} + %define with_sanlock 0%{!?_without_sanlock:1} %endif %endif