Accepting request 751630 from GNOME:Next
- Update to versin 3.34.2: + autostart-app: Strip blacklisted variables from autostart environment. + data: - Ensure shutdown target does not keep units loaded. - Make X11 services part of gnome-session-initialized. - Remove gnome-session-stable.timer and related units. - Remove never used gnome-session-shutdown.service. + doap: Add a description. + manager: Disable session saving on systemd managed sessions. + session-fill: Disable session restoring on systemd. + Updated translations. - Pass systemd_journal=true to both SLE and Tumbleweed(jsc#SLE-10383). OBS-URL: https://build.opensuse.org/request/show/751630 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-session?expand=0&rev=310
This commit is contained in:
parent
a793919fd9
commit
2dc111496a
2
_service
2
_service
@ -2,7 +2,7 @@
|
||||
<service name="obs_scm" mode="disabled">
|
||||
<param name="scm">git</param>
|
||||
<param name="url">https://gitlab.gnome.org/GNOME/gnome-session.git</param>
|
||||
<param name="revision">refs/tags/3.34.1</param>
|
||||
<param name="revision">refs/tags/3.34.2</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
</service>
|
||||
<service name="tar" mode="buildtime"/>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:68f85a1378642afd8799b1fa58dbf74e402f660f30fa59d16b2798124b77f997
|
||||
size 3590156
|
3
gnome-session-3.34.2.obscpio
Normal file
3
gnome-session-3.34.2.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:368cc16cabb8f8b73bfe9c052e36235d291f76c7c9d3ffb99ecd9db2a5285fb1
|
||||
size 3593740
|
@ -1,3 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 28 14:18:21 UTC 2019 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to versin 3.34.2:
|
||||
+ autostart-app: Strip blacklisted variables from autostart
|
||||
environment.
|
||||
+ data:
|
||||
- Ensure shutdown target does not keep units loaded.
|
||||
- Make X11 services part of gnome-session-initialized.
|
||||
- Remove gnome-session-stable.timer and related units.
|
||||
- Remove never used gnome-session-shutdown.service.
|
||||
+ doap: Add a description.
|
||||
+ manager: Disable session saving on systemd managed sessions.
|
||||
+ session-fill: Disable session restoring on systemd.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 28 08:25:01 UTC 2019 - QK ZHU <qkzhu@suse.com>
|
||||
|
||||
- Pass systemd_journal=true to both SLE and Tumbleweed(jsc#SLE-10383).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 7 09:57:51 UTC 2019 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
name: gnome-session
|
||||
version: 3.34.1
|
||||
mtime: 1570436901
|
||||
commit: 984dce35f9b59c016cbf21542c642da9e2e7d77b
|
||||
version: 3.34.2
|
||||
mtime: 1574948400
|
||||
commit: 2bb33887ea575263b06cb7154f48ed8438c4b8cc
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package gnome-session
|
||||
#
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2019 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: gnome-session
|
||||
Version: 3.34.1
|
||||
Version: 3.34.2
|
||||
Release: 0
|
||||
Summary: Session Tools for the GNOME Desktop
|
||||
License: GPL-2.0-or-later
|
||||
@ -115,9 +115,7 @@ translation-update-upstream po gnome-session-3.0
|
||||
%meson \
|
||||
-D docbook=false \
|
||||
-D systemd=true \
|
||||
%if !0%{is_opensuse}
|
||||
-D systemd_journal=false \
|
||||
%endif
|
||||
-D systemd_journal=true \
|
||||
%{nil}
|
||||
%meson_build
|
||||
|
||||
@ -213,8 +211,6 @@ ln -s %{_sysconfdir}/alternatives/default-waylandsession.desktop %{buildroot}%{_
|
||||
%{_userunitdir}/gnome-session-restart-dbus.service
|
||||
%{_userunitdir}/gnome-session-shutdown.target
|
||||
%{_userunitdir}/gnome-session-signal-init.service
|
||||
%{_userunitdir}/gnome-session-stable.target
|
||||
%{_userunitdir}/gnome-session-stable.timer
|
||||
%{_userunitdir}/gnome-session-wayland.target
|
||||
%{_userunitdir}/gnome-session-wayland@.target
|
||||
%{_userunitdir}/gnome-session-x11.target
|
||||
|
Loading…
Reference in New Issue
Block a user