From bc4b4b673d3621f816c0f08700f210fa83ee4374 Mon Sep 17 00:00:00 2001 From: Michael Vincerra Date: Tue, 31 Jul 2018 12:07:02 -0700 Subject: [PATCH 1/2] Fixes typo in the `include` directive. Signed-off-by: Michael Vincerra --- source/clear-linux/guides/maintenance/autospec.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/clear-linux/guides/maintenance/autospec.rst b/source/clear-linux/guides/maintenance/autospec.rst index 29ed5da7..dd4dd2d7 100644 --- a/source/clear-linux/guides/maintenance/autospec.rst +++ b/source/clear-linux/guides/maintenance/autospec.rst @@ -68,9 +68,9 @@ Create a RPM with autospec ************************** .. include:: ../../concepts/autospec-about.rst - :Start-after: incl-autospec-overview: + :start-after: incl-autospec-overview: :end-before: incl-autospec-overview-end: - + For a detailed explanation of how ``autospec`` works on |CL|, visit our :ref:`autospec-about` about page. For a general understanding of how RPMs work, we recommend visiting the `rpm website`_ or the From 30c9a191845c95960410930f694c1ac04d7ebb98 Mon Sep 17 00:00:00 2001 From: Michael Vincerra Date: Wed, 1 Aug 2018 10:03:05 -0700 Subject: [PATCH 2/2] Corrects missing punctuation and corrects header on Overivew Signed-off-by: Michael Vincerra --- source/clear-linux/concepts/autospec-about.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/clear-linux/concepts/autospec-about.rst b/source/clear-linux/concepts/autospec-about.rst index a314514c..6b1c3bc3 100644 --- a/source/clear-linux/concepts/autospec-about.rst +++ b/source/clear-linux/concepts/autospec-about.rst @@ -6,7 +6,7 @@ Autospec .. _incl-autospec-overview: Overview --------- +******** Whereas a standard RPM build process using ``rpmbuild`` requires a tarball and ``spec`` file to start, ``autospec`` only requires a tarball and package @@ -32,7 +32,7 @@ file. For a comprehensive list of control files, view the `autospec readme`_. -.. _incl-autospec-overview-end +.. _incl-autospec-overview-end: Control files are explained in Table 1.