From 19b0b869222b81b702117a3704028748d2c53eba Mon Sep 17 00:00:00 2001 From: baizg1107 Date: Tue, 10 May 2022 18:37:44 +0800 Subject: [PATCH] License compliance rectification --- python-click.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-click.spec b/python-click.spec index 75ab8f2..3e0911a 100644 --- a/python-click.spec +++ b/python-click.spec @@ -1,9 +1,9 @@ %global _empty_manifest_terminate_build 0 Name: python-click Version: 7.1.2 -Release: 1 +Release: 2 Summary: Composable command line interface toolkit -License: BSD +License: BSD-3-Clause URL: https://palletsprojects.com/p/click/ Source0: https://files.pythonhosted.org/packages/27/6f/be940c8b1f1d69daceeb0032fee6c34d7bd70e3e649ccac0951500b4720e/click-7.1.2.tar.gz BuildArch: noarch @@ -83,6 +83,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Mon May 9 2022 baizhonggui - 7.1.2-2 +- modify license identifier + * Tue Jul 13 2021 OpenStack_SIG - 7.1.2-1 - Upgrade to version 7.1.2 -- Gitee