From 2e7656f5ec373e6e76aea669220e549ba8f8a970 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=84=E5=85=89=E9=9F=AC?= Date: Tue, 20 Aug 2024 15:19:55 +0800 Subject: [PATCH] Added 'Buildarch: noarch' to the help subpackage --- python-tornado.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/python-tornado.spec b/python-tornado.spec index bec84be..4438077 100644 --- a/python-tornado.spec +++ b/python-tornado.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-tornado Version: 6.3.3 -Release: 1 +Release: 2 Summary: Tornado is a Python web framework and asynchronous networking library, originally developed at FriendFeed. License: ASL 2.0 URL: http://www.tornadoweb.org/ @@ -26,6 +26,7 @@ Tornado is an open source version of the scalable, non-blocking web server and t %package help Summary: Development documents and examples for tornado Provides: python3-tornado-doc +Buildarch: noarch %description help Tornado is an open source version of the scalable, non-blocking web server and tools. @@ -72,6 +73,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Tue Aug 20 2024 Guangtao Huang - 6.3.3-2 +- Add Buildarch: noarch' to the help subpackage + * Fri Oct 13 2023 wen-minjuan - 6.3.3-1 - Upgrade version to 6.3.3-1 -- Gitee