SHA256
1
0
forked from pool/gdm

Accepting request 511906 from GNOME:Factory

1

OBS-URL: https://build.opensuse.org/request/show/511906
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gdm?expand=0&rev=192
This commit is contained in:
Dominique Leuenberger 2017-07-21 20:44:08 +00:00 committed by Git OBS Bridge
commit b79536e45b
2 changed files with 118 additions and 79 deletions

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Sun Jul 16 06:55:16 UTC 2017 - tyang@suse.com
- Fix specfile: Set attributes of /var/log/gdm and /run/gdm to
(711, root, gdm), which is hardcoded in commit c3cba52, otherwise
modified permissions are inspected when the gdm daemon starts
(bsc#882032, bgo#693679).
-------------------------------------------------------------------
Tue May 30 14:30:21 UTC 2017 - dimstar@opensuse.org
@ -165,7 +173,7 @@ Tue Apr 19 09:19:57 UTC 2016 - zaitor@opensuse.org
-------------------------------------------------------------------
Wed Mar 23 08:28:11 UTC 2016 - dimstar@opensuse.org
- Update to version 3.20.0:
- Update to version 3.20.0 (FATE#318572):
+ Updated translations.
-------------------------------------------------------------------
@ -516,7 +524,8 @@ Fri Feb 27 03:15:51 UTC 2015 - dimstar@opensuse.org
+ Launch user sessions on a separate VT from login screen for
seat0.
+ Use wayland by default on login screen (can turn off with
daemon/WaylandEnable=false).
daemon/WaylandEnable=false) (bgo#744763), (fixed bsc#984620 as
a side effect).
+ Deprecate ConsoleKit and disable by default.
+ Significant code clean ups.
+ Fix xdmcp/ShowLocalGreeter config option.
@ -532,7 +541,7 @@ Thu Feb 26 12:03:15 UTC 2015 - fcrozat@suse.com
- Update gdm-sysconfig-settings.patch / X11-displaymanager-gdm: fix
support for DISPLAYMANAGER_STARTS_XSERVER from
/etc/sysconfig/displaymanager.
/etc/sysconfig/displaymanager (bsc#919723).
- Add gdm-correct-ShowLocalGreeter-standalone-XDMCP-server.patch:
ensure ShowLocalGreeter configuration key is properly handled
(bgo#743440).
@ -636,7 +645,7 @@ Wed May 28 11:26:21 UTC 2014 - fcrozat@suse.com
- Only build ConsoleKit support when not building systemd support.
- Update gdm-launch-environment.pamd to not call pam_loginuid, it
was causing gdm logind session to not be detected as a greeter
session.
session (bnc#871808).
-------------------------------------------------------------------
Sat May 17 07:40:40 UTC 2014 - zaitor@opensuse.org
@ -645,6 +654,7 @@ Sat May 17 07:40:40 UTC 2014 - zaitor@opensuse.org
+ Work around ugly "Last Login" messages in fedora.
+ Fix PATH variable.
+ Fix undead worker processes.
* Drop gdm-launch-environment-explicitly-kill-worker-on-stop-ev.patch.
+ Fix crash on logout after user switching.
-------------------------------------------------------------------
@ -652,7 +662,7 @@ Tue Apr 15 14:46:32 UTC 2014 - dimstar@opensuse.org
- Update to version 3.12.1:
+ Drop dead code.
+ support XDG_CURRENT_DESKTOP.
+ support XDG_CURRENT_DESKTOP (bsc#981261, bgo#727546).
+ Fix PID file in build goo.
+ doap file fix ups.
+ Improve Fedora PAM config with regard to gnome-keyring.
@ -677,8 +687,10 @@ Thu Mar 20 08:28:44 UTC 2014 - dimstar@opensuse.org
- Changes from version 3.11.92:
+ BSD build fixes.
+ Experimental Wayland support.
+ Support gnome-shell unlocking from non GDM sessions.
+ Support gnome-shell unlocking from non GDM sessions
(bsc#889094, bgo#726283).
+ Drop slave process.
* Drop gdm-leaks-slave.patch.
+ Onscreen keyboard support at login screen.
+ Updated translations.
- Rebase gdm-desktop-session-env-pam.patch.
@ -694,6 +706,7 @@ Fri Feb 21 19:45:07 UTC 2014 - dimstar@opensuse.org
+ Leak fixes.
+ Log X server to systemd journal.
+ Log fixes on none systemd systems.
* Drop gdm-disable-journal.patch.
+ Fail better when invoked wrong.
+ Change how dconf settings are used.
+ FreeBSD build fixes.
@ -707,7 +720,8 @@ Wed Jan 15 11:57:48 UTC 2014 - dimstar@opensuse.org
- Update to version 3.11.4:
+ Treat '' returned from a PAM module as "no username set" in the
same way NULL is.
same way NULL is (bgo#721803).
* Drop gdm-worker-ignore-username.patch.
+ Fix to work with more open dbus policy.
+ Updated translations.
@ -716,6 +730,7 @@ Mon Dec 16 23:07:35 UTC 2013 - dimstar@opensuse.org
- Update to version 3.11.3:
+ Infinite loop fix.
* Drop gdm-slave-fix-infinite-loop-on-shutdown.patch.
+ Require debugging to be explicitly enabled in unstable
versions.
+ Pass LC_ vars from system to user session.
@ -735,6 +750,26 @@ Thu Nov 28 20:50:00 UTC 2013 - dimstar@opensuse.org
- Pass --with-gnome-settings-daemon-directory to configure.
- Drop gdm-XDMCP-fixes.patch: fixed upstream.
-------------------------------------------------------------------
Wed Nov 27 19:52:01 UTC 2013 - fcrozat@suse.com
- Add gdm-disable-journal.patch: properly disable journald in all
gdm, if asked (bnc#867344).
- Add gdm-leaks-slave.patch: fix gdm slave not killing Xorg on stop
(bnc#871808).
- Add gdm-worker-ignore-username.patch: fix crash when pam returns
empty username (bgo#721803).
- Add gdm-launch-environment-explicitly-kill-worker-on-stop-ev.patch:
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).
-------------------------------------------------------------------
Wed Nov 27 19:52:01 UTC 2013 - dliang@suse.com
- Add --disable-systemd-journal in specfile for SLE to disable
journal support (bnc#867344).
-------------------------------------------------------------------
Wed Nov 27 19:52:01 UTC 2013 - dimstar@opensuse.org

View File

@ -48,7 +48,7 @@ Patch0: gdm-workaround-boo971852.patch
# PATCH-FIX-OPENSUSE gdm-suse-xsession.patch vuntz@novell.com -- Use the /etc/X11/xdm/* scripts
Patch7: gdm-suse-xsession.patch
# WARNING: do not remove/significantly change patch8 without updating the relevant patch in accountsservice too
# PATCH-FIX-OPENSUSE gdm-sysconfig-settings.patch bnc432360 hpj@novell.com -- Read autologin options from /etc/sysconfig/displaymanager; note that accountsservice has a similar patch (accountsservice-sysconfig.patch)
# PATCH-FIX-OPENSUSE gdm-sysconfig-settings.patch bnc432360 bsc#919723 hpj@novell.com -- Read autologin options from /etc/sysconfig/displaymanager; note that accountsservice has a similar patch (accountsservice-sysconfig.patch)
Patch8: gdm-sysconfig-settings.patch
# PATCH-NEEDS-REBASE PATCH-FEATURE-OPENSUSE gdm-passwordless-login.patch vuntz@opensuse.org -- Support DISPLAYMANAGER_PASSWORD_LESS_LOGIN sysconfig option
Patch9: gdm-passwordless-login.patch
@ -210,7 +210,11 @@ NOCONFIGURE=1 sh autogen.sh
%else
--disable-wayland-support \
%endif
%if 0%{?is_opensuse}
--enable-systemd-journal \
%else
--disable-systemd-journal \
%endif
%if %{enable_split_authentication}
--enable-split-authentication \
%else
@ -329,9 +333,9 @@ dconf update
%{_libexecdir}/gdm/gdm-*
%{_libexecdir}/gdm/gdmflexiserver
%attr(750,gdm,gdm) %dir %{_localstatedir}/lib/gdm
%attr(750,gdm,gdm) %dir %{_localstatedir}/log/gdm
%attr(711,root,gdm) %dir %{_localstatedir}/log/gdm
%dir %{_localstatedir}/cache/gdm
%ghost %attr(751,gdm,gdm) %dir /run/gdm
%ghost %attr(711,root,gdm) %dir /run/gdm
%config /etc/pam.d/gdm
%config /etc/pam.d/gdm-autologin
%if %{enable_split_authentication}