Update to 102.9.0
This commit is contained in:
parent
7bf2bccb17
commit
97a1aba12f
4
.gitattributes
vendored
4
.gitattributes
vendored
@ -1,2 +1,2 @@
|
||||
firefox-langpacks-102.8.0esr-20230214.tar.xz filter=lfs diff=lfs merge=lfs -text
|
||||
firefox-102.8.0esr.b2.processed-source.tar.xz filter=lfs diff=lfs merge=lfs -text
|
||||
firefox-102.9.0esr.b2.processed-source.tar.xz filter=lfs diff=lfs merge=lfs -text
|
||||
firefox-langpacks-102.9.0esr-20230310.tar.xz filter=lfs diff=lfs merge=lfs -text
|
||||
|
||||
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d86efb1ebc211623acf3b6dde92501b76dd953eeb5188af3aaeda28db07f1652
|
||||
size 486552868
|
||||
3
firefox-102.9.0esr.b2.processed-source.tar.xz
Normal file
3
firefox-102.9.0esr.b2.processed-source.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ab2ee90fbd7390b4bedf7ebb6b5cd8f283a1c4aec4ebdaa0d298b8a7014a0423
|
||||
size 486656020
|
||||
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:64a9e52006911abf90d919b0e715fd64fde275bd0ecff75b5571eb76fa09f706
|
||||
size 44675456
|
||||
3
firefox-langpacks-102.9.0esr-20230310.tar.xz
Normal file
3
firefox-langpacks-102.9.0esr-20230310.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3157cf08fa12cd57dd4fca01e356133fdddf7001a44d4f463c874a22fb21bf4b
|
||||
size 44678300
|
||||
@ -191,8 +191,8 @@ fi
|
||||
|
||||
# When Firefox is not running, restore SELinux labels for profile files
|
||||
if [ $MOZILLA_DOWN -ne 0 ]; then
|
||||
if [ -x $GETENFORCE_FILE ] && [ `getenforce` != "Disabled" ]; then
|
||||
(restorecon -vr ~/.mozilla/firefox/* &)
|
||||
if [ -x $GETENFORCE_FILE ] && [ `$GETENFORCE_FILE` != "Disabled" ]; then
|
||||
(/usr/sbin/restorecon -vr ~/.mozilla/firefox/* &)
|
||||
fi
|
||||
fi
|
||||
|
||||
|
||||
@ -147,7 +147,7 @@
|
||||
|
||||
Summary: Mozilla Firefox Web browser
|
||||
Name: firefox
|
||||
Version: 102.8.0
|
||||
Version: 102.9.0
|
||||
Release: 1
|
||||
URL: https://www.mozilla.org/firefox/
|
||||
License: MPLv1.1 or GPLv2+ or LGPLv2+
|
||||
@ -164,7 +164,7 @@ License: MPLv1.1 or GPLv2+ or LGPLv2+
|
||||
# Link to original tarball: https://archive.mozilla.org/pub/firefox/releases/%{version}%{?pre_version}/source/firefox-%{version}%{?pre_version}.source.tar.xz
|
||||
Source0: firefox-%{version}%{?pre_version}%{?buildnum}.processed-source.tar.xz
|
||||
%if %{with langpacks}
|
||||
Source1: firefox-langpacks-%{version}%{?pre_version}-20230214.tar.xz
|
||||
Source1: firefox-langpacks-%{version}%{?pre_version}-20230310.tar.xz
|
||||
%endif
|
||||
Source2: cbindgen-vendor.tar.xz
|
||||
Source3: process-official-tarball
|
||||
@ -222,7 +222,6 @@ Patch219: rhbz-1173156.patch
|
||||
Patch224: mozilla-1170092.patch
|
||||
#ARM run-time patch
|
||||
Patch226: rhbz-1354671.patch
|
||||
Patch228: disable-openh264-download.patch
|
||||
Patch229: firefox-nss-addon-hack.patch
|
||||
Patch230: D110204-fscreen.patch
|
||||
Patch231: webrtc-nss-fix.patch
|
||||
@ -518,7 +517,6 @@ to run Firefox explicitly on X11.
|
||||
%ifarch aarch64
|
||||
%patch226 -p1 -b .1354671
|
||||
%endif
|
||||
%patch228 -p1 -b .disable-openh264-download
|
||||
%patch229 -p1 -b .firefox-nss-addon-hack
|
||||
%patch230 -p1 -b .D110204-fscreen.diff
|
||||
%patch231 -p1 -b .webrtc-nss-fix
|
||||
@ -1129,6 +1127,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Fri Mar 31 2023 wangkai <wangkai385@h-partners.com> - 102.9.0-1
|
||||
- Update to 102.9.0
|
||||
|
||||
* Fri Mar 03 2023 wangkai <wangkai385@h-partners.com> - 102.8.0-1
|
||||
- Update to 102.8.0
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user