From 47263e394a5d3d7baf2a63e82f550273348277d2 Mon Sep 17 00:00:00 2001 From: Michael Cronenworth Date: Wed, 25 Sep 2019 07:53:14 -0500 Subject: [PATCH] Handle RHEL 8 BRs --- vkd3d.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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