Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package shadow for openSUSE:Factory checked in at 2021-07-06 23:30:00 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/shadow (Old) and /work/SRC/openSUSE:Factory/.shadow.new.2625 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "shadow" Tue Jul 6 23:30:00 2021 rev:43 rq:903625 version:4.8.1 Changes: -------- --- /work/SRC/openSUSE:Factory/shadow/shadow.changes 2021-04-15 16:56:34.390594158 +0200 +++ /work/SRC/openSUSE:Factory/.shadow.new.2625/shadow.changes 2021-07-06 23:30:01.112714588 +0200 @@ -1,0 +2,19 @@ +Thu Jul 1 11:51:39 UTC 2021 - Thorsten Kukuk <[email protected]> + +- login.defs/MOTD_FILE: Use "" instead of blank entry [bsc#1187536] +- Add /etc/login.defs.d directory + +------------------------------------------------------------------- +Sat Jun 5 13:38:52 UTC 2021 - Maurizio Galli <[email protected]> + +- Enable shadowgrp so that we can set more secure group passwords + using shadow. + +------------------------------------------------------------------- +Fri Jun 4 07:46:34 UTC 2021 - Thorsten Kukuk <[email protected]> + +- Disable MOTD_FILE to allow the use of pam_motd to unify motd + message output [bsc#1185897]. Else motd entries of e.g. cockpit + will not be shown. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ shadow.spec ++++++ --- /var/tmp/diff_new_pack.T1wf4E/_old 2021-07-06 23:30:01.872708694 +0200 +++ /var/tmp/diff_new_pack.T1wf4E/_new 2021-07-06 23:30:01.876708663 +0200 @@ -135,7 +135,7 @@ autoreconf -fvi %configure \ - --disable-shadowgrp \ + --enable-shadowgrp \ --enable-account-tools-setuid \ --with-audit \ --with-libpam \ @@ -225,6 +225,7 @@ if [ ! -d %{buildroot}%{_distconfdir} ]; then mkdir -p %{buildroot}%{_distconfdir} mv %{buildroot}%{_sysconfdir}/{login.defs,pam.d} %{buildroot}%{_distconfdir} + mkdir -p %{buildroot}%{_sysconfdir}/login.defs.d fi %find_lang shadow @@ -379,6 +380,7 @@ %files -n login_defs %if %{defined no_config} +%dir /etc/login.defs.d %attr(0644,root,root) %{_distconfdir}/login.defs %else %attr(0644,root,root) %config %{_sysconfdir}/login.defs ++++++ shadow-login_defs-suse.patch ++++++ --- /var/tmp/diff_new_pack.T1wf4E/_old 2021-07-06 23:30:02.064707205 +0200 +++ /var/tmp/diff_new_pack.T1wf4E/_new 2021-07-06 23:30:02.068707174 +0200 @@ -14,12 +14,13 @@ # # Delay in seconds before being allowed another attempt after a login failure -@@ -62,8 +65,7 @@ CONSOLE /etc/securetty +@@ -62,8 +65,8 @@ CONSOLE /etc/securetty # If defined, ":" delimited list of "message of the day" files to # be displayed upon login. # -MOTD_FILE /etc/motd -#MOTD_FILE /etc/motd:/usr/lib/news/news-motd ++MOTD_FILE "" +#MOTD_FILE /etc/motd:/usr/share/misc/motd #
