[ovs-dev] [PATCH] Documentation: Document optional RHEL7 repositories

Greg Rose gvrose8192 at gmail.com
Wed Jan 17 21:24:21 UTC 2018


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 at gmail.com>
---
 Documentation/intro/install/fedora.rst | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/Documentation/intro/install/fedora.rst b/Documentation/intro/install/fedora.rst
index 8d10338..fd010f1 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 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::
 
-- 
1.8.3.1



More information about the dev mailing list