mirror of
https://git.icinga.com/packaging/rpm-icinga2.git
synced 2025-09-22 17:47:50 +02:00
Quickfix for SLES11 & kernel w/o SO_REUSEPORT
This commit is contained in:
parent
035b314596
commit
589190ba1f
12
icinga2.spec
12
icinga2.spec
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user