diff --git a/python-websockets.spec b/python-websockets.spec index 1fb8c0558ef57857d24b3affeef30b1340e667a0..78b45229df733685e5e180b1cc42e9123ed82528 100644 --- a/python-websockets.spec +++ b/python-websockets.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-websockets Version: 12.0 -Release: 1 +Release: 2 Summary: An implementation of the WebSocket Protocol (RFC 6455 & 7692) License: BSD-3-Clause URL: https://github.com/aaugustin/websockets @@ -75,6 +75,7 @@ Does that look good? %package help Summary: Development documents and examples for websockets Provides: python3-websockets-doc +Buildarch: noarch %description help ``websockets`` is a library for building WebSocket servers_ and clients_ in Python with a focus on correctness and simplicity. @@ -145,6 +146,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Wed Aug 21 2024 Guangtao Huang - 12.0-2 +- Add Buildarch: noarch' to the help subpackage + * Sat Feb 17 2024 xu_ping <707078654@qq.com> - 12.0-1 - Upgrade package to version 12.0