icinga2: Correct SUSE version detection

This commit is contained in:
Markus Frosch 2017-10-02 10:03:16 +02:00
parent 82d917c90c
commit cb56f1a8a4
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@
%define apachegroup www
%if 0%{?suse_version} >= 1310
%define use_systemd 1
%if 0%{?suse_version} >= 120200 && 0%{?is_opensuse}
%if 0%{?leap_version} >= 420100
# for installing limits.conf on systemd >= 228
%define configure_systemd_limits 1
%else