Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package yast2-samba-client for openSUSE:Factory checked in at 2022-11-18 15:42:40 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/yast2-samba-client (Old) and /work/SRC/openSUSE:Factory/.yast2-samba-client.new.1597 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yast2-samba-client" Fri Nov 18 15:42:40 2022 rev:112 rq:1034110 version:4.5.2 Changes: -------- --- /work/SRC/openSUSE:Factory/yast2-samba-client/yast2-samba-client.changes 2022-05-05 23:04:35.909422874 +0200 +++ /work/SRC/openSUSE:Factory/.yast2-samba-client.new.1597/yast2-samba-client.changes 2022-11-18 15:42:45.222356634 +0100 @@ -1,0 +2,6 @@ +Fri Nov 4 10:16:54 UTC 2022 - Samuel Cabrero <scabr...@suse.de> + +- Enable pam_mount also for gdm-password service; (bsc#1204830); +- 4.5.2 + +------------------------------------------------------------------- Old: ---- yast2-samba-client-4.5.1.tar.bz2 New: ---- yast2-samba-client-4.5.2.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-samba-client.spec ++++++ --- /var/tmp/diff_new_pack.xVUgHy/_old 2022-11-18 15:42:45.706358760 +0100 +++ /var/tmp/diff_new_pack.xVUgHy/_new 2022-11-18 15:42:45.710358777 +0100 @@ -17,7 +17,7 @@ Name: yast2-samba-client -Version: 4.5.1 +Version: 4.5.2 Release: 0 Summary: YaST2 - Samba Client Configuration License: GPL-2.0-only ++++++ yast2-samba-client-4.5.1.tar.bz2 -> yast2-samba-client-4.5.2.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-samba-client-4.5.1/package/yast2-samba-client.changes new/yast2-samba-client-4.5.2/package/yast2-samba-client.changes --- old/yast2-samba-client-4.5.1/package/yast2-samba-client.changes 2022-05-03 17:11:04.000000000 +0200 +++ new/yast2-samba-client-4.5.2/package/yast2-samba-client.changes 2022-11-07 10:18:44.000000000 +0100 @@ -1,4 +1,10 @@ ------------------------------------------------------------------- +Fri Nov 4 10:16:54 UTC 2022 - Samuel Cabrero <scabr...@suse.de> + +- Enable pam_mount also for gdm-password service; (bsc#1204830); +- 4.5.2 + +------------------------------------------------------------------- Wed Apr 27 08:47:46 UTC 2022 - Noel Power <nopo...@suse.com> - Use translation macro for range settings expert details text; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-samba-client-4.5.1/package/yast2-samba-client.spec new/yast2-samba-client-4.5.2/package/yast2-samba-client.spec --- old/yast2-samba-client-4.5.1/package/yast2-samba-client.spec 2022-05-03 17:11:04.000000000 +0200 +++ new/yast2-samba-client-4.5.2/package/yast2-samba-client.spec 2022-11-07 10:18:44.000000000 +0100 @@ -17,7 +17,7 @@ Name: yast2-samba-client -Version: 4.5.1 +Version: 4.5.2 Release: 0 Summary: YaST2 - Samba Client Configuration License: GPL-2.0-only diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-samba-client-4.5.1/src/modules/Samba.rb new/yast2-samba-client-4.5.2/src/modules/Samba.rb --- old/yast2-samba-client-4.5.1/src/modules/Samba.rb 2022-05-03 17:11:04.000000000 +0200 +++ new/yast2-samba-client-4.5.2/src/modules/Samba.rb 2022-11-07 10:18:44.000000000 +0100 @@ -912,7 +912,8 @@ if WritePAMMount() && Ops.greater_than(Builtins.size(@pam_mount_volumes), 0) # enable pam_mount for services gdm, xdm, login, sshd (bnc#433845) - Builtins.foreach(["gdm", "login", "xdm", "sshd"]) do |service| + # and gdm-password (bsc#1204830) + Builtins.foreach(["gdm", "gdm-password", "login", "xdm", "sshd"]) do |service| out = Convert.to_map( SCR.Execute( path(".target.bash_output"),