From 80f82f80d858cbe5c235a42ed85a77d6e58c9341 Mon Sep 17 00:00:00 2001 From: vincent Van der Kussen Date: Mon, 21 Jan 2013 15:22:12 +0100 Subject: [PATCH 1/3] added info of required packages to build rpms --- docsite/rst/gettingstarted.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docsite/rst/gettingstarted.rst b/docsite/rst/gettingstarted.rst index 2a33973ad29..2d81d96f98b 100644 --- a/docsite/rst/gettingstarted.rst +++ b/docsite/rst/gettingstarted.rst @@ -115,8 +115,8 @@ systems that contain python 2.4 or higher. # install the epel-release RPM if needed on CentOS, RHEL, or Scientific Linux $ sudo yum install ansible -You can also use the ``make rpm`` command to build an RPM you can -distribute and install: +You can also use the ``make rpm`` command to build an RPM you can distribute and install. +Make sure you've ``rpmbuild`` and ``make`` installed. .. code-block:: bash From 614826bcda8065a1354c08284de10583e50a4c44 Mon Sep 17 00:00:00 2001 From: Vincent Van der Kussen Date: Mon, 21 Jan 2013 15:28:16 +0100 Subject: [PATCH 2/3] Fixed my typo and forgot a package --- docsite/rst/gettingstarted.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docsite/rst/gettingstarted.rst b/docsite/rst/gettingstarted.rst index 2d81d96f98b..d6e29f395ed 100644 --- a/docsite/rst/gettingstarted.rst +++ b/docsite/rst/gettingstarted.rst @@ -116,7 +116,7 @@ systems that contain python 2.4 or higher. $ sudo yum install ansible You can also use the ``make rpm`` command to build an RPM you can distribute and install. -Make sure you've ``rpmbuild`` and ``make`` installed. +Make sure you've ``rpm-build`` ``make`` and ``python2-devel`` installed. .. code-block:: bash From 4af54e8a3bd2dd14cd7aedab460bd07c5b207fa6 Mon Sep 17 00:00:00 2001 From: Vincent Van der Kussen Date: Mon, 21 Jan 2013 20:49:43 +0100 Subject: [PATCH 3/3] stylistic change. --- docsite/rst/gettingstarted.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docsite/rst/gettingstarted.rst b/docsite/rst/gettingstarted.rst index d6e29f395ed..c95d4565097 100644 --- a/docsite/rst/gettingstarted.rst +++ b/docsite/rst/gettingstarted.rst @@ -116,7 +116,7 @@ systems that contain python 2.4 or higher. $ sudo yum install ansible You can also use the ``make rpm`` command to build an RPM you can distribute and install. -Make sure you've ``rpm-build`` ``make`` and ``python2-devel`` installed. +Make sure you have ``rpm-build``, ``make``, and ``python2-devel`` installed. .. code-block:: bash