mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-20 07:00:05 +01:00
rpm: disable ifcfg support in Fedora 41
https://fedoraproject.org/wiki/Changes/RemoveIfcfgSupportInNM https://bugzilla.redhat.com/show_bug.cgi?id=2296272 https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/merge_requests/1985
This commit is contained in:
parent
83a2595970
commit
777418dfd7
1 changed files with 2 additions and 2 deletions
|
|
@ -132,7 +132,7 @@
|
|||
%bcond_without default_ifcfg_rh
|
||||
%endif
|
||||
|
||||
%if 0%{?rhel} >= 10
|
||||
%if 0%{?rhel} >= 10 || 0%{?fedora} >= 41
|
||||
%bcond_with ifcfg_rh
|
||||
%bcond_with split_ifcfg_rh
|
||||
%elif 0%{?fedora} >= 36
|
||||
|
|
@ -149,7 +149,7 @@
|
|||
%bcond_with ifcfg_warning
|
||||
%endif
|
||||
|
||||
%if 0%{?fedora} >= 39
|
||||
%if %{with ifcfg_rh} && 0%{?fedora} >= 39
|
||||
%bcond_without ifcfg_migrate
|
||||
%else
|
||||
%bcond_with ifcfg_migrate
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue