mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-27 01:10:08 +01:00
contrib/rpm: don't depend NetworkManager-ovs package on openvswitch on RHEL
On RHEL, openvswitch package is not in the base set of packages. Hence, we cannot depend NetworkManager-ovs package on openvswitch. This isn't really a problem, because NetworkManager's OVS plugin must anyway behave graceful when openvswich service is not running or not available. It only means, that a user who wants to use the OVS plugin needs to explicitly install the openvswitch package. https://bugzilla.redhat.com/show_bug.cgi?id=1629178 https://bugzilla.redhat.com/show_bug.cgi?id=1633190 (cherry picked from commit669bd33022) (cherry picked from commitf92d2d7766)
This commit is contained in:
parent
e511f72458
commit
691d5273f1
1 changed files with 2 additions and 0 deletions
|
|
@ -298,7 +298,9 @@ devices.
|
|||
Summary: Open vSwitch device plugin for NetworkManager
|
||||
Group: System Environment/Base
|
||||
Requires: %{name}%{?_isa} = %{epoch}:%{version}-%{release}
|
||||
%if 0%{?rhel} == 0
|
||||
Requires: openvswitch
|
||||
%endif
|
||||
|
||||
%description ovs
|
||||
This package contains NetworkManager support for Open vSwitch bridges.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue