From 3cd9f4c6cf37e7ab890d75bdd6681d9214abd373 Mon Sep 17 00:00:00 2001 From: hht8 Date: Tue, 10 Nov 2020 14:56:31 +0800 Subject: [PATCH] Make help package be required --- fio.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/fio.spec b/fio.spec index d3b53bc..3edcacd 100644 --- a/fio.spec +++ b/fio.spec @@ -1,6 +1,6 @@ Name: fio Version: 3.7 -Release: 5 +Release: 6 Summary: Versatile IO workload generator License: GPLv2 URL: http://git.kernel.dk/?p=fio.git;a=summary @@ -11,6 +11,7 @@ BuildRequires: libaio-devel zlib-devel librbd1-devel numactl-devel librdmacm-de BuildRequires: libpmem-devel libpmemblk-devel %endif +Requires: fio-help %description fio is a tool used to spawn many threads or processes that perform a specific type @@ -45,6 +46,9 @@ export EXTFLAGS="$RPM_OPT_FLAGS" LDFLAGS="$RPM_LD_FLAGS" %{_mandir}/man1/* %changelog +* Mon Nov 09 2020 huanghaitao -3.7-6 +- Make help package required by fio + * Tue Aug 18 2020 senlin -3.7-5 - add release for update -- Gitee