mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-06 18:28:03 +02: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 commit 669bd33022)
This commit is contained in:
parent
bbef6cf44a
commit
f92d2d7766
1 changed files with 2 additions and 0 deletions
|
|
@ -309,7 +309,9 @@ devices.
|
||||||
Summary: Open vSwitch device plugin for NetworkManager
|
Summary: Open vSwitch device plugin for NetworkManager
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
Requires: %{name}%{?_isa} = %{epoch}:%{version}-%{release}
|
Requires: %{name}%{?_isa} = %{epoch}:%{version}-%{release}
|
||||||
|
%if 0%{?rhel} == 0
|
||||||
Requires: openvswitch
|
Requires: openvswitch
|
||||||
|
%endif
|
||||||
|
|
||||||
%description ovs
|
%description ovs
|
||||||
This package contains NetworkManager support for Open vSwitch bridges.
|
This package contains NetworkManager support for Open vSwitch bridges.
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue