fix(mesa): Totally remove VK_hdr_layer line, add dist to release (#11433)

`%{?dist}` was missing and I double checked that Fedora's Mesa has it, and somehow this package was still being obsoleted which affects some NVIDIA systems so I totally removed the line.

Signed-off-by: Gilver <roachy@fyralabs.com>
This commit is contained in:
Gilver
2026-04-18 10:35:23 -05:00
committed by GitHub
parent 2f4a9201fe
commit 2792e8e117
+1 -3
View File
@@ -87,7 +87,7 @@ Summary: Mesa graphics libraries
%global ver 26.0.4
Epoch: 1
Version: %{lua:ver = string.gsub(rpm.expand("%{ver}"), "-", "~"); print(ver)}
Release: 1
Release: 2%{?dist}
Packager: Kyle Gospodnetich <me@kylegospodneti.ch>
License: MIT AND BSD-3-Clause AND SGI-B-2.0
URL: https://mesa3d.org
@@ -343,8 +343,6 @@ Summary: Mesa Vulkan drivers
Requires: vulkan%{_isa}
Requires: %{name}-filesystem%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
Obsoletes: mesa-vulkan-devel < %{?epoch:%{epoch}:}%{version}-%{release}
# Bad change from upstream Fedora
#Obsoletes: VK_hdr_layer < 1
%description vulkan-drivers
The drivers with support for the Vulkan API.