firefox cache fix for NV dGFX driver
Bring in the fix for the firfox crashes seen on NV dGFX driver. v2: add changelog entries. Resolves: https://issues.redhat.com/browse/RHEL-93219 Signed-off-by: Anusha Srivatsa <asrivats@redhat.com>
This commit is contained in:
parent
acc65abbd6
commit
1fad22fbe4
@ -68,7 +68,7 @@ Name: mesa
|
||||
Summary: Mesa graphics libraries
|
||||
%global ver 25.0.7
|
||||
Version: %{lua:ver = string.gsub(rpm.expand("%{ver}"), "-", "~"); print(ver)}
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
License: MIT AND BSD-3-Clause AND SGI-B-2.0
|
||||
URL: http://www.mesa3d.org
|
||||
|
||||
@ -843,6 +843,11 @@ popd
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Wed Jul 16 2025 Anusha Srivatsa <asrivats@redhat.com> - 25.0.7-2
|
||||
- NV dGFX fix for firefox crashing
|
||||
Backport fixes for NV dGFX driver crashing firefox
|
||||
Resolves: https://issues.redhat.com/browse/RHEL-93219
|
||||
|
||||
* Wed Jun 18 2025 José Expósito <jexposit@redhat.com> - 25.0.7-1
|
||||
* Update to 25.0.7
|
||||
Resolves: https://issues.redhat.com/browse/RHEL-75954
|
||||
|
||||
Loading…
Reference in New Issue
Block a user