Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package gdm for openSUSE:Factory checked in at 2026-05-16 19:24:24 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gdm (Old) and /work/SRC/openSUSE:Factory/.gdm.new.1966 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gdm" Sat May 16 19:24:24 2026 rev:300 rq:1353088 version:50.0 Changes: -------- --- /work/SRC/openSUSE:Factory/gdm/gdm.changes 2026-05-13 17:20:35.810430941 +0200 +++ /work/SRC/openSUSE:Factory/.gdm.new.1966/gdm.changes 2026-05-16 19:25:18.103944156 +0200 @@ -1,0 +2,6 @@ +Wed May 13 01:31:22 UTC 2026 - Xiaoguang Wang <[email protected]> + +- Drop xdm-integration in SLE 16.1 to remove the update-alternatives + dependency (bsc#1264389, jsc#PED-15673). + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gdm.spec ++++++ --- /var/tmp/diff_new_pack.TYmFUg/_old 2026-05-16 19:25:19.271991960 +0200 +++ /var/tmp/diff_new_pack.TYmFUg/_new 2026-05-16 19:25:19.271991960 +0200 @@ -41,7 +41,9 @@ Source4: gdm-fingerprint.pamd Source5: gdm-smartcard.pamd # /etc/xinit.d/xdm integration script +%if %{suse_version} < 1610 || %{suse_version} >= 1699 Source7: X11-displaymanager-gdm +%endif # Use tmpfiles to create directories under /var to support transactional updates Source9: gdm.tmpfiles # Use reserveVT.conf to make autologin user session not to select tty1 @@ -183,6 +185,7 @@ This package provides the upstream default configuration for gdm. +%if %{suse_version} < 1610 || %{suse_version} >= 1699 %package xdm-integration Summary: GDM integration into the xdm wrapper script Group: System/GUI/GNOME @@ -195,6 +198,7 @@ %description xdm-integration GDM's XDM wrapper integration By default openSUSE uses xdm which enables the DM based on sysconfig. +%endif %package systemd Summary: Systemd gdm.service file @@ -276,10 +280,12 @@ ln -s gdm %{buildroot}%{_pam_vendordir}/gdm-password ## Install other files #Install /etc/xinit.d/xdm integration script +%if %{suse_version} < 1610 || %{suse_version} >= 1699 install -D -m 644 %{SOURCE7} %{buildroot}%{_prefix}/lib/X11/displaymanagers/gdm mkdir -p %{buildroot}%{_sysconfdir}/alternatives touch %{buildroot}%{_sysconfdir}/alternatives/default-displaymanager ln -s %{_sysconfdir}/alternatives/default-displaymanager %{buildroot}%{_prefix}/lib/X11/displaymanagers/default-displaymanager +%endif # Install other files mkdir -p %{buildroot}/run/gdm mkdir -p %{buildroot}%{_bindir} @@ -322,17 +328,21 @@ %post %tmpfiles_create gdm.conf +%if %{suse_version} < 1610 || %{suse_version} >= 1699 %post xdm-integration %{_sbindir}/update-alternatives --install %{_prefix}/lib/X11/displaymanagers/default-displaymanager \ default-displaymanager %{_prefix}/lib/X11/displaymanagers/gdm 25 +%endif %posttrans # Create dconf database for gdm, to lockdown the gdm session dconf update +%if %{suse_version} < 1610 || %{suse_version} >= 1699 %postun xdm-integration [ -f %{_prefix}/lib/X11/displaymanagers/gdm ] || %{_sbindir}/update-alternatives \ --remove default-displaymanager %{_prefix}/lib/X11/displaymanagers/gdm +%endif %pre systemd %service_add_pre gdm.service @@ -414,12 +424,14 @@ %{_userunitdir}/[email protected]/gnome-login.session.conf %{_unitdir}/[email protected] +%if %{suse_version} < 1610 || %{suse_version} >= 1699 %files xdm-integration # /etc/xinit.d/xdm integration %dir %{_prefix}/lib/X11/displaymanagers %{_prefix}/lib/X11/displaymanagers/default-displaymanager %{_prefix}/lib/X11/displaymanagers/gdm %ghost %{_sysconfdir}/alternatives/default-displaymanager +%endif %files -n libgdm1 %{_libdir}/libgdm.so.* ++++++ _scmsync.obsinfo ++++++ --- /var/tmp/diff_new_pack.TYmFUg/_old 2026-05-16 19:25:19.335994580 +0200 +++ /var/tmp/diff_new_pack.TYmFUg/_new 2026-05-16 19:25:19.339994743 +0200 @@ -1,6 +1,6 @@ -mtime: 1778154358 -commit: 31c76895180c3443b8b0191314c2c9e037c5354f606cf8ef50266464b641bc49 +mtime: 1778637815 +commit: 1d26d54f53ca30594f6e72467795a024db1d1ffb04a12af8e251a409e8676c91 url: https://src.opensuse.org/GNOME/gdm -revision: 31c76895180c3443b8b0191314c2c9e037c5354f606cf8ef50266464b641bc49 +revision: 1d26d54f53ca30594f6e72467795a024db1d1ffb04a12af8e251a409e8676c91 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-05-13 04:03:35.000000000 +0200 @@ -0,0 +1,5 @@ +*.obscpio +*.osc +_build.* +.pbuild +osc-collab.*
