From f8c564fa8c2e977bba47367045a6ed75dabc5d01 Mon Sep 17 00:00:00 2001 From: Eric Lippmann Date: Thu, 30 Jun 2022 10:39:34 +0200 Subject: [PATCH 1/3] Raise version to 2.10.3 --- icingaweb2.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/icingaweb2.spec b/icingaweb2.spec index 843691d..5aa19b0 100644 --- a/icingaweb2.spec +++ b/icingaweb2.spec @@ -3,7 +3,7 @@ %define revision 1 Name: icingaweb2 -Version: 2.10.1 +Version: 2.10.3 Release: %{revision}%{?dist} Summary: Icinga Web 2 Group: Applications/System @@ -428,6 +428,12 @@ fi %{basedir}/library/vendor/Zend %changelog +* Thu Jun 30 2022 Eric Lippmann 2.10.3-1 +- Update to 2.10.3 + +* Thu Jun 30 2022 Eric Lippmann 2.10.2-1 +- Update to 2.10.2 + * Wed Apr 06 2022 Johannes Meyer 2.10.1-1 - Update to 2.10.1 From 8350f0659b8e6c9ffe601485e39ff46a15fa5c6c Mon Sep 17 00:00:00 2001 From: Johannes Meyer Date: Tue, 7 Jun 2022 16:01:46 +0200 Subject: [PATCH 2/3] It's the Icinga GmbH now --- icingaweb2.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icingaweb2.spec b/icingaweb2.spec index 5aa19b0..99f2121 100644 --- a/icingaweb2.spec +++ b/icingaweb2.spec @@ -12,7 +12,7 @@ URL: https://icinga.com Source0: https://github.com/Icinga/%{name}/archive/v%{version}.tar.gz BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release} -Packager: Icinga Team +Packager: Icinga GmbH %if 0%{?fedora} || 0%{?rhel} || 0%{?amzn} %if 0%{?rhel} == 7 From 9b0e4af69c5d889c74851dfd687266d8cf1411cb Mon Sep 17 00:00:00 2001 From: Eric Lippmann Date: Thu, 30 Jun 2022 10:16:20 +0200 Subject: [PATCH 3/3] Update build targets --- .gitlab-ci.yml | 30 ++---------------------------- 1 file changed, 2 insertions(+), 28 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8e4c04a..91ebda9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -46,9 +46,6 @@ variables: - master - tags -################################### -# EPEL -################################### build/centos/7: <<: *build variables: @@ -66,29 +63,6 @@ upload/centos/7: dependencies: - build/centos/7 -################################### -# Fedora -################################### -build/fedora/34: - <<: *build - variables: - DOCKER_IMAGE: fedora/34 - -test/fedora/34: - <<: *test - variables: - DOCKER_IMAGE: fedora/34 - dependencies: - - build/fedora/34 - -upload/fedora/34: - <<: *upload - dependencies: - - build/fedora/34 - -################################### -# openSUSE -################################### build/opensuse/15.3: <<: *build variables: @@ -99,9 +73,9 @@ test/opensuse/15.3: variables: DOCKER_IMAGE: opensuse/15.3 dependencies: - - build/opensuse/15.3 + - build/opensuse/15.3 upload/openSUSE/15.3: <<: *upload dependencies: - - build/opensuse/15.3 + - build/opensuse/15.3