Hello community,

here is the log from the commit of package gdm for openSUSE:Factory checked in 
at 2017-07-21 22:44:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gdm (Old)
 and      /work/SRC/openSUSE:Factory/.gdm.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gdm"

Fri Jul 21 22:44:08 2017 rev:192 rq:511906 version:3.24.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/gdm/gdm.changes  2017-06-07 09:53:29.271094632 
+0200
+++ /work/SRC/openSUSE:Factory/.gdm.new/gdm.changes     2017-07-21 
22:44:10.712915141 +0200
@@ -1,0 +2,8 @@
+Sun Jul 16 06:55:16 UTC 2017 - ty...@suse.com
+
+- Fix specfile: Set attributes of /var/log/gdm and /run/gdm to
+  (711, root, gdm), which is hardcoded in commit c3cba52, otherwise
+  modified permissions are inspected when the gdm daemon starts
+  (bsc#882032, bgo#693679).
+
+-------------------------------------------------------------------
@@ -168 +176 @@
-- Update to version 3.20.0:
+- Update to version 3.20.0 (FATE#318572):
@@ -519 +527,2 @@
-    daemon/WaylandEnable=false).
+    daemon/WaylandEnable=false) (bgo#744763), (fixed bsc#984620 as
+    a side effect).
@@ -535 +544 @@
-  /etc/sysconfig/displaymanager.
+  /etc/sysconfig/displaymanager (bsc#919723).
@@ -639 +648 @@
-  session.
+  session (bnc#871808).
@@ -647,0 +657 @@
+    * Drop gdm-launch-environment-explicitly-kill-worker-on-stop-ev.patch.
@@ -655 +665 @@
-  + support XDG_CURRENT_DESKTOP.
+  + support XDG_CURRENT_DESKTOP (bsc#981261, bgo#727546).
@@ -680 +690,2 @@
-  + Support gnome-shell unlocking from non GDM sessions.
+  + Support gnome-shell unlocking from non GDM sessions
+    (bsc#889094, bgo#726283).
@@ -681,0 +693 @@
+    * Drop gdm-leaks-slave.patch.
@@ -696,0 +709 @@
+    * Drop gdm-disable-journal.patch.
@@ -710 +723,2 @@
-    same way NULL is.
+    same way NULL is (bgo#721803).
+    * Drop gdm-worker-ignore-username.patch.
@@ -718,0 +733 @@
+    * Drop gdm-slave-fix-infinite-loop-on-shutdown.patch.
@@ -738,0 +754,20 @@
+Wed Nov 27 19:52:01 UTC 2013 - fcro...@suse.com
+
+- Add gdm-disable-journal.patch: properly disable journald in all
+  gdm, if asked (bnc#867344).
+- Add gdm-leaks-slave.patch: fix gdm slave not killing Xorg on stop
+  (bnc#871808).
+- Add gdm-worker-ignore-username.patch: fix crash when pam returns
+  empty username (bgo#721803).
+- Add gdm-launch-environment-explicitly-kill-worker-on-stop-ev.patch:
+  fix leak of gdm-launch-environment (bnc#871808, bgo#729727).
+- Add gdm-slave-fix-infinite-loop-on-shutdown.patch: fix infinite
+  loop on shutdown (bnc#871808, bgo#712767).
+
+-------------------------------------------------------------------
+Wed Nov 27 19:52:01 UTC 2013 - dli...@suse.com
+
+- Add --disable-systemd-journal in specfile for SLE to disable
+  journal support (bnc#867344).
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ gdm.spec ++++++
--- /var/tmp/diff_new_pack.xjtJgU/_old  2017-07-21 22:44:11.516801742 +0200
+++ /var/tmp/diff_new_pack.xjtJgU/_new  2017-07-21 22:44:11.520801178 +0200
@@ -48,7 +48,7 @@
 # PATCH-FIX-OPENSUSE gdm-suse-xsession.patch vu...@novell.com -- Use the 
/etc/X11/xdm/* scripts
 Patch7:         gdm-suse-xsession.patch
 # WARNING: do not remove/significantly change patch8 without updating the 
relevant patch in accountsservice too
-# PATCH-FIX-OPENSUSE gdm-sysconfig-settings.patch bnc432360 h...@novell.com -- 
Read autologin options from /etc/sysconfig/displaymanager; note that 
accountsservice has a similar patch (accountsservice-sysconfig.patch)
+# PATCH-FIX-OPENSUSE gdm-sysconfig-settings.patch bnc432360 bsc#919723 
h...@novell.com -- Read autologin options from /etc/sysconfig/displaymanager; 
note that accountsservice has a similar patch (accountsservice-sysconfig.patch)
 Patch8:         gdm-sysconfig-settings.patch
 # PATCH-NEEDS-REBASE PATCH-FEATURE-OPENSUSE gdm-passwordless-login.patch 
vu...@opensuse.org -- Support DISPLAYMANAGER_PASSWORD_LESS_LOGIN sysconfig 
option
 Patch9:         gdm-passwordless-login.patch
@@ -210,7 +210,11 @@
 %else
         --disable-wayland-support \
 %endif
+%if 0%{?is_opensuse}
         --enable-systemd-journal \
+%else
+        --disable-systemd-journal \
+%endif
 %if %{enable_split_authentication}
         --enable-split-authentication \
 %else
@@ -329,9 +333,9 @@
 %{_libexecdir}/gdm/gdm-*
 %{_libexecdir}/gdm/gdmflexiserver
 %attr(750,gdm,gdm) %dir %{_localstatedir}/lib/gdm
-%attr(750,gdm,gdm) %dir %{_localstatedir}/log/gdm
+%attr(711,root,gdm) %dir %{_localstatedir}/log/gdm
 %dir %{_localstatedir}/cache/gdm
-%ghost %attr(751,gdm,gdm) %dir /run/gdm
+%ghost %attr(711,root,gdm) %dir /run/gdm
 %config /etc/pam.d/gdm
 %config /etc/pam.d/gdm-autologin
 %if %{enable_split_authentication}


Reply via email to