diff --git a/python-sure.spec b/python-sure.spec index a4f8ab5..8a9110d 100644 --- a/python-sure.spec +++ b/python-sure.spec @@ -2,7 +2,7 @@ Name: python-%{srcname} Version: 1.4.11 -Release: 14%{?dist} +Release: 15%{?dist} Summary: Idiomatic assertion toolkit with human-friendly failure messages License: GPLv3+ @@ -98,6 +98,7 @@ env PYTHONPATH="${PWD}" %make_build -C docs/ html SPHINXOPTS='%{?_smp_mflags}' %files doc +%license COPYING %doc CHANGELOG.md %doc README.rst %doc TODO.rst @@ -105,6 +106,9 @@ env PYTHONPATH="${PWD}" %make_build -C docs/ html SPHINXOPTS='%{?_smp_mflags}' %changelog +* Thu Jun 24 2021 Benjamin A. Beasley - 1.4.11-15 +- Add license file to new -doc subpackage + * Wed Jun 23 2021 Benjamin A. Beasley - 1.4.11-14 - Rename %%pypi_name to %%srcname - Switch to GitHub tarball, which includes docs/