From f73c6d41bcd522601e25a3f12c16ab2b83ddbd563ceeec44aa1eaf303a50a131 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Wed, 15 Feb 2023 10:43:56 +0000 Subject: [PATCH] Accepting request 1065914 from home:kukuk:branches:Base:System - Remove requires for adjtimex, which and time: this where wrongly implemented split provides we don't need anymore. - Remove pam_lastlog, not Y2038 safe, will be removed upstream. Additional tools update the files themself. - Readd hwclock.8 manual page. - Move permissions pre-require to correct package. - Remove install_info_prereq, we have no info pages. OBS-URL: https://build.opensuse.org/request/show/1065914 OBS-URL: https://build.opensuse.org/package/show/Base:System/util-linux?expand=0&rev=494 --- login.pamd | 1 - remote.pamd | 1 - util-linux.changes | 11 +++++++++++ util-linux.spec | 9 ++++----- 4 files changed, 15 insertions(+), 7 deletions(-) diff --git a/login.pamd b/login.pamd index 2f1d2eb..c164e3d 100644 --- a/login.pamd +++ b/login.pamd @@ -6,6 +6,5 @@ password include common-password session required pam_loginuid.so session optional pam_keyinit.so force revoke session include common-session -#session optional pam_lastlog.so nowtmp showfailed session optional pam_motd.so session optional pam_mail.so standard diff --git a/remote.pamd b/remote.pamd index 61a2f4e..9819af2 100644 --- a/remote.pamd +++ b/remote.pamd @@ -9,5 +9,4 @@ password include common-password session required pam_loginuid.so session optional pam_keyinit.so force revoke session include common-session -session optional pam_lastlog.so nowtmp showfailed session optional pam_mail.so standard diff --git a/util-linux.changes b/util-linux.changes index 24ea99b..b5d4a87 100644 --- a/util-linux.changes +++ b/util-linux.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Tue Feb 14 16:07:27 UTC 2023 - Thorsten Kukuk + +- Remove requires for adjtimex, which and time: this where wrongly + implemented split provides we don't need anymore. +- Remove pam_lastlog, not Y2038 safe, will be removed upstream. + Additional tools update the files themself. +- Readd hwclock.8 manual page. +- Move permissions pre-require to correct package. +- Remove install_info_prereq, we have no info pages. + ------------------------------------------------------------------- Wed Feb 8 08:26:56 UTC 2023 - Daniel Garcia diff --git a/util-linux.spec b/util-linux.spec index b524803..3457e85 100644 --- a/util-linux.spec +++ b/util-linux.spec @@ -129,6 +129,7 @@ BuildRequires: pkg-config BuildRequires: readline-devel BuildRequires: utempter-devel BuildRequires: zlib-devel +PreReq: permissions # util-linux is part of VMInstall, but we can well build without it # Helps shorten a cycle and eliminate a bootstrap issue #!BuildIgnore: util-linux @@ -145,11 +146,6 @@ BuildRequires: socat BuildRequires: systemd-rpm-macros BuildRequires: pkgconfig(libsystemd) BuildRequires: rubygem(asciidoctor) -PreReq: permissions -Requires: adjtimex -Requires: time -Requires: which -PreReq: %install_info_prereq # man pages were moved to -systemd subpackage with 2.38.x (SLE15 SP6, Leap 15.6) Conflicts: util-linux < 2.38 %systemd_requires @@ -1394,6 +1390,9 @@ rmdir --ignore-fail-on-non-empty /run/run >/dev/null 2>&1 || : %{_mandir}/man8/delpart.8.gz %{_mandir}/man8/blkid.8.gz %{_mandir}/man8/blkdiscard.8.gz +%ifnarch s390 s390x +%{_mandir}/man8/hwclock.8.gz +%endif %{_mandir}/man8/switch_root.8.gz %{_mandir}/man8/mkfs.bfs.8.gz %{_mandir}/man8/mkfs.minix.8.gz