SHA256
1
0
forked from pool/gdm

Accepting request 596284 from home:iznogood:branches:GNOME:Factory

Stable bump + drag along change done in GN, but without mangling of .changes.
Post ack of this, a force branch of GF/gdm to GN is probably worth looking into

OBS-URL: https://build.opensuse.org/request/show/596284
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gdm?expand=0&rev=393
This commit is contained in:
Dominique Leuenberger 2018-04-16 09:22:16 +00:00 committed by Git OBS Bridge
parent 3523ad412f
commit 8965ec665f
4 changed files with 18 additions and 10 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3a20dde3d02a0d27710ba883f4eaa4ce07c703c5fb15441f4295eee64cfeb944
size 1121916

3
gdm-3.28.1.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:77068fa775bc2c002e85883c250103f6a77361d32ba0cb8a60997b70b397b2fb
size 1122164

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Fri Apr 13 10:07:57 UTC 2018 - bjorn.lie@gmail.com
- Update to version 3.28.1:
+ Properly stop boot splash even if local login screen is
disabled.
+ Updated translations.
-------------------------------------------------------------------
Sun Apr 8 12:33:28 UTC 2018 - fezhang@suse.com
@ -5,6 +13,11 @@ Sun Apr 8 12:33:28 UTC 2018 - fezhang@suse.com
gdm-disable-wayland-on-unsupported-chipsets.patch: add rules for
ASPEED ast drivers (boo#1088539).
-------------------------------------------------------------------
Wed Apr 4 09:48:52 UTC 2018 - fezhang@suse.com
- Clean up specfile: Enable Wayland unconditionally.
-------------------------------------------------------------------
Thu Mar 22 20:20:46 CET 2018 - hpj@suse.com

View File

@ -19,10 +19,9 @@
%define systemdsystemunitdir %(pkg-config --variable=systemdsystemunitdir systemd)
# FIXME: need to check what should be done to enable this (at least adapt the pam files). See bnc#699999
%define enable_split_authentication 0
# Allow to disable wayland components
%bcond_without wayland
Name: gdm
Version: 3.28.0
Version: 3.28.1
Release: 0
Summary: The GNOME Display Manager
License: GPL-2.0-or-later
@ -221,11 +220,7 @@ autoreconf -fiv
--enable-ipv6 \
--enable-gdm-xsession \
--with-plymouth \
%if %{with wayland}
--enable-wayland-support \
%else
--disable-wayland-support \
%endif
%if 0%{?is_opensuse}
--enable-systemd-journal \
%else