From: Marc Fournier Date: Mon, 9 Jan 2017 17:06:19 +0000 (+0100) Subject: collectd.spec: re-enable write_riemann on EL7, as build dep is now available in EPEL7 X-Git-Tag: collectd-5.7.1~2^2~3 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=170849a14fc0c09d98deeff4f6ef636656b1797e;p=collectd.git collectd.spec: re-enable write_riemann on EL7, as build dep is now available in EPEL7 --- diff --git a/contrib/redhat/collectd.spec b/contrib/redhat/collectd.spec index e7ffb077..c8b650f9 100644 --- a/contrib/redhat/collectd.spec +++ b/contrib/redhat/collectd.spec @@ -189,8 +189,6 @@ %define with_write_kafka 0%{!?_without_write_kafka:0} # plugin write_mongodb disabled, requires libmongoc %define with_write_mongodb 0%{!?_without_write_mongodb:0} -# plugin write_riemann disabled, requires a new enough riemann_c_client -%define with_write_riemann 0%{!?_without_write_riemann:0} # plugin xencpu disabled, requires xen-devel from non-default repo %define with_xencpu 0%{!?_without_xencpu:0} # plugin zone disabled, requires Solaris @@ -213,6 +211,7 @@ %define with_smart 0 %define with_turbostat 0 %define with_write_redis 0 +%define with_write_riemann 0 %endif # Plugins not buildable on RHEL < 7