From 5d9d056df591e3a8e7e434e15c65a5565d2fe52d Mon Sep 17 00:00:00 2001 From: Marc Fournier Date: Fri, 18 Mar 2016 10:13:48 +0100 Subject: [PATCH] RPM specfile: enable modbus plugin on EL7 --- contrib/redhat/collectd.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/contrib/redhat/collectd.spec b/contrib/redhat/collectd.spec index 1e6cd2a7..330d37c4 100644 --- a/contrib/redhat/collectd.spec +++ b/contrib/redhat/collectd.spec @@ -60,6 +60,7 @@ %{?el7:%global _has_varnish4 1} %{?el7:%global _has_broken_libmemcached 1} %{?el7:%global _has_iproute 1} +%{?el7:%global _has_libmodbus 1} # plugins enabled by default %define with_aggregation 0%{!?_without_aggregation:1} -- 2.11.0