set mode 755 during install chromium-browser.sh

i8e changed/i8e/chromium-126.0.6478.182-1.el8.inferit.1
Arkady L. Shane 2 months ago
parent 25b0b4edda
commit f13f9c746b
Signed by: tigro
GPG Key ID: 1EC08A25C9DB2503

@ -351,7 +351,7 @@
Name: chromium%{chromium_channel}
Version: 126.0.6478.182
Release: 1%{?dist}.inferit
Release: 1%{?dist}.inferit.1
Summary: A WebKit (Blink) powered web browser that Google doesn't want you to use
Url: http://www.chromium.org/Home
License: BSD-3-Clause AND LGPL-2.1-or-later AND Apache-2.0 AND IJG AND MIT AND GPL-2.0-or-later AND ISC AND OpenSSL AND (MPL-1.1 OR GPL-2.0-only OR LGPL-2.0-only)
@ -1932,7 +1932,8 @@ mkdir -p %{buildroot}%{_bindir} \
# install system wide chromium config
cp -a %{SOURCE2} %{buildroot}%{_sysconfdir}/%{name}/%{name}.conf
cp -a %{SOURCE3} %{buildroot}%{chromium_path}/%{chromium_browser_channel}.sh
# Idiots, Stupid idiots
install -m755 %{SOURCE3} %{buildroot}%{chromium_path}/%{chromium_browser_channel}.sh
%if ! %{use_vaapi}
# remove vaapi flags
@ -2306,6 +2307,9 @@ getent group chrome-remote-desktop >/dev/null || groupadd -r chrome-remote-deskt
%endif
%changelog
* Fri Jul 19 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 126.0.6478.182-1.inferit.1
- set mode 755 during install chromium-browser.sh
* Thu Jul 18 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 126.0.6478.182-1.inferit
- update to 126.0.6478.182
* High CVE-2024-6772: Inappropriate implementation in V8

Loading…
Cancel
Save