mirror of
https://git.icinga.com/packaging/rpm-icinga-php-library.git
synced 2025-08-30 22:38:10 +02:00
Compare commits
12 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
28d5b0eec4 | ||
|
79d4be8c98 | ||
|
b318e17b14 | ||
|
94719822fe | ||
|
2b3f7a5598 | ||
|
05a6e8195f | ||
|
959cf338bb | ||
|
0b1896a59e | ||
|
adebd6d1b8 | ||
|
0278ec08dd | ||
|
eca0ddbca8 | ||
|
cb371e3391 |
@ -42,7 +42,7 @@ variables:
|
|||||||
- tags
|
- tags
|
||||||
|
|
||||||
###################################
|
###################################
|
||||||
# EPEL
|
# Centos
|
||||||
###################################
|
###################################
|
||||||
build/centos/7:
|
build/centos/7:
|
||||||
<<: *build
|
<<: *build
|
||||||
@ -64,26 +64,62 @@ upload/centos/7:
|
|||||||
###################################
|
###################################
|
||||||
# Fedora
|
# Fedora
|
||||||
###################################
|
###################################
|
||||||
build/fedora/34:
|
build/fedora/36:
|
||||||
<<: *build
|
<<: *build
|
||||||
variables:
|
variables:
|
||||||
DOCKER_IMAGE: fedora/34
|
DOCKER_IMAGE: fedora/36
|
||||||
|
RPM_BUILD_NCPUS: '1'
|
||||||
|
|
||||||
test/fedora/34:
|
test/fedora/36:
|
||||||
<<: *test
|
<<: *test
|
||||||
variables:
|
variables:
|
||||||
DOCKER_IMAGE: fedora/34
|
DOCKER_IMAGE: fedora/36
|
||||||
dependencies:
|
dependencies:
|
||||||
- build/fedora/34
|
- build/fedora/36
|
||||||
|
|
||||||
upload/fedora/34:
|
upload/fedora/36:
|
||||||
<<: *upload
|
<<: *upload
|
||||||
dependencies:
|
dependencies:
|
||||||
- build/fedora/34
|
- build/fedora/36
|
||||||
|
|
||||||
|
build/fedora/35:
|
||||||
|
<<: *build
|
||||||
|
variables:
|
||||||
|
DOCKER_IMAGE: fedora/35
|
||||||
|
RPM_BUILD_NCPUS: '1'
|
||||||
|
|
||||||
|
test/fedora/35:
|
||||||
|
<<: *test
|
||||||
|
variables:
|
||||||
|
DOCKER_IMAGE: fedora/35
|
||||||
|
dependencies:
|
||||||
|
- build/fedora/35
|
||||||
|
|
||||||
|
upload/fedora/35:
|
||||||
|
<<: *upload
|
||||||
|
dependencies:
|
||||||
|
- build/fedora/35
|
||||||
|
|
||||||
###################################
|
###################################
|
||||||
# openSUSE
|
# openSUSE
|
||||||
###################################
|
###################################
|
||||||
|
build/opensuse/15.4:
|
||||||
|
<<: *build
|
||||||
|
variables:
|
||||||
|
DOCKER_IMAGE: opensuse/15.4
|
||||||
|
|
||||||
|
test/opensuse/15.4:
|
||||||
|
<<: *test
|
||||||
|
variables:
|
||||||
|
DOCKER_IMAGE: opensuse/15.4
|
||||||
|
dependencies:
|
||||||
|
- build/opensuse/15.4
|
||||||
|
|
||||||
|
upload/openSUSE/15.4:
|
||||||
|
<<: *upload
|
||||||
|
dependencies:
|
||||||
|
- build/opensuse/15.4
|
||||||
|
|
||||||
build/opensuse/15.3:
|
build/opensuse/15.3:
|
||||||
<<: *build
|
<<: *build
|
||||||
variables:
|
variables:
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
%global module_name icinga-php-library
|
%global module_name icinga-php-library
|
||||||
|
|
||||||
Name: %{module_name}
|
Name: %{module_name}
|
||||||
Version: 0.8.0
|
Version: 0.9.1
|
||||||
Release: %{revision}%{?dist}
|
Release: %{revision}%{?dist}
|
||||||
Summary: Icinga PHP Library for Icinga Web 2
|
Summary: Icinga PHP Library for Icinga Web 2
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
@ -33,6 +33,7 @@ BuildArch: noarch
|
|||||||
%global basedir %{_datadir}/icinga-php/ipl
|
%global basedir %{_datadir}/icinga-php/ipl
|
||||||
|
|
||||||
Requires: icinga-php-common
|
Requires: icinga-php-common
|
||||||
|
Requires: icinga-php-thirdparty
|
||||||
|
|
||||||
# php extension requirements
|
# php extension requirements
|
||||||
Requires: %{php}-intl
|
Requires: %{php}-intl
|
||||||
@ -67,6 +68,15 @@ rm -rf %{buildroot}
|
|||||||
%{basedir}
|
%{basedir}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jul 06 2022 Johannes Meyer <johannes.meyer@icinga.com> - 0.9.1-1
|
||||||
|
- Release 0.9.1
|
||||||
|
|
||||||
|
* Thu Jun 30 2022 Henrik Triem <henrik.triem@icinga.com> - 0.9.0-1
|
||||||
|
- Release 0.9.0
|
||||||
|
|
||||||
|
* Tue Apr 26 2022 Johannes Meyer <johannes.meyer@icinga.com> - 0.8.1-1
|
||||||
|
- Release 0.8.1
|
||||||
|
|
||||||
* Wed Mar 23 2022 Johannes Meyer <johannes.meyer@icinga.com> - 0.8.0-1
|
* Wed Mar 23 2022 Johannes Meyer <johannes.meyer@icinga.com> - 0.8.0-1
|
||||||
- Release 0.8.0
|
- Release 0.8.0
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user