diff --git a/SOURCES/0001-Enable-Yandex.patch b/SOURCES/0001-Enable-Yandex.patch new file mode 100644 index 0000000..58ca031 --- /dev/null +++ b/SOURCES/0001-Enable-Yandex.patch @@ -0,0 +1,12 @@ +diff -urN gnome-initial-setup-40.4.orig/gnome-initial-setup/pages/goa/gis-goa-page.c gnome-initial-setup-40.4/gnome-initial-setup/pages/goa/gis-goa-page.c +--- gnome-initial-setup-40.4.orig/gnome-initial-setup/pages/goa/gis-goa-page.c 2023-07-05 14:58:56.562792316 +0300 ++++ gnome-initial-setup-40.4/gnome-initial-setup/pages/goa/gis-goa-page.c 2023-07-05 14:59:27.738343094 +0300 +@@ -186,7 +186,7 @@ + g_auto(GStrv) conf_providers = + gis_driver_conf_get_string_list (GIS_PAGE (page)->driver, VENDOR_GOA_GROUP, VENDOR_PROVIDERS_KEY, NULL); + GStrv providers = conf_providers ? conf_providers : +- (gchar *[]) { "google", "owncloud", "windows_live", "facebook", NULL }; ++ (gchar *[]) { "yandex", "google", "owncloud", "windows_live", "facebook", NULL }; + + /* This code will read the keyfile containing vendor customization options and + * look for options under the "goa" group, and supports the following keys: diff --git a/SPECS/gnome-initial-setup.spec b/SPECS/gnome-initial-setup.spec index e6c3f81..3c4e66f 100644 --- a/SPECS/gnome-initial-setup.spec +++ b/SPECS/gnome-initial-setup.spec @@ -8,7 +8,7 @@ Name: gnome-initial-setup Version: 40.4 -Release: 3%{?dist}.inferit.1 +Release: 3%{?dist}.inferit.2 Summary: Bootstrapping your OS License: GPLv2+ @@ -21,6 +21,7 @@ Patch0: timezones.patch # MSVSphere Patch1: 0001-MSVSphere-updated-Russian-translation.patch +Patch2: 0001-Enable-Yandex.patch BuildRequires: meson BuildRequires: gcc @@ -111,6 +112,9 @@ useradd -rM -d /run/gnome-initial-setup/ -s /sbin/nologin %{name} &>/dev/null || %{_datadir}/gnome-initial-setup/vendor.conf %changelog +* Wed Jul 5 2023 Arkady L. Shane - 40.4-3.inferit.2 +- Enable Yandex provider + * Wed Apr 12 2023 Sergey Cherevko - 40.4-3.inferit.1 - Fixup! Updated Russian translation