From e33f69466e801b8ddca45122e34484a321e9b247318c95ff08af39a53ceabce7 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Thu, 2 May 2024 15:48:29 +0000 Subject: [PATCH] Accepting request 1171381 from GNOME:Next - Update to version 46.1: + gnome-initial-setup-copy-worker, which runs after Initial Setup has created the first user on the system, is now ordered before GNOME Keyring, assuming both Initial Setup and GNOME Keyring have been configured with systemd support. This avoids a race between gnome-initial-setup-copy-worker copying the login keyring that was created during Initial Setup, and GNOME Keyring creating a login keyring if none exists on disk. + Keyboard navigation now works better on the Wi-Fi page. + Updated translations. OBS-URL: https://build.opensuse.org/request/show/1171381 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-initial-setup?expand=0&rev=135 --- _service | 2 +- gnome-initial-setup-46.0.obscpio | 3 --- gnome-initial-setup-46.1.obscpio | 3 +++ gnome-initial-setup.changes | 14 ++++++++++++++ gnome-initial-setup.obsinfo | 6 +++--- gnome-initial-setup.spec | 5 +++-- 6 files changed, 24 insertions(+), 9 deletions(-) delete mode 100644 gnome-initial-setup-46.0.obscpio create mode 100644 gnome-initial-setup-46.1.obscpio diff --git a/_service b/_service index 192e02e..bae3a02 100644 --- a/_service +++ b/_service @@ -3,7 +3,7 @@ git https://gitlab.gnome.org/GNOME/gnome-initial-setup.git - 46.0 + 46.1 @PARENT_TAG@+@TAG_OFFSET@ v?(.*)\+0 \1 diff --git a/gnome-initial-setup-46.0.obscpio b/gnome-initial-setup-46.0.obscpio deleted file mode 100644 index 57a7943..0000000 --- a/gnome-initial-setup-46.0.obscpio +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f8b01191e85ca581b6c04fdd52038fd25220d73a434b5f35179cb1bcaaa7b19a -size 3452940 diff --git a/gnome-initial-setup-46.1.obscpio b/gnome-initial-setup-46.1.obscpio new file mode 100644 index 0000000..8cb6494 --- /dev/null +++ b/gnome-initial-setup-46.1.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5851ed91b1a5fb7ffd6a6e5ccde7832dcd4ae485ada7c54e747acc33387900c +size 3479052 diff --git a/gnome-initial-setup.changes b/gnome-initial-setup.changes index 8f54b8f..c360f3e 100644 --- a/gnome-initial-setup.changes +++ b/gnome-initial-setup.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Thu May 2 12:26:37 UTC 2024 - Dominique Leuenberger + +- Update to version 46.1: + + gnome-initial-setup-copy-worker, which runs after Initial Setup + has created the first user on the system, is now ordered before + GNOME Keyring, assuming both Initial Setup and GNOME Keyring + have been configured with systemd support. This avoids a race + between gnome-initial-setup-copy-worker copying the login + keyring that was created during Initial Setup, and GNOME + Keyring creating a login keyring if none exists on disk. + + Keyboard navigation now works better on the Wi-Fi page. + + Updated translations. + ------------------------------------------------------------------- Sun Mar 17 09:33:20 UTC 2024 - Dominique Leuenberger diff --git a/gnome-initial-setup.obsinfo b/gnome-initial-setup.obsinfo index 0459edb..b3cc9a1 100644 --- a/gnome-initial-setup.obsinfo +++ b/gnome-initial-setup.obsinfo @@ -1,4 +1,4 @@ name: gnome-initial-setup -version: 46.0 -mtime: 1710623384 -commit: 69fe40b46ef9ff1a80850994b90481dacb288a97 +version: 46.1 +mtime: 1714573257 +commit: 0331f639785427493e92e10f0f94f2e737da4d2f diff --git a/gnome-initial-setup.spec b/gnome-initial-setup.spec index 73ca78b..704391d 100644 --- a/gnome-initial-setup.spec +++ b/gnome-initial-setup.spec @@ -17,7 +17,7 @@ Name: gnome-initial-setup -Version: 46.0 +Version: 46.1 Release: 0 Summary: GNOME Initial Setup Assistant License: GPL-2.0-or-later @@ -125,8 +125,9 @@ Initial assistant, helping you to get the system up and running. %{_userunitdir}/gnome-initial-setup-first-login.service %dir %{_userunitdir}/gnome-session@gnome-initial-setup.target.d %{_userunitdir}/gnome-session@gnome-initial-setup.target.d/session.conf +%dir %{_userunitdir}/basic.target.wants %dir %{_userunitdir}/gnome-session.target.wants -%{_userunitdir}/gnome-session.target.wants/gnome-initial-setup-copy-worker.service +%{_userunitdir}/basic.target.wants/gnome-initial-setup-copy-worker.service %{_userunitdir}/gnome-session.target.wants/gnome-initial-setup-first-login.service %{_sysusersdir}/gnome-initial-setup.conf %endif