summaryrefslogtreecommitdiff
path: root/packaging/rpm
diff options
context:
space:
mode:
authorStephen Weber <mordel@gmail.com>2018-04-06 12:38:40 -0700
committerToshio Kuratomi <a.badger@gmail.com>2018-04-06 12:38:40 -0700
commit7afa34ae8a89bbcd0f4b0d0134cca387cb080c86 (patch)
tree15fddd88b767b9621e27b82173c4e0e4bd00531f /packaging/rpm
parentf1b63f435ec15a35180951009e44d16e459dd07f (diff)
downloadansible-7afa34ae8a89bbcd0f4b0d0134cca387cb080c86.tar.gz
Convert README from Markdown to ReStructured Text and use as longdesc (#22330)
* Convert README from Markdown to ReStructured Text and use as longdesc Discussion in #13758 led to deciding to switch README to rst and having setup.py consume it as the long_description. * Fix long string in setup.py for pep8 compliance * Open README.rst as read-only * Update usages of root README.md to README.rst Unsure about the file ./packaging/debian/docs as it (only) contains the text README.md. I believe it's referencing ./packaging/debian/README.md but maybe someone who knows debian packaging could review it? * Pick up fixes that had been merged into README.md after the initial conversion to rst
Diffstat (limited to 'packaging/rpm')
-rw-r--r--packaging/rpm/ansible.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/rpm/ansible.spec b/packaging/rpm/ansible.spec
index f0d14192a9..458fde50c3 100644
--- a/packaging/rpm/ansible.spec
+++ b/packaging/rpm/ansible.spec
@@ -131,7 +131,7 @@ rm -rf %{buildroot}
%{_bindir}/ansible*
%dir %{_datadir}/ansible
%config(noreplace) %{_sysconfdir}/ansible
-%doc README.md PKG-INFO COPYING CHANGELOG.md
+%doc README.rst PKG-INFO COPYING CHANGELOG.md
%doc %{_mandir}/man1/ansible*
%changelog