From 56af230cd4e83f51219483a50671ea0bd4a0971b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=84=E5=85=89=E9=9F=AC?= Date: Wed, 21 Aug 2024 09:22:53 +0800 Subject: [PATCH] Added 'Buildarch: noarch' to the help subpackage --- python-websockets.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/python-websockets.spec b/python-websockets.spec index 1fb8c05..78b4522 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 -- Gitee