diff --git a/nagios-0011-remove-rpmbuild.patch b/nagios-0011-remove-rpmbuild.patch index 401cad04d718a5ff78b442076b0b4ea088f3670c..4e4bc1d065c0a9af6612ee93c23e1cf0d20bc4f0 100644 --- a/nagios-0011-remove-rpmbuild.patch +++ b/nagios-0011-remove-rpmbuild.patch @@ -8,7 +8,7 @@ index 72e4d4a9..62415152 100644 $(CC) $(CFLAGS) $(LDFLAGS) $< $(CGI_O) -o $@ - -############################################################################## --# making similiar EPEL rpm for Fedora/RHEL/CentOS +-# making similar EPEL rpm for Fedora/RHEL/CentOS - -ifneq ("$(wildcard /etc/redhat-release)","") - diff --git a/nagios-4.4.13.tar.gz b/nagios-4.4.14.tar.gz similarity index 71% rename from nagios-4.4.13.tar.gz rename to nagios-4.4.14.tar.gz index 61cf099398c14b4ac5889008cc03b36bca436123..f80b3ea7069ba8ce7b811261195e48c564ce7ef3 100644 Binary files a/nagios-4.4.13.tar.gz and b/nagios-4.4.14.tar.gz differ diff --git a/nagios.spec b/nagios.spec index cb68007cc2ca0abb81d239b022398408108ac38b..297f233d879de7bf31aa9c838caa0ee97e1342c7 100644 --- a/nagios.spec +++ b/nagios.spec @@ -1,6 +1,6 @@ Name: nagios -Version: 4.4.13 -Release: 2 +Version: 4.4.14 +Release: 1 Summary: Host/service/network monitoring program License: GPLv2 URL: https://www.nagios.org/projects/nagios-core/ @@ -40,6 +40,7 @@ BuildRequires: openssl-devel ima-evm-utils 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 @@ -95,7 +96,7 @@ Requires: nagios = %{version}-%{release} Various contributed items used by plugins and other tools. %prep -%autosetup -n nagios-%{version} -p1 +%autosetup -n nagioscore-nagios-%{version} -p1 install -p -m 0644 %{SOURCE10} %{SOURCE11} %{SOURCE12} html/images/logos/ @@ -288,6 +289,9 @@ fi %{_libdir}/%{name}/cgi/ %changelog +* Sat Oct 7 2023 liyanan - 4.4.14-1 +- Update to 4.4.14 + * Mon Aug 28 2023 chenchen - 4.4.13-2 - fix %postun error