!14 Make help package be required

From: @hht8
Reviewed-by: @small_leek
Signed-off-by: @small_leek
This commit is contained in:
openeuler-ci-bot 2020-11-10 15:30:47 +08:00 committed by Gitee
commit 155343636f

View File

@ -1,6 +1,6 @@
Name: fio Name: fio
Version: 3.7 Version: 3.7
Release: 5 Release: 6
Summary: Versatile IO workload generator Summary: Versatile IO workload generator
License: GPLv2 License: GPLv2
URL: http://git.kernel.dk/?p=fio.git;a=summary 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 BuildRequires: libpmem-devel libpmemblk-devel
%endif %endif
Requires: fio-help
%description %description
fio is a tool used to spawn many threads or processes that perform a specific type 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/* %{_mandir}/man1/*
%changelog %changelog
* Mon Nov 09 2020 huanghaitao <huanghaitao8@huawei.com> -3.7-6
- Make help package required by fio
* Tue Aug 18 2020 senlin<xiasenlin1@huawei.com> -3.7-5 * Tue Aug 18 2020 senlin<xiasenlin1@huawei.com> -3.7-5
- add release for update - add release for update