Properly mark the license file

This commit is contained in:
Benjamin A. Beasley 2021-06-24 07:54:22 -04:00
parent 2064ae984b
commit 907db2570c

View File

@ -57,7 +57,7 @@ heavily inspired by should.js.
%files -n python3-%{srcname}
%doc COPYING
%license COPYING
%{python3_sitelib}/%{srcname}/
%{python3_sitelib}/%{srcname}-%{version}-py%{python3_version}.egg-info/
@ -70,6 +70,7 @@ heavily inspired by should.js.
%%check; we are not quite ready to remove the nose BR, however
- Drop manual Requires on python3-six; it will be generated from metadata
- Drop obsolete %%python_provide macro
- Properly mark the license file
* Wed Jun 02 2021 Python Maint <python-maint@redhat.com> - 1.4.11-13
- Rebuilt for Python 3.10