From 3bbd3b6df5e0b3079a7e5e17842c89b9475157e8 Mon Sep 17 00:00:00 2001 From: xigaoxinyan Date: Tue, 10 May 2022 16:09:57 +0800 Subject: [PATCH] License compliance rectification --- python-GitPython.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-GitPython.spec b/python-GitPython.spec index 0234af3..5c1e123 100644 --- a/python-GitPython.spec +++ b/python-GitPython.spec @@ -1,9 +1,9 @@ %global _empty_manifest_terminate_build 0 Name: python-GitPython Version: 3.1.14 -Release: 1 +Release: 2 Summary: Python Git Library -License: BSD +License: BSD-3-Clause URL: https://github.com/gitpython-developers/GitPython Source0: https://files.pythonhosted.org/packages/5f/f2/ea3242d97695451ab1521775a85253e002942d2c8f4519ae1172c0f5f979/GitPython-3.1.14.tar.gz BuildArch: noarch @@ -72,6 +72,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Tue May 10 2022 xigaoxinyan - 3.1.14-2 +- License compliance rectification + * Fri Jul 09 2021 openstack-sig - 3.1.14-1 - update to 3.1.14