Fix the previous fix (rhbz#2221317)

This commit is contained in:
Martin Stransky 2023-07-19 15:10:22 +02:00
parent 88e057cc4f
commit be98fb4794
2 changed files with 5 additions and 2 deletions

View File

@ -131,7 +131,7 @@ export FONTCONFIG_PATH
##
## We want Firefox to use Openh264 provided by Fedora
##
if [ -z "$MOZ_GMP_PATH" ]
if [ -z "$MOZ_GMP_PATH" ]; then
export MOZ_GMP_PATH=$MOZ_LIB_DIR/mozilla/plugins/gmp-gmpopenh264/system-installed
fi

View File

@ -156,7 +156,7 @@ ExcludeArch: i686
Summary: Mozilla Firefox Web browser
Name: firefox
Version: 115.0.2
Release: 2%{?pre_tag}%{?dist}
Release: 3%{?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
@ -1052,6 +1052,9 @@ fi
#---------------------------------------------------------------------
%changelog
* Wed Jul 19 2023 Martin Stransky <stransky@redhat.com>- 115.0.2-3
- Fix the previous fix (rhbz#2221317)
* Tue Jul 18 2023 Martin Stransky <stransky@redhat.com>- 115.0.2-2
- Don't overwrite MOZ_GMP_PATH (rhbz#2221317)