X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=contrib%2Fredhat%2Fcollectd.spec;h=ebf5cd26ce6e22f369b9f9051afe122166cbaec5;hb=b44bcea65c45e390a0d5b53377e85ca8e76665cf;hp=b3fe2bfbd34c1ffe86342701b0d164a89d7e058b;hpb=c11a279ed19722816ccc56537a7d928ed06c6bab;p=collectd.git diff --git a/contrib/redhat/collectd.spec b/contrib/redhat/collectd.spec index b3fe2bfb..ebf5cd26 100644 --- a/contrib/redhat/collectd.spec +++ b/contrib/redhat/collectd.spec @@ -80,6 +80,7 @@ %define with_bind 0%{!?_without_bind:1} %define with_ceph 0%{!?_without_ceph:0%{?_has_libyajl}} %define with_cgroups 0%{!?_without_cgroups:1} +%define with_chrony 0%{!?_without_chrony:1} %define with_conntrack 0%{!?_without_conntrack:1} %define with_contextswitch 0%{!?_without_contextswitch:1} %define with_cpu 0%{!?_without_cpu:1} @@ -324,6 +325,15 @@ BuildRequires: yajl-devel Ceph plugin for collectd %endif +%if %{with_chrony} +%package chrony +Summary: Chrony plugin for collectd +Group: System Environment/Daemons +Requires: %{name}%{?_isa} = %{version}-%{release} +%description chrony +Chrony plugin for collectd +%endif + %if %{with_curl} %package curl Summary: Curl plugin for collectd @@ -931,6 +941,12 @@ Collectd utilities %define _with_cgroups --disable-cgroups %endif +%if %{with_chrony} +%define _with_chrony --enable-chrony +%else +%define _with_chrony --disable-chrony +%endif + %if %{with_conntrack} %define _with_conntrack --enable-conntrack %else @@ -1663,6 +1679,7 @@ Collectd utilities %{?_with_bind} \ %{?_with_ceph} \ %{?_with_cgroups} \ + %{?_with_chrony} \ %{?_with_conntrack} \ %{?_with_contextswitch} \ %{?_with_cpu} \ @@ -2170,6 +2187,11 @@ fi %{_libdir}/%{name}/ceph.so %endif +%if %{with_chrony} +%files chrony +%{_libdir}/%{name}/chrony.so +%endif + %if %{with_curl} %files curl %{_libdir}/%{name}/curl.so @@ -2417,11 +2439,11 @@ fi %doc contrib/ %changelog -#* TODO: next feature release changelog -#- New upstream version -#- New plugins enabled by default: mqtt, notify_nagios -#- New plugins disabled by default: zone, xencpu -# +* Sat Jun 04 2016 Ruben Kerkhof 5.5.1-1 +- New upstream version +- New plugins enabled by default: chrony, mqtt, notify_nagios +- New plugins disabled by default: zone, xencpu + * Wed May 27 2015 Marc Fournier 5.5.0-1 - New upstream version - New plugins enabled by default: ceph, drbd, log_logstash, write_tsdb, smart,