From 08307f97da7913632cfc0d9853a78a5638f1ff3f 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:25:59 +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 fc7a129..b1b62c2 100644 --- a/fio.spec +++ b/fio.spec @@ -3,7 +3,7 @@ Name: fio Version: 3.29 -Release: 4 +Release: 5 Summary: Versatile IO workload generator License: GPLv2 URL: http://git.kernel.dk/?p=fio.git;a=summary @@ -28,11 +28,7 @@ fio is a tool used to spawn many threads or processes that perform a specific ty of io operation specified by the user.It accepts many global parameters inherited by threads.Its common method is to simulate jobs that match the specified io load. -%package help -Summary: Help document for the fio - -%description help -Help document for the fio. +%package_help %prep %autosetup -p1 @@ -65,6 +61,9 @@ export EXTFLAGS="$RPM_OPT_FLAGS" LDFLAGS="$RPM_LD_FLAGS" %{_mandir}/man1/* %changelog +* Tue Aug 20 2024 Haofeng Liu 3.29-5 +- Replaced declaration of help subpackage with the 'package_help' macro + * Mon May 27 2024 cenhuilin - 3.29-4 - iolog: fix disk stats issue -- Gitee