]> xenbits.xensource.com Git - libvirt.git/commitdiff
rpm spec: don't assume %{fedora} exists as a macro
authorDaniel P. Berrangé <berrange@redhat.com>
Mon, 21 Jan 2019 14:05:13 +0000 (14:05 +0000)
committerDaniel P. Berrangé <berrange@redhat.com>
Mon, 21 Jan 2019 14:05:35 +0000 (14:05 +0000)
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
libvirt.spec.in

index 567721f424841c08e46131c1939e33ccd0eb9ca9..823f0753aec57505420b2f9818e4eebea01993ab 100644 (file)
 %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