Compare commits

...
Sign in to create a new pull request.

6 commits

Author SHA1 Message Date
leigh123linux
050b5ceef8 Revert last commit 2018-06-19 00:43:50 +01:00
leigh123linux
a979b432bf Revert "Remove bogus mesa-vulkan-drivers requires, vulkan doesn't require it!"
This reverts commit ff0332e366.
2018-06-19 00:40:07 +01:00
leigh123linux
93f69c94ec Remove bogus mesa-vulkan-drivers requires, vulkan doesn't require it! 2018-06-18 19:54:32 +01:00
Adam Jackson
87e37ae6ad 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.
2018-06-18 12:41:26 -04:00
leigh123linux
9f39a12bf3 Make vulkan x86 only to match vulkan drivers 2018-06-16 15:16:37 +01:00
Adam Jackson
42157bca37 Change to Requires: mesa-vulkan-drivers. Too many things still don't agree
what Recommends means, and they're even lighter-weight than the GL drivers
  which are already hard Requires.
2018-06-13 16:30:19 -04:00

View file

@ -10,7 +10,7 @@
Name: vulkan
Version: 1.1.73.0
Release: 1%{?dist}
Release: 6%{?dist}
Summary: Vulkan loader and validation layers
License: ASL 2.0
URL: https://github.com/KhronosGroup
@ -40,7 +40,7 @@ BuildRequires: pkgconfig(wayland-client)
BuildRequires: pkgconfig(wayland-cursor)
BuildRequires: pkgconfig(wayland-server)
BuildRequires: pkgconfig(wayland-egl)
Recommends: mesa-vulkan-drivers
Requires: mesa-vulkan-drivers
%endif
Requires: vulkan-filesystem = %{version}-%{release}
Requires: spirv-tools-libs%{?_isa} = 2018.3.0
@ -145,6 +145,24 @@ chrpath -d %{buildroot}%{_bindir}/vulkaninfo
%dir %{_datadir}/vulkan/implicit_layer.d/
%changelog
* Mon Jun 18 2018 Leigh Scott <leigh123linux@googlemail.com> - 1.1.73.0-6
- Revert last commit
* Mon Jun 18 2018 Leigh Scott <leigh123linux@googlemail.com> - 1.1.73.0-5
- Remove bogus mesa-vulkan-drivers requires, vulkan doesn't require it!
* Mon Jun 18 2018 Adam Jackson <ajax@redhat.com> - 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 <leigh123linux@googlemail.com> - 1.1.73.0-3
- Make vulkan x86 only to match vulkan drivers
* Wed Jun 13 2018 Adam Jackson <ajax@redhat.com> - 1.1.73.0-2
- Change to Requires: mesa-vulkan-drivers. Too many things still don't agree
what Recommends means, and they're even lighter-weight than the GL drivers
which are already hard Requires.
* Tue Apr 24 2018 Leigh Scott <leigh123linux@googlemail.com> - 1.1.73.0-1
- Update to 1.1.73.0