mirror of
https://git.icinga.com/packaging/rpm-icinga2.git
synced 2025-09-23 18:17:50 +02:00
Handle the Go process manager
This commit is contained in:
parent
6d80e958aa
commit
d6883cef50
@ -12,6 +12,7 @@
|
||||
|
||||
%define _libexecdir %{_prefix}/lib/
|
||||
%define plugindir %{_libdir}/nagios/plugins
|
||||
%undefine _missing_build_ids_terminate_build
|
||||
|
||||
%if "%{_vendor}" == "redhat"
|
||||
%define apachename httpd
|
||||
@ -148,6 +149,7 @@ BuildRequires: openssl-devel
|
||||
BuildRequires: bison
|
||||
BuildRequires: cmake
|
||||
BuildRequires: flex >= 2.5.35
|
||||
BuildRequires: golang-bin
|
||||
BuildRequires: make
|
||||
|
||||
%if "%{_vendor}" == "suse"
|
||||
@ -774,6 +776,7 @@ fi
|
||||
%dir %{_libdir}/%{name}/sbin
|
||||
%{_libdir}/%{name}/sbin/%{name}
|
||||
%{plugindir}/check_nscp_api
|
||||
%{_sbindir}/%{name}-procmgr
|
||||
%{_datadir}/%{name}
|
||||
%exclude %{_datadir}/%{name}/include
|
||||
%{_mandir}/man8/%{name}.8.gz
|
||||
|
Loading…
x
Reference in New Issue
Block a user