From 052dcd1e0b71e94a665e5257c8875d95aee7a40a Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Mon, 18 Jun 2018 12:41:02 -0400 Subject: [PATCH] Undo previous change. Mesa is wrong to not build radv for more arches, and there's nothing x86-specific about this package, the Vulkan loader. --- vulkan.spec | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/vulkan.spec b/vulkan.spec index 8f023ea..0f77dc6 100644 --- a/vulkan.spec +++ b/vulkan.spec @@ -10,7 +10,7 @@ Name: vulkan Version: 1.1.73.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Vulkan loader and validation layers License: ASL 2.0 URL: https://github.com/KhronosGroup @@ -21,9 +21,6 @@ Patch0: cmake_spirv_tools_commit.patch Patch1: 0003-layers-Don-t-set-an-rpath.patch Patch2: 0008-demos-Don-t-build-tri-or-cube.patch -# mesa-vulkan-drivers and nvidia driver don't support other arch -ExclusiveArch: x86_64 i686 - BuildRequires: gcc-c++ BuildRequires: bison BuildRequires: cmake3 @@ -148,6 +145,10 @@ chrpath -d %{buildroot}%{_bindir}/vulkaninfo %dir %{_datadir}/vulkan/implicit_layer.d/ %changelog +* Mon Jun 18 2018 Adam Jackson - 1.1.73.0-4 +- Undo previous change. Mesa is wrong to not build radv for more arches, + and there's nothing x86-specific about this package, the Vulkan loader. + * Sat Jun 16 2018 Leigh Scott - 1.1.73.0-3 - Make vulkan x86 only to match vulkan drivers