License compliance rectification

This commit is contained in:
xigaoxinyan 2022-05-10 16:09:57 +08:00
parent a559f19e5a
commit 3bbd3b6df5

View File

@ -1,9 +1,9 @@
%global _empty_manifest_terminate_build 0 %global _empty_manifest_terminate_build 0
Name: python-GitPython Name: python-GitPython
Version: 3.1.14 Version: 3.1.14
Release: 1 Release: 2
Summary: Python Git Library Summary: Python Git Library
License: BSD License: BSD-3-Clause
URL: https://github.com/gitpython-developers/GitPython URL: https://github.com/gitpython-developers/GitPython
Source0: https://files.pythonhosted.org/packages/5f/f2/ea3242d97695451ab1521775a85253e002942d2c8f4519ae1172c0f5f979/GitPython-3.1.14.tar.gz Source0: https://files.pythonhosted.org/packages/5f/f2/ea3242d97695451ab1521775a85253e002942d2c8f4519ae1172c0f5f979/GitPython-3.1.14.tar.gz
BuildArch: noarch BuildArch: noarch
@ -72,6 +72,9 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/* %{_docdir}/*
%changelog %changelog
* Tue May 10 2022 xigaoxinyan <xigaoxinyan@h-partners.com> - 3.1.14-2
- License compliance rectification
* Fri Jul 09 2021 openstack-sig <openstack@openeuler.org> - 3.1.14-1 * Fri Jul 09 2021 openstack-sig <openstack@openeuler.org> - 3.1.14-1
- update to 3.1.14 - update to 3.1.14