|
|
@ -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 |
|
|
|