diff --git a/fio.spec b/fio.spec index b89b79faf2e3be4be3ff63b73ec1d8fd3066dae8..1088d31499795aa3ebf964437773da48fcc9370c 100644 --- a/fio.spec +++ b/fio.spec @@ -1,6 +1,6 @@ Name: fio Version: 3.7 -Release: 8 +Release: 9 Summary: Versatile IO workload generator License: GPLv2 URL: http://git.kernel.dk/?p=fio.git;a=summary @@ -21,11 +21,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 @@ -49,6 +45,9 @@ export EXTFLAGS="$RPM_OPT_FLAGS" LDFLAGS="$RPM_LD_FLAGS" %{_mandir}/man1/* %changelog +* Tue Aug 20 2024 Haofeng Liu 3.7-9 +- Replaced declaration of help subpackage with the 'package_help' macro + * Mon May 27 2024 cenhuilin - 3.7-8 - iolog: fix disk stats issue