From d26eaebe0d580175e2e61e3945758e3b5ce1dd1e Mon Sep 17 00:00:00 2001 From: liqiuyu Date: Fri, 11 Feb 2022 16:04:19 +0800 Subject: [PATCH] The SSH check failure is resolved (cherry picked from commit 98550447b67745e09deb7ee91a305d7c4aefbefd) --- nagios-plugins.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/nagios-plugins.spec b/nagios-plugins.spec index 72b0dc3..fc75c54 100644 --- a/nagios-plugins.spec +++ b/nagios-plugins.spec @@ -2,7 +2,7 @@ Name: nagios-plugins Version: 2.3.3 -Release: 3 +Release: 4 Summary: Host/service/network monitoring program plugins for Nagios License: GPLv2 and MIT and GPLv3 and LGPLv2 and GPL URL: https://www.nagios-plugins.org/ @@ -33,6 +33,7 @@ BuildRequires: mariadb-connector-c BuildRequires: mariadb-devel BuildRequires: freeradius-client-devel BuildRequires: iputils +BuildRequires: openssh-clients Requires: nagios-common >= 3.3.1-1 @@ -723,6 +724,9 @@ chmod 644 %{buildroot}/%{_libdir}/nagios/plugins/utils.pm %{_libdir}/nagios/plugins/check_wave %changelog +* Sat Feb 12 2022 liqiuyu - 2.3.3-4 +- The SSH check failure is resolved + * Thu Aug 26 2021 yangzhao - 2.3.3-3 - remove patch1 because of build error