mirror of
https://git.icinga.com/packaging/rpm-icinga2.git
synced 2025-09-24 18:48:01 +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 _libexecdir %{_prefix}/lib/
|
||||||
%define plugindir %{_libdir}/nagios/plugins
|
%define plugindir %{_libdir}/nagios/plugins
|
||||||
|
%undefine _missing_build_ids_terminate_build
|
||||||
|
|
||||||
%if "%{_vendor}" == "redhat"
|
%if "%{_vendor}" == "redhat"
|
||||||
%define apachename httpd
|
%define apachename httpd
|
||||||
@ -148,6 +149,7 @@ BuildRequires: openssl-devel
|
|||||||
BuildRequires: bison
|
BuildRequires: bison
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
BuildRequires: flex >= 2.5.35
|
BuildRequires: flex >= 2.5.35
|
||||||
|
BuildRequires: golang-bin
|
||||||
BuildRequires: make
|
BuildRequires: make
|
||||||
|
|
||||||
%if "%{_vendor}" == "suse"
|
%if "%{_vendor}" == "suse"
|
||||||
@ -774,6 +776,7 @@ fi
|
|||||||
%dir %{_libdir}/%{name}/sbin
|
%dir %{_libdir}/%{name}/sbin
|
||||||
%{_libdir}/%{name}/sbin/%{name}
|
%{_libdir}/%{name}/sbin/%{name}
|
||||||
%{plugindir}/check_nscp_api
|
%{plugindir}/check_nscp_api
|
||||||
|
%{_sbindir}/%{name}-procmgr
|
||||||
%{_datadir}/%{name}
|
%{_datadir}/%{name}
|
||||||
%exclude %{_datadir}/%{name}/include
|
%exclude %{_datadir}/%{name}/include
|
||||||
%{_mandir}/man8/%{name}.8.gz
|
%{_mandir}/man8/%{name}.8.gz
|
||||||
|
Loading…
x
Reference in New Issue
Block a user