From 6ac985cfb609b5e89c904f03e5a3ec68f61c0b2b Mon Sep 17 00:00:00 2001 From: Phil Knirsch Date: Mon, 11 Oct 2004 12:41:21 +0000 Subject: [PATCH] - Add the missing remote entry in pam.d --- util-linux.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/util-linux.spec b/util-linux.spec index 34d8598..9d6ea67 100644 --- a/util-linux.spec +++ b/util-linux.spec @@ -12,7 +12,7 @@ Summary: A collection of basic system utilities. Name: util-linux Version: 2.12a -Release: 11 +Release: 12 License: distributable Group: System Environment/Base @@ -315,6 +315,7 @@ install -m644 kbdrate/kbdrate.pam $RPM_BUILD_ROOT%{_sysconfdir}/pam.d/kbdrate { pushd ${RPM_BUILD_ROOT}%{_sysconfdir}/pam.d install -m 644 %{SOURCE1} ./login + install -m 644 %{SOURCE1} ./remote install -m 644 ${RPM_SOURCE_DIR}/util-linux-2.7-chsh.pamd ./chsh install -m 644 ${RPM_SOURCE_DIR}/util-linux-2.7-chsh.pamd ./chfn popd @@ -564,6 +565,9 @@ fi /sbin/losetup %changelog +* Mon Oct 11 2004 Phil Knirsch 2.12a-12 +- Add the missing remote entry in pam.d + * Wed Oct 6 2004 Steve Dickson - Rechecked in some missing NFS mounting code.