Accepting request 113195 from GNOME:Factory
Pushing G:F OBS-URL: https://build.opensuse.org/request/show/113195 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnome-session?expand=0&rev=122
This commit is contained in:
commit
c718705b19
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 2 16:25:06 UTC 2012 - jhernandez@emergya.es
|
||||
|
||||
- Enable systemd support only for openSUSE >= 12.2. On earlier
|
||||
versions, don't use libsystemd-daemon/libsystemd-login
|
||||
pkgconfig() BuildRequires since systemd is too old there.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 27 08:55:41 UTC 2012 - vuntz@opensuse.org
|
||||
|
||||
|
@ -51,8 +51,10 @@ BuildRequires: pkgconfig(glib-2.0)
|
||||
BuildRequires: pkgconfig(gtk+-3.0)
|
||||
BuildRequires: pkgconfig(ice)
|
||||
BuildRequires: pkgconfig(json-glib-1.0) >= 0.10
|
||||
%if 0%{?suse_version} >= 1220
|
||||
BuildRequires: pkgconfig(libsystemd-daemon)
|
||||
BuildRequires: pkgconfig(libsystemd-login)
|
||||
%endif
|
||||
BuildRequires: pkgconfig(polkit-gobject-1)
|
||||
BuildRequires: pkgconfig(sm)
|
||||
BuildRequires: pkgconfig(upower-glib)
|
||||
|
Loading…
Reference in New Issue
Block a user