From 170849a14fc0c09d98deeff4f6ef636656b1797e Mon Sep 17 00:00:00 2001 From: Marc Fournier Date: Mon, 9 Jan 2017 18:06:19 +0100 Subject: [PATCH] collectd.spec: re-enable write_riemann on EL7, as build dep is now available in EPEL7 --- contrib/redhat/collectd.spec | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 -- 2.11.0