From: Ruben Kerkhof Date: Wed, 4 Apr 2018 14:52:56 +0000 (+0200) Subject: Merge pull request #2690 from shastah/fix-spec-typo X-Git-Url: https://git.octo.it/?a=commitdiff_plain;h=a4db31342f22ac33831874bab420831b25d31d66;hp=bdaaa0e6e180dd017e3fda1b070f413d4b6e3492;p=collectd.git Merge pull request #2690 from shastah/fix-spec-typo RPM spec: fix mbmon/mcelog typo --- 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