summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRuben Kerkhof <ruben@rubenkerkhof.com>2013-04-27 18:15:27 +0200
committerRuben Kerkhof <ruben@rubenkerkhof.com>2013-04-27 18:15:27 +0200
commita70470ef29f483a5f962a8d30094863c2ee07dd9 (patch)
tree994a5245f564a0d80a2d74310b7e7066f07a0bb2
parente3c6ace6e42dedba5f4bca974854b607c14224b7 (diff)
downloadcollectd-a70470ef29f483a5f962a8d30094863c2ee07dd9.tar.gz
collectd-a70470ef29f483a5f962a8d30094863c2ee07dd9.tar.xz
collectd-a70470ef29f483a5f962a8d30094863c2ee07dd9.zip
Update to 5.3.0
-rw-r--r--collectd-include-collectd.d.patch19
-rw-r--r--collectd.spec10
2 files changed, 18 insertions, 11 deletions
diff --git a/collectd-include-collectd.d.patch b/collectd-include-collectd.d.patch
index 7b3d469..8b3a400 100644
--- a/collectd-include-collectd.d.patch
+++ b/collectd-include-collectd.d.patch
@@ -1,14 +1,15 @@
---- src/collectd.conf.in.orig 2013-01-27 14:47:18.246255910 +0100
-+++ src/collectd.conf.in 2013-02-04 00:18:28.457298392 +0100
-@@ -28,6 +28,7 @@
-
- #Timeout 2
- #ReadThreads 5
-+Include "/etc/collectd.d"
+diff -up collectd-5.3.0/src/collectd.conf.in.include collectd-5.3.0/src/collectd.conf.in
+--- collectd-5.3.0/src/collectd.conf.in.include 2013-04-27 17:56:28.489000000 +0200
++++ collectd-5.3.0/src/collectd.conf.in 2013-04-27 17:58:10.317000000 +0200
+@@ -52,6 +52,7 @@
+ # LogLevel @DEFAULT_LOG_LEVEL@
+ #</Plugin>
++Include "/etc/collectd.d"
##############################################################################
- # Logging #
-@@ -136,7 +137,7 @@
+ # LoadPlugin section #
+ #----------------------------------------------------------------------------#
+@@ -137,7 +138,7 @@
#@BUILD_PLUGIN_REDIS_TRUE@LoadPlugin redis
#@BUILD_PLUGIN_ROUTEROS_TRUE@LoadPlugin routeros
#@BUILD_PLUGIN_RRDCACHED_TRUE@LoadPlugin rrdcached
diff --git a/collectd.spec b/collectd.spec
index c27a680..64dcb15 100644
--- a/collectd.spec
+++ b/collectd.spec
@@ -2,7 +2,7 @@
Summary: Statistics collection daemon for filling RRD files
Name: collectd
-Version: 5.2.2
+Version: 5.3.0
Release: 1%{?dist}
License: GPLv2
Group: System Environment/Daemons
@@ -196,7 +196,7 @@ This plugin collects information from virtualized guests.
%prep
%setup -q
-%patch1
+%patch1 -p1
sed -i.orig -e 's|-Werror||g' Makefile.in */Makefile.in
@@ -503,6 +503,7 @@ fi
%{_libdir}/collectd/swap.so
%{_libdir}/collectd/syslog.so
%{_libdir}/collectd/tail.so
+%{_libdir}/collectd/tail_csv.so
%{_libdir}/collectd/target_scale.so
%{_libdir}/collectd/target_v5upgrade.so
%{_libdir}/collectd/tcpconns.so
@@ -667,6 +668,11 @@ fi
%endif
%changelog
+* Sat Apr 27 2013 Ruben Kerkhof <ruben@rubenkerkhof.com> 5.3.0-1
+- update to 5.3.0
+ http://mailman.verplant.org/pipermail/collectd/2013-April/005749.html
+- enable tail_csv plugin
+
* Mon Apr 22 2013 Alan Pevec <apevec@redhat.com> 5.2.2-1
- update to 5.2.2
http://mailman.verplant.org/pipermail/collectd/2013-April/005749.html