Accepting request 512326 from GNOME:Factory

1

OBS-URL: https://build.opensuse.org/request/show/512326
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gdm?expand=0&rev=193
This commit is contained in:
Dominique Leuenberger 2017-07-28 07:43:27 +00:00 committed by Git OBS Bridge
commit 79a0398e50
3 changed files with 36 additions and 1 deletions

View File

@ -0,0 +1,13 @@
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;

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Jul 24 15:25:00 UTC 2017 - dimstar@opensuse.org
- Do not BuildRequire pkgconfig(xorg-server) on s390(x). There are
no graphic devices on s390x and Xorg is not in use.
-------------------------------------------------------------------
Sun Jul 16 06:55:16 UTC 2017 - tyang@suse.com
@ -620,6 +626,13 @@ Sun Sep 7 10:03:41 UTC 2014 - zaitor@opensuse.org
+ Misc fixes.
+ Updated translations.
-------------------------------------------------------------------
Wed Jul 2 06:07:06 UTC 2014 - cxiong@suse.com
- Add gdm-default-wm-sle12.patch:
+ Set the default/fallback session type to SLE Classic
(bnc#881659).
-------------------------------------------------------------------
Fri Jun 27 16:43:48 UTC 2014 - fcrozat@suse.com
@ -743,7 +756,8 @@ Mon Dec 16 23:07:35 UTC 2013 - dimstar@opensuse.org
Thu Nov 28 20:50:00 UTC 2013 - dimstar@opensuse.org
- Update to version 3.11.2:
+ XDMCP fixes.
+ XDMCP fixes (bgo#567522).
- Drop gdm-standalone-xdmcp-server.patch.
+ BSD portability fixes.
+ Assorted changes to build goop.
+ Updated translations.
@ -763,6 +777,7 @@ Wed Nov 27 19:52:01 UTC 2013 - fcrozat@suse.com
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).
- Add gdm-standalone-xdmcp-server.patch (bgo#567522).
-------------------------------------------------------------------
Wed Nov 27 19:52:01 UTC 2013 - dliang@suse.com

View File

@ -60,6 +60,8 @@ Patch35: gdm-xauthlocalhostname.patch
Patch41: gdm-plymouth-vt1.patch
# PATCH-FIX-UPSTREAM gdm-fails-to-restart-gnome-shell.patch bsc#981976 bgo#769969 tyang@suse.com -- 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 cxiong@suse.com -- 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(libsystemd)
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 @@ translation-update-upstream
%patch35 -p1
%patch41 -p1
%patch42 -p1
%if !0%{?is_opensuse}
%patch49 -p1
%endif
%build
NOCONFIGURE=1 sh autogen.sh