diff --git a/python-aiohttp.spec b/python-aiohttp.spec index afa513e4826f449e5128a4376893775169b9c4d9..acbb2b31883da1b5c868b864ff07d8dd059f7acb 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