mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-26 23:24:09 +02:00
Recommend related packages on SUSE distributions
These packages are installed by default but they are not required so there is no error if they are missing. This should make the installation of Icinga2 more user friendly on SUSE distributions. refs #6920
This commit is contained in:
parent
96e23aa1c7
commit
9ff424233f
@ -83,7 +83,8 @@ Group: Applications/System
|
||||
|
||||
Requires: python-%{name} = %{version}
|
||||
%if "%{_vendor}" == "suse"
|
||||
PreReq: permissions
|
||||
PreReq: permissions
|
||||
Recommends: monitoring-plugins
|
||||
%endif
|
||||
BuildRequires: openssl-devel
|
||||
BuildRequires: gcc-c++
|
||||
@ -167,6 +168,9 @@ Group: Applications/System
|
||||
BuildRequires: %{apachename}
|
||||
Requires: %{apachename}
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
%if "%{_vendor}" == "suse"
|
||||
Recommends: icinga-www
|
||||
%endif
|
||||
Provides: icinga-classicui-config
|
||||
Conflicts: icinga-gui-config
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user