Accepting request 141750 from GNOME:Factory
- Only conditionally require ConsoleKit from gnome-session-core, based on with_systemd defines: while switching openSUSE 12.3 to systemd based session tracking, we should not require CK anymore. (forwarded request 141598 from Zaitor) OBS-URL: https://build.opensuse.org/request/show/141750 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnome-session?expand=0&rev=130
This commit is contained in:
commit
aa17721ee9
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:759c26230d8ac3f2d51344f5eaadce166819c4394acb733987e6d23fd42bddfb
|
|
||||||
size 731472
|
|
3
gnome-session-3.6.2.tar.xz
Normal file
3
gnome-session-3.6.2.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:2e3a3466eed4136826e150b639c63beb5c93710346dea2e538adfe5e18d701b4
|
||||||
|
size 729676
|
@ -1,3 +1,21 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Nov 16 22:01:14 UTC 2012 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
- Only conditionally require ConsoleKit from gnome-session-core,
|
||||||
|
based on with_systemd defines: while switching openSUSE 12.3 to
|
||||||
|
systemd based session tracking, we should not require CK anymore.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 13 11:57:58 UTC 2012 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 3.6.2:
|
||||||
|
+ Initialize systemd client before acquiring name. Fixes logind
|
||||||
|
race.
|
||||||
|
+ Add SessionName property to introspection. Fixes gdbus errors.
|
||||||
|
+ Drop system inhibitor when necessary. Fixes logind leak.
|
||||||
|
+ Fix malloc/g_free mismatch in systemd code.
|
||||||
|
+ Updated translations.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Oct 16 07:13:23 UTC 2012 - dimstar@opensuse.org
|
Tue Oct 16 07:13:23 UTC 2012 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
@ -16,8 +16,10 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
%define with_systemd 1
|
||||||
|
|
||||||
Name: gnome-session
|
Name: gnome-session
|
||||||
Version: 3.6.1
|
Version: 3.6.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Session Tools for the GNOME Desktop
|
Summary: Session Tools for the GNOME Desktop
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
@ -110,7 +112,9 @@ a GNOME 3 session that looks and feels like GNOME 2.
|
|||||||
%package core
|
%package core
|
||||||
Summary: Session Manager for GNOME -- Minimal Version
|
Summary: Session Manager for GNOME -- Minimal Version
|
||||||
Group: System/GUI/GNOME
|
Group: System/GUI/GNOME
|
||||||
|
%if ! %{with_systemd}
|
||||||
Requires: ConsoleKit
|
Requires: ConsoleKit
|
||||||
|
%endif
|
||||||
Requires: dbus-1-x11
|
Requires: dbus-1-x11
|
||||||
Requires: gsettings-desktop-schemas >= 0.1.7
|
Requires: gsettings-desktop-schemas >= 0.1.7
|
||||||
Requires: hicolor-icon-theme
|
Requires: hicolor-icon-theme
|
||||||
|
Loading…
Reference in New Issue
Block a user