diff --git a/python-sure.spec b/python-sure.spec index 0698ed6..a36d177 100644 --- a/python-sure.spec +++ b/python-sure.spec @@ -58,6 +58,9 @@ heavily inspired by should.js. %files -n python3-%{srcname} %license COPYING +%doc CHANGELOG.md +%doc README.rst +%doc TODO.rst %{python3_sitelib}/%{srcname}/ %{python3_sitelib}/%{srcname}-%{version}-py%{python3_version}.egg-info/ @@ -71,6 +74,7 @@ heavily inspired by should.js. - Drop manual Requires on python3-six; it will be generated from metadata - Drop obsolete %%python_provide macro - Properly mark the license file +- Package CHANGELOG.md, README.rst, and TODO.rst * Wed Jun 02 2021 Python Maint - 1.4.11-13 - Rebuilt for Python 3.10