[collectd] Update to 5.3.0

Ruben Kerkhof ruben at fedoraproject.org
Tue Apr 30 17:16:21 UTC 2013


commit a70470ef29f483a5f962a8d30094863c2ee07dd9
Author: Ruben Kerkhof <ruben at rubenkerkhof.com>
Date:   Sat Apr 27 18:15:27 2013 +0200

    Update to 5.3.0

 collectd-include-collectd.d.patch |   19 ++++++++++---------
 collectd.spec                     |   10 ++++++++--
 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 at LoadPlugin redis
  #@BUILD_PLUGIN_ROUTEROS_TRUE at LoadPlugin routeros
  #@BUILD_PLUGIN_RRDCACHED_TRUE at 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 at 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 at redhat.com> 5.2.2-1
 - update to 5.2.2
   http://mailman.verplant.org/pipermail/collectd/2013-April/005749.html


More information about the scm-commits mailing list