Skip to content

Commit

Permalink
Documentation: Document optional RHEL7 repositories
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
gvrose8192 authored and blp committed Jan 18, 2018
1 parent 68c5c73 commit e3882e4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Documentation/intro/install/fedora.rst
Expand Up @@ -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::

Expand Down

0 comments on commit e3882e4

Please sign in to comment.