rpm: make the ifcfg informational message available from RHEL 9

This commit is contained in:
Ana Cabral 2022-05-27 20:05:07 +02:00
parent 9d8a2d1ba0
commit 41b5831331

View file

@ -161,9 +161,13 @@
%if 0%{?rhel} > 9 || 0%{?fedora} > 35
%global split_ifcfg_rh 1
%global ifcfg_warning 1
%else
%global split_ifcfg_rh 0
%endif
%if 0%{?rhel} > 8 || 0%{?fedora} > 35
%global ifcfg_warning 1
%else
%global ifcfg_warning 0
%endif