From 90c2ba9fcb392d2257555e3f42103b7f40c99ac0 Mon Sep 17 00:00:00 2001 From: lauk Date: Wed, 18 May 2022 16:38:15 +0800 Subject: [PATCH] License compliance rectification --- python-yarl.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-yarl.spec b/python-yarl.spec index 0c8e5aa..75ca551 100644 --- a/python-yarl.spec +++ b/python-yarl.spec @@ -1,9 +1,9 @@ %global _empty_manifest_terminate_build 0 Name: python-yarl Version: 1.5.0 -Release: 2 +Release: 3 Summary: Yet another URL library -License: Apache 2 +License: Apache-2.0 URL: https://github.com/aio-libs/yarl/ Source0: https://files.pythonhosted.org/packages/12/f1/0a667b5a08850a455456e375cb2a91ff8234eae7a5d8755834be860be564/yarl-1.5.0.tar.gz @@ -71,6 +71,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Wed May 18 2022 liukuo - 1.5.0-3 +- License compliance rectification + * Wed Aug 04 2021 chenyanpanHW - 1.5.0-2 - DESC: delete BuildRequires gdb -- Gitee