auto-import changelog data from pam-0.75-10.src.rpm
Mon Aug 13 2001 Nalin Dahyabhai <nalin@redhat.com> - pam_xauth: fix errors due to uninitialized data structure (fix from Tse Huong Choo) - pam_xauth: random cleanups - pam_console: use /var/run/console instead of /var/lock/console at install-time - pam_unix: fix preserving of permissions on files which are manipulated
This commit is contained in:
parent
2e03b4f7c5
commit
a06b5aa53e
@ -1 +1 @@
|
|||||||
pam-redhat-0.75-9.tar.gz
|
pam-redhat-0.75-10.tar.gz
|
||||||
|
11
pam.spec
11
pam.spec
@ -2,7 +2,7 @@
|
|||||||
Summary: A security tool which provides authentication for applications.
|
Summary: A security tool which provides authentication for applications.
|
||||||
Name: pam
|
Name: pam
|
||||||
Version: 0.75
|
Version: 0.75
|
||||||
Release: 9
|
Release: 10
|
||||||
License: GPL or BSD
|
License: GPL or BSD
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
Source0: pam-redhat-%{version}-%{release}.tar.gz
|
Source0: pam-redhat-%{version}-%{release}.tar.gz
|
||||||
@ -192,7 +192,7 @@ fi
|
|||||||
%config /etc/security/pam_env.conf
|
%config /etc/security/pam_env.conf
|
||||||
%config /etc/security/console.perms
|
%config /etc/security/console.perms
|
||||||
%dir /etc/security/console.apps
|
%dir /etc/security/console.apps
|
||||||
%dir /var/lock/console
|
%dir /var/run/console
|
||||||
%{_mandir}/man5/*
|
%{_mandir}/man5/*
|
||||||
%{_mandir}/man8/*
|
%{_mandir}/man8/*
|
||||||
|
|
||||||
@ -205,6 +205,13 @@ fi
|
|||||||
%{_mandir}/man3/*
|
%{_mandir}/man3/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Aug 13 2001 Nalin Dahyabhai <nalin@redhat.com>
|
||||||
|
- pam_xauth: fix errors due to uninitialized data structure (fix from Tse Huong
|
||||||
|
Choo)
|
||||||
|
- pam_xauth: random cleanups
|
||||||
|
- pam_console: use /var/run/console instead of /var/lock/console at install-time
|
||||||
|
- pam_unix: fix preserving of permissions on files which are manipulated
|
||||||
|
|
||||||
* Fri Aug 10 2001 Bill Nottingham <notting@redhat.com>
|
* Fri Aug 10 2001 Bill Nottingham <notting@redhat.com>
|
||||||
- fix segfault in pam_securetty
|
- fix segfault in pam_securetty
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user