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. 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