From 443049a498f731daec58a77dac9e99137dae13e8 Mon Sep 17 00:00:00 2001 From: Julian Brost Date: Wed, 14 Jul 2021 14:35:22 +0200 Subject: [PATCH 1/2] Remove old special cases for disabling LTO Right now, LTO is disabled for RPM builds in general. The block removed by this commit is no longer in use (the lto_build condition has no effect at the moment). Therefore remove it to be consistent with the master branch. --- icinga2.spec | 8 -------- 1 file changed, 8 deletions(-) diff --git a/icinga2.spec b/icinga2.spec index 4c3f219..388d2bd 100644 --- a/icinga2.spec +++ b/icinga2.spec @@ -68,14 +68,6 @@ %bcond_without unity_build %endif -# Disable lto_build for older SUSE versions -# see https://github.com/Icinga/icinga2/issues/7149 -%if "%{_vendor}" == "suse" && 0%{?suse_version} <= 1315 -%bcond_with lto_build -%else # suse_version 1315 -%bcond_without lto_build -%endif # suse_version 1315 - %bcond_with systemd_and_init %bcond_without compat %bcond_without livestatus From 3e3150633f01a7c53dc2d711c46e2cc0afddd10f Mon Sep 17 00:00:00 2001 From: Julian Brost Date: Wed, 14 Jul 2021 14:43:22 +0200 Subject: [PATCH 2/2] Release 2.12.5-1 Note: The release builds for this security update were prepared in a private fork before publishing the release and were uploaded from there: https://git.icinga.com/packaging/icinga2-2.12.5-2.11.10/raspbian-icinga2 --- icinga2.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/icinga2.spec b/icinga2.spec index 388d2bd..dede063 100644 --- a/icinga2.spec +++ b/icinga2.spec @@ -89,7 +89,7 @@ License: GPLv2+ %endif # suse Group: System/Monitoring Name: icinga2 -Version: 2.12.4 +Version: 2.12.5 Release: %{revision}%{?dist} Url: https://www.icinga.com/ Source: https://github.com/Icinga/%{name}/archive/v%{version}%{?src_version_suffix}.tar.gz @@ -824,6 +824,9 @@ fi %{_datadir}/nano/%{name}.nanorc %changelog +* Wed Jul 14 2021 Julian Brost 2.12.5-1 +- Update to 2.12.5 + * Thu May 27 2021 Julian Brost 2.12.4-1 - Update to 2.12.4