!22 update to 4.4.14
From: @lyn1001 Reviewed-by: @wu-leilei Signed-off-by: @wu-leilei
This commit is contained in:
commit
a55eb770b8
@ -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)","")
|
||||
-
|
||||
|
||||
Binary file not shown.
10
nagios.spec
10
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 <thistleslyn@163.com> - 4.4.14-1
|
||||
- Update to 4.4.14
|
||||
|
||||
* Mon Aug 28 2023 chenchen <chen_aka_jan@163.com> - 4.4.13-2
|
||||
- fix %postun error
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user