From cba291fef4b824ed4e2a6c8a3372ea6d15dae1e8 Mon Sep 17 00:00:00 2001 From: Tomáš Mráz Date: Mar 19 2005 18:22:00 +0000 Subject: - remove ownership and permissions handling from pam_console call pam_console_apply as a handler instead --- diff --git a/.cvsignore b/.cvsignore index 8c77804..b34d42e 100644 --- a/.cvsignore +++ b/.cvsignore @@ -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 diff --git a/pam.spec b/pam.spec index d5c12fe..ac23fe7 100644 --- a/pam.spec +++ b/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 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 0.78-7 - add pam_loginuid module for setting the the login uid for auditing purposes (by Steve Grubb) diff --git a/sources b/sources index 574175f..b43eae7 100644 --- a/sources +++ b/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