From 2fdb776e29db1f8b32d950feddadf3edaf015194 Mon Sep 17 00:00:00 2001 From: Toshaan Bharvani Date: Mon, 27 May 2024 04:20:31 +0200 Subject: [PATCH] update to 2.14.2 and remove studio support Signed-off-by: Toshaan Bharvani --- SPECS/icinga2.spec | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/SPECS/icinga2.spec b/SPECS/icinga2.spec index 7cc4e9c..8a5c545 100644 --- a/SPECS/icinga2.spec +++ b/SPECS/icinga2.spec @@ -26,7 +26,7 @@ Summary: Network monitoring application License: GPLv2+ Group: System/Monitoring Name: icinga2 -Version: 2.14.0 +Version: 2.14.2 Release: 1%{?dist} Url: https://www.icinga.com/ Source: https://github.com/Icinga/%{name}/archive/v%{version}%{?src_version_suffix}.tar.gz @@ -151,7 +151,6 @@ CMAKE_OPTS="-DCMAKE_INSTALL_PREFIX=/usr \ -DICINGA2_USER=%{icinga_user} \ -DICINGA2_GROUP=%{icinga_group} \ -DICINGA2_COMMAND_GROUP=%{icingacmd_group}" -CMAKE_OPTS="$CMAKE_OPTS -DICINGA2_WITH_STUDIO=true" CMAKE_OPTS="$CMAKE_OPTS -DICINGA2_UNITY_BUILD=ON" CMAKE_OPTS="$CMAKE_OPTS -DICINGA2_LTO_BUILD=ON" CMAKE_OPTS="$CMAKE_OPTS -DINSTALL_SYSTEMD_SERVICE_AND_INITSCRIPT=OFF"