diff --git a/python-websockets.spec b/python-websockets.spec index 49e9db4cd3e73c60b4b146c8df9565b5f25c705a..fb14851a1bf9d8861b5a5955684fa234a12dce2f 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