From 56de36a1ec0749b47665f4a699c4e15f17432cd8 Mon Sep 17 00:00:00 2001 From: houyingchao <1348375921@qq.com> Date: Tue, 10 May 2022 18:45:13 +0800 Subject: [PATCH] License compliance rectification --- python-semver.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-semver.spec b/python-semver.spec index 59c702d..1623ffa 100644 --- a/python-semver.spec +++ b/python-semver.spec @@ -1,9 +1,9 @@ %global _empty_manifest_terminate_build 0 Name: python-semver Version: 2.10.2 -Release: 1 +Release: 2 Summary: Python helper for Semantic Versioning (http://semver.org/) -License: BSD +License: BSD-3-Clause URL: https://github.com/python-semver/python-semver Source0: https://files.pythonhosted.org/packages/aa/e8/cb894f70a52887f001aff5f264f68272c21fa58268495aca17df396c161f/semver-2.10.2.tar.gz BuildArch: noarch @@ -67,5 +67,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Tue May 10 2022 houyingchao - 2.10.2-2 +- License compliance rectification + * Fri Sep 04 2020 Python_Bot - Package Spec generated -- Gitee