From 8f5d58fe121bc25d6ba34346a58d922488ed181b Mon Sep 17 00:00:00 2001 From: Ruben Kerkhof Date: Tue, 29 Nov 2016 11:43:08 +0100 Subject: [PATCH] collectd.spec: disable redis plugin on EL6 --- contrib/redhat/collectd.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/contrib/redhat/collectd.spec b/contrib/redhat/collectd.spec index 4c136d65..215c82b9 100644 --- a/contrib/redhat/collectd.spec +++ b/contrib/redhat/collectd.spec @@ -220,6 +220,7 @@ %define with_cpusleep 0 %define with_gps 0 %define with_mqtt 0 +%define with_redis 0 %define with_rrdcached 0 %define with_xmms 0 %endif @@ -227,7 +228,7 @@ Summary: Statistics collection and monitoring daemon Name: collectd Version: 5.6.1 -Release: 1%{?dist} +Release: 2%{?dist} URL: https://collectd.org Source: https://collectd.org/files/%{name}-%{version}.tar.bz2 License: GPLv2 @@ -2512,6 +2513,9 @@ fi %doc contrib/ %changelog +* Tue Nov 29 2016 Ruben Kerkhof - 5.6.1-2 +- Disable redis plugin on RHEL < 7, hiredis has been retired from EPEL6 + * Mon Oct 10 2016 Victor Demonchy - 5.6.1-1 - New upstream version -- 2.11.0