From d280b35a2307ac53b4e0ec935cb62ff9f5a98ca9 Mon Sep 17 00:00:00 2001 From: tigro Date: Fri, 27 Oct 2023 16:49:58 +0300 Subject: [PATCH] Drop Branding from About dialog --- SPECS/chromium.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/SPECS/chromium.spec b/SPECS/chromium.spec index a0eea287..d2ae02cd 100644 --- a/SPECS/chromium.spec +++ b/SPECS/chromium.spec @@ -255,7 +255,7 @@ Name: chromium%{chromium_channel} Version: 118.0.5993.117 -Release: 1%{?dist}.inferit +Release: 2%{?dist}.inferit 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) @@ -1074,7 +1074,7 @@ cp -a %{_includedir}/libusb-1.0/libusb.h third_party/libusb/src/libusb/libusb.h %endif # Hard code extra version -sed -i 's/getenv("CHROME_VERSION_EXTRA")/"MSVSphere"/' chrome/common/channel_info_posix.cc +sed -i 's/getenv("CHROME_VERSION_EXTRA")/""/' chrome/common/channel_info_posix.cc # 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 @@ -1708,6 +1708,9 @@ getent group chrome-remote-desktop >/dev/null || groupadd -r chrome-remote-deskt %{chromium_path}/chromedriver %changelog +* Fri Oct 27 2023 Arkady L. Shane - 118.0.5993.117-2.inferit +- Drop Branding from About dialog + * Wed Oct 25 2023 Arkady L. Shane - 118.0.5993.117-1.inferit - Update to 118.0.5993.117