[lightdm/f19] lightdm does not maintain login history using /var/log/wtmp (#1014285)

Rex Dieter rdieter at fedoraproject.org
Sun Oct 6 02:41:18 UTC 2013


commit 192f8d56072946bac79f6a44abf01f8f51e4414b
Author: Rex Dieter <rdieter at math.unl.edu>
Date:   Sat Oct 5 21:19:00 2013 -0500

    lightdm does not maintain login history using /var/log/wtmp (#1014285)

 lightdm.pam  |    1 +
 lightdm.spec |    5 ++++-
 2 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/lightdm.pam b/lightdm.pam
index 92d051e..d43abd4 100644
--- a/lightdm.pam
+++ b/lightdm.pam
@@ -18,4 +18,5 @@ session    required    pam_namespace.so
 -session    optional    pam_gnome_keyring.so auto_start
 -session    optional    pam_mate_keyring.so auto_start
 session    include     system-auth
+session    optional    pam_lastlog.so silent
 session    include     postlogin
diff --git a/lightdm.spec b/lightdm.spec
index f079bbe..9ef6ce5 100644
--- a/lightdm.spec
+++ b/lightdm.spec
@@ -9,7 +9,7 @@
 Name:    lightdm
 Summary: Lightweight Display Manager
 Version: 1.6.2
-Release: 1%{?dist}
+Release: 2%{?dist}
 
 # library/bindings are LGPLv2 or LGPLv3, the rest GPLv3+
 License: (LGPLv2 or LGPLv3) and GPLv3+
@@ -267,6 +267,9 @@ fi
 
 
 %changelog
+* Sat Oct 05 2013 Rex Dieter <rdieter at fedoraproject.org> 1.6.2-2
+- lightdm does not maintain login history using /var/log/wtmp (#1014285)
+
 * Thu Sep 12 2013 Rex Dieter <rdieter at fedoraproject.org> - 1.6.2-1
 - lightdm-1.6.2
 - Word-readable .Xauthority (#1007187, CVE-2013-4331)


More information about the scm-commits mailing list