From: Matthias Runge Date: Fri, 18 Oct 2019 14:53:46 +0000 (+0200) Subject: Update the spec file to 5.10.0 X-Git-Url: https://git.octo.it/?p=collectd.git;a=commitdiff_plain;h=6a2bf9d6eb1af75171a5f426cd802b9624b82389 Update the spec file to 5.10.0 --- diff --git a/contrib/redhat/collectd.spec b/contrib/redhat/collectd.spec index 55f10225..2b4ec187 100644 --- a/contrib/redhat/collectd.spec +++ b/contrib/redhat/collectd.spec @@ -266,7 +266,7 @@ Summary: Statistics collection and monitoring daemon Name: collectd -Version: 5.9.0 +Version: 5.10.0 Release: 1%{?dist} URL: https://collectd.org Source: https://collectd.org/files/%{name}-%{version}.tar.bz2 @@ -2902,6 +2902,11 @@ fi %{_libdir}/%{name}/write_stackdriver.so %endif +%if %{with_write_syslog} +%files write_syslog +%{_libdir}/%{name}/write_syslog.so +%endif + %if %{with_gpu_nvidia} %files write_gpu_nvidia %{_libdir}/%{name}/write_gpu_nvidia.so @@ -2929,6 +2934,9 @@ fi %doc contrib/ %changelog +* Fri Oct 18 2019 Matthias Runge - 5.10.0-1 +- update to 5.10.0 + * Fri Jun 14 2019 Fabien Wernli - 5.9.0-1 - add code for write_stackdriver (disabled for now) - add code for gpu_nvidia (disabled for now)