1
0

- removed the following, either upstreamed or integrated in other patches:

+ monitoring-plugins-wrong_return_in_check_swap.patch
  + monitoring-plugins-check_swap-fix_comment.patch
  + monitoring-plugins-check_swap-return_unknown.patch
  + monitoring-plugins-check_swap-fix-n.patch

- include upstream fixes for check_swap
- add patch monitoring-plugins-check_swap-fix_comment.patch
  simply fix the plugin name in the comment
- monitoring-plugins-check_swap-fix_zero_output.patch
  improve the output if the swap has zero size
- monitoring-plugins-check_swap-return_unknown.patch
  use unknown exit code for help/version in plugins
- add patch monitoring-plugins-check_swap-fix-n.patch
  check_swap fix behaviour for "-n" if 0 free swap is left
  from git commit 6995b510759cf531d70745b7d0c6e8a0d9010b06
  (bug#1175828)
- updated context in
  monitoring-plugins-wrong_return_in_check_swap.patch

OBS-URL: https://build.opensuse.org/package/show/server:monitoring/monitoring-plugins?expand=0&rev=94
This commit is contained in:
Lars Vogdt 2021-12-03 08:47:04 +00:00 committed by Git OBS Bridge
parent c6dafb590d
commit fd8ac840ff

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Fri Dec 3 08:37:09 UTC 2021 - Lars Vogdt <lars@linux-schulserver.de>
- removed the following, either upstreamed or integrated in other patches:
+ monitoring-plugins-wrong_return_in_check_swap.patch
+ monitoring-plugins-check_swap-fix_comment.patch
+ monitoring-plugins-check_swap-return_unknown.patch
+ monitoring-plugins-check_swap-fix-n.patch
-------------------------------------------------------------------
Thu Dec 2 14:54:25 UTC 2021 - Lars Vogdt <lars@linux-schulserver.de>
@ -505,6 +514,23 @@ Sun Aug 10 17:11:48 UTC 2014 - lars@linux-schulserver.de
- remove nagios-devel from BuildRequires
-------------------------------------------------------------------
Mon Sep 14 10:57:53 CEST 2020 - ro@suse.de
- include upstream fixes for check_swap
- add patch monitoring-plugins-check_swap-fix_comment.patch
simply fix the plugin name in the comment
- monitoring-plugins-check_swap-fix_zero_output.patch
improve the output if the swap has zero size
- monitoring-plugins-check_swap-return_unknown.patch
use unknown exit code for help/version in plugins
- add patch monitoring-plugins-check_swap-fix-n.patch
check_swap fix behaviour for "-n" if 0 free swap is left
from git commit 6995b510759cf531d70745b7d0c6e8a0d9010b06
(bug#1175828)
- updated context in
monitoring-plugins-wrong_return_in_check_swap.patch
-------------------------------------------------------------------
Tue Jul 22 13:50:10 UTC 2014 - lars@linux-schulserver.de