diff --git a/python-aiohttp.spec b/python-aiohttp.spec index bb9261c98f069b7cd7e1e125360851f760979dc6..75038513d4fe1a2c580783c0e0cbec5969541524 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: 3 +Release: 4 Summary: Async http client/server framework (asyncio) License: Apache 2 URL: https://github.com/aio-libs/aiohttp @@ -32,11 +32,7 @@ BuildRequires: gdb %description -n python3-aiohttp Async http client/server framework (asyncio). -%package help -Summary: Development documents and examples for aiohttp -Provides: python3-aiohttp-doc -%description help -Development documents and examples for aiohttp. +%package_help %prep %autosetup -n aiohttp-3.7.4.post0 -p1 @@ -79,6 +75,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Fri Aug 16 2024 ShuKun Qu - 3.7.4-4 +- Replaced declaration of help subpackage with the 'package_help' macro. + * Fri Dec 01 2023 wangkai <13474090681@163.com> - 3.7.4-3 - Fix CVE-2023-49081