From 308efef87798e204b77b0ef40113b796c5e523e9 Mon Sep 17 00:00:00 2001 From: lauk Date: Fri, 20 May 2022 17:03:55 +0800 Subject: [PATCH] License compliance rectification --- python-multidict.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-multidict.spec b/python-multidict.spec index 68dbe3b..6000a9a 100644 --- a/python-multidict.spec +++ b/python-multidict.spec @@ -1,9 +1,9 @@ %global _empty_manifest_terminate_build 0 Name: python-multidict Version: 4.7.6 -Release: 2 +Release: 3 Summary: multidict implementation -License: Apache 2 +License: Apache-2.0 URL: https://github.com/aio-libs/multidict Source0: https://files.pythonhosted.org/packages/65/d4/fabdcc5ee4451c8a8e177e27ddfd131a53a82ecc5a3b68468b7e9f8d70b4/multidict-4.7.6.tar.gz @@ -70,6 +70,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Fri May 20 2022 liukuo - 4.7.6-3 +- License compliance rectification + * Wed Aug 04 2021 chenyanpanHW - 4.7.6-2 - DESC: delete BuildRequires gdb