[gnome-system-monitor/f18] Display systemd information

Matthias Clasen mclasen at fedoraproject.org
Mon Oct 29 18:53:22 UTC 2012


commit 67fbadcedabe74fe98adfd852f493dbc66552d5a
Author: Matthias Clasen <mclasen at redhat.com>
Date:   Mon Oct 29 14:53:50 2012 -0400

    Display systemd information

 gnome-system-monitor.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/gnome-system-monitor.spec b/gnome-system-monitor.spec
index 6fa031d..a6303e8 100644
--- a/gnome-system-monitor.spec
+++ b/gnome-system-monitor.spec
@@ -10,7 +10,7 @@
 Summary: Process and resource monitor
 Name: gnome-system-monitor
 Version: 3.6.1
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: GPLv2+
 Group: Applications/System
 URL: http://www.gnome.org/
@@ -27,6 +27,7 @@ BuildRequires: intltool gettext
 BuildRequires: libselinux-devel >= %{libselinux_version}
 BuildRequires: gnome-icon-theme
 BuildRequires: pcre-devel
+BuildRequires: systemd-devel
 BuildRequires: librsvg2-devel
 BuildRequires: libwnck3-devel
 BuildRequires: libxml2-devel
@@ -41,7 +42,7 @@ such as CPU and memory.
 %setup -q
 
 %build
-%configure
+%configure --enable-systemd
 make %{?_smp_mflags}
 
 %install
@@ -75,6 +76,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || :
 
 
 %changelog
+* Mon Oct 29 2012 Matthias Clasen <mclasen at redhat.com> - 3.6.1-2
+- Display systemd information
+
 * Tue Oct 16 2012 Kalev Lember <kalevlember at gmail.com> - 3.6.1-1
 - Update to 3.6.1
 


More information about the scm-commits mailing list