From ca49c7c4473827009d9f68e4309443066bc918d956de45ba1c8c1f44dbce806b Mon Sep 17 00:00:00 2001 From: Vincent Untz Date: Sat, 25 Feb 2012 14:40:18 +0000 Subject: [PATCH] Accepting request 106752 from home:vuntz:branches:GNOME:Factory Build systemd support OBS-URL: https://build.opensuse.org/request/show/106752 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-system-monitor?expand=0&rev=75 --- gnome-system-monitor.changes | 7 +++++++ gnome-system-monitor.spec | 4 +++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/gnome-system-monitor.changes b/gnome-system-monitor.changes index 0a50789..b85381a 100644 --- a/gnome-system-monitor.changes +++ b/gnome-system-monitor.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Feb 24 07:03:42 UTC 2012 - vuntz@opensuse.org + +- Add pkgconfig(libsystemd-daemon) and pkgconfig(libsystemd-login) + BuildRequires to build systemd support. Note that not booting + with systemd will be handled fine. + ------------------------------------------------------------------- Tue Feb 21 07:53:04 UTC 2012 - vuntz@opensuse.org diff --git a/gnome-system-monitor.spec b/gnome-system-monitor.spec index 58fdf3b..1b105a0 100644 --- a/gnome-system-monitor.spec +++ b/gnome-system-monitor.spec @@ -31,12 +31,14 @@ BuildRequires: gnome-doc-utils-devel BuildRequires: gnome-icon-theme-devel BuildRequires: intltool BuildRequires: libgtop-devel -BuildRequires: librsvg-devel +BuildRequires: librsvg-devel >= 2.35 BuildRequires: libxml2-devel BuildRequires: translation-update-upstream BuildRequires: update-desktop-files BuildRequires: pkgconfig(gmodule-2.0) BuildRequires: pkgconfig(gtkmm-3.0) +BuildRequires: pkgconfig(libsystemd-daemon) >= 38 +BuildRequires: pkgconfig(libsystemd-login) >= 38 BuildRequires: pkgconfig(libwnck-3.0) Requires: gnome-icon-theme Requires: lsb-release