Don't overwrite MOZ_GMP_PATH (rhbz#2221317)
This commit is contained in:
parent
4eca3ad8d0
commit
88e057cc4f
@ -131,7 +131,9 @@ export FONTCONFIG_PATH
|
|||||||
##
|
##
|
||||||
## We want Firefox to use Openh264 provided by Fedora
|
## We want Firefox to use Openh264 provided by Fedora
|
||||||
##
|
##
|
||||||
|
if [ -z "$MOZ_GMP_PATH" ]
|
||||||
export MOZ_GMP_PATH=$MOZ_LIB_DIR/mozilla/plugins/gmp-gmpopenh264/system-installed
|
export MOZ_GMP_PATH=$MOZ_LIB_DIR/mozilla/plugins/gmp-gmpopenh264/system-installed
|
||||||
|
fi
|
||||||
|
|
||||||
##
|
##
|
||||||
## In order to better support certain scripts (such as Indic and some CJK
|
## In order to better support certain scripts (such as Indic and some CJK
|
||||||
|
@ -156,7 +156,7 @@ ExcludeArch: i686
|
|||||||
Summary: Mozilla Firefox Web browser
|
Summary: Mozilla Firefox Web browser
|
||||||
Name: firefox
|
Name: firefox
|
||||||
Version: 115.0.2
|
Version: 115.0.2
|
||||||
Release: 1%{?pre_tag}%{?dist}
|
Release: 2%{?pre_tag}%{?dist}
|
||||||
URL: https://www.mozilla.org/firefox/
|
URL: https://www.mozilla.org/firefox/
|
||||||
License: MPLv1.1 or GPLv2+ or LGPLv2+
|
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
|
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
|
%changelog
|
||||||
|
* Tue Jul 18 2023 Martin Stransky <stransky@redhat.com>- 115.0.2-2
|
||||||
|
- Don't overwrite MOZ_GMP_PATH (rhbz#2221317)
|
||||||
|
|
||||||
* Mon Jul 17 2023 Martin Stransky <stransky@redhat.com>- 115.0.2-1
|
* Mon Jul 17 2023 Martin Stransky <stransky@redhat.com>- 115.0.2-1
|
||||||
- Update to 115.0.2
|
- Update to 115.0.2
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user