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
This commit is contained in:
Dominique Leuenberger 2024-05-02 15:48:29 +00:00 committed by Git OBS Bridge
parent 96b74ddc96
commit e33f69466e
6 changed files with 24 additions and 9 deletions

View File

@ -3,7 +3,7 @@
<service name="obs_scm" mode="manual">
<param name="scm">git</param>
<param name="url">https://gitlab.gnome.org/GNOME/gnome-initial-setup.git</param>
<param name="revision">46.0</param>
<param name="revision">46.1</param>
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
<param name="versionrewrite-pattern">v?(.*)\+0</param>
<param name="versionrewrite-replacement">\1</param>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f8b01191e85ca581b6c04fdd52038fd25220d73a434b5f35179cb1bcaaa7b19a
size 3452940

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e5851ed91b1a5fb7ffd6a6e5ccde7832dcd4ae485ada7c54e747acc33387900c
size 3479052

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Thu May 2 12:26:37 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
- 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 <dimstar@opensuse.org>

View File

@ -1,4 +1,4 @@
name: gnome-initial-setup
version: 46.0
mtime: 1710623384
commit: 69fe40b46ef9ff1a80850994b90481dacb288a97
version: 46.1
mtime: 1714573257
commit: 0331f639785427493e92e10f0f94f2e737da4d2f

View File

@ -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