From 6a7730786b90b3c8f67ea4d380a065988c38bc4c Mon Sep 17 00:00:00 2001 From: lauk Date: Fri, 20 May 2022 15:02:19 +0800 Subject: [PATCH] License compliance rectification --- python-aiohttp.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-aiohttp.spec b/python-aiohttp.spec index a7eff12..5fc98e3 100644 --- a/python-aiohttp.spec +++ b/python-aiohttp.spec @@ -1,9 +1,9 @@ %global _empty_manifest_terminate_build 0 Name: python-aiohttp Version: 3.7.4 -Release: 1 +Release: 2 Summary: Async http client/server framework (asyncio) -License: Apache 2 +License: Apache-2.0 URL: https://github.com/aio-libs/aiohttp 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}/* %changelog +* Fri May 20 2022 liukuo - 3.7.4-2 +- License compliance rectification + * Fri Jul 23 2021 wutao - 3.7.4-1 - Package init