From fb4cb622287a2dd74a50449a4f0d6cab7f56914b Mon Sep 17 00:00:00 2001 From: penelope Date: Wed, 11 May 2022 16:30:54 +0800 Subject: [PATCH] License compliance rectification --- python-websockets.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-websockets.spec b/python-websockets.spec index 49e9db4..fb14851 100644 --- a/python-websockets.spec +++ b/python-websockets.spec @@ -1,9 +1,9 @@ %global _empty_manifest_terminate_build 0 Name: python-websockets Version: 8.1 -Release: 2 +Release: 3 Summary: An implementation of the WebSocket Protocol (RFC 6455 & 7692) -License: BSD +License: BSD-3-Clause URL: https://github.com/aaugustin/websockets Source0: https://files.pythonhosted.org/packages/e9/2b/cf738670bb96eb25cb2caf5294e38a9dc3891a6bcd8e3a51770dbc517c65/websockets-8.1.tar.gz @@ -146,6 +146,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Wed May 11 2022 yangping - 8.1-3 +- License compliance rectification + * Wed Aug 04 2021 chenyanpanHW - 8.1-2 - DESC: delete BuildRequires gdb -- Gitee