License compliance rectification

This commit is contained in:
penelope 2022-05-11 16:30:54 +08:00
parent 0a5e0b15e7
commit fb4cb62228

View File

@ -1,9 +1,9 @@
%global _empty_manifest_terminate_build 0 %global _empty_manifest_terminate_build 0
Name: python-websockets Name: python-websockets
Version: 8.1 Version: 8.1
Release: 2 Release: 3
Summary: An implementation of the WebSocket Protocol (RFC 6455 & 7692) Summary: An implementation of the WebSocket Protocol (RFC 6455 & 7692)
License: BSD License: BSD-3-Clause
URL: https://github.com/aaugustin/websockets URL: https://github.com/aaugustin/websockets
Source0: https://files.pythonhosted.org/packages/e9/2b/cf738670bb96eb25cb2caf5294e38a9dc3891a6bcd8e3a51770dbc517c65/websockets-8.1.tar.gz Source0: https://files.pythonhosted.org/packages/e9/2b/cf738670bb96eb25cb2caf5294e38a9dc3891a6bcd8e3a51770dbc517c65/websockets-8.1.tar.gz
@ -146,6 +146,9 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/* %{_docdir}/*
%changelog %changelog
* Wed May 11 2022 yangping <yangping69@h-partners> - 8.1-3
- License compliance rectification
* Wed Aug 04 2021 chenyanpanHW <chenyanpan@huawei.com> - 8.1-2 * Wed Aug 04 2021 chenyanpanHW <chenyanpan@huawei.com> - 8.1-2
- DESC: delete BuildRequires gdb - DESC: delete BuildRequires gdb