Remove NetworkManager libteam dependency for rhel-10+ versions
Related: RHEL-24693
This commit is contained in:
parent
ac82632dff
commit
2d2f70f74f
@ -6,7 +6,7 @@
|
||||
%global epoch_version 1
|
||||
%global real_version 1.47.5
|
||||
%global rpm_version %{real_version}
|
||||
%global release_version 1
|
||||
%global release_version 2
|
||||
%global snapshot %{nil}
|
||||
%global git_sha %{nil}
|
||||
%global bcond_default_debug 0
|
||||
@ -44,7 +44,11 @@
|
||||
%bcond_without adsl
|
||||
%bcond_without bluetooth
|
||||
%bcond_without wwan
|
||||
%if 0%{?rhel} >= 10
|
||||
%bcond_with team
|
||||
%else
|
||||
%bcond_without team
|
||||
%endif
|
||||
%bcond_without wifi
|
||||
%bcond_without ovs
|
||||
%bcond_without ppp
|
||||
|
Loading…
Reference in New Issue
Block a user