| |
@@ -154,7 +154,7 @@
|
| |
Summary: Mozilla Firefox Web browser
|
| |
Name: firefox
|
| |
Version: 87.0
|
| |
- Release: 12%{?pre_tag}%{?dist}
|
| |
+ Release: 13%{?pre_tag}%{?dist}
|
| |
URL: https://www.mozilla.org/firefox/
|
| |
License: MPLv1.1 or GPLv2+ or LGPLv2+
|
| |
Source0: https://archive.mozilla.org/pub/firefox/releases/%{version}%{?pre_version}/source/firefox-%{version}%{?pre_version}.source.tar.xz
|
| |
@@ -298,6 +298,7 @@
|
| |
Requires: mozilla-filesystem
|
| |
Recommends: mozilla-openh264 >= 2.1.1
|
| |
Recommends: libva
|
| |
+ Recommends: libglvnd-gles
|
| |
Requires: p11-kit-trust
|
| |
%if %{?system_nss}
|
| |
Requires: nspr >= %{nspr_build_version}
|
| |
@@ -1058,6 +1059,9 @@
|
| |
#---------------------------------------------------------------------
|
| |
|
| |
%changelog
|
| |
+ * Mon Apr 19 2021 Neal Gompa <ngompa13@gmail.com> - 87.0-13
|
| |
+ - Add Recommends for libglvnd-gles (rhbz#1948010)
|
| |
+
|
| |
* Mon Apr 12 2021 Martin Stransky <stransky@redhat.com> - 87.0-12
|
| |
- Added fix for mozbz#1701089 (Widevine playback issues).
|
| |
|
| |
This should resolve the issue where Firefox falls back to the broken basic renderer on desktops that don't use GLES itself.