diff --git a/python-aiohttp.spec b/python-aiohttp.spec index 6d260984884062756a0d6f2a94ab0aa5f68ce65c..d8854deec34fbd7cddb79c45b2867f175d667925 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: 4 +Release: 5 Summary: Async http client/server framework (asyncio) License: Apache 2 URL: https://github.com/aio-libs/aiohttp @@ -34,6 +34,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. @@ -79,6 +80,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Mon Aug 19 2024 chengsongyuxuan - 3.7.4-5 +- Add 'Buildarch: noarch' to the help subpackage. + * Fri Dec 01 2023 wangkai <13474090681@163.com> - 3.7.4-4 - Fix CVE-2023-49081