mirror of https://github.com/Icinga/icinga2.git
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:
parent
9ff424233f
commit
3d2d86d463
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue