mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-08 10:08:05 +02:00
rpm: disable team support in future versions of RHEL
This commit is contained in:
parent
37d23888cb
commit
bc73478a49
1 changed files with 4 additions and 0 deletions
|
|
@ -56,7 +56,11 @@
|
||||||
%bcond_without adsl
|
%bcond_without adsl
|
||||||
%bcond_without bluetooth
|
%bcond_without bluetooth
|
||||||
%bcond_without wwan
|
%bcond_without wwan
|
||||||
|
%if 0%{?rhel} >= 10
|
||||||
|
%bcond_with team
|
||||||
|
%else
|
||||||
%bcond_without team
|
%bcond_without team
|
||||||
|
%endif
|
||||||
%bcond_without wifi
|
%bcond_without wifi
|
||||||
%bcond_without ovs
|
%bcond_without ovs
|
||||||
%bcond_without ppp
|
%bcond_without ppp
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue