SHA256
1
0
forked from pool/gdm

Accepting request 627095 from GNOME:Factory

Update gdm-disable-gnome-initial-setup.patch to avoid build race in SLE (boo#1103093) (forwarded request 626691 from bmwiedemann)

OBS-URL: https://build.opensuse.org/request/show/627095
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gdm?expand=0&rev=214
This commit is contained in:
Dominique Leuenberger 2018-08-07 07:41:12 +00:00 committed by Git OBS Bridge
commit f02ad31d07
2 changed files with 6 additions and 24 deletions

View File

@ -38,30 +38,6 @@ diff -Nura gdm-3.26.2.1/daemon/gdm-display.c gdm-3.26.2.1_new/daemon/gdm-display
void
gdm_display_start_greeter_session (GdmDisplay *self)
diff -Nura gdm-3.26.2.1/data/gdm.schemas gdm-3.26.2.1_new/data/gdm.schemas
--- gdm-3.26.2.1/data/gdm.schemas 2017-10-30 23:23:42.000000000 +0800
+++ gdm-3.26.2.1_new/data/gdm.schemas 2017-12-05 18:57:24.886596175 +0800
@@ -50,7 +50,7 @@
<schema>
<key>daemon/InitialSetupEnable</key>
<signature>b</signature>
- <default>true</default>
+ <default>false</default>
</schema>
<schema>
<key>daemon/WaylandEnable</key>
diff -Nura gdm-3.26.2.1/data/gdm.schemas.in gdm-3.26.2.1_new/data/gdm.schemas.in
--- gdm-3.26.2.1/data/gdm.schemas.in 2017-09-12 22:20:18.000000000 +0800
+++ gdm-3.26.2.1_new/data/gdm.schemas.in 2017-12-05 18:57:35.884684438 +0800
@@ -50,7 +50,7 @@
<schema>
<key>daemon/InitialSetupEnable</key>
<signature>b</signature>
- <default>true</default>
+ <default>false</default>
</schema>
<schema>
<key>daemon/WaylandEnable</key>
diff -Nura gdm-3.26.2.1/data/gdm.schemas.in.in gdm-3.26.2.1_new/data/gdm.schemas.in.in
--- gdm-3.26.2.1/data/gdm.schemas.in.in 2017-12-05 18:56:25.982123446 +0800
+++ gdm-3.26.2.1_new/data/gdm.schemas.in.in 2017-12-05 18:57:44.712755287 +0800

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Jul 31 12:43:52 UTC 2018 - bwiedemann@suse.com
- Update gdm-disable-gnome-initial-setup.patch to avoid build race
in SLE (boo#1103093)
-------------------------------------------------------------------
Thu Jul 26 11:52:06 UTC 2018 - dimstar@opensuse.org