From 2832516594cc148e444fe44945055b80c7e16a1a Mon Sep 17 00:00:00 2001 From: lauk001 Date: Fri, 17 Jun 2022 14:13:19 +0800 Subject: [PATCH] License compliance rectification --- python-flask-restful.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-flask-restful.spec b/python-flask-restful.spec index 5dd630a..25aa51a 100644 --- a/python-flask-restful.spec +++ b/python-flask-restful.spec @@ -1,8 +1,8 @@ Name: python-flask-restful Version: 0.3.8 -Release: 3 +Release: 4 Summary: Framework for creating REST APIs -License: BSD +License: BSD-3-Clause URL: https://www.github.com/flask-restful/flask-restful/ Source0: https://github.com/flask-restful/flask-restful/archive/%{version}.tar.gz @@ -43,6 +43,9 @@ rm -rf docs/_themes/.gitignore %{python3_sitelib}/* %changelog +* Fri Jun 17 2022 liukuo - 0.3.8-4 +- License compliance rectification + * Sat Jan 08 2022 shixuantong - 0.3.8-3 - remove python3-nose buildrequire and disable %check -- Gitee