From b214399d4357144975c1119b6e8fc477f3fb20ca918b2f330520cb81831e3905 Mon Sep 17 00:00:00 2001 From: Stanislav Brabec Date: Wed, 17 Jul 2019 21:30:23 +0000 Subject: [PATCH] Accepting request 716131 from home:sbrabec:branches:util-linux-pam_d-b1082293 Fix changes and some formatting changes. OBS-URL: https://build.opensuse.org/request/show/716131 OBS-URL: https://build.opensuse.org/package/show/Base:System/util-linux?expand=0&rev=409 --- python3-libmount.changes | 3 ++- remote.pamd | 2 +- runuser-l.pamd | 3 ++- runuser.pamd | 3 ++- util-linux-systemd.changes | 3 ++- util-linux.changes | 3 ++- 6 files changed, 11 insertions(+), 6 deletions(-) diff --git a/python3-libmount.changes b/python3-libmount.changes index b21f8f5..21dd598 100644 --- a/python3-libmount.changes +++ b/python3-libmount.changes @@ -5,7 +5,8 @@ Wed Jul 17 19:14:24 CEST 2019 - sbrabec@suse.com * Remove "(noreplace)". It will enforce update whenever package changes it. * Expand tabs to trigger a change and replace potentially - outdated files just now. + outdated files just now (login.pamd, remote.pamd, + runuser-l.pamd, runuser.pamd, su-l.pamd, su.pamd). * Remove script that migrates old coreutils su pam files. ------------------------------------------------------------------- diff --git a/remote.pamd b/remote.pamd index c9a0760..61a2f4e 100644 --- a/remote.pamd +++ b/remote.pamd @@ -1,6 +1,6 @@ #%PAM-1.0 # This file is used by /bin/login in case of remote logins (means where -# the -h option is used) +# the -h option is used). auth requisite pam_nologin.so auth [user_unknown=ignore success=ok ignore=ignore auth_err=die default=bad] pam_securetty.so auth include common-auth diff --git a/runuser-l.pamd b/runuser-l.pamd index c13b793..8391fb1 100644 --- a/runuser-l.pamd +++ b/runuser-l.pamd @@ -1,5 +1,6 @@ #%PAM-1.0 -# Note that runuser requires only "session" setting (and for example "auth sufficient pam_rootok.so" dummy line). +# Note that runuser requires only "session" setting (and for example +# "auth sufficient pam_rootok.so" dummy line). auth sufficient pam_rootok.so session optional pam_keyinit.so force revoke session include common-session diff --git a/runuser.pamd b/runuser.pamd index 03a5b4d..e71ab51 100644 --- a/runuser.pamd +++ b/runuser.pamd @@ -1,5 +1,6 @@ #%PAM-1.0 -# Note that runuser requires only "session" setting (and for example "auth sufficient pam_rootok.so" dummy line). +# Note that runuser requires only "session" setting (and for example +# "auth sufficient pam_rootok.so" dummy line). auth sufficient pam_rootok.so session optional pam_keyinit.so revoke session include common-session diff --git a/util-linux-systemd.changes b/util-linux-systemd.changes index b21f8f5..21dd598 100644 --- a/util-linux-systemd.changes +++ b/util-linux-systemd.changes @@ -5,7 +5,8 @@ Wed Jul 17 19:14:24 CEST 2019 - sbrabec@suse.com * Remove "(noreplace)". It will enforce update whenever package changes it. * Expand tabs to trigger a change and replace potentially - outdated files just now. + outdated files just now (login.pamd, remote.pamd, + runuser-l.pamd, runuser.pamd, su-l.pamd, su.pamd). * Remove script that migrates old coreutils su pam files. ------------------------------------------------------------------- diff --git a/util-linux.changes b/util-linux.changes index b21f8f5..21dd598 100644 --- a/util-linux.changes +++ b/util-linux.changes @@ -5,7 +5,8 @@ Wed Jul 17 19:14:24 CEST 2019 - sbrabec@suse.com * Remove "(noreplace)". It will enforce update whenever package changes it. * Expand tabs to trigger a change and replace potentially - outdated files just now. + outdated files just now (login.pamd, remote.pamd, + runuser-l.pamd, runuser.pamd, su-l.pamd, su.pamd). * Remove script that migrates old coreutils su pam files. -------------------------------------------------------------------