Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package sddm for openSUSE:Factory checked in at 2023-02-22 15:21:02 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/sddm (Old) and /work/SRC/openSUSE:Factory/.sddm.new.1706 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "sddm" Wed Feb 22 15:21:02 2023 rev:61 rq:1066881 version:0.19.0 Changes: -------- --- /work/SRC/openSUSE:Factory/sddm/sddm.changes 2022-12-25 15:14:17.817184267 +0100 +++ /work/SRC/openSUSE:Factory/.sddm.new.1706/sddm.changes 2023-02-22 15:21:04.957689806 +0100 @@ -1,0 +2,7 @@ +Mon Feb 20 20:50:05 UTC 2023 - Giacomo Comes <gcomes....@gmail.com> + +- Honor /etc/nologin like login, sshd, xdm and gdm do + * added: auth requisite pam_nologin.so to proper_pam.diff + * see: man 5 nologin + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ sddm.spec ++++++ --- /var/tmp/diff_new_pack.Si87Ik/_old 2023-02-22 15:21:05.893695114 +0100 +++ /var/tmp/diff_new_pack.Si87Ik/_new 2023-02-22 15:21:05.897695137 +0100 @@ -1,7 +1,7 @@ # # spec file for package sddm # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed ++++++ proper_pam.diff ++++++ --- /var/tmp/diff_new_pack.Si87Ik/_old 2023-02-22 15:21:05.973695568 +0100 +++ /var/tmp/diff_new_pack.Si87Ik/_new 2023-02-22 15:21:05.977695591 +0100 @@ -2,7 +2,7 @@ =================================================================== --- sddm-0.18.0.orig/services/sddm-autologin.pam +++ sddm-0.18.0/services/sddm-autologin.pam -@@ -1,13 +1,7 @@ +@@ -1,13 +1,8 @@ #%PAM-1.0 -auth required pam_env.so -auth required pam_tally2.so file=/var/log/tallylog onerr=succeed @@ -16,6 +16,7 @@ -session include system-local-login --session optional pam_gnome_keyring.so auto_start --session optional pam_kwallet5.so auto_start ++auth requisite pam_nologin.so +auth required pam_permit.so +account include common-account +password include common-password @@ -26,7 +27,7 @@ =================================================================== --- sddm-0.18.0.orig/services/sddm.pam +++ sddm-0.18.0/services/sddm.pam -@@ -1,15 +1,7 @@ +@@ -1,15 +1,8 @@ #%PAM-1.0 - -auth include system-login @@ -42,6 +43,7 @@ -session include system-login --session optional pam_gnome_keyring.so auto_start --session optional pam_kwallet5.so auto_start ++auth requisite pam_nologin.so +auth include common-auth +account include common-account +password include common-password