From d5c7d172cb61d42cb1a33043dd0cb85bdbdbd729 Mon Sep 17 00:00:00 2001 From: Jakub Jankowski Date: Sat, 17 Feb 2018 00:52:48 +0100 Subject: [PATCH] spec: fix mbmon/mcelog typo Fix a typo in collectd.spec which manifested when building with with_mcelog set to false, invalidating with_mbmon setting. Signed-off-by: Jakub Jankowski --- contrib/redhat/collectd.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/contrib/redhat/collectd.spec b/contrib/redhat/collectd.spec index d84b457b..3cefc1bd 100644 --- a/contrib/redhat/collectd.spec +++ b/contrib/redhat/collectd.spec @@ -248,7 +248,7 @@ Summary: Statistics collection and monitoring daemon Name: collectd Version: 5.7.1 -Release: 8%{?dist} +Release: 9%{?dist} URL: https://collectd.org Source: https://collectd.org/files/%{name}-%{version}.tar.bz2 License: GPLv2 @@ -1360,7 +1360,7 @@ Collectd utilities %if %{with_mcelog} %define _with_mcelog --enable-mcelog %else -%define _with_mbmon --disable-mcelog +%define _with_mcelog --disable-mcelog %endif %if %{with_md} @@ -2737,6 +2737,9 @@ fi %doc contrib/ %changelog +* Thu Sep 28 2017 Jakub Jankowski - 5.7.1-9 +- Fix mbmon/mcelog build options + * Thu Sep 28 2017 xakru - 5.7.1-8 - Add new libcollectdclient/network_parse - Add new libcollectdclient/server -- 2.11.0