From 85dd899c83966c0d2b383b61b4fef7a01157c6d3 Mon Sep 17 00:00:00 2001 From: Michael Vincerra Date: Mon, 16 Jul 2018 15:10:37 -0700 Subject: [PATCH] Adds two missing values to code-blocks; revises intro paragraph. Signed-off-by: Michael Vincerra --- source/clear-linux/guides/maintenance/autospec.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/source/clear-linux/guides/maintenance/autospec.rst b/source/clear-linux/guides/maintenance/autospec.rst index a15b6ba9..8c065fd4 100644 --- a/source/clear-linux/guides/maintenance/autospec.rst +++ b/source/clear-linux/guides/maintenance/autospec.rst @@ -5,8 +5,8 @@ Build RPMs with autospec This guide shows you how to create RPMs with :ref:`autospec ` , a tool that assists in automated creation and maintenance of RPM packaging -on |CLOSIA|. Additionally, you will use the RPMs to create bundles using -:ref:`mixer `. +on |CLOSIA|. Additionally, you learn how to use these RPMs to create bundles +with :ref:`mixer `. Prerequisites ************* @@ -148,13 +148,13 @@ method assumes that a spec file already exists. In this example, we run a #. Navigate to the ``dmidecode`` package in clearlinux: - .. code-block:: + .. code-block:: bash cd ~/clearlinux/packages/dmidecode/ #. To download the tarball and build, run the command: - .. code-block:: + .. code-block:: bash make build