Skip to content
Snippets Groups Projects
Commit d6883cef authored by Alexander A. Klimov's avatar Alexander A. Klimov :sunglasses:
Browse files

Handle the Go process manager

parent 6d80e958
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment