From: Jiri Denemark Date: Thu, 27 Sep 2018 14:08:53 +0000 (+0200) Subject: spec: Build ceph and gluster support everywhere X-Git-Tag: v4.8.0-rc2^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b1a0f691ce4652fc71aca6776f085355040322da;p=thirdparty%2Flibvirt.git spec: Build ceph and gluster support everywhere 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 Reviewed-by: Pavel Hrdina --- diff --git a/libvirt.spec.in b/libvirt.spec.in index dbfee0ba10..667f89c0b9 100644 --- a/libvirt.spec.in +++ b/libvirt.spec.in @@ -105,20 +105,6 @@ %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