[lightdm] 1.6.0-1

Rex Dieter rdieter at fedoraproject.org
Mon Apr 15 02:39:04 UTC 2013


commit 3832034d066a78e836784fbd2c82631bdcfbd616
Author: Rex Dieter <rdieter at math.unl.edu>
Date:   Sun Apr 14 21:39:01 2013 -0500

    1.6.0-1
    
    - lightdm-1.6.0
    - No login key is writen in Mate-Desktop (#896130)

 .gitignore   |    2 +-
 lightdm.pam  |    2 ++
 lightdm.spec |    6 +++++-
 sources      |    2 +-
 4 files changed, 9 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 23d5512..27d66d0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,2 @@
 /lightdm-1.4.1.tar.gz
-/lightdm-1.5.3.tar.xz
+/lightdm-1.6.0.tar.xz
diff --git a/lightdm.pam b/lightdm.pam
index 81c3b05..92d051e 100644
--- a/lightdm.pam
+++ b/lightdm.pam
@@ -3,6 +3,7 @@ auth     [success=done ignore=ignore default=bad] pam_selinux_permit.so
 auth       required    pam_env.so
 auth       substack    system-auth
 -auth       optional    pam_gnome_keyring.so
+-auth       optional    pam_mate_keyring.so
 auth       include     postlogin
 account    required    pam_nologin.so
 account    include     system-auth
@@ -15,5 +16,6 @@ session    required    pam_selinux.so open
 session    optional    pam_keyinit.so force revoke
 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    include     postlogin
diff --git a/lightdm.spec b/lightdm.spec
index 221627f..1f9e844 100644
--- a/lightdm.spec
+++ b/lightdm.spec
@@ -5,7 +5,7 @@
 
 Name:    lightdm
 Summary: Lightweight Display Manager
-Version: 1.5.3
+Version: 1.6.0
 Release: 1%{?dist}
 
 # library/bindings are LGPLv2 or LGPLv3, the rest GPLv3+
@@ -262,6 +262,10 @@ exit 0
 
 
 %changelog
+* Sun Apr 14 2013 Rex Dieter <rdieter at fedoraproject.org> 1.6.0-1
+- lightdm-1.6.0
+- No login key is writen in Mate-Desktop (#896130)
+
 * Tue Apr 02 2013 Rex Dieter <rdieter at fedoraproject.org> 1.5.3-1
 - lightdm-1.5.3
 
diff --git a/sources b/sources
index 340d75a..dfb1140 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-565e59d34d830282f01721cd1b3a4586  lightdm-1.5.3.tar.xz
+a729d991657c619109a89a5cf5421978  lightdm-1.6.0.tar.xz


More information about the scm-commits mailing list