Add "Provides: monitoring_daemeon" on SUSE distributions

to allow Icinga2 being a replacement for compatible monitoring daemons
like Icinga 1 or Nagios.

This should make the installation of Icinga2 more user friendly on SUSE
distributions.

refs #6920
This commit is contained in:
Tim Hardeck 2014-08-14 17:35:42 +02:00 committed by Gunnar Beutner
parent 9ff424233f
commit 3d2d86d463
1 changed files with 1 additions and 0 deletions

View File

@ -84,6 +84,7 @@ Group: Applications/System
Requires: python-%{name} = %{version}
%if "%{_vendor}" == "suse"
PreReq: permissions
Provides: monitoring_daemon
Recommends: monitoring-plugins
%endif
BuildRequires: openssl-devel