1
0

- apply check_ping_fix_ip4.patch only for suse_version >= 1500

sle12/leap42 ping does not know the -4 parameter (boo#132903)
  case so that ptrace is allowed (boo#1133107)

OBS-URL: https://build.opensuse.org/package/show/server:monitoring/monitoring-plugins?expand=0&rev=64
This commit is contained in:
Ruediger Oertel 2019-04-23 12:55:58 +00:00 committed by Git OBS Bridge
parent ff3938f241
commit 349923bdae
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Apr 23 14:54:49 CEST 2019 - ro@suse.de
- apply check_ping_fix_ip4.patch only for suse_version >= 1500
sle12/leap42 ping does not know the -4 parameter (boo#132903)
-------------------------------------------------------------------
Sun Apr 14 15:57:26 UTC 2019 - Christian Boltz <suse-beta@cboltz.de>
@ -19,7 +25,7 @@ Tue Apr 9 12:19:20 UTC 2019 - Dirk Stoecker <opensuse@dstoecker.de>
Fri Nov 30 14:25:19 CET 2018 - ro@suse.de
- update usr.lib.nagios.plugins.check_procs again for >= sle15
case so that ptrace is allowed
case so that ptrace is allowed (boo#1133107)
-------------------------------------------------------------------
Wed Oct 3 14:11:51 UTC 2018 - lars@linux-schulserver.de

View File

@ -1104,7 +1104,9 @@ EOF
done
%patch1 -p1
%if 0%{?suse_version} >=^ 1500
%patch2 -p1
%endif
%patch6 -p1
%patch11 -p1
%patch15 -p1