[collectd/el6] Add curl_json. Fixes bug #903866

Kevin Fenzi kevin at fedoraproject.org
Sun Feb 3 01:49:38 UTC 2013


commit fb1cdc47fef0064fd54df407b65797745f8bda7f
Author: Kevin Fenzi <kevin at scrye.com>
Date:   Sat Feb 2 18:49:25 2013 -0700

    Add curl_json. Fixes bug #903866
    
    - Thanks to Sarkis Varozian for patch.

 collectd.spec |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/collectd.spec b/collectd.spec
index f5cefe3..96ea8dd 100644
--- a/collectd.spec
+++ b/collectd.spec
@@ -1,7 +1,7 @@
 Summary: Statistics collection daemon for filling RRD files
 Name: collectd
 Version: 4.10.8
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: GPLv2
 Group: System Environment/Daemons
 URL: http://collectd.org/
@@ -21,6 +21,7 @@ BuildRequires: lm_sensors-devel
 BuildRequires: libxml2-devel
 BuildRequires: rrdtool-devel
 BuildRequires: curl-devel
+BuildRequires: yajl-devel
 %if 0%{?fedora} >= 8
 BuildRequires: perl-libs, perl-devel
 %else
@@ -218,6 +219,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 \
@@ -407,6 +409,7 @@ fi
 %{_libdir}/collectd/cpu.so
 %{_libdir}/collectd/cpufreq.so
 %{_libdir}/collectd/csv.so
+%{_libdir}/collectd/curl_json.so
 %{_libdir}/collectd/curl_xml.so
 %{_libdir}/collectd/df.so
 %{_libdir}/collectd/disk.so
@@ -587,6 +590,10 @@ fi
 %endif
 
 %changelog
+* Sat Feb 02 2013 Kevin Fenzi <kevin at scrye.com> 4.10.8-2
+- Add curl_json. Fixes bug #903866
+- Thanks to Sarkis Varozian for patch. 
+
 * Sun Nov 18 2012 Kevin Fenzi <kevin at scrye.com> 4.10.8-1
 - Update to 4.10.8
 


More information about the scm-commits mailing list