From 907db2570cf9ae1e68371f9139406eb59dee45ec Mon Sep 17 00:00:00 2001 From: "Benjamin A. Beasley" Date: Thu, 24 Jun 2021 07:54:22 -0400 Subject: [PATCH] Properly mark the license file --- python-sure.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/python-sure.spec b/python-sure.spec index b192520..0698ed6 100644 --- a/python-sure.spec +++ b/python-sure.spec @@ -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 - 1.4.11-13 - Rebuilt for Python 3.10