From cc8760ac305c17b094bb37aba892855da8197705 Mon Sep 17 00:00:00 2001 From: xigaoxinyan Date: Tue, 10 May 2022 16:08:50 +0800 Subject: [PATCH] License compliance rectification --- python-flask-multistatic.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-flask-multistatic.spec b/python-flask-multistatic.spec index 9e59fee..87455f6 100644 --- a/python-flask-multistatic.spec +++ b/python-flask-multistatic.spec @@ -4,10 +4,10 @@ Name: python-flask-multistatic Version: 1.0 -Release: 1 +Release: 2 Summary: %{sum} -License: BSD +License: GPL-3.0-only URL: https://pagure.io/flask-multistatic/ Source0: https://pypi.python.org/packages/source/f/flask-multistatic/flask-multistatic-%{version}.tar.gz BuildArch: noarch @@ -56,5 +56,8 @@ rm -rf %{modname}.egg-info %changelog +* Tue May 10 2022 xigaoxinyan - 1.0-2 +- License compliance rectification + * Fri Jul 02 2021 liufeng - 1.0-1 - initial package. -- Gitee