Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package gdm for openSUSE:Leap:16.0 checked in at 2026-02-19 16:31:11 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:16.0/gdm (Old) and /work/SRC/openSUSE:Leap:16.0/.gdm.new.1977 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gdm" Thu Feb 19 16:31:11 2026 rev:13 rq: version:48.0+leap Changes: -------- --- /work/SRC/openSUSE:Leap:16.0/gdm/gdm.changes 2026-02-19 16:31:11.043038465 +0100 +++ /work/SRC/openSUSE:Leap:16.0/.gdm.new.1977/gdm.changes 2026-02-19 16:31:14.963201231 +0100 @@ -1,0 +2,10 @@ +Fri Dec 12 10:13:12 UTC 2025 - Max Lin <[email protected]> + +- Use a particular version number to the forked gdm in Leap 16.0 + +------------------------------------------------------------------- +Mon Sep 1 11:02:31 UTC 2025 - Dominique Leuenberger <[email protected]> + +- Move migration marker from /var/tmp to /run/gdm (boo#1249017). + +------------------------------------------------------------------- New: ---- gdm-48.0.obscpio ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gdm.spec ++++++ --- /var/tmp/diff_new_pack.SfpJAr/_old 2026-02-19 16:31:15.971243086 +0100 +++ /var/tmp/diff_new_pack.SfpJAr/_new 2026-02-19 16:31:15.975243252 +0100 @@ -26,15 +26,18 @@ %define _config_norepl %config(noreplace) %endif +%define theme_ver +leap +%define pure_ver 48.0 + Name: gdm -Version: 48.0 +Version: 48.0%{theme_ver} Release: 0 Summary: The GNOME Display Manager License: GPL-2.0-or-later Group: System/GUI/GNOME URL: https://wiki.gnome.org/Projects/GDM -Source0: %{name}-%{version}.tar.zst +Source0: %{name}-%{pure_ver}.tar.zst Source1: gdm.pamd Source2: gdm-autologin.pamd Source3: gdm-launch-environment.pamd @@ -251,7 +254,7 @@ %lang_package %prep -%autosetup -N +%setup -q -n %{name}-%{pure_ver} ### NON-SLE patches start from 0 to 999 %autopatch -p1 -m 1 -M 999 @@ -366,7 +369,7 @@ if [ $1 -gt 1 ]; then if [ "$(systemctl is-enabled display-manager-legacy)" = "enabled" -a -x /usr/sbin/update-alternatives ]; then if [ "$(update-alternatives --query default-displaymanager | awk '/Value:/ {print $2}')" = "/usr/lib/X11/displaymanagers/gdm" ]; then - touch /var/tmp/migrate_to_gdm + touch /run/gdm/migrate_to_gdm fi fi fi @@ -406,11 +409,11 @@ # display-manager is currently 'legacy mode' - if migration has already occured # the above command would return 'disabled' if [ -x /usr/sbin/update-alternatives ]; then - if [ "$(update-alternatives --query default-displaymanager | awk '/Value:/ {print $2}')" = "/usr/lib/X11/displaymanagers/gdm" ] || [ -f /var/tmp/migrate_to_gdm ]; then + if [ "$(update-alternatives --query default-displaymanager | awk '/Value:/ {print $2}')" = "/usr/lib/X11/displaymanagers/gdm" ] || [ -f /run/gdm/migrate_to_gdm ]; then # the display-manager started by xdm is currently gdm - let's switch to the native service # this only force-enables gdm whenever xdm was enabled AND it was uses as wrapper to start gdm systemctl enable --force gdm.service - unlink /var/tmp/migrate_to_gdm + unlink /run/gdm/migrate_to_gdm || : fi fi fi ++++++ _scmsync.obsinfo ++++++ --- /var/tmp/diff_new_pack.SfpJAr/_old 2026-02-19 16:31:16.059246739 +0100 +++ /var/tmp/diff_new_pack.SfpJAr/_new 2026-02-19 16:31:16.063246906 +0100 @@ -1,6 +1,7 @@ -mtime: 1756463837 -commit: fad9caee16abde6ec8c0932015490b9fed0a80f2a86cd1d0f86493e9db44bb7e -url: https://src.opensuse.org/openSUSE/Leap -revision: leap-16.0 -subdir: gdm +mtime: 1765538496 +commit: f9a5e5dd016331846f008f6441e3e3347720102f0485a81ed46252f005425fad +url: https://src.opensuse.org/pool/gdm +revision: f9a5e5dd016331846f008f6441e3e3347720102f0485a81ed46252f005425fad +trackingbranch: Leap-16.0 +projectscmsync: https://src.opensuse.org/openSUSE/Leap ++++++ 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-02-19 16:31:10.000000000 +0100 @@ -0,0 +1 @@ +.osc
