Add dependencies for ipl and incubator
This commit is contained in:
parent
ecc142e99a
commit
2044422c91
|
@ -6,6 +6,9 @@
|
|||
|
||||
%global icingaweb_min_version 2.6.0
|
||||
|
||||
%global version_ipl 0.2.1
|
||||
%global version_incubator 0.2.0
|
||||
|
||||
Name: icingaweb2-module-%{module_name}
|
||||
Version: %{module_version}
|
||||
Release: %{revision}%{?dist}
|
||||
|
@ -22,6 +25,9 @@ BuildArch: noarch
|
|||
Requires: icingaweb2 >= %{icingaweb_min_version}
|
||||
Requires: php-Icinga >= %{icingaweb_min_version}
|
||||
|
||||
Requires: icingaweb2-module-ipl >= %{version_ipl}
|
||||
Requires: icingaweb2-module-incubator >= %{version_incubator}
|
||||
|
||||
%description
|
||||
Icinga Director has been designed to make Icinga 2 configuration handling easy.
|
||||
It tries to target two main audiences:
|
||||
|
|
Loading…
Reference in New Issue