diff --git a/python3-libmount.spec b/python3-libmount.spec index 557575f..4a9c91f 100644 --- a/python3-libmount.spec +++ b/python3-libmount.spec @@ -771,7 +771,7 @@ for PAM_FILE in su su-l ; do done # # If outdated PAM file is detected, issue a warning. -for PAM_FILE in remote runuser runuser-l su su-l ; do +for PAM_FILE in login remote runuser runuser-l su su-l ; do if test -f %{_sysconfdir}/pam.d/$PAM_FILE.rpmnew ; then echo "Your %{_sysconfdir}/pam.d/$PAM_FILE is oudated. Please check %{_sysconfdir}/pam.d/$PAM_FILE.rpmnew!" >&2 fi diff --git a/util-linux-systemd.spec b/util-linux-systemd.spec index bf69aa7..59274fc 100644 --- a/util-linux-systemd.spec +++ b/util-linux-systemd.spec @@ -771,7 +771,7 @@ for PAM_FILE in su su-l ; do done # # If outdated PAM file is detected, issue a warning. -for PAM_FILE in remote runuser runuser-l su su-l ; do +for PAM_FILE in login remote runuser runuser-l su su-l ; do if test -f %{_sysconfdir}/pam.d/$PAM_FILE.rpmnew ; then echo "Your %{_sysconfdir}/pam.d/$PAM_FILE is oudated. Please check %{_sysconfdir}/pam.d/$PAM_FILE.rpmnew!" >&2 fi diff --git a/util-linux.spec b/util-linux.spec index 71dc3ca..6fe2406 100644 --- a/util-linux.spec +++ b/util-linux.spec @@ -771,7 +771,7 @@ for PAM_FILE in su su-l ; do done # # If outdated PAM file is detected, issue a warning. -for PAM_FILE in remote runuser runuser-l su su-l ; do +for PAM_FILE in login remote runuser runuser-l su su-l ; do if test -f %{_sysconfdir}/pam.d/$PAM_FILE.rpmnew ; then echo "Your %{_sysconfdir}/pam.d/$PAM_FILE is oudated. Please check %{_sysconfdir}/pam.d/$PAM_FILE.rpmnew!" >&2 fi