diff mbox series

[ovs-dev,V2] Documentation: Document optional RHEL7 repositories

Message ID 1516313812-28159-1-git-send-email-gvrose8192@gmail.com
State Accepted
Headers show
Series [ovs-dev,V2] Documentation: Document optional RHEL7 repositories | expand

Commit Message

Gregory Rose Jan. 18, 2018, 10:16 p.m. UTC
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>
---

V2 - Include suggested edits to V1
---
 Documentation/intro/install/fedora.rst | 5 +++++
 1 file changed, 5 insertions(+)

Comments

Ben Pfaff Jan. 18, 2018, 10:51 p.m. UTC | #1
On Thu, Jan 18, 2018 at 02:16:52PM -0800, Greg Rose wrote:
> 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>
> ---
> 
> V2 - Include suggested edits to V1

Thanks, applied to master and branch-2.9.
Gregory Rose Jan. 18, 2018, 10:54 p.m. UTC | #2
On 1/18/2018 2:51 PM, Ben Pfaff wrote:
> On Thu, Jan 18, 2018 at 02:16:52PM -0800, Greg Rose wrote:
>> 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>
>> ---
>>
>> V2 - Include suggested edits to V1
> Thanks, applied to master and branch-2.9.

Thanks Ben!
diff mbox series

Patch

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