Accepting request 571343 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/571343 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gdm?expand=0&rev=204
This commit is contained in:
@@ -168,7 +168,7 @@ Index: b/common/gdm-settings-desktop-backend.c
|
|||||||
GObject *object;
|
GObject *object;
|
||||||
|
|
||||||
- object = g_object_new (GDM_TYPE_SETTINGS_DESKTOP_BACKEND, NULL);
|
- object = g_object_new (GDM_TYPE_SETTINGS_DESKTOP_BACKEND, NULL);
|
||||||
+ if (!g_file_test (GDM_RUNTIME_CONF, G_FILE_TEST_IS_REGULAR))
|
+ if (!g_file_test (filename, G_FILE_TEST_IS_REGULAR))
|
||||||
+ return NULL;
|
+ return NULL;
|
||||||
|
|
||||||
+ object = g_object_new (GDM_TYPE_SETTINGS_DESKTOP_BACKEND,
|
+ object = g_object_new (GDM_TYPE_SETTINGS_DESKTOP_BACKEND,
|
||||||
|
13
gdm.changes
13
gdm.changes
@@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jan 31 10:03:25 UTC 2018 - yfjiang@suse.com
|
||||||
|
|
||||||
|
- Add back translation-update-upstream as BuildRequires since
|
||||||
|
SLE still needs it.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jan 30 07:48:01 UTC 2018 - yfjiang@suse.com
|
||||||
|
|
||||||
|
- Update gdm-disable-wayland-on-unsupported-chipsets.patch: examine
|
||||||
|
filename argument in gdm_settings_desktop_backend_new instead of
|
||||||
|
examining GDM_RUNTIME_CONF (bsc#1078030).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jan 19 10:27:26 UTC 2018 - fezhang@suse.com
|
Fri Jan 19 10:27:26 UTC 2018 - fezhang@suse.com
|
||||||
|
|
||||||
|
3
gdm.spec
3
gdm.spec
@@ -84,6 +84,9 @@ BuildRequires: pam-devel
|
|||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: pwdutils
|
BuildRequires: pwdutils
|
||||||
BuildRequires: tcpd-devel
|
BuildRequires: tcpd-devel
|
||||||
|
%if !0%{?is_opensuse}
|
||||||
|
BuildRequires: translation-update-upstream
|
||||||
|
%endif
|
||||||
BuildRequires: update-desktop-files
|
BuildRequires: update-desktop-files
|
||||||
BuildRequires: xorg-x11-server
|
BuildRequires: xorg-x11-server
|
||||||
BuildRequires: xorg-x11-server-extra
|
BuildRequires: xorg-x11-server-extra
|
||||||
|
Reference in New Issue
Block a user