Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package shadow for openSUSE:Factory checked in at 2023-04-16 16:06:38 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/shadow (Old) and /work/SRC/openSUSE:Factory/.shadow.new.19717 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "shadow" Sun Apr 16 16:06:38 2023 rev:56 rq:1079091 version:4.13 Changes: -------- --- /work/SRC/openSUSE:Factory/shadow/shadow.changes 2023-02-19 18:18:41.421377484 +0100 +++ /work/SRC/openSUSE:Factory/.shadow.new.19717/shadow.changes 2023-04-16 16:06:43.336694868 +0200 @@ -1,0 +2,6 @@ +Wed Apr 12 12:08:43 UTC 2023 - Thorsten Kukuk <ku...@suse.com> + +- Rename lastlog to lastlog.legacy to be able to switch to + Y2038 safe lastlog2 as default [jsc#PED-3144] + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ shadow.spec ++++++ --- /var/tmp/diff_new_pack.TIpUoC/_old 2023-04-16 16:06:43.936698326 +0200 +++ /var/tmp/diff_new_pack.TIpUoC/_new 2023-04-16 16:06:43.944698372 +0200 @@ -227,6 +227,12 @@ fi mkdir -p %{buildroot}%{_sysconfdir}/login.defs.d +%if 0%{?suse_version} >= 1599 +# Rename lastlog to lastlog.legacy, as it got replaced by lastlog2 +mv %{buildroot}/%{_bindir}/lastlog %{buildroot}/%{_bindir}/lastlog.legacy +mv %{buildroot}/%{_mandir}/man8/lastlog.8 %{buildroot}/%{_mandir}/man8/lastlog.legacy.8 +%endif + %find_lang shadow %pre @@ -326,7 +332,11 @@ %verify(not mode) %attr(4755,root,shadow) %{_bindir}/passwd %verify(not mode) %attr(4755,root,shadow) %{_bindir}/newgidmap %verify(not mode) %attr(4755,root,shadow) %{_bindir}/newuidmap +%if 0%{?suse_version} >= 1599 +%{_bindir}/lastlog.legacy +%else %{_bindir}/lastlog +%endif %{_bindir}/sg %{_bindir}/getsubids %attr(0755,root,root) %{_sbindir}/groupadd @@ -358,7 +368,11 @@ %{_mandir}/man8/groupdel.8%{?ext_man} %{_mandir}/man8/groupmod.8%{?ext_man} %{_mandir}/man8/grpck.8%{?ext_man} +%if 0%{?suse_version} >= 1599 +%{_mandir}/man8/lastlog.legacy.8%{?ext_man} +%else %{_mandir}/man8/lastlog.8%{?ext_man} +%endif %{_mandir}/man8/newusers.8%{?ext_man} %{_mandir}/man8/pwck.8%{?ext_man} %{_mandir}/man8/pwconv.8%{?ext_man}