]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
rpm: always disable ceph on 32-bit
authorDaniel P. Berrangé <berrange@redhat.com>
Fri, 21 Aug 2020 11:29:02 +0000 (12:29 +0100)
committerDaniel P. Berrangé <berrange@redhat.com>
Thu, 27 Aug 2020 08:42:27 +0000 (09:42 +0100)
The logic to disable Ceph on 32-bit was protected by a Fedora
conditional. This is redundant as RHEL hasn't shipped any
32-bit platforms for years.

Reviewed-by: Jiri Denemark <jdenemar@redhat.com>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
libvirt.spec.in

index f024f7bfc458b65a8dd460c9cb8442b66ef84ed7..bb74443484ec56ddd976f374f576e463de9e1521 100644 (file)
     %define with_storage_zfs 0
 %endif
 
-# Ceph dropping support for 32-bit hosts
-%if 0%{?fedora} >= 30
-    %ifarch %{arm} %{ix86}
-        %define with_storage_rbd 0
-    %endif
+# Ceph dropped support for 32-bit hosts
+%ifarch %{arm} %{ix86}
+    %define with_storage_rbd 0
 %endif
 
 # RHEL doesn't ship OpenVZ, VBox, PowerHypervisor,