diff --git a/SOURCES/master_preferences b/SOURCES/master_preferences index 8d732dc6..728a6f0a 100644 --- a/SOURCES/master_preferences +++ b/SOURCES/master_preferences @@ -1,8 +1,9 @@ { - "homepage": "https://fedoraproject.org/start", + "homepage": "file:////usr/share/doc/HTML/ru-RU/index.html", "homepage_is_newtabpage": false, "distribution": { "alternate_shortcut_text": false, + "import_bookmarks_from_file": "/usr/share/bookmarks/default-bookmarks.html", "oem_bubble": true, "chrome_shortcut_icon_index": 0, "create_all_shortcuts": true, @@ -11,6 +12,7 @@ "verbose_logging": false }, "first_run_tabs": [ - "https://fedoraproject.org/start" + "file:////usr/share/doc/HTML/ru-RU/index.html", + "chrome://new-tab-page" ] } diff --git a/SPECS/chromium.spec b/SPECS/chromium.spec index e5a26405..36dacfa6 100644 --- a/SPECS/chromium.spec +++ b/SPECS/chromium.spec @@ -351,7 +351,7 @@ Name: chromium%{chromium_channel} Version: 126.0.6478.55 -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) @@ -2291,6 +2291,9 @@ getent group chrome-remote-desktop >/dev/null || groupadd -r chrome-remote-deskt %endif %changelog +* Mon Jun 17 2024 Sergey Cherevko - 126.0.6478.55-1.inferit.1 +- Start page has been changed + * Fri Jun 14 2024 Sergey Cherevko - 126.0.6478.55-1.inferit - update to 126.0.6478.55 * High CVE-2024-5830: Type Confusion in V8