mirror of https://github.com/Icinga/icinga2.git
commit
4bfd6f9e23
|
@ -84,6 +84,8 @@ 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
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: openssl-devel
|
BuildRequires: openssl-devel
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
|
@ -167,6 +169,9 @@ Group: Applications/System
|
||||||
BuildRequires: %{apachename}
|
BuildRequires: %{apachename}
|
||||||
Requires: %{apachename}
|
Requires: %{apachename}
|
||||||
Requires: %{name} = %{version}-%{release}
|
Requires: %{name} = %{version}-%{release}
|
||||||
|
%if "%{_vendor}" == "suse"
|
||||||
|
Recommends: icinga-www
|
||||||
|
%endif
|
||||||
Provides: icinga-classicui-config
|
Provides: icinga-classicui-config
|
||||||
Conflicts: icinga-gui-config
|
Conflicts: icinga-gui-config
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue