[libvirt] [PATCH] rpm spec: don't assume %{fedora} exists as a macro

21 Jan
2019
21 Jan
'19
3:06 p.m.
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com> --- Pushed under the "fix the previous build breaker fix" rule :-( Sorry. libvirt.spec.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libvirt.spec.in b/libvirt.spec.in index 567721f424..823f0753ae 100644 --- a/libvirt.spec.in +++ b/libvirt.spec.in @@ -110,7 +110,7 @@ %endif # Ceph dropping support for 32-bit hosts -%if 0%{fedora} >= 30 +%if 0%{?fedora} >= 30 %ifarch %{arm} %{ix86} %define with_storage_rbd 0 %endif -- 2.20.1
2428
Age (days ago)
2428
Last active (days ago)
1 comments
2 participants
participants (2)
-
Daniel P. Berrangé
-
Erik Skultety