Accepting request 141598 from home:dimstar:branches: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. OBS-URL: https://build.opensuse.org/request/show/141598 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-session?expand=0&rev=166
This commit is contained in:
parent
d8c96bff6f
commit
a4ff725980
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
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
|
Tue Nov 13 11:57:58 UTC 2012 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
@ -16,6 +16,8 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
%define with_systemd 1
|
||||||
|
|
||||||
Name: gnome-session
|
Name: gnome-session
|
||||||
Version: 3.6.2
|
Version: 3.6.2
|
||||||
Release: 0
|
Release: 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