Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package gnome-keyring for openSUSE:Factory 
checked in at 2026-07-07 21:00:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gnome-keyring (Old)
 and      /work/SRC/openSUSE:Factory/.gnome-keyring.new.1982 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gnome-keyring"

Tue Jul  7 21:00:09 2026 rev:155 rq:1363908 version:50.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/gnome-keyring/gnome-keyring.changes      
2026-06-04 18:52:28.580323359 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-keyring.new.1982/gnome-keyring.changes    
2026-07-07 21:00:39.049026390 +0200
@@ -1,0 +2,9 @@
+Thu Jul  2 16:08:35 UTC 2026 - Hendrik Vogelsang <[email protected]>
+
+- Add gnome-keyring-Drop-X-GNOME-Autostart-Phase.patch
+  gnome-session-service is not responsible anymore for starting
+  session services and complains about the presence of X-GNOME-Autostart-Phase.
+  Removing this will allow whatever else is responsible (systemd,
+  systemd-xdg-autostart-generator or whatever) to act.
+
+-------------------------------------------------------------------

New:
----
  gnome-keyring-Drop-X-GNOME-Autostart-Phase.patch

----------(New B)----------
  New:
- Add gnome-keyring-Drop-X-GNOME-Autostart-Phase.patch
  gnome-session-service is not responsible anymore for starting
----------(New E)----------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ gnome-keyring.spec ++++++
--- /var/tmp/diff_new_pack.bKBG1Z/_old  2026-07-07 21:00:40.109062805 +0200
+++ /var/tmp/diff_new_pack.bKBG1Z/_new  2026-07-07 21:00:40.109062805 +0200
@@ -34,6 +34,8 @@
 Patch2:         gnome-keyring-register-login-keyring.patch
 # PATCH-FIX-UPSTREAM 04a6bc68ff4350676c5fc55d1b244a17224fbea2.patch -- fix: 
avoid potential FD leak in gkm_rpc_layer_startup
 Patch3:         
https://gitlab.gnome.org/GNOME/gnome-keyring/-/commit/04a6bc68ff4350676c5fc55d1b244a17224fbea2.patch
+# Work around https://gitlab.gnome.org/GNOME/gnome-keyring/-/work_items/178
+Patch4:         gnome-keyring-Drop-X-GNOME-Autostart-Phase.patch
 
 ## NOTE: Keep SLE-only patches at bottom (starting on 1000).
 # PATCH-FIX-SLE gnome-keyring-bsc932232-use-libgcrypt-allocators.patch 
bsc#932232 [email protected]

++++++ _scmsync.obsinfo ++++++
--- /var/tmp/diff_new_pack.bKBG1Z/_old  2026-07-07 21:00:40.153064316 +0200
+++ /var/tmp/diff_new_pack.bKBG1Z/_new  2026-07-07 21:00:40.161064591 +0200
@@ -1,6 +1,6 @@
-mtime: 1780488097
-commit: 18b33a24bbc0a53b47448e85d175707e70f26115cc53de0f7ebeb288a185d94c
+mtime: 1783008561
+commit: b9a1b91398872945e05a069367baa27c4df8e6c86223e69a8a896b2326bd3dae
 url: https://src.opensuse.org/GNOME/gnome-keyring
-revision: 18b33a24bbc0a53b47448e85d175707e70f26115cc53de0f7ebeb288a185d94c
+revision: b9a1b91398872945e05a069367baa27c4df8e6c86223e69a8a896b2326bd3dae
 projectscmsync: https://src.opensuse.org/GNOME/_ObsPrj
 

++++++ build.specials.obscpio ++++++

++++++ build.specials.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/.gitignore new/.gitignore
--- old/.gitignore      1970-01-01 01:00:00.000000000 +0100
+++ new/.gitignore      2026-07-02 18:09:21.000000000 +0200
@@ -0,0 +1,5 @@
+*.obscpio
+*.osc
+_build.*
+.pbuild
+osc-collab.*

++++++ gnome-keyring-Drop-X-GNOME-Autostart-Phase.patch ++++++
>From b7a523d10745fcde9c3b00e30561f6ece7f13212 Mon Sep 17 00:00:00 2001
From: Henne Vogelsang <[email protected]>
Date: Mon, 20 Oct 2025 13:28:15 +0200
Subject: [PATCH] Drop X-GNOME-Autostart-Phase

gnome-session-service is not responsible anymore for starting
session services and complains about the presence of X-GNOME-Autostart-Phase.

```
gnome-session-service[3624]: App gnome-keyring-ssh.desktop sets 
X-GNOME-Autostart-Phase, but gnome-session no longer manages session services
```

Removing this will allow whatever else is responsible (systemd,
systemd-xdg-autostart-generator or whatever) to act.
---
 daemon/gnome-keyring-pkcs11.desktop.in.in  | 1 -
 daemon/gnome-keyring-secrets.desktop.in.in | 1 -
 daemon/gnome-keyring-ssh.desktop.in.in     | 1 -
 3 files changed, 3 deletions(-)

diff --git a/daemon/gnome-keyring-pkcs11.desktop.in.in 
b/daemon/gnome-keyring-pkcs11.desktop.in.in
index 3e36603f..12b43551 100644
--- a/daemon/gnome-keyring-pkcs11.desktop.in.in
+++ b/daemon/gnome-keyring-pkcs11.desktop.in.in
@@ -5,6 +5,5 @@ Comment=GNOME Keyring: PKCS#11 Component
 Exec=@bindir@/gnome-keyring-daemon --start --components=pkcs11
 OnlyShowIn=GNOME;Unity;MATE;
 NoDisplay=true
-X-GNOME-Autostart-Phase=PreDisplayServer
 X-GNOME-AutoRestart=false
 X-GNOME-Autostart-Notify=true
diff --git a/daemon/gnome-keyring-secrets.desktop.in.in 
b/daemon/gnome-keyring-secrets.desktop.in.in
index 799caeea..04dcc4d5 100644
--- a/daemon/gnome-keyring-secrets.desktop.in.in
+++ b/daemon/gnome-keyring-secrets.desktop.in.in
@@ -5,6 +5,5 @@ Comment=GNOME Keyring: Secret Service
 Exec=@bindir@/gnome-keyring-daemon --start --components=secrets
 OnlyShowIn=GNOME;Unity;MATE;
 NoDisplay=true
-X-GNOME-Autostart-Phase=PreDisplayServer
 X-GNOME-AutoRestart=false
 X-GNOME-Autostart-Notify=true
diff --git a/daemon/gnome-keyring-ssh.desktop.in.in 
b/daemon/gnome-keyring-ssh.desktop.in.in
index fd7657a4..3b099b2c 100644
--- a/daemon/gnome-keyring-ssh.desktop.in.in
+++ b/daemon/gnome-keyring-ssh.desktop.in.in
@@ -4,6 +4,5 @@ Name=SSH Key Agent
 Comment=GNOME Keyring: SSH Agent
 Exec=@bindir@/gnome-keyring-daemon --start --components=ssh
 OnlyShowIn=GNOME;Unity;MATE;
-X-GNOME-Autostart-Phase=PreDisplayServer
 X-GNOME-AutoRestart=false
 X-GNOME-Autostart-Notify=true
-- 
2.51.1

Reply via email to