mirror of
https://git.icinga.com/packaging/rpm-icingaweb2.git
synced 2025-07-29 08:54:09 +02:00
Merge branch 'release/2.10.3' into support/2.10
This commit is contained in:
commit
f34cbca749
@ -46,9 +46,6 @@ variables:
|
|||||||
- master
|
- master
|
||||||
- tags
|
- tags
|
||||||
|
|
||||||
###################################
|
|
||||||
# EPEL
|
|
||||||
###################################
|
|
||||||
build/centos/7:
|
build/centos/7:
|
||||||
<<: *build
|
<<: *build
|
||||||
variables:
|
variables:
|
||||||
@ -66,29 +63,6 @@ upload/centos/7:
|
|||||||
dependencies:
|
dependencies:
|
||||||
- build/centos/7
|
- 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/opensuse/15.3:
|
||||||
<<: *build
|
<<: *build
|
||||||
variables:
|
variables:
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
%define revision 1
|
%define revision 1
|
||||||
|
|
||||||
Name: icingaweb2
|
Name: icingaweb2
|
||||||
Version: 2.10.1
|
Version: 2.10.3
|
||||||
Release: %{revision}%{?dist}
|
Release: %{revision}%{?dist}
|
||||||
Summary: Icinga Web 2
|
Summary: Icinga Web 2
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
@ -12,7 +12,7 @@ URL: https://icinga.com
|
|||||||
Source0: https://github.com/Icinga/%{name}/archive/v%{version}.tar.gz
|
Source0: https://github.com/Icinga/%{name}/archive/v%{version}.tar.gz
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}
|
||||||
Packager: Icinga Team <info@icinga.com>
|
Packager: Icinga GmbH <info@icinga.com>
|
||||||
|
|
||||||
%if 0%{?fedora} || 0%{?rhel} || 0%{?amzn}
|
%if 0%{?fedora} || 0%{?rhel} || 0%{?amzn}
|
||||||
%if 0%{?rhel} == 7
|
%if 0%{?rhel} == 7
|
||||||
@ -428,6 +428,12 @@ fi
|
|||||||
%{basedir}/library/vendor/Zend
|
%{basedir}/library/vendor/Zend
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jun 30 2022 Eric Lippmann <eric.lippmann@icinga.com> 2.10.3-1
|
||||||
|
- Update to 2.10.3
|
||||||
|
|
||||||
|
* Thu Jun 30 2022 Eric Lippmann <eric.lippmann@icinga.com> 2.10.2-1
|
||||||
|
- Update to 2.10.2
|
||||||
|
|
||||||
* Wed Apr 06 2022 Johannes Meyer <johannes.meyer@icinga.com> 2.10.1-1
|
* Wed Apr 06 2022 Johannes Meyer <johannes.meyer@icinga.com> 2.10.1-1
|
||||||
- Update to 2.10.1
|
- Update to 2.10.1
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user