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
589190ba
Commit
589190ba
authored
Feb 26, 2019
by
Michael Friedrich
Browse files
Quickfix for SLES11 & kernel w/o SO_REUSEPORT
parent
035b3145
Changes
1
Hide whitespace changes
Inline
Side-by-side
icinga2.spec
View file @
589190ba
...
...
@@ -17,7 +17,7 @@
# * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. *
# ******************************************************************************/
%define revision
1
%define revision
2
# make sure that _rundir is working on older systems
%if ! %{defined _rundir}
...
...
@@ -302,6 +302,11 @@ Provides Nano syntax highlighting for icinga2.
find . -type f -name '*.sh' -exec sed -i -e 's|\/usr\/bin\/env bash|\/bin\/bash|g' {} \;
%endif
# quick & dirty hack for SLES11 & Kernel < 2.9 w/o SO_REUSEPORT
%if "%{_vendor}" == "suse" && 0%{?suse_version} < 1210
find . -type f -name tcpsocket.cpp -exec sed -i -e 's|.*SO_REUSEPORT.*||g' {} \;
%endif
%build
# set basedir to allow cache to hit between different builds
# this will make all paths below BUILD/icinga2-x.x.x relative for cache
...
...
@@ -739,7 +744,10 @@ fi
%{_datadir}/nano/%{name}.nanorc
%changelog
* Tue Feb 25 2019 Michael Friedrich <michael.friedrich@icinga.com> 2.10.3-1
* Tue Feb 26 2019 Michael Friedrich <michael.friedrich@icinga.com> 2.10.3-2
- Apply quickfix for SLES11
* Tue Feb 26 2019 Michael Friedrich <michael.friedrich@icinga.com> 2.10.3-1
- Update to 2.10.3
* Wed Nov 14 2018 Michael Friedrich <michael.friedrich@icinga.com> 2.10.2-1
...
...
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