diff --git a/python-aiohttp.spec b/python-aiohttp.spec index a7eff126dd0123d60ff907a5519838853ca64f0c..9010640f11b01b48a8e8866c365b80cf8f0634b9 100644 --- a/python-aiohttp.spec +++ b/python-aiohttp.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-aiohttp Version: 3.7.4 -Release: 1 +Release: 2 Summary: Async http client/server framework (asyncio) License: Apache 2 URL: https://github.com/aio-libs/aiohttp @@ -31,6 +31,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. @@ -76,5 +77,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Mon Aug 19 2024 chengsongyuxuan - 3.7.4-2 +- Add 'Buildarch: noarch' to the help subpackage. + * Fri Jul 23 2021 wutao - 3.7.4-1 - Package init