From 7d5fa50961d32149239f35a73a0617ce9fbb54ac Mon Sep 17 00:00:00 2001 From: "Benjamin A. Beasley" Date: Thu, 24 Jun 2021 07:55:15 -0400 Subject: [PATCH] Package CHANGELOG.md, README.rst, and TODO.rst --- python-sure.spec | 4 ++++ 1 file changed, 4 insertions(+) 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