From 1560d8391d488129b2ae012f406fd05717da0267 Mon Sep 17 00:00:00 2001 From: Henrik Triem <henrik.triem@netways.de> Date: Mon, 3 Aug 2020 14:08:47 +0200 Subject: [PATCH] Release 2.12.0-1 --- .gitlab-ci.yml | 4 ++-- icinga2.spec | 6 ++++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5bf4622..81e929c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,8 +5,8 @@ stages: variables: DOCKER_IMAGE_BASE: registry.icinga.com/build-docker - #ICINGA_BUILD_TYPE: snapshot - ICINGA_BUILD_RELEASE_TYPE: testing + ICINGA_BUILD_TYPE: release + #ICINGA_BUILD_RELEASE_TYPE: testing #ICINGA_BUILD_TYPE: #ICINGA_BUILD_UPSTREAM_BRANCH: diff --git a/icinga2.spec b/icinga2.spec index 521307a..573ac23 100644 --- a/icinga2.spec +++ b/icinga2.spec @@ -1,7 +1,6 @@ # Icinga 2 | (c) 2012 Icinga GmbH | GPLv2+ -%global revision 0.rc1.1 -%global src_version_suffix -rc1 +%define revision 1 # make sure that _rundir is working on older systems %if ! %{defined _rundir} @@ -833,6 +832,9 @@ fi %{_datadir}/nano/%{name}.nanorc %changelog +* Wed Aug 05 2020 Henrik Triem <henrik.triem@icinga.com> 2.12.0-1 +- Update to 2.12.0 + * Fri Mar 13 2020 Noah Hilverling <noah.hilverling@icinga.com> 2.12.0-0.rc1.1 - Update to 2.12.0-rc1 -- GitLab