|
|
@ -333,7 +333,7 @@
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
Name: chromium%{chromium_channel}
|
|
|
|
Name: chromium%{chromium_channel}
|
|
|
|
Version: 122.0.6261.69
|
|
|
|
Version: 122.0.6261.94
|
|
|
|
Release: 1%{?dist}.inferit
|
|
|
|
Release: 1%{?dist}.inferit
|
|
|
|
Summary: A WebKit (Blink) powered web browser that Google doesn't want you to use
|
|
|
|
Summary: A WebKit (Blink) powered web browser that Google doesn't want you to use
|
|
|
|
Url: http://www.chromium.org/Home
|
|
|
|
Url: http://www.chromium.org/Home
|
|
|
@ -360,9 +360,6 @@ Patch8: chromium-117-widevine-other-locations.patch
|
|
|
|
# Tell bootstrap.py to always use the version of Python we specify
|
|
|
|
# Tell bootstrap.py to always use the version of Python we specify
|
|
|
|
Patch11: chromium-93.0.4577.63-py3-bootstrap.patch
|
|
|
|
Patch11: chromium-93.0.4577.63-py3-bootstrap.patch
|
|
|
|
|
|
|
|
|
|
|
|
# Add "Fedora" to the user agent string
|
|
|
|
|
|
|
|
Patch12: chromium-101.0.4951.41-fedora-user-agent.patch
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# debian patch, disable font-test
|
|
|
|
# debian patch, disable font-test
|
|
|
|
Patch20: chromium-disable-font-tests.patch
|
|
|
|
Patch20: chromium-disable-font-tests.patch
|
|
|
|
|
|
|
|
|
|
|
@ -1166,11 +1163,6 @@ sed -i 's/std::string data_dir_basename = "chromium"/std::string data_dir_basena
|
|
|
|
%patch -P8 -p1 -b .widevine-other-locations
|
|
|
|
%patch -P8 -p1 -b .widevine-other-locations
|
|
|
|
%patch -P11 -p1 -b .py3
|
|
|
|
%patch -P11 -p1 -b .py3
|
|
|
|
|
|
|
|
|
|
|
|
# Fedora branded user agent
|
|
|
|
|
|
|
|
%if 0%{?fedora}
|
|
|
|
|
|
|
|
%patch -P12 -p1 -b .fedora-user-agent
|
|
|
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%patch -P20 -p1 -b .disable-font-test
|
|
|
|
%patch -P20 -p1 -b .disable-font-test
|
|
|
|
|
|
|
|
|
|
|
|
%if ! %{bundleminizip}
|
|
|
|
%if ! %{bundleminizip}
|
|
|
@ -1353,6 +1345,9 @@ sed -i 's/getenv("CHROME_VERSION_EXTRA")/"%{?gost_build: GOST TLS via CryptoPro}
|
|
|
|
# Fix hardcoded path in remoting code
|
|
|
|
# Fix hardcoded path in remoting code
|
|
|
|
sed -i 's|/opt/google/chrome-remote-desktop|%{crd_path}|g' remoting/host/setup/daemon_controller_delegate_linux.cc
|
|
|
|
sed -i 's|/opt/google/chrome-remote-desktop|%{crd_path}|g' remoting/host/setup/daemon_controller_delegate_linux.cc
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# bz#2265957, add correct platform
|
|
|
|
|
|
|
|
sed -i "s/Linux x86_64/Linux %{_arch}/" content/common/user_agent.cc
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
|
# utf8 issue on epel7, Internal parsing error 'ascii' codec can't
|
|
|
|
# utf8 issue on epel7, Internal parsing error 'ascii' codec can't
|
|
|
|
# decode byte 0xe2 in position 474: ordinal not in range(128)
|
|
|
|
# decode byte 0xe2 in position 474: ordinal not in range(128)
|
|
|
@ -2084,6 +2079,11 @@ getent group chrome-remote-desktop >/dev/null || groupadd -r chrome-remote-deskt
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Thu Feb 29 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 122.0.6261.94-1.inferit.1
|
|
|
|
|
|
|
|
- upstream security release 122.0.6261.94
|
|
|
|
|
|
|
|
* High : Type Confusion in V8
|
|
|
|
|
|
|
|
- fixed bz#2265957, added correct platform in chromium use agent
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Feb 23 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 122.0.6261.69-1.inferit
|
|
|
|
* Fri Feb 23 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 122.0.6261.69-1.inferit
|
|
|
|
- update to 122.0.6261.69
|
|
|
|
- update to 122.0.6261.69
|
|
|
|
- fix build error on el8
|
|
|
|
- fix build error on el8
|
|
|
|