From 4963751e88440c196055df154a1edaedf9b4e4a1 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:12:57 +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 b5bd4f3..590b2f2 100644 --- a/python-tornado.spec +++ b/python-tornado.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-tornado Version: 6.1 -Release: 2 +Release: 3 Summary: Tornado is a Python web framework and asynchronous networking library, originally developed at FriendFeed. License: ASL 2.0 URL: http://www.tornadoweb.org/ @@ -27,6 +27,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. @@ -73,6 +74,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Tue Aug 20 2024 Guangtao Huang - 6.1-3 +- Add Buildarch: noarch' to the help subpackage + * Fri Jun 16 2023 yaoxin - 6.1-2 - Fix CVE-2023-28370 -- Gitee