Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
packaging
rpm-icinga2
Commits
5e06cd5c
Commit
5e06cd5c
authored
Jul 25, 2019
by
Markus Frosch
Browse files
Prepare pre-release 2.11.0-0.rc1.1
parent
bb86f6ba
Pipeline
#4398
passed with stages
in 33 minutes and 49 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
5e06cd5c
...
@@ -5,7 +5,8 @@ stages:
...
@@ -5,7 +5,8 @@ stages:
variables
:
variables
:
DOCKER_IMAGE_BASE
:
registry.icinga.com/build-docker
DOCKER_IMAGE_BASE
:
registry.icinga.com/build-docker
ICINGA_BUILD_TYPE
:
snapshot
ICINGA_BUILD_RELEASE_TYPE
:
testing
#ICINGA_BUILD_TYPE:
#ICINGA_BUILD_UPSTREAM_BRANCH:
#ICINGA_BUILD_UPSTREAM_BRANCH:
.build
:
&build
.build
:
&build
...
...
icinga2.spec
View file @
5e06cd5c
# Icinga 2 | (c) 2012 Icinga GmbH | GPLv2+
# Icinga 2 | (c) 2012 Icinga GmbH | GPLv2+
%define revision 1
%global revision 0.rc1.1
%global src_version_suffix -rc1
# make sure that _rundir is working on older systems
# make sure that _rundir is working on older systems
%if ! %{defined _rundir}
%if ! %{defined _rundir}
...
@@ -97,10 +98,10 @@ License: GPLv2+
...
@@ -97,10 +98,10 @@ License: GPLv2+
%endif # suse
%endif # suse
Group: System/Monitoring
Group: System/Monitoring
Name: icinga2
Name: icinga2
Version:
2.10.4
Version:
2.11.0
Release: %{revision}%{?dist}
Release: %{revision}%{?dist}
Url: https://www.icinga.com/
Url: https://www.icinga.com/
Source: https://github.com/Icinga/%{name}/archive/v%{version}.tar.gz
Source: https://github.com/Icinga/%{name}/archive/v%{version}
%{?src_version_suffix}
.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Requires: %{name}-bin = %{version}-%{release}
Requires: %{name}-bin = %{version}-%{release}
...
@@ -334,7 +335,7 @@ Requires: nano
...
@@ -334,7 +335,7 @@ Requires: nano
Provides Nano syntax highlighting for icinga2.
Provides Nano syntax highlighting for icinga2.
%prep
%prep
%setup -q -n %{name}-%{version}
%setup -q -n %{name}-%{version}
%{?src_version_suffix}
# use absolute shebang instead of env on SUSE distributions
# use absolute shebang instead of env on SUSE distributions
%if "%{_vendor}" == "suse"
%if "%{_vendor}" == "suse"
find . -type f -name '*.sh' -exec sed -i -e 's|\/usr\/bin\/env bash|\/bin\/bash|g' {} \;
find . -type f -name '*.sh' -exec sed -i -e 's|\/usr\/bin\/env bash|\/bin\/bash|g' {} \;
...
@@ -832,6 +833,9 @@ fi
...
@@ -832,6 +833,9 @@ fi
%{_datadir}/nano/%{name}.nanorc
%{_datadir}/nano/%{name}.nanorc
%changelog
%changelog
* Thu Jul 25 2019 Markus Frosch <markus.frosch@icinga.com> 2.11.0-0.rc1.1
- Prepare pre-release 2.11.0-rc1
* Tue Mar 19 2019 Michael Friedrich <michael.friedrich@icinga.com> 2.10.4-1
* Tue Mar 19 2019 Michael Friedrich <michael.friedrich@icinga.com> 2.10.4-1
- Update to 2.10.4
- Update to 2.10.4
...
...
Michael Friedrich
@mfriedrich
mentioned in commit
96e518e5
·
Sep 19, 2019
mentioned in commit
96e518e5
mentioned in commit 96e518e5efd18c3fcb4f79fef98f512979560e4d
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment