diff --git a/gdm.spec b/gdm.spec index ede827d..588dfaf 100644 --- a/gdm.spec +++ b/gdm.spec @@ -16,7 +16,7 @@ Summary: The GNOME Display Manager. Name: gdm Version: 2.15.7 -Release: 1%{?dist} +Release: 2%{?dist} Epoch: 1 License: LGPL/GPL Group: User Interface/X @@ -316,6 +316,9 @@ fi %attr(1770, root, gdm) %dir %{_localstatedir}/gdm %changelog +* Fri Aug 4 2006 Ray Strode - 1:2.15.7-2 +- update gdmsetup pam file to use config-util stacks + * Thu Aug 3 2006 Ray Strode - 1:2.15.7-1 - update to 2.15.7 - drop selinux patch that I don't think was ever finished diff --git a/gdmsetup-pam b/gdmsetup-pam index 8c0e622..1952d97 100644 --- a/gdmsetup-pam +++ b/gdmsetup-pam @@ -1,8 +1,4 @@ #%PAM-1.0 -auth sufficient pam_rootok.so -auth sufficient pam_timestamp.so -auth required pam_stack.so service=system-auth -session required pam_permit.so -session optional pam_xauth.so -session optional pam_timestamp.so -account required pam_permit.so +auth include config-util +account include config-util +session include config-util