From: Ruben Kerkhof Date: Tue, 29 Nov 2016 10:43:08 +0000 (+0100) Subject: collectd.spec: disable redis plugin on EL6 X-Git-Tag: collectd-5.6.2~4 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=8f5d58fe121bc25d6ba34346a58d922488ed181b;p=collectd.git collectd.spec: disable redis plugin on EL6 --- 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