diff --git a/vkd3d.spec b/vkd3d.spec index 9ce825c..c3074b6 100644 --- a/vkd3d.spec +++ b/vkd3d.spec @@ -18,8 +18,8 @@ BuildRequires: xcb-util-keysyms-devel BuildRequires: xcb-util-wm-devel # Wine does not build on aarch64 due to clang requires -# vulkan is not available in RHEL 7 for aarch64 either -%if 0%{?rhel} == 7 +# vulkan is not available in RHEL 7+ for aarch64 either +%if 0%{?rhel} >= 7 ExclusiveArch: %{ix86} x86_64 %{arm} %else ExclusiveArch: %{ix86} x86_64 %{arm} aarch64