diff --git a/fio.spec b/fio.spec index 44c7a43edb8213d5979820f1c6f4b6faacb6b49f..3edcacdf7c0ae10a0d36158879d8351b96ecf823 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