mirror of https://gitee.com/openkylin/libvirt.git
rpm spec: don't assume %{fedora} exists as a macro
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
This commit is contained in:
parent
4797d7412c
commit
635c45a925
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue