]> git.proxmox.com Git - ovs.git/commitdiff
fedora.rst, rhel.rst: Fix broken build.
authorBen Pfaff <blp@ovn.org>
Fri, 1 Dec 2017 20:55:11 +0000 (12:55 -0800)
committerBen Pfaff <blp@ovn.org>
Fri, 1 Dec 2017 20:55:21 +0000 (12:55 -0800)
This fixes several "ERROR: Unexpected indentation" messages from the
docs-check target.

Signed-off-by: Ben Pfaff <blp@ovn.org>
Documentation/intro/install/fedora.rst
Documentation/intro/install/rhel.rst

index 70cebfb16ffd7a73c9b6a9348b8eacff14d3620d..8d10338aa6d242d6ea11a17d1db94dca8448b1e4 100644 (file)
@@ -57,19 +57,19 @@ Then it is necessary to install Open vSwitch specific build dependencies.
 The dependencies are listed in the SPEC file, but first it is necessary
 to replace the VERSION tag to be a valid SPEC.
 
-The command below will create a temporary SPEC file:
-::
+The command below will create a temporary SPEC file::
+
     $ sed -e 's/@VERSION@/0.0.1/' rhel/openvswitch-fedora.spec.in \
       > /tmp/ovs.spec
 
 And to install specific dependencies, use the corresponding tool below.
 
-DNF:
-::
+DNF::
+
     $ dnf builddep /tmp/ovs.spec
 
-YUM:
-::
+YUM::
+
     $ yum-builddep /tmp/ovs.spec
 
 Once that is completed, remove the file ``/tmp/ovs.spec``.
index 184089e89586af39e1a60fef882eae0c9461fd6c..f8b26069fe589c88fb69594ba4ae85c072c847dc 100644 (file)
@@ -71,20 +71,20 @@ Build Requirements
 ------------------
 
 You will need to install all required packages to build the RPMs.
-The command below will install RPM tools and generic build dependencies:
-::
+The command below will install RPM tools and generic build dependencies::
+
     $ yum install @'Development Tools' rpm-build yum-utils
 
 Then it is necessary to install Open vSwitch specific build dependencies.
 The dependencies are listed in the SPEC file, but first it is necessary
 to replace the VERSION tag to be a valid SPEC.
 
-The command below will create a temporary SPEC file:
-::
+The command below will create a temporary SPEC file::
+
     $ sed -e 's/@VERSION@/0.0.1/' rhel/openvswitch.spec.in > /tmp/ovs.spec
 
-And to install specific dependencies, use yum-builddep tool:
-::
+And to install specific dependencies, use yum-builddep tool::
+
     $ yum-builddep /tmp/ovs.spec
 
 Once that is completed, remove the file ``/tmp/ovs.spec``.