auto-import changelog data from pam-0.77-54.src.rpm

Wed Aug 04 2004 Dan Walsh <dwalsh@redhat.com> 0.77-54
- Move pam_console.lock to /var/run/console/
This commit is contained in:
cvsdist 2004-09-09 09:59:18 +00:00
parent 0095dae916
commit 89c884f64a

View File

@ -10,7 +10,7 @@
Summary: A security tool which provides authentication for applications.
Name: pam
Version: 0.77
Release: 53
Release: 54
License: GPL or BSD
Group: System Environment/Base
Source0: ftp.us.kernel.org:/pub/linux/libs/pam/pre/library/Linux-PAM-%{version}.tar.bz2
@ -66,6 +66,7 @@ Patch40: pam-0.77-grubb_leak.patch
Patch60: pam-selinux.patch
Patch61: pam-pwdbselinux.patch
Patch62: pam-0.77-closefd.patch
Patch63: pam-0.77-consolelock.patch
BuildRoot: %{_tmppath}/%{name}-root
Requires: cracklib, cracklib-dicts, glib2, initscripts >= 3.94
@ -153,6 +154,7 @@ cp $RPM_SOURCE_DIR/install-sh .
%endif
%patch40 -p1 -b .grubb_leak
%patch62 -p1 -b .closefd
%patch63 -p1 -b .consolelock
for readme in modules/pam_*/README ; do
cp -f ${readme} doc/txts/README.`dirname ${readme} | sed -e 's|^modules/||'`
@ -420,6 +422,9 @@ fi
%{_libdir}/libpam_misc.so
%changelog
* Wed Aug 4 2004 Dan Walsh <dwalsh@redhat.com> 0.77-54
- Move pam_console.lock to /var/run/console/
* Thu Jul 29 2004 Dan Walsh <dwalsh@redhat.com> 0.77-53
- Close fd[1] before pam_modutilread so that unix_verify will complete