From b9797b72466c3694ae6f353031b79e4daefdff92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E6=B5=A9=E5=B3=B0?= Date: Tue, 20 Aug 2024 14:24:12 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=A8=E2=80=9Cpackage=5Fhelp=E2=80=9D?= =?UTF-8?q?=E5=AE=8F=E6=9B=BF=E6=8D=A2help=E5=AD=90=E5=8C=85=E5=A3=B0?= =?UTF-8?q?=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fio.spec | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/fio.spec b/fio.spec index b82aa25..b5e66cc 100644 --- a/fio.spec +++ b/fio.spec @@ -1,6 +1,6 @@ Name: fio Version: 3.34 -Release: 4 +Release: 5 Summary: Multithreaded IO generation tool License: GPLv2 @@ -40,11 +40,7 @@ The typical use of fio is to write a job file matching the io load one wants to simulate. -%package help -Summary: Help document for the fio - -%description help -Help document for the fio. +%package_help %prep %autosetup -p1 @@ -83,6 +79,9 @@ make test %changelog +* Tue Aug 20 2024 Haofeng Liu 3.34-5 +- Replaced declaration of help subpackage with the 'package_help' macro + * Wed Jun 5 2024 zhangyaqi - 3.34-4 - engines/http: Fix memory leak -- Gitee