summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorGreg Rose <gvrose8192@gmail.com>2018-01-18 14:16:52 -0800
committerBen Pfaff <blp@ovn.org>2018-01-18 14:46:53 -0800
commite3882e4df1ca57e0b671cabd3f8633bd8964f211 (patch)
treefcbe6bc4066b66c64da73bd7be8a25a0c1023d8c /Documentation
parent68c5c73b09e46da0b129a79d702e463f32b0e8dc (diff)
downloadopenvswitch-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')
-rw-r--r--Documentation/intro/install/fedora.rst5
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::