From f45666d93e903c3320826cd4c8b7a43bce2e6f39a7b4a64c11f556586ca45fc2 Mon Sep 17 00:00:00 2001 From: Stanislav Brabec Date: Thu, 8 Aug 2019 00:23:26 +0000 Subject: [PATCH] Typo fix. OBS-URL: https://build.opensuse.org/package/show/Base:System/util-linux?expand=0&rev=415 --- python3-libmount.spec | 2 +- util-linux-systemd.spec | 2 +- util-linux.spec | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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