Accepting request 375687 from GNOME:Next
1 OBS-URL: https://build.opensuse.org/request/show/375687 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-session?expand=0&rev=225
This commit is contained in:
parent
09cd18b6dc
commit
1320445cfa
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Mar 19 12:12:27 UTC 2016 - zaitor@opensuse.org
|
||||||
|
|
||||||
|
- Stop pretending we still support a non systemd setup: Remove
|
||||||
|
define with_systemd and conditional ConsoleKit Requires.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Mar 16 08:51:54 UTC 2016 - zaitor@opensuse.org
|
Wed Mar 16 08:51:54 UTC 2016 - zaitor@opensuse.org
|
||||||
|
|
||||||
|
@ -16,7 +16,6 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define with_systemd 1
|
|
||||||
Name: gnome-session
|
Name: gnome-session
|
||||||
Version: 3.19.92
|
Version: 3.19.92
|
||||||
Release: 0
|
Release: 0
|
||||||
@ -44,6 +43,8 @@ BuildRequires: pkgconfig(gnome-desktop-3.0) >= 3.9.91
|
|||||||
BuildRequires: pkgconfig(gtk+-3.0) >= 2.90.7
|
BuildRequires: pkgconfig(gtk+-3.0) >= 2.90.7
|
||||||
BuildRequires: pkgconfig(ice)
|
BuildRequires: pkgconfig(ice)
|
||||||
BuildRequires: pkgconfig(json-glib-1.0) >= 0.10
|
BuildRequires: pkgconfig(json-glib-1.0) >= 0.10
|
||||||
|
BuildRequires: pkgconfig(libsystemd-daemon)
|
||||||
|
BuildRequires: pkgconfig(libsystemd-login)
|
||||||
BuildRequires: pkgconfig(sm)
|
BuildRequires: pkgconfig(sm)
|
||||||
BuildRequires: pkgconfig(x11)
|
BuildRequires: pkgconfig(x11)
|
||||||
BuildRequires: pkgconfig(xau)
|
BuildRequires: pkgconfig(xau)
|
||||||
@ -67,10 +68,6 @@ Obsoletes: gnome-session-fallback-session < 3.8
|
|||||||
# Since GNOME 3.8.0, the 'classic' mode is provided by gnome-shell-extensions.
|
# Since GNOME 3.8.0, the 'classic' mode is provided by gnome-shell-extensions.
|
||||||
Obsoletes: gnome2-look-and-feel <= 3.8.0
|
Obsoletes: gnome2-look-and-feel <= 3.8.0
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
%if 0%{?suse_version} >= 1220
|
|
||||||
BuildRequires: pkgconfig(libsystemd-daemon)
|
|
||||||
BuildRequires: pkgconfig(libsystemd-login)
|
|
||||||
%endif
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This package provides the basic session tools, like session management
|
This package provides the basic session tools, like session management
|
||||||
@ -102,9 +99,6 @@ 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
|
||||||
%glib2_gsettings_schema_requires
|
%glib2_gsettings_schema_requires
|
||||||
%if ! %{with_systemd}
|
|
||||||
Requires: ConsoleKit
|
|
||||||
%endif
|
|
||||||
|
|
||||||
%description core
|
%description core
|
||||||
This package contains a minimal version of gnome-session, that can be
|
This package contains a minimal version of gnome-session, that can be
|
||||||
|
Loading…
Reference in New Issue
Block a user