From 47c8eac0bc9d43811a9c04ab6879929e98145886b182f09005ae26032534b7bb Mon Sep 17 00:00:00 2001 From: Philipp Thomas Date: Mon, 27 May 2013 11:10:46 +0000 Subject: [PATCH] Accepting request 176616 from home:draht:branches:server:monitoring - update to version 2.0.14: * fixes for computing of absolute values * timeout code decoupled for global and plugin timeout. * fixes for ntp * TMPDIR reuse fixes - do NOT autostart from %post OBS-URL: https://build.opensuse.org/request/show/176616 OBS-URL: https://build.opensuse.org/package/show/server:monitoring/munin?expand=0&rev=7 --- munin-2.0.11.1.tar.gz | 3 --- munin-2.0.14.tar.gz | 3 +++ munin.changes | 10 ++++++++++ munin.spec | 6 ++++-- 4 files changed, 17 insertions(+), 5 deletions(-) delete mode 100644 munin-2.0.11.1.tar.gz create mode 100644 munin-2.0.14.tar.gz diff --git a/munin-2.0.11.1.tar.gz b/munin-2.0.11.1.tar.gz deleted file mode 100644 index 8b7abeb..0000000 --- a/munin-2.0.11.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:89ac6a46e82471206c37ed11a9fe2023cbf4c7482517f70a67d5aa5f32366c18 -size 1331839 diff --git a/munin-2.0.14.tar.gz b/munin-2.0.14.tar.gz new file mode 100644 index 0000000..70763fc --- /dev/null +++ b/munin-2.0.14.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7526c7a582dd1ede3c7e78e2b0d9fc19240b289b402feeabe495df1ee70b0dbe +size 1333774 diff --git a/munin.changes b/munin.changes index b867401..6f9c042 100644 --- a/munin.changes +++ b/munin.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Mon May 27 02:00:38 CEST 2013 - draht@suse.de + +- update to version 2.0.14: + * fixes for computing of absolute values + * timeout code decoupled for global and plugin timeout. + * fixes for ntp + * TMPDIR reuse fixes +- do NOT autostart from %post + ------------------------------------------------------------------- Mon Mar 25 16:23:53 UTC 2013 - vjt@openssl.it diff --git a/munin.spec b/munin.spec index 6dc6265..4957bbc 100644 --- a/munin.spec +++ b/munin.spec @@ -5,10 +5,10 @@ %define dbdir /var/lib/munin %define logdir /var/log/munin %define plugindir /usr/lib/munin/plugins - +%define active_by_default 0 Name: munin -Version: 2.0.11.1 +Version: 2.0.14 Release: 1 License: GPL-2.0 Summary: Network-wide graphing framework (grapher/gatherer) @@ -191,12 +191,14 @@ touch %{logdir}/munin-node.log chown munin:munin %{logdir}/* chown root:root %{logdir}/munin-node.log* chown -R nobody:nobody %{dbdir}/plugin-state/* >/dev/null 2>&1 +%if 0%{?active_by_default} > 0 %if 0%{?suse_version} >= 1220 systemd-tmpfiles --create /usr/lib/tmpfiles.d/munin-node.conf %service_add_post munin-node.service %else /etc/init.d/munin-node status >/dev/null 2>&1 || /etc/init.d/munin-node start %endif +%endif %preun node if [ $1 = 1 ] ; then