[PATCH] spec: Fix RPM build when %{fedora} is undefined
1 Dec
2025
1 Dec
'25
9:28 p.m.
From: Jiri Denemark <jdenemar@redhat.com> Signed-off-by: Jiri Denemark <jdenemar@redhat.com> --- Pushed as trivial build breaker. 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.51.1
39
Age (days ago)
39
Last active (days ago)
0 comments
1 participants
participants (1)
-
Jiri Denemark