diff --git a/mesa.spec b/mesa.spec index bacd53e..fd2d887 100644 --- a/mesa.spec +++ b/mesa.spec @@ -4,11 +4,11 @@ %global with_vmware 1 %global with_vulkan_hw 1 %global with_vdpau 1 -%global with_va 1 %if !0%{?rhel} %global with_r300 1 %global with_r600 1 %global with_opencl 1 +%global with_va 1 %endif %if !0%{?rhel} || 0%{?rhel} >= 9 %global with_nvk %{with_vulkan_hw} @@ -82,7 +82,7 @@ Name: mesa Summary: Mesa graphics libraries %global ver 25.2.7 Version: %{lua:ver = string.gsub(rpm.expand("%{ver}"), "-", "~"); print(ver)} -Release: 2%{?dist} +Release: 3%{?dist} License: MIT AND BSD-3-Clause AND SGI-B-2.0 URL: http://www.mesa3d.org @@ -882,6 +882,10 @@ popd %endif %changelog +* Wed Jan 28 2026 José Expósito - 25.2.7-3 +- Enable va-driver only in Fedora + Resolves: https://issues.redhat.com/browse/RHEL-144489 + * Tue Jan 6 2026 Jocelyn Falempe