diff --git a/util-linux.changes b/util-linux.changes index d905d7b..00d9861 100644 --- a/util-linux.changes +++ b/util-linux.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Aug 2 10:45:31 UTC 2021 - pgajdos@suse.com + +- package motd.5 man page as link to login.1 [bsc#1133929] + ------------------------------------------------------------------- Tue May 25 15:02:00 UTC 2021 - Thorsten Kukuk diff --git a/util-linux.spec b/util-linux.spec index 1b06957..205e0f9 100644 --- a/util-linux.spec +++ b/util-linux.spec @@ -705,6 +705,8 @@ chmod 644 %{buildroot}%{_datadir}/getopt/getopt*.tcsh # login is always and only in /bin mv %{buildroot}%{_bindir}/login %{buildroot}/bin/ %endif +# bsc#1188724 +echo '.so man1/login.1' > %{buildroot}%{_mandir}/man5/motd.5 # arch dependent %ifarch s390 s390x rm -f %{buildroot}%{_sysconfdir}/fdprm @@ -1143,6 +1145,7 @@ rmdir --ignore-fail-on-non-empty /run/run >/dev/null 2>&1 || : %{_mandir}/man1/uuidparse.1.gz %{_mandir}/man5/adjtime_config.5.gz %{_mandir}/man5/fstab.5.gz +%{_mandir}/man5/motd.5.gz %{_mandir}/man5/terminal-colors.d.5.gz %{_mandir}/man8/addpart.8.gz %{_mandir}/man8/agetty.8.gz