Fix winexe and glusterfs on rhel

This commit is contained in:
Andreas Schneider 2020-11-13 17:05:12 +01:00
parent 0d567d3ab9
commit 8316f0ac99
1 changed files with 18 additions and 0 deletions

View File

@ -29,7 +29,18 @@
%bcond_without libwbclient
# Build with winexe by default
%if 0%{?rhel}
%ifarch x86_64
%bcond_without winexe
%else
%bcond_with winexe
#endifarch
%endif
%else
%bcond_without winexe
%endif
# Build vfs_ceph module by default on 64bit Fedora
%if 0%{?fedora}
@ -56,8 +67,15 @@
#endifarch
%endif
#else rhel
%else
# Enable on rhel x86_64
%ifarch x86_64
%bcond_without vfs_glusterfs
%else
%bcond_with vfs_glusterfs
#endifarch
%endif
#endif fedora
%endif