From: Ruben Kerkhof Date: Tue, 29 Nov 2016 11:33:20 +0000 (+0100) Subject: collectd.spec: also disable write_redis on EL6 X-Git-Tag: collectd-5.6.2~2 X-Git-Url: https://git.octo.it/?a=commitdiff_plain;h=8dcf1473b25c4649289ea8b8fb5cb390f2493ce3;hp=2079ee1517e34de372f58e7e2267ad5c71a8a41f;p=collectd.git collectd.spec: also disable write_redis on EL6 This plugin also depends on the hiredis library, which was retired from EPEL6. --- diff --git a/contrib/redhat/collectd.spec b/contrib/redhat/collectd.spec index 215c82b9..e7ffb077 100644 --- a/contrib/redhat/collectd.spec +++ b/contrib/redhat/collectd.spec @@ -222,6 +222,7 @@ %define with_mqtt 0 %define with_redis 0 %define with_rrdcached 0 +%define with_write_redis 0 %define with_xmms 0 %endif