From b0f3e9355f546516b434e412561c2ffc2d0d9954 Mon Sep 17 00:00:00 2001 From: hht8 Date: Tue, 10 Nov 2020 14:46:39 +0800 Subject: [PATCH] Make help package be required --- fio.spec | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) diff --git a/fio.spec b/fio.spec index 44c7a43..3edcacd 100644 --- a/fio.spec +++ b/fio.spec @@ -1,6 +1,6 @@ Name: fio Version: 3.7 -Release: 8 +Release: 6 Summary: Versatile IO workload generator License: GPLv2 URL: http://git.kernel.dk/?p=fio.git;a=summary @@ -10,9 +10,9 @@ BuildRequires: libaio-devel zlib-devel librbd1-devel numactl-devel librdmacm-de %ifarch x86_64 BuildRequires: libpmem-devel libpmemblk-devel %endif -Patch0000: fix-glibc-error.patch -Patch0001: Modify-python2.7-to-python3-with-requires.patch -Patch0002: fio2gnuplot-fix-TabErrors-when-running-with-Python-3.patch + +Requires: fio-help + %description fio is a tool used to spawn many threads or processes that perform a specific type of io operation specified by the user.It accepts many global parameters inherited @@ -46,14 +46,11 @@ export EXTFLAGS="$RPM_OPT_FLAGS" LDFLAGS="$RPM_LD_FLAGS" %{_mandir}/man1/* %changelog -* Tue Nov 03 2020 lingsheng - 3.7-8 -- fio2gnuplot: fix TabErrors when running with Python 3 - -* Sat Sep 19 2020 yanan li - 3.7-7 -- Modify python2.7 to python3 with requires +* Mon Nov 09 2020 huanghaitao -3.7-6 +- Make help package required by fio -* Thu Jul 23 2020 wutao - 3.7-5 -- fix build error because of updating glibc +* Tue Aug 18 2020 senlin -3.7-5 +- add release for update * Sat Mar 21 2020 huzunhao - 3.7-4 - Type: NA -- Gitee