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
0365b30f
Commit
0365b30f
authored
Mar 13, 2020
by
Noah Hilverling
Browse files
Release 2.12.0-rc1-1
parent
0ae7c41c
Pipeline
#8894
passed with stages
in 48 minutes and 47 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
icinga2.spec
View file @
0365b30f
# 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
%if ! %{defined _rundir}
...
...
@@ -97,10 +98,10 @@ License: GPLv2+
%endif # suse
Group: System/Monitoring
Name: icinga2
Version: 2.1
1.2
Version: 2.1
2.0
Release: %{revision}%{?dist}
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
Requires: %{name}-bin = %{version}-%{release}
...
...
@@ -334,7 +335,7 @@ Requires: nano
Provides Nano syntax highlighting for icinga2.
%prep
%setup -q -n %{name}-%{version}
%setup -q -n %{name}-%{version}
%{?src_version_suffix}
# use absolute shebang instead of env on SUSE distributions
%if "%{_vendor}" == "suse"
find . -type f -name '*.sh' -exec sed -i -e 's|\/usr\/bin\/env bash|\/bin\/bash|g' {} \;
...
...
@@ -832,6 +833,9 @@ fi
%{_datadir}/nano/%{name}.nanorc
%changelog
* Fri Mar 13 2020 Noah Hilverling <noah.hilverling@icinga.com> 2.12.0-0.rc1.1
- Update to 2.12.0-rc1
* Thu Oct 24 2019 Michael Friedrich <michael.friedrich@icinga.com> 2.11.2-1
- Update to 2.11.2
...
...
Write
Preview
Supports
Markdown
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