- remove ownership and permissions handling from pam_console call
pam_console_apply as a handler instead
This commit is contained in:
parent
6513c12e82
commit
cba291fef4
@ -1,4 +1,4 @@
|
||||
pwdb-0.62.tar.gz
|
||||
Linux-PAM-0.78.tar.bz2
|
||||
db-4.3.27.tar.gz
|
||||
pam-redhat-0.78-4.tar.bz2
|
||||
pam-redhat-0.78-5.tar.bz2
|
||||
|
10
pam.spec
10
pam.spec
@ -6,12 +6,12 @@
|
||||
%define pwdb_version 0.62
|
||||
%define db_version 4.3.27
|
||||
%define db_conflicting_version 4.4.0
|
||||
%define pam_redhat_release 4
|
||||
%define pam_redhat_release 5
|
||||
|
||||
Summary: A security tool which provides authentication for applications.
|
||||
Name: pam
|
||||
Version: 0.78
|
||||
Release: 7
|
||||
Release: 8
|
||||
License: GPL or BSD
|
||||
Group: System Environment/Base
|
||||
Source0: ftp.us.kernel.org:/pub/linux/libs/pam/pre/library/Linux-PAM-%{version}.tar.bz2
|
||||
@ -31,7 +31,6 @@ Patch34: pam-0.77-dbpam.patch
|
||||
Patch60: pam-0.78-selinux.patch
|
||||
Patch61: pam-pwdbselinux.patch
|
||||
Patch84: pam-0.77-unix-passwd-parse.patch
|
||||
Patch85: pam-0.78-console-glib-dynamic.patch
|
||||
Patch90: pam-0.78-loginuid.patch
|
||||
|
||||
BuildRoot: %{_tmppath}/%{name}-root
|
||||
@ -84,7 +83,6 @@ cp $RPM_SOURCE_DIR/system-auth.pamd .
|
||||
%patch61 -p1 -b .pwdbselinux
|
||||
%endif
|
||||
%patch84 -p1 -b .passwd-parse
|
||||
%patch85 -p1 -b .glib-dynamic
|
||||
%patch90 -p1 -b .loginuid
|
||||
|
||||
for readme in modules/pam_*/README ; do
|
||||
@ -353,6 +351,10 @@ fi
|
||||
%{_libdir}/libpam_misc.so
|
||||
|
||||
%changelog
|
||||
* Fri Mar 18 2005 Tomas Mraz <tmraz@redhat.com> 0.78-8
|
||||
- remove ownership and permissions handling from pam_console call
|
||||
pam_console_apply as a handler instead
|
||||
|
||||
* Mon Mar 14 2005 Tomas Mraz <tmraz@redhat.com> 0.78-7
|
||||
- add pam_loginuid module for setting the the login uid for auditing purposes
|
||||
(by Steve Grubb)
|
||||
|
2
sources
2
sources
@ -1,4 +1,4 @@
|
||||
1a1fd0312040ef37aa741d09465774b4 pwdb-0.62.tar.gz
|
||||
34938b4f2449d4d3b2ffdbf354257205 Linux-PAM-0.78.tar.bz2
|
||||
fcc481d52c3b80e20a328f8c0cb042bd db-4.3.27.tar.gz
|
||||
b746a6e7a2769ce3ecb92b208b82aeb0 pam-redhat-0.78-4.tar.bz2
|
||||
9e8128ac28b086c3d1af88b7a4cc2e28 pam-redhat-0.78-5.tar.bz2
|
||||
|
Loading…
Reference in New Issue
Block a user