]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
spec: Build ceph and gluster support everywhere v4.8.0-rc2
authorJiri Denemark <jdenemar@redhat.com>
Thu, 27 Sep 2018 14:08:53 +0000 (16:08 +0200)
committerJiri Denemark <jdenemar@redhat.com>
Thu, 27 Sep 2018 15:32:40 +0000 (17:32 +0200)
Both ceph and gluster have been built on RHEL on all architectures for
some time, there's no need to limit them to x86_64.

Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
Reviewed-by: Pavel Hrdina <phrdina@redhat.com>
libvirt.spec.in

index dbfee0ba10f522bc7d279e898d2c6b822a36df5b..667f89c0b968bbc838033aa96148978d316c4ff3 100644 (file)
     %define with_numactl 0
 %endif
 
-# libgfapi is built only on x86_64 on rhel
-%ifnarch x86_64
-    %if 0%{?rhel}
-        %define with_storage_gluster 0
-    %endif
-%endif
-
-# librados and librbd are built only on x86_64 on rhel
-%ifnarch x86_64
-    %if 0%{?rhel}
-        %define with_storage_rbd 0
-    %endif
-%endif
-
 # zfs-fuse is not available on some architectures
 %ifarch s390 s390x aarch64
     %define with_storage_zfs 0