mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-28 16:14:09 +02:00
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}
|
Requires: python-%{name} = %{version}
|
||||||
%if "%{_vendor}" == "suse"
|
%if "%{_vendor}" == "suse"
|
||||||
PreReq: permissions
|
PreReq: permissions
|
||||||
|
Provides: monitoring_daemon
|
||||||
Recommends: monitoring-plugins
|
Recommends: monitoring-plugins
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: openssl-devel
|
BuildRequires: openssl-devel
|
||||||
|
Loading…
x
Reference in New Issue
Block a user