diff --git a/gdm-2.19.1-security-tokens.patch b/gdm-2.19.1-security-tokens.patch index 340945f..904b020 100644 --- a/gdm-2.19.1-security-tokens.patch +++ b/gdm-2.19.1-security-tokens.patch @@ -21,7 +21,7 @@ +++ gdm-2.19.1/config/securitytokens.conf.in 2007-05-21 16:04:51.000000000 -0400 @@ -0,0 +1,3 @@ +[SecurityTokens] -+Enable=true ++Enabled=true +#Driver=@libdir@/pkcs11/libcoolkeypk11.so --- gdm-2.19.1/config/Makefile.am.security-tokens 2007-05-13 22:08:25.000000000 -0400 +++ gdm-2.19.1/config/Makefile.am 2007-05-21 16:04:51.000000000 -0400 diff --git a/gdm.spec b/gdm.spec index 0193fd1..f0fa5bf 100644 --- a/gdm.spec +++ b/gdm.spec @@ -16,7 +16,7 @@ Summary: The GNOME Display Manager Name: gdm Version: 2.20.0 -Release: 4%{?dist} +Release: 5%{?dist} Epoch: 1 License: GPLv2+ Group: User Interface/X @@ -355,6 +355,10 @@ fi %{_datadir}/pixmaps/faces/extras/*.jpg %changelog +* Thu Sep 27 2007 Ray Strode - 1:2.20.0-5 +- Fix an apparent typo in the securitytokens.conf config file + (bug 301031) + * Thu Sep 20 2007 Matthias Clasen - 1:2.20.0-4 - Reenable root login due to popular demand