Handle RHEL 8 BRs

f37
Michael Cronenworth 5 years ago
parent 2c36a04d1a
commit 47263e394a

@ -18,8 +18,8 @@ BuildRequires: xcb-util-keysyms-devel
BuildRequires: xcb-util-wm-devel BuildRequires: xcb-util-wm-devel
# Wine does not build on aarch64 due to clang requires # Wine does not build on aarch64 due to clang requires
# vulkan is not available in RHEL 7 for aarch64 either # vulkan is not available in RHEL 7+ for aarch64 either
%if 0%{?rhel} == 7 %if 0%{?rhel} >= 7
ExclusiveArch: %{ix86} x86_64 %{arm} ExclusiveArch: %{ix86} x86_64 %{arm}
%else %else
ExclusiveArch: %{ix86} x86_64 %{arm} aarch64 ExclusiveArch: %{ix86} x86_64 %{arm} aarch64

Loading…
Cancel
Save