X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=contrib%2Fredhat%2Fcollectd.spec;h=73e69c75395e4d1d07a23ef2857102525b0069b5;hb=915fb28ee1a2fb80f1f0b73f2869bcf981c932c2;hp=b56ac17f7719960e02c9d4ae0c3d3e6e34d99469;hpb=d061c270fabc5dba961cf2b94ebe968e9a89b899;p=collectd.git diff --git a/contrib/redhat/collectd.spec b/contrib/redhat/collectd.spec index b56ac17f..73e69c75 100644 --- a/contrib/redhat/collectd.spec +++ b/contrib/redhat/collectd.spec @@ -73,6 +73,7 @@ %define with_gmond 0%{!?_without_gmond:1} %define with_gps 0%{!?_without_gps:1} %define with_hddtemp 0%{!?_without_hddtemp:1} +%define with_hugepages 0%{!?_without_hugepages:1} %define with_interface 0%{!?_without_interface:1} %define with_ipc 0%{!?_without_ipc:1} %define with_ipmi 0%{!?_without_ipmi:1} @@ -226,7 +227,7 @@ Summary: Statistics collection and monitoring daemon Name: collectd -Version: 5.5.2 +Version: 5.7.0 Release: 2%{?dist} URL: https://collectd.org Source: https://collectd.org/files/%{name}-%{version}.tar.bz2 @@ -1134,6 +1135,12 @@ Collectd utilities %define _with_hddtemp --disable-hddtemp %endif +%if %{with_hugepages} +%define _with_hugepages --enable-hugepages +%else +%define _with_hugepages --disable-hugepages +%endif + %if %{with_interface} %define _with_interface --enable-interface %else @@ -1762,6 +1769,7 @@ Collectd utilities %{?_with_gps} \ %{?_with_grpc} \ %{?_with_hddtemp} \ + %{?_with_hugepages} \ %{?_with_interface} \ %{?_with_ipc} \ %{?_with_ipmi} \ @@ -2045,6 +2053,9 @@ fi %if %{with_fscache} %{_libdir}/%{name}/fscache.so %endif +%if %{with_hugepages} +%{_libdir}/%{name}/hugepages.so +%endif %if %{with_interface} %{_libdir}/%{name}/interface.so %endif @@ -2512,8 +2523,14 @@ fi %doc contrib/ %changelog -* Sun Aug 14 2016 Ruben Kerkhof - 5.5.2-2 -- Add new Lua plugin +* Tue Aug 23 2016 Marc Fournier - 5.7.0-1 +- New PRE-RELEASE version +- New plugins enabled by default: hugepages + +* Sun Aug 14 2016 Ruben Kerkhof - 5.6.0-1 +- New PRE-RELEASE version +- New plugins enabled by default: chrony, cpusleep, gps, lua, mqtt, notify_nagios +- New plugins disabled by default: grpc, xencpu, zone * Tue Jul 26 2016 Ruben Kerkhof - 5.5.2-1 - New upstream version @@ -2522,8 +2539,6 @@ fi * 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: grpc, zone, xencpu * Wed May 27 2015 Marc Fournier 5.5.0-1 - New upstream version