automatic version update by autodist [release 4.4.7-1mamba;Mon Apr 18 2022]
This commit is contained in:
parent
c2d89c9551
commit
95dcdbae9b
13
nagios.spec
13
nagios.spec
@ -3,7 +3,7 @@
|
||||
%define cmdgrp nagioscmd
|
||||
|
||||
Name: nagios
|
||||
Version: 4.4.6
|
||||
Version: 4.4.7
|
||||
Release: 1mamba
|
||||
Summary: An Open Source host, service and network monitoring program
|
||||
Group: Network/Monitoring
|
||||
@ -26,6 +26,7 @@ BuildRequires: glibc-devel
|
||||
BuildRequires: libgd-devel
|
||||
BuildRequires: libjpeg-devel
|
||||
BuildRequires: libltdl-devel
|
||||
BuildRequires: libopenssl-devel
|
||||
BuildRequires: libpng-devel
|
||||
BuildRequires: libz-devel
|
||||
## AUTOBUILDREQ-END
|
||||
@ -96,6 +97,7 @@ This package provides include files that Nagios-related applications may compile
|
||||
--enable-nanosleep \
|
||||
--with-init-type=systemd \
|
||||
--with-inetd-type=systemd \
|
||||
--with-initdir=%{_unitdir} \
|
||||
--with-cgiurl=/%{name}/cgi-bin \
|
||||
--with-htmlurl=/%{name} \
|
||||
--with-httpd_conf=%{_sysconfdir}/httpd/httpd.d \
|
||||
@ -196,9 +198,9 @@ chmod 755 %{buildroot}%{_libdir}/nagios/cgi-bin/*
|
||||
# Create conf.d directory
|
||||
install -d %{buildroot}%{_sysconfdir}/nagios/conf.d
|
||||
|
||||
# install service file
|
||||
install -D -m0644 %{SOURCE2} %{buildroot}%{_unitdir}/nagios.service
|
||||
rm -f %{buildroot}%{_initrddir}/nagios
|
||||
## install service file
|
||||
#install -D -m0644 %{SOURCE2} %{buildroot}%{_unitdir}/nagios.service
|
||||
#rm -f %{buildroot}%{_initrddir}/nagios
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
||||
@ -301,6 +303,9 @@ exit 0
|
||||
%{_libdir}/nagios/libnagios.a
|
||||
|
||||
%changelog
|
||||
* Mon Apr 18 2022 Automatic Build System <autodist@mambasoft.it> 4.4.7-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Mar 07 2021 Automatic Build System <autodist@mambasoft.it> 4.4.6-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user