From 8f8a8c94bcac0d87f3587f4ad3f33ef9d1ea0f45 Mon Sep 17 00:00:00 2001 From: lauk Date: Wed, 18 May 2022 09:37:52 +0800 Subject: [PATCH] License compliance rectification --- python-msgpack.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-msgpack.spec b/python-msgpack.spec index feaaf41..d500ffe 100644 --- a/python-msgpack.spec +++ b/python-msgpack.spec @@ -1,9 +1,9 @@ %global _empty_manifest_terminate_build 0 Name: python-msgpack Version: 1.0.2 -Release: 2 +Release: 3 Summary: MessagePack (de)serializer. -License: Apache 2.0 +License: Apache-2.0 URL: https://github.com/msgpack/msgpack-python Source0: https://files.pythonhosted.org/packages/59/04/87fc6708659c2ed3b0b6d4954f270b6e931def707b227c4554f99bd5401e/msgpack-1.0.2.tar.gz @@ -88,6 +88,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Wed May 18 2022 liukuo - 1.0.2-3 +- License compliance rectification + * Wed Aug 04 2021 chenyanpanHW - 1.0.2-2 - DESC: delete BuildRequires gdb