From: Ruben Kerkhof Date: Wed, 22 Feb 2017 08:59:02 +0000 (+0100) Subject: collectd.spec: enable XFS support in df plugin X-Git-Tag: collectd-5.7.2~17^2 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=bf4dcf7d2be115582c420bc1b379d594b9132f5a;p=collectd.git collectd.spec: enable XFS support in df plugin Fixes #2178 --- diff --git a/contrib/redhat/collectd.spec b/contrib/redhat/collectd.spec index 33cc985e..4d8041fc 100644 --- a/contrib/redhat/collectd.spec +++ b/contrib/redhat/collectd.spec @@ -230,13 +230,13 @@ Summary: Statistics collection and monitoring daemon Name: collectd Version: 5.6.1 -Release: 2%{?dist} +Release: 3%{?dist} URL: https://collectd.org Source: https://collectd.org/files/%{name}-%{version}.tar.bz2 License: GPLv2 Group: System Environment/Daemons BuildRoot: %{_tmppath}/%{name}-%{version}-root -BuildRequires: libgcrypt-devel, kernel-headers, libtool-ltdl-devel, libcap-devel, which +BuildRequires: libgcrypt-devel, kernel-headers, libtool-ltdl-devel, libcap-devel, which, xfsprogs-devel Vendor: collectd development team %if 0%{?fedora} || 0%{?rhel} >= 7 @@ -2515,6 +2515,9 @@ fi %doc contrib/ %changelog +* Wed Feb 22 2017 Ruben Kerkhof - 5.6.1-3 +- Enable XFS support in df plugin + * Tue Nov 29 2016 Ruben Kerkhof - 5.6.1-2 - Disable redis plugin on RHEL < 7, hiredis has been retired from EPEL6