spec: Disable gluster on i686 on RHEL-8

Gluster 6.0 is not built on i686 for RHEL-8, which prevents libvirt from
building. Let's just disable gluster there as all we need are client
libraries anyway.

Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
Reviewed-by: Fabiano Fidêncio <fidencio@redhat.com>
This commit is contained in:
Jiri Denemark 2019-11-29 14:58:01 +01:00
parent 5e9bdccd92
commit ff1af696c1

View File

@ -65,7 +65,15 @@
%else %else
%define with_storage_sheepdog 0 %define with_storage_sheepdog 0
%endif %endif
%define with_storage_gluster 0%{!?_without_storage_gluster:1} %define with_storage_gluster 0%{!?_without_storage_gluster:1}
%ifnarch %{qemu_kvm_arches}
# gluster is only built where qemu driver is enabled on RHEL 8
%if 0%{?rhel} >= 8
%define with_storage_gluster 0
%endif
%endif
%define with_numactl 0%{!?_without_numactl:1} %define with_numactl 0%{!?_without_numactl:1}
# F25+ has zfs-fuse # F25+ has zfs-fuse