From a9c6e531ac95f23b25250fe8050b5822a906b31e Mon Sep 17 00:00:00 2001 From: penelope Date: Wed, 11 May 2022 14:57:11 +0800 Subject: [PATCH] License compliance rectification --- python-cherrypy.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-cherrypy.spec b/python-cherrypy.spec index 752516b..112d1d4 100644 --- a/python-cherrypy.spec +++ b/python-cherrypy.spec @@ -1,9 +1,9 @@ %global _empty_manifest_terminate_build 0 Name: python-cherrypy Version: 18.6.0 -Release: 1 +Release: 2 Summary: Object-Oriented HTTP framework -License: BSD +License: BSD-3-Clause URL: https://www.cherrypy.org Source0: https://files.pythonhosted.org/packages/f5/f0/72f632c9503f1ffd765561e0e18eba19de746bddebe615deb699c210be60/CherryPy-18.6.0.tar.gz BuildArch: noarch @@ -101,6 +101,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Wed May 11 2022 yangping - 18.6.0-2 +- License compliance rectification + * Mon Nov 16 2020 caodongxia - 18.6.0-1 - update to remove python2 subPackage