From: Ruben Kerkhof Date: Tue, 29 Nov 2016 10:48:40 +0000 (+0100) Subject: collectd.spec: disable redis plugin on EL6 X-Git-Tag: collectd-5.6.2~3^2 X-Git-Url: https://git.octo.it/?a=commitdiff_plain;h=4f9adeefbf3d8e1a556d12e287a14019dacbfd04;p=collectd.git collectd.spec: disable redis plugin on EL6 hiredis has been retired from EPEL6 --- diff --git a/contrib/redhat/collectd.spec b/contrib/redhat/collectd.spec index 4f6306be..295985fa 100644 --- a/contrib/redhat/collectd.spec +++ b/contrib/redhat/collectd.spec @@ -51,7 +51,6 @@ %{?el6:%global _has_libudev 1} %{?el6:%global _has_iproute 1} %{?el6:%global _has_atasmart 1} -%{?el6:%global _has_hiredis 1} %{?el6:%global _has_asm_msr_index 1} %{?el7:%global _has_libyajl 1} @@ -216,7 +215,7 @@ Summary: statistics collection and monitoring daemon Name: collectd -Version: 5.5.2 +Version: 5.5.3 Release: 1%{?dist} URL: https://collectd.org Source: https://collectd.org/files/%{name}-%{version}.tar.bz2 @@ -2349,6 +2348,10 @@ fi %doc contrib/ %changelog +* Tue Nov 29 2016 Ruben Kerkhof - 5.5.3-1 +- New upstream version +- Disable redis plugin on EL6 + * Tue Jul 26 2016 Ruben Kerkhof - 5.5.2-1 - New upstream version - Contains fix for CVE-2016-6254