mirror of
https://git.icinga.com/packaging/rpm-icinga-php-thirdparty.git
synced 2025-07-26 23:44:03 +02:00
Raise version to 0.11.0
This commit is contained in:
parent
7aacc0ff98
commit
83bdba6bb0
12
.gitignore
vendored
Normal file
12
.gitignore
vendored
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
## Build
|
||||||
|
/build/
|
||||||
|
/ccache/
|
||||||
|
|
||||||
|
## Snapshot Artifacts
|
||||||
|
/*.git/
|
||||||
|
/*.tar*
|
||||||
|
/*.version
|
||||||
|
|
||||||
|
## Editors
|
||||||
|
*~
|
||||||
|
.*.sw[op]
|
@ -41,6 +41,9 @@ variables:
|
|||||||
- master
|
- master
|
||||||
- tags
|
- tags
|
||||||
|
|
||||||
|
###################################
|
||||||
|
# Centos
|
||||||
|
###################################
|
||||||
build/centos/7:
|
build/centos/7:
|
||||||
<<: *build
|
<<: *build
|
||||||
variables:
|
variables:
|
||||||
@ -58,6 +61,9 @@ upload/centos/7:
|
|||||||
dependencies:
|
dependencies:
|
||||||
- build/centos/7
|
- build/centos/7
|
||||||
|
|
||||||
|
###################################
|
||||||
|
# Fedora
|
||||||
|
###################################
|
||||||
build/fedora/36:
|
build/fedora/36:
|
||||||
<<: *build
|
<<: *build
|
||||||
variables:
|
variables:
|
||||||
@ -94,6 +100,9 @@ upload/fedora/35:
|
|||||||
dependencies:
|
dependencies:
|
||||||
- build/fedora/35
|
- build/fedora/35
|
||||||
|
|
||||||
|
###################################
|
||||||
|
# openSUSE
|
||||||
|
###################################
|
||||||
build/opensuse/15.4:
|
build/opensuse/15.4:
|
||||||
<<: *build
|
<<: *build
|
||||||
variables:
|
variables:
|
||||||
@ -106,7 +115,7 @@ test/opensuse/15.4:
|
|||||||
dependencies:
|
dependencies:
|
||||||
- build/opensuse/15.4
|
- build/opensuse/15.4
|
||||||
|
|
||||||
upload/opensuse/15.4:
|
upload/openSUSE/15.4:
|
||||||
<<: *upload
|
<<: *upload
|
||||||
dependencies:
|
dependencies:
|
||||||
- build/opensuse/15.4
|
- build/opensuse/15.4
|
||||||
@ -123,7 +132,7 @@ test/opensuse/15.3:
|
|||||||
dependencies:
|
dependencies:
|
||||||
- build/opensuse/15.3
|
- build/opensuse/15.3
|
||||||
|
|
||||||
upload/opensuse/15.3:
|
upload/openSUSE/15.3:
|
||||||
<<: *upload
|
<<: *upload
|
||||||
dependencies:
|
dependencies:
|
||||||
- build/opensuse/15.3
|
- build/opensuse/15.3
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
%global module_name icinga-php-thirdparty
|
%global module_name icinga-php-thirdparty
|
||||||
|
|
||||||
Name: %{module_name}
|
Name: %{module_name}
|
||||||
Version: 0.10.0
|
Version: 0.11.0
|
||||||
Release: %{revision}%{?dist}
|
Release: %{revision}%{?dist}
|
||||||
Summary: Icinga PHP Thirdparty for Icinga Web 2
|
Summary: Icinga PHP Thirdparty for Icinga Web 2
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
@ -69,6 +69,9 @@ rm -rf %{buildroot}
|
|||||||
%{basedir}
|
%{basedir}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jun 30 2022 Henrik Triem <henrik.triem@icinga.com> - 0.11.0-1
|
||||||
|
- Release 0.11.0
|
||||||
|
|
||||||
* Tue Jul 27 2021 Johannes Meyer <johannes.meyer@icinga.com> - 0.10.0-2
|
* Tue Jul 27 2021 Johannes Meyer <johannes.meyer@icinga.com> - 0.10.0-2
|
||||||
- Added missing php extension requirements
|
- Added missing php extension requirements
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user