From: Jiri Denemark Date: Mon, 1 Dec 2025 12:09:20 +0000 (+0100) Subject: spec: Fix RPM build when %{fedora} is undefined X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6a3fe7f7e0b26e7f57d80eef694756a99d7e121c;p=thirdparty%2Flibvirt.git spec: Fix RPM build when %{fedora} is undefined Signed-off-by: Jiri Denemark --- 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}