SHA256
1
0
forked from pool/gdm

Accepting request 50675 from GNOME:Factory

checked in (request 50675)

OBS-URL: https://build.opensuse.org/request/show/50675
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gdm?expand=0&rev=146
This commit is contained in:
OBS User autobuild
2010-10-15 14:46:23 +00:00
committed by Git OBS Bridge
parent 8125b3f0ca
commit bd8d241a76
8 changed files with 78 additions and 254 deletions

View File

@@ -1,38 +1,3 @@
-------------------------------------------------------------------
Fri Oct 8 13:38:23 CEST 2010 - vuntz@opensuse.org
- Rework the way we handle passwordless logins:
+ Stop using SuSEconfig for this. Since this is the last thing
that was done in SuSEconfig.gdm, drop SuSEconfig.gdm.
+ Add gdm-passwordless-login.patch: we now directly look at the
DISPLAYMANAGER_PASSWORD_LESS_LOGIN option in
/etc/sysconfig/displaymanager, and use the gdm-autologin pam
service for authentication when we want passwordless logins.
+ On upgrades, we make sure that /etc/pam.d/gdm does not contain
the old way to handle DISPLAYMANAGER_PASSWORD_LESS_LOGIN: if
/sbin/conf.d/SuSEconfig.gdm exists and if /etc/pam.d/gdm
contains pam_permit.so, then we have an old package which used
the old way. We move /etc/pam.d/gdm to /etc/pam.d/gdm.rpmold to
make sure we get back the right pam configuration.
- Update gdm-domain-logon.patch a bit: even though it's not
applied because the patch needs to be rebased, a few things could
be cleaned up. The most visible part is that we prefix the
configuration key with SUSE to clearly show it's SUSE-specific.
- Update gdm-sysconfig-settings.patch a tiny bit to make
gdm-passwordless-login.patch easier.
-------------------------------------------------------------------
Mon Sep 27 20:29:08 CEST 2010 - vuntz@opensuse.org
- Update to version 2.32.0:
+ Updated translations.
-------------------------------------------------------------------
Mon Sep 27 05:59:41 UTC 2010 - aj@suse.de
- Mark /var/run/gdm as ghost in case that /var/run is on tmpfs.
gdm creates the directory itself.
-------------------------------------------------------------------
Wed Sep 22 14:26:23 CEST 2010 - vuntz@opensuse.org