rpm: make the ifcfg informational message available from RHEL 9

(cherry picked from commit 41b5831331)
This commit is contained in:
Ana Cabral 2022-05-27 20:05:07 +02:00 committed by Thomas Haller
parent 74e9ec0411
commit 4a219f149a
No known key found for this signature in database
GPG key ID: 29C2366E4DFC5728

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