From 55ad305012a5406cf329762555f0f65b73edbf6beb68a28100c43e5c6a7a9956 Mon Sep 17 00:00:00 2001 From: Vincent Untz Date: Fri, 6 Apr 2012 15:24:34 +0000 Subject: [PATCH 1/2] Accepting request 112256 from home:javihernandez:gnome3.4 - Enable systemd only for openSUSE >= 12.2 OBS-URL: https://build.opensuse.org/request/show/112256 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-system-monitor?expand=0&rev=82 --- gnome-system-monitor.changes | 5 +++++ gnome-system-monitor.spec | 2 ++ 2 files changed, 7 insertions(+) diff --git a/gnome-system-monitor.changes b/gnome-system-monitor.changes index 408b712..1bff4f7 100644 --- a/gnome-system-monitor.changes +++ b/gnome-system-monitor.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Apr 2 16:52:27 UTC 2012 - jhernandez@emergya.es + +- Enable systemd only for openSUSE >= 12.2 + ------------------------------------------------------------------- Tue Mar 27 06:23:50 UTC 2012 - vuntz@opensuse.org diff --git a/gnome-system-monitor.spec b/gnome-system-monitor.spec index b9e5aff..4c67cd7 100644 --- a/gnome-system-monitor.spec +++ b/gnome-system-monitor.spec @@ -37,8 +37,10 @@ BuildRequires: translation-update-upstream BuildRequires: update-desktop-files BuildRequires: pkgconfig(gmodule-2.0) BuildRequires: pkgconfig(gtkmm-3.0) +%if 0%{?suse_version} >= 1220 BuildRequires: pkgconfig(libsystemd-daemon) >= 44 BuildRequires: pkgconfig(libsystemd-login) >= 44 +%endif BuildRequires: pkgconfig(libwnck-3.0) Requires: gnome-icon-theme Requires: lsb-release From 4f2852f0d9577b318f612d902fe46c433c9c415fdb7164412511b731ba925b43 Mon Sep 17 00:00:00 2001 From: Vincent Untz Date: Fri, 6 Apr 2012 15:27:15 +0000 Subject: [PATCH 2/2] Accepting request 112874 from home:vuntz:branches:GNOME:Factory cleanup OBS-URL: https://build.opensuse.org/request/show/112874 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-system-monitor?expand=0&rev=83 --- gnome-system-monitor.changes | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gnome-system-monitor.changes b/gnome-system-monitor.changes index 1bff4f7..9febf24 100644 --- a/gnome-system-monitor.changes +++ b/gnome-system-monitor.changes @@ -1,7 +1,9 @@ ------------------------------------------------------------------- Mon Apr 2 16:52:27 UTC 2012 - jhernandez@emergya.es -- Enable systemd only for openSUSE >= 12.2 +- 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 06:23:50 UTC 2012 - vuntz@opensuse.org