diff --git a/fio.spec b/fio.spec index b82aa2511f1f589ec8daad4c8e283d4b3e3716a3..b5e66cc8580963d5da479fa12e6e362107f32272 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