From a5b65a5b6da0ffceb033d83a3c886bfc55f18908 Mon Sep 17 00:00:00 2001 From: Ruben Kerkhof Date: Sat, 27 Apr 2013 18:50:30 +0200 Subject: Enable curl_json plugin --- collectd.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/collectd.spec b/collectd.spec index ed27885..abb1bf2 100644 --- a/collectd.spec +++ b/collectd.spec @@ -26,6 +26,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildRequires: libxml2-devel BuildRequires: curl-devel +BuildRequires: yajl-devel %if 0%{?fedora} >= 8 BuildRequires: perl-libs, perl-devel %else @@ -203,7 +204,6 @@ sed -i.orig -e 's|-Werror||g' Makefile.in */Makefile.in --disable-static \ --disable-ascent \ --disable-apple_sensors \ - --disable-curl_json \ --disable-dbi \ --disable-gmond \ --disable-ipvs \ @@ -233,6 +233,7 @@ sed -i.orig -e 's|-Werror||g' Makefile.in */Makefile.in --enable-cpufreq \ --enable-csv \ --enable-curl \ + --enable-curl_json \ --enable-curl_xml \ --enable-df \ --enable-disk \ @@ -518,6 +519,7 @@ fi %{_libdir}/collectd/bind.so %{_libdir}/collectd/conntrack.so %{_libdir}/collectd/curl.so +%{_libdir}/collectd/curl_json.so %{_libdir}/collectd/fscache.so %{_libdir}/collectd/match_regex.so %{_libdir}/collectd/match_timediff.so @@ -669,6 +671,7 @@ fi - update to 5.3.0 http://mailman.verplant.org/pipermail/collectd/2013-April/005749.html - enable tail_csv plugin +- enable curl_json plugin - filter plugins from Provides * Mon Apr 22 2013 Alan Pevec 5.2.2-1 -- cgit