Hello community,

here is the log from the commit of package gdm for openSUSE:Factory checked in 
at 2017-07-28 09:43:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gdm (Old)
 and      /work/SRC/openSUSE:Factory/.gdm.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gdm"

Fri Jul 28 09:43:27 2017 rev:193 rq:512326 version:3.24.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/gdm/gdm.changes  2017-07-21 22:44:10.712915141 
+0200
+++ /work/SRC/openSUSE:Factory/.gdm.new/gdm.changes     2017-07-28 
09:43:53.847915484 +0200
@@ -1,0 +2,6 @@
+Mon Jul 24 15:25:00 UTC 2017 - [email protected]
+
+- Do not BuildRequire pkgconfig(xorg-server) on s390(x). There are
+  no graphic devices on s390x and Xorg is not in use.
+
+-------------------------------------------------------------------
@@ -623,0 +630,7 @@
+Wed Jul  2 06:07:06 UTC 2014 - [email protected]
+
+- Add gdm-default-wm-sle12.patch:
+  + Set the default/fallback session type to SLE Classic
+    (bnc#881659).
+
+-------------------------------------------------------------------
@@ -746 +759,2 @@
-  + XDMCP fixes.
+  + XDMCP fixes (bgo#567522).
+    - Drop gdm-standalone-xdmcp-server.patch.
@@ -765,0 +780 @@
+- Add gdm-standalone-xdmcp-server.patch (bgo#567522).

New:
----
  gdm-default-wm-sle12.patch

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

Other differences:
------------------
++++++ gdm.spec ++++++
--- /var/tmp/diff_new_pack.Glnvwa/_old  2017-07-28 09:43:54.831776912 +0200
+++ /var/tmp/diff_new_pack.Glnvwa/_new  2017-07-28 09:43:54.835776348 +0200
@@ -60,6 +60,8 @@
 Patch41:        gdm-plymouth-vt1.patch
 # PATCH-FIX-UPSTREAM gdm-fails-to-restart-gnome-shell.patch bsc#981976 
bgo#769969 [email protected] -- Gdm should stop after a few times fails
 Patch42:        gdm-fails-to-restart-gnome-shell.patch
+# PATCH-FIX-SLE gdm-default-wm-sle12.patch bnc#881659 [email protected] -- set 
default/fallback session type to SLE Classic
+Patch49:        gdm-default-wm-sle12.patch
 BuildRequires:  check-devel
 # needed for directory ownership
 BuildRequires:  dconf
@@ -86,7 +88,9 @@
 BuildRequires:  pkgconfig(ply-boot-client)
 BuildRequires:  pkgconfig(x11)
 BuildRequires:  pkgconfig(xau)
+%ifnarch s390 s390x
 BuildRequires:  pkgconfig(xorg-server)
+%endif
 BuildRequires:  pkgconfig(xrandr)
 Requires(pre):  group(video)
 Requires:       %{name}-branding = %{version}
@@ -191,6 +195,9 @@
 %patch35 -p1
 %patch41 -p1
 %patch42 -p1
+%if !0%{?is_opensuse}
+%patch49 -p1
+%endif
 
 %build
 NOCONFIGURE=1 sh autogen.sh

++++++ gdm-default-wm-sle12.patch ++++++
diff --git a/daemon/gdm-session.c b/daemon/gdm-session.c
index ad25135..2f27451 100644
--- a/daemon/gdm-session.c
+++ b/daemon/gdm-session.c
@@ -551,7 +551,7 @@ get_fallback_session_name (GdmSession *self)
         }
         g_free (name);
 
-        name = g_strdup ("gnome");
+        name = g_strdup ("sle-classic");
         if (get_session_command_for_name (self, name, NULL)) {
                 g_free (self->priv->fallback_session_name);
                 self->priv->fallback_session_name = name;

Reply via email to