[ovs-dev] [PATCH] Documentation: Fix rendering of extra repo info for RHEL 8

Gregory Rose gvrose8192 at gmail.com
Tue Nov 3 16:36:37 UTC 2020



On 11/3/2020 2:12 AM, Timothy Redaelli wrote:
> In commit a82083ee3091 ("Documentation: Add extra repo info for RHEL 8")
> a newline was missing to correctly generate the code block to add
> codeready-builder repository.
> 
> This commit adds the missing newline to correctly generate the code block
> with the RHEL 8 codeready-builder instructions.
> 
> Fixes: a82083ee3091 ("Documentation: Add extra repo info for RHEL 8")
> Cc: gvrose8192 at gmail.com
> Signed-off-by: Timothy Redaelli <tredaelli at redhat.com>
> ---
>   Documentation/intro/install/fedora.rst | 1 +
>   1 file changed, 1 insertion(+)
> 
> diff --git a/Documentation/intro/install/fedora.rst b/Documentation/intro/install/fedora.rst
> index e5324e1df..4a2f3507c 100644
> --- a/Documentation/intro/install/fedora.rst
> +++ b/Documentation/intro/install/fedora.rst
> @@ -70,6 +70,7 @@ repositories to help yum-builddep, e.g.::
>       $ subscription-manager repos --enable=rhel-7-server-optional-rpms
>   
>   or for RHEL 8::
> +
>       $ subscription-manager repos \
>         --enable=codeready-builder-for-rhel-8-x86_64-rpms
>   
> 

I'd never noticed that.

Thanks!

Acked-by: Greg Rose <gvrose8192 at gmail.com>


More information about the dev mailing list