diff --git a/python-yarl.spec b/python-yarl.spec index 0c8e5aa7cf483e46c2bd3e80f6001ce90317ae2f..75ca55191bd64bfb536ce48d85a8a12c7aeeda3d 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