mirror of
https://git.icinga.com/packaging/rpm-icinga2.git
synced 2025-09-25 19:09:35 +02:00
icinga2: Allow SLES 11.4 builds without monitoring-plugins
This commit is contained in:
parent
a57beb2557
commit
f9ea45aef3
@ -160,8 +160,12 @@ Requires(post): shadow
|
||||
# Coreutils is added because of autoyast problems reported
|
||||
Requires(pre): coreutils
|
||||
Requires(post): coreutils
|
||||
%if 0%{?suse_version} >= 1200
|
||||
BuildRequires: monitoring-plugins-common
|
||||
Requires: monitoring-plugins-common
|
||||
%else
|
||||
Recommends: monitoring-plugins-common
|
||||
%endif
|
||||
Recommends: logrotate
|
||||
%endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user