License compliance rectification

This commit is contained in:
lauk 2022-05-18 11:40:02 +08:00
parent a67f1df149
commit 6a7cb14a1f

View File

@ -1,9 +1,9 @@
%global _empty_manifest_terminate_build 0 %global _empty_manifest_terminate_build 0
Name: python-sortedcontainers Name: python-sortedcontainers
Version: 2.4.0 Version: 2.4.0
Release: 2 Release: 3
Summary: Sorted Containers -- Sorted List, Sorted Dict, Sorted Set Summary: Sorted Containers -- Sorted List, Sorted Dict, Sorted Set
License: Apache 2.0 License: Apache-2.0
URL: https://github.com/grantjenks/python-sortedcontainers URL: https://github.com/grantjenks/python-sortedcontainers
Source0: https://github.com/grantjenks/python-sortedcontainers/archive/refs/tags/v%{version}.tar.gz Source0: https://github.com/grantjenks/python-sortedcontainers/archive/refs/tags/v%{version}.tar.gz
BuildArch: noarch BuildArch: noarch
@ -73,6 +73,9 @@ mv %{buildroot}/doclist.lst .
%{_pkgdocdir} %{_pkgdocdir}
%changelog %changelog
* Wed May 18 2022 liukuo <liukuo@kylinos.cn> - 2.4.0-3
- License compliance rectification
* Sat Oct 09 2021 lingsheng <lingsheng@huawei.com> - 2.4.0-2 * Sat Oct 09 2021 lingsheng <lingsheng@huawei.com> - 2.4.0-2
- delete pycache directory when uninstalling - delete pycache directory when uninstalling