From 9cac76795ef2760586eeefc65f1277ab16d5956a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E5=AE=87=E5=93=B2?= Date: Wed, 14 Aug 2024 19:20:39 +0800 Subject: [PATCH] Added 'Buildarch: noarch' to the help subpackage --- python-aiohttp.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/python-aiohttp.spec b/python-aiohttp.spec index afa513e..acbb2b3 100644 --- a/python-aiohttp.spec +++ b/python-aiohttp.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-aiohttp Version: 3.9.3 -Release: 3 +Release: 4 Summary: Async http client/server framework (asyncio) License: Apache 2 URL: https://github.com/aio-libs/aiohttp @@ -44,6 +44,7 @@ Async http client/server framework (asyncio). %package help Summary: Development documents and examples for aiohttp +Buildarch: noarch Provides: python3-aiohttp-doc %description help Development documents and examples for aiohttp. @@ -89,6 +90,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Wed Aug 14 2024 liyuzhe - 3.9.3-4 +- Added 'Buildarch: noarch' to the help subpackage + * Mon May 06 2024 yaoxin - 3.9.3-3 - Fix CVE-2024-30251 -- Gitee