Added fix for rhbz#1889742 - Typo in /usr/bin/firefox
This commit is contained in:
parent
78a2fca4c6
commit
8be766ed2c
@ -183,7 +183,7 @@ fi
|
||||
# When Firefox is not running, restore SELinux labels for profile files
|
||||
# (rhbz#1731371)
|
||||
if [ $MOZILLA_DOWN -ne 0 ]; then
|
||||
if [ -x $GETENFORCE_FILE ] && [`getenforce` != "Disabled" ]; then
|
||||
if [ -x $GETENFORCE_FILE ] && [ `getenforce` != "Disabled" ]; then
|
||||
(restorecon -vr ~/.mozilla/firefox/* &)
|
||||
fi
|
||||
fi
|
||||
|
@ -107,7 +107,7 @@ ExcludeArch: s390x
|
||||
Summary: Mozilla Firefox Web browser
|
||||
Name: firefox
|
||||
Version: 82.0
|
||||
Release: 4%{?dist}
|
||||
Release: 5%{?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
|
||||
@ -981,6 +981,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
||||
#---------------------------------------------------------------------
|
||||
|
||||
%changelog
|
||||
* Tue Oct 20 2020 Martin Stransky <stransky@redhat.com> - 82.0-5
|
||||
- Added fix for rhbz#1889742 - Typo in /usr/bin/firefox
|
||||
|
||||
* Mon Oct 19 2020 Martin Stransky <stransky@redhat.com> - 82.0-4
|
||||
- Updated openh264 patch to use keyframes from contained
|
||||
for openh264 only.
|
||||
|
Loading…
Reference in New Issue
Block a user