summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 3b42374)
raw | patch | inline | side by side (parent: 3b42374)
author | Marc Fournier <marc.fournier@camptocamp.com> | |
Tue, 23 Aug 2016 09:03:48 +0000 (11:03 +0200) | ||
committer | Marc Fournier <marc.fournier@camptocamp.com> | |
Tue, 23 Aug 2016 09:04:24 +0000 (11:04 +0200) |
contrib/redhat/collectd.spec | patch | blob | history |
index 266cdecdeaafdcb03b7e2cd230a08ec890d9151b..73e69c75395e4d1d07a23ef2857102525b0069b5 100644 (file)
%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}
%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
%{?_with_gps} \
%{?_with_grpc} \
%{?_with_hddtemp} \
+ %{?_with_hugepages} \
%{?_with_interface} \
%{?_with_ipc} \
%{?_with_ipmi} \
%if %{with_fscache}
%{_libdir}/%{name}/fscache.so
%endif
+%if %{with_hugepages}
+%{_libdir}/%{name}/hugepages.so
+%endif
%if %{with_interface}
%{_libdir}/%{name}/interface.so
%endif
%changelog
* Tue Aug 23 2016 Marc Fournier <marc.fournier@camptocamp.com> - 5.7.0-1
- New PRE-RELEASE version
+- New plugins enabled by default: hugepages
* Sun Aug 14 2016 Ruben Kerkhof <ruben@rubenkerkhof.com> - 5.6.0-1
- New PRE-RELEASE version