Skip to content

Commit

Permalink
docs: To build OVS on RHEL7 EPEL is needed
Browse files Browse the repository at this point in the history
Since Python 3 is now mandatory, Extra Packages for Enterprise Linux
(EPEL) repository is needed in order to build OVS on RHEL7.

Signed-off-by: Timothy Redaelli <tredaelli@redhat.com>
Signed-off-by: Ben Pfaff <blp@ovn.org>
  • Loading branch information
drizzt authored and blp committed Oct 25, 2019
1 parent 54e2bae commit 9e334d9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Documentation/intro/install/fedora.rst
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,12 @@ 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
For some of the dependencies on RHEL 7 you may need to add three additional
repositories to help yum-builddep, e.g.::

$ subscription-manager repos --enable=rhel-7-server-extras-rpms
$ subscription-manager repos --enable=rhel-7-server-optional-rpms
$ yum install https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm

DNF::

Expand Down

0 comments on commit 9e334d9

Please sign in to comment.