From 6a3fe7f7e0b26e7f57d80eef694756a99d7e121c Mon Sep 17 00:00:00 2001 From: Jiri Denemark Date: Mon, 1 Dec 2025 13:09:20 +0100 Subject: [PATCH] spec: Fix RPM build when %{fedora} is undefined Signed-off-by: Jiri Denemark --- libvirt.spec.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libvirt.spec.in b/libvirt.spec.in index 8b3bc9884f..ccfe75135b 100644 --- a/libvirt.spec.in +++ b/libvirt.spec.in @@ -41,7 +41,7 @@ %define with_qemu 0%{!?_without_qemu:1} %else # QEMU drops 32-bit in Fedora 44 - %if %{?fedora} > 43 + %if 0%{?fedora} > 43 %define with_qemu 0 %else %define with_qemu 0%{!?_without_qemu:1} -- 2.47.3