summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Fenzi <kevin@scrye.com>2013-02-02 18:49:25 -0700
committerKevin Fenzi <kevin@scrye.com>2013-02-02 18:49:25 -0700
commitfb1cdc47fef0064fd54df407b65797745f8bda7f (patch)
tree5ef372249fa9b3ec831c6f109811781d13cd643f
parentba93e651ec501fe69e30df00dc24eaa1b3e45478 (diff)
downloadcollectd-fb1cdc47fef0064fd54df407b65797745f8bda7f.tar.gz
collectd-fb1cdc47fef0064fd54df407b65797745f8bda7f.tar.xz
collectd-fb1cdc47fef0064fd54df407b65797745f8bda7f.zip
Add curl_json. Fixes bug #903866
- Thanks to Sarkis Varozian for patch.
-rw-r--r--collectd.spec9
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@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@scrye.com> 4.10.8-1
- Update to 4.10.8