License compliance rectification

This commit is contained in:
lauk 2022-05-20 15:02:19 +08:00
parent 98077e20de
commit 6a7730786b

View File

@ -1,9 +1,9 @@
%global _empty_manifest_terminate_build 0 %global _empty_manifest_terminate_build 0
Name: python-aiohttp Name: python-aiohttp
Version: 3.7.4 Version: 3.7.4
Release: 1 Release: 2
Summary: Async http client/server framework (asyncio) Summary: Async http client/server framework (asyncio)
License: Apache 2 License: Apache-2.0
URL: https://github.com/aio-libs/aiohttp URL: https://github.com/aio-libs/aiohttp
Source0: https://files.pythonhosted.org/packages/99/f5/90ede947a3ce2d6de1614799f5fea4e93c19b6520a59dc5d2f64123b032f/aiohttp-3.7.4.post0.tar.gz Source0: https://files.pythonhosted.org/packages/99/f5/90ede947a3ce2d6de1614799f5fea4e93c19b6520a59dc5d2f64123b032f/aiohttp-3.7.4.post0.tar.gz
@ -76,5 +76,8 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/* %{_docdir}/*
%changelog %changelog
* Fri May 20 2022 liukuo <liukuo@kylinos.cn> - 3.7.4-2
- License compliance rectification
* Fri Jul 23 2021 wutao <wutao61@huawei.com> - 3.7.4-1 * Fri Jul 23 2021 wutao <wutao61@huawei.com> - 3.7.4-1
- Package init - Package init