contrib/rpm: fix invalid %if condition for building on RHEL
Fixes: 5ef81dc0fb
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user