diff --git a/gdm.spec b/gdm.spec index f0e9ea1..2c16c94 100644 --- a/gdm.spec +++ b/gdm.spec @@ -16,7 +16,7 @@ Summary: The GNOME Display Manager. Name: gdm Version: 2.15.6 -Release: 3 +Release: 5 Epoch: 1 License: LGPL/GPL Group: User Interface/X @@ -49,6 +49,7 @@ Patch20: gdm-2.15.5-reset-pam.patch Patch21: gdm-2.15.5-security-tokens.patch Patch22: gdm-2.15.5-session-keyring.patch Patch23: gdm-2.15.6-fix-setup-hang.patch +Patch24: gdm-2.15.6-wtmp.patch BuildRoot: %{_tmppath}/gdm-%{PACKAGE_VERSION}-root @@ -129,8 +130,9 @@ several different X sessions on your local machine at the same time. %patch19 -p1 -b .move-default-message %patch20 -p1 -b .reset-pam %patch21 -p1 -b .security-tokens -%patch22 -p1 -b .session-keyring +#%patch22 -p1 -b .session-keyring %patch23 -p1 -b .fix-setup-hang +%patch24 -p1 -b .wtmp # fix the time format for ja perl -pi -e "s|^msgstr \"%a %b %d, %H:%M\"|msgstr \"%m/%d \(%a\) %H:%M\"|; s|^msgstr \"%a %b %d, %I:%M %p\"|msgstr \"%m/%d \(%a\) %p %I:%M\"|" po/ja.po @@ -326,6 +328,12 @@ fi %attr(1770, root, gdm) %dir %{_localstatedir}/gdm %changelog +* Sun Jul 16 2006 Ray Strode - 1:2.15.6-5 +- add initial wtmp and btmp logging support + +* Fri Jul 14 2006 Ray Strode - 1:2.15.6-4 +- fix bug in security token support + * Fri Jul 14 2006 Ray Strode - 1:2.15.6-3 - fix hang in gdmsetup