diff --git a/python-paste.spec b/python-paste.spec index d7c9d8f..f7672ac 100644 --- a/python-paste.spec +++ b/python-paste.spec @@ -1,9 +1,9 @@ Name: python-paste Version: 3.5.0 -Release: 2 +Release: 3 Summary: Tools for using a Web Server Gateway Interface stack -License: MIT and ZPLv2.0 and Python and (AFL or MIT) and (MIT or ASL 2.0) +License: MIT and ZPLv2.0 and Python and (AFL-2.1 or MIT) and (MIT or ASL 2.0) URL: https://pythonpaste.readthedocs.io/en/latest/ Source0: https://files.pythonhosted.org/packages/source/P/Paste/Paste-%{version}.tar.gz @@ -64,6 +64,9 @@ popd %doc docs/* %changelog +* Thu Jul 28 2022 Chenyx - 3.5.0-3 +- License compliance rectification + * Fri May 6 2022 wuchaochao - 3.5.0-2 - remove BuildRequires python-nose