Browse Source

icinga2 update to 2.14.2 and increase io-engine

Signed-off-by: monitorbuilder_pel7ppc64lebuilder0 <monitorbuilder@powerel.org>
master
monitorbuilder_pel7ppc64lebuilder0 6 months ago
parent
commit
e4886c280e
  1. 3
      SPECS/icinga2.spec

3
SPECS/icinga2.spec

@ -40,7 +40,7 @@ Summary: Network monitoring application
License: GPLv2+ License: GPLv2+
Group: System/Monitoring Group: System/Monitoring
Name: icinga2 Name: icinga2
Version: 2.14.0 Version: 2.14.2
Release: %{revision}%{?dist} Release: %{revision}%{?dist}
Url: https://www.icinga.com/ Url: https://www.icinga.com/
Source: https://github.com/Icinga/%{name}/archive/v%{version}%{?src_version_suffix}.tar.gz Source: https://github.com/Icinga/%{name}/archive/v%{version}%{?src_version_suffix}.tar.gz
@ -177,6 +177,7 @@ Provides Nano syntax highlighting for icinga2.
%prep %prep
%setup -q -n %{name}-%{version}%{?src_version_suffix} %setup -q -n %{name}-%{version}%{?src_version_suffix}


sed 's/return\ 256\ \*\ 1024\;/return 512 * 4096\;/g' -i lib/base/io-engine.hpp


%build %build
source /opt/rh/devtoolset-10/enable source /opt/rh/devtoolset-10/enable

Loading…
Cancel
Save