commit gdm for openSUSE:12.2
Hello community, here is the log from the commit of package gdm for openSUSE:12.2 checked in at 2012-07-31 14:03:59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:12.2/gdm (Old) and /work/SRC/openSUSE:12.2/.gdm.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "gdm", Maintainer is "DLiang@suse.com" Changes: -------- --- /work/SRC/openSUSE:12.2/gdm/gdm.changes 2012-06-25 15:19:55.000000000 +0200 +++ /work/SRC/openSUSE:12.2/.gdm.new/gdm.changes 2012-07-31 14:04:40.000000000 +0200 @@ -1,0 +2,26 @@ +Fri Jul 13 11:41:41 CEST 2012 - vuntz@opensuse.org + +- Change gdm-welcome.pamd source file to fix bnc#731867: + + For some mysterious reason (external to the gdm package, as far + as I can tell), the gdm account got locked on some systems in + the past, and this made gdm simply hang on startup. + + The gdm-welcome PAM service is only used for the gdm account in + the gdm greeter session, so a fix to this issue is to disable + the standard PAM account management in this gdm-welcome PAM + service. + + To that end, simply use pam_permit.so for account management in + gdm-welcome instead of inclusing the usual common-account file. + +------------------------------------------------------------------- +Mon Jul 9 13:51:05 CEST 2012 - vuntz@opensuse.org + +- Drop gdm-domain-logon.patch: this patch needed to be rebased, but + nobody ever did it and bnc#627575 got closed since there's no + interest to rebase it, apparently. +- Remove support for gnome-patch-translation since there are not + patches adding translations left: remove gnome-patch-translation + BuildRequires and commented out calls to + gnome-patch-translation-prepare and + gnome-patch-translation-update. + +------------------------------------------------------------------- Old: ---- gdm-domain-logon.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gdm.spec ++++++ --- /var/tmp/diff_new_pack.eegWPD/_old 2012-07-31 14:04:44.000000000 +0200 +++ /var/tmp/diff_new_pack.eegWPD/_new 2012-07-31 14:04:44.000000000 +0200 @@ -55,8 +55,6 @@ Patch8: gdm-sysconfig-settings.patch # PATCH-FEATURE-OPENSUSE gdm-passwordless-login.patch vuntz@opensuse.org -- Support DISPLAYMANAGER_PASSWORD_LESS_LOGIN sysconfig option Patch9: gdm-passwordless-login.patch -# PATCH-NEEDS-REBASE gdm-domain-logon.patch hpj@novell.com -- Add UI to log in a specific domain (was: PATCH_FEATURE-SLED bnc#627575) -Patch10: gdm-domain-logon.patch # PATCH-FIX-UPSTREAM gdm-greeter-greater-ui.patch bnc436431 bgo560508 vuntz@novell.com -- Improve the layout of the greeter. Note: the patch contains a patched glade file *and* the result glade file (for reference only, in case we need to rebase the patch) Patch15: gdm-greeter-greater-ui.patch # PATCH-FIX-UPSTREAM gdm-always-reflect-keyboard-layout.patch bnc438159 bgo561771 hpj@novell.com -- Make keyboard selector not neglect to apply the selected keyboard in some situations. @@ -74,7 +72,6 @@ # needed for directory ownership BuildRequires: dconf BuildRequires: gnome-doc-utils-devel -BuildRequires: gnome-patch-translation # needed for directory ownership BuildRequires: gnome-session-core BuildRequires: gobject-introspection-devel >= 0.9.12 @@ -230,8 +227,6 @@ %prep %setup -q translation-update-upstream -#disabled, needed for patch10 -#gnome-patch-translation-prepare %patch0 -p1 %patch2 -p1 %patch3 -p1 @@ -240,14 +235,12 @@ %patch7 -p1 %patch8 -p1 %patch9 -p1 -#%%patch10 -p1 %patch15 -p1 %patch18 -p1 %patch34 -p1 %patch35 -p0 %patch40 -p1 %patch60 -#gnome-patch-translation-update %build libtoolize -f -i ++++++ gdm-welcome.pamd ++++++ --- /var/tmp/diff_new_pack.eegWPD/_old 2012-07-31 14:04:45.000000000 +0200 +++ /var/tmp/diff_new_pack.eegWPD/_new 2012-07-31 14:04:45.000000000 +0200 @@ -1,7 +1,7 @@ #%PAM-1.0 # GDM PAM configuration used only for the greeter session auth required pam_permit.so -account include common-account +account required pam_permit.so password include common-password session required pam_loginuid.so session include common-session -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@hilbert.suse.de