Hello community,

here is the log from the commit of package gdm for openSUSE:Factory checked in 
at 2012-07-18 17:15:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gdm (Old)
 and      /work/SRC/openSUSE:Factory/.gdm.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gdm", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/gdm/gdm.changes  2012-05-25 16:15:46.000000000 
+0200
+++ /work/SRC/openSUSE:Factory/.gdm.new/gdm.changes     2012-07-18 
17:15:02.000000000 +0200
@@ -1,0 +2,26 @@
+Fri Jul 13 11:41:41 CEST 2012 - [email protected]
+
+- 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 - [email protected]
+
+- 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.IvplM5/_old  2012-07-18 17:15:07.000000000 +0200
+++ /var/tmp/diff_new_pack.IvplM5/_new  2012-07-18 17:15:07.000000000 +0200
@@ -55,8 +55,6 @@
 Patch8:         gdm-sysconfig-settings.patch
 # PATCH-FEATURE-OPENSUSE gdm-passwordless-login.patch [email protected] -- 
Support DISPLAYMANAGER_PASSWORD_LESS_LOGIN sysconfig option
 Patch9:         gdm-passwordless-login.patch
-# PATCH-NEEDS-REBASE gdm-domain-logon.patch [email protected] -- 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 
[email protected] -- 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 [email protected] -- 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.IvplM5/_old  2012-07-18 17:15:07.000000000 +0200
+++ /var/tmp/diff_new_pack.IvplM5/_new  2012-07-18 17:15:07.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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to