diff options
author | Greg Rose <gvrose8192@gmail.com> | 2018-01-18 14:16:52 -0800 |
---|---|---|
committer | Ben Pfaff <blp@ovn.org> | 2018-01-18 14:46:53 -0800 |
commit | e3882e4df1ca57e0b671cabd3f8633bd8964f211 (patch) | |
tree | fcbe6bc4066b66c64da73bd7be8a25a0c1023d8c /Documentation/intro/install/fedora.rst | |
parent | 68c5c73b09e46da0b129a79d702e463f32b0e8dc (diff) | |
download | openvswitch-e3882e4df1ca57e0b671cabd3f8633bd8964f211.tar.gz |
Documentation: Document optional RHEL7 repositories
On minimal install RHEL 7 servers (and perhaps other types of installs)
you need to enable a couple of optional repositories for the yum-builddep
utility to work correctly. This patch documents those two optional
repositories.
Signed-off-by: Greg Rose <gvrose8192@gmail.com>
Signed-off-by: Ben Pfaff <blp@ovn.org>
Diffstat (limited to 'Documentation/intro/install/fedora.rst')
-rw-r--r-- | Documentation/intro/install/fedora.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/intro/install/fedora.rst b/Documentation/intro/install/fedora.rst index 8d10338aa..ff9326fbc 100644 --- a/Documentation/intro/install/fedora.rst +++ b/Documentation/intro/install/fedora.rst @@ -63,6 +63,11 @@ The command below will create a temporary SPEC file:: > /tmp/ovs.spec And to install specific dependencies, use the corresponding tool below. +For some of the dependencies on RHEL you may need to add two additional +repositories to help yum-builddep. + +subscription-manager repos --enable=rhel-7-server-extras-rpms +subscription-manager repos --enable=rhel-7-server-optional-rpms DNF:: |