From 0e57c2db6f7649d93b00b5f335c37c3a8e33348f Mon Sep 17 00:00:00 2001 From: Marc Fournier Date: Mon, 8 Sep 2014 14:12:51 +0200 Subject: [PATCH] RPM specfile: add missing %files section for modbus plugin complement to a781eb2c5 --- contrib/redhat/collectd.spec | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/contrib/redhat/collectd.spec b/contrib/redhat/collectd.spec index a557efc2..e6177529 100644 --- a/contrib/redhat/collectd.spec +++ b/contrib/redhat/collectd.spec @@ -1771,6 +1771,11 @@ fi %{_libdir}/%{name}/memcachec.so %endif +%if %{with_modbus} +%files modbus +%{_libdir}/%{name}/modbus.so +%endif + %if %{with_mysql} %files mysql %{_libdir}/%{name}/mysql.so -- 2.11.0