contrib/rpm: fix invalid %if condition for building on RHEL

Fixes: 5ef81dc0fb
This commit is contained in:
Thomas Haller 2018-09-04 09:54:24 +02:00
parent 4b5680898f
commit c25d54d0fd

View file

@ -101,7 +101,7 @@
%global with_modem_manager_1 0
%endif
%if 0%{fedora} || 0%{?rhel} <= 7
%if 0%{?fedora} || 0%{?rhel} <= 7
%global dhcp_default dhclient
%else
%global dhcp_default internal