From d064442d27be61d0794f8e4f5b790d531a95c77e Mon Sep 17 00:00:00 2001 From: oooook <1006785812@qq.com> Date: Fri, 16 Aug 2024 15:14:00 +0800 Subject: [PATCH] Replaced declaration of help subpackage with the 'package_help' macro. --- python-aiohttp.spec | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/python-aiohttp.spec b/python-aiohttp.spec index bb9261c..7503851 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 -- Gitee