From fceeeaf8e0934d628812dabe91107a769606f974 Mon Sep 17 00:00:00 2001 From: wu-leilei Date: Tue, 6 Sep 2022 10:41:12 +0800 Subject: [PATCH] add requires nagios-plugins-ping and nagios-plugins-load --- nagios.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/nagios.spec b/nagios.spec index f2c4b14..8ee68d9 100644 --- a/nagios.spec +++ b/nagios.spec @@ -1,6 +1,6 @@ Name: nagios Version: 4.4.6 -Release: 1 +Release: 2 Summary: Host/service/network monitoring program License: GPLv2 URL: https://www.nagios.org/projects/nagios-core/ @@ -38,6 +38,7 @@ BuildRequires: perl(Test::Harness) perl(Test::More) perl(Test::Simple) BuildRequires: checkpolicy, selinux-policy-devel libtool systemd Requires: httpd php mailx nagios-common Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) +Requires: nagios-plugins-ping nagios-plugins-load %description Nagios is a program that will monitor hosts and services on your @@ -277,6 +278,9 @@ fi %{_libdir}/%{name}/cgi/ %changelog +* Mon Sep 5 2022 wulei - 4.4.6-2 +- add requires nagios-plugins-ping and nagios-plugins-load + * Tue Jan 18 2022 SimpleUpdate Robot - 4.4.6-1 - Upgrade to version 4.4.6 -- Gitee