Browse Source

update to 2.14.2 and remove studio support

Signed-off-by: Toshaan Bharvani <toshaan@powerel.org>
master
Toshaan Bharvani 4 months ago
parent
commit
2fdb776e29
  1. 3
      SPECS/icinga2.spec

3
SPECS/icinga2.spec

@ -26,7 +26,7 @@ Summary: Network monitoring application @@ -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 \ @@ -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"

Loading…
Cancel
Save