forked from pool/util-linux
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
This commit is contained in:
parent
54381d0b98
commit
f73c6d41bc
@ -6,6 +6,5 @@ password include common-password
|
|||||||
session required pam_loginuid.so
|
session required pam_loginuid.so
|
||||||
session optional pam_keyinit.so force revoke
|
session optional pam_keyinit.so force revoke
|
||||||
session include common-session
|
session include common-session
|
||||||
#session optional pam_lastlog.so nowtmp showfailed
|
|
||||||
session optional pam_motd.so
|
session optional pam_motd.so
|
||||||
session optional pam_mail.so standard
|
session optional pam_mail.so standard
|
||||||
|
@ -9,5 +9,4 @@ password include common-password
|
|||||||
session required pam_loginuid.so
|
session required pam_loginuid.so
|
||||||
session optional pam_keyinit.so force revoke
|
session optional pam_keyinit.so force revoke
|
||||||
session include common-session
|
session include common-session
|
||||||
session optional pam_lastlog.so nowtmp showfailed
|
|
||||||
session optional pam_mail.so standard
|
session optional pam_mail.so standard
|
||||||
|
@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Feb 14 16:07:27 UTC 2023 - Thorsten Kukuk <kukuk@suse.com>
|
||||||
|
|
||||||
|
- 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 <daniel.garcia@suse.com>
|
Wed Feb 8 08:26:56 UTC 2023 - Daniel Garcia <daniel.garcia@suse.com>
|
||||||
|
|
||||||
|
@ -129,6 +129,7 @@ BuildRequires: pkg-config
|
|||||||
BuildRequires: readline-devel
|
BuildRequires: readline-devel
|
||||||
BuildRequires: utempter-devel
|
BuildRequires: utempter-devel
|
||||||
BuildRequires: zlib-devel
|
BuildRequires: zlib-devel
|
||||||
|
PreReq: permissions
|
||||||
# util-linux is part of VMInstall, but we can well build without it
|
# util-linux is part of VMInstall, but we can well build without it
|
||||||
# Helps shorten a cycle and eliminate a bootstrap issue
|
# Helps shorten a cycle and eliminate a bootstrap issue
|
||||||
#!BuildIgnore: util-linux
|
#!BuildIgnore: util-linux
|
||||||
@ -145,11 +146,6 @@ BuildRequires: socat
|
|||||||
BuildRequires: systemd-rpm-macros
|
BuildRequires: systemd-rpm-macros
|
||||||
BuildRequires: pkgconfig(libsystemd)
|
BuildRequires: pkgconfig(libsystemd)
|
||||||
BuildRequires: rubygem(asciidoctor)
|
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)
|
# man pages were moved to -systemd subpackage with 2.38.x (SLE15 SP6, Leap 15.6)
|
||||||
Conflicts: util-linux < 2.38
|
Conflicts: util-linux < 2.38
|
||||||
%systemd_requires
|
%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/delpart.8.gz
|
||||||
%{_mandir}/man8/blkid.8.gz
|
%{_mandir}/man8/blkid.8.gz
|
||||||
%{_mandir}/man8/blkdiscard.8.gz
|
%{_mandir}/man8/blkdiscard.8.gz
|
||||||
|
%ifnarch s390 s390x
|
||||||
|
%{_mandir}/man8/hwclock.8.gz
|
||||||
|
%endif
|
||||||
%{_mandir}/man8/switch_root.8.gz
|
%{_mandir}/man8/switch_root.8.gz
|
||||||
%{_mandir}/man8/mkfs.bfs.8.gz
|
%{_mandir}/man8/mkfs.bfs.8.gz
|
||||||
%{_mandir}/man8/mkfs.minix.8.gz
|
%{_mandir}/man8/mkfs.minix.8.gz
|
||||||
|
Loading…
Reference in New Issue
Block a user