From 2792e8e117489241868fb258c18b7dde33a6ed23 Mon Sep 17 00:00:00 2001 From: Gilver Date: Sat, 18 Apr 2026 10:35:23 -0500 Subject: [PATCH] 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 --- anda/lib/mesa/mesa.spec | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/anda/lib/mesa/mesa.spec b/anda/lib/mesa/mesa.spec index 769e23a883..f2f5a5c575 100644 --- a/anda/lib/mesa/mesa.spec +++ b/anda/lib/mesa/mesa.spec @@ -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 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.