From be64dd2a67d034461cb33f09554a8b1f1de0de83 Mon Sep 17 00:00:00 2001 From: baizg1107 Date: Mon, 7 Jun 2021 16:59:22 +0800 Subject: [PATCH] add build requires for resolving building errors --- fio.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/fio.spec b/fio.spec index 44c7a43..c7b51c9 100644 --- a/fio.spec +++ b/fio.spec @@ -1,11 +1,11 @@ Name: fio Version: 3.7 -Release: 8 +Release: 9 Summary: Versatile IO workload generator License: GPLv2 URL: http://git.kernel.dk/?p=fio.git;a=summary Source: http://brick.kernel.dk/snaps/%{name}-%{version}.tar.bz2 -BuildRequires: libaio-devel zlib-devel librbd1-devel numactl-devel librdmacm-devel gdb +BuildRequires: libaio-devel zlib-devel librbd1-devel numactl-devel librdmacm-devel gdb gcc %ifarch x86_64 BuildRequires: libpmem-devel libpmemblk-devel @@ -46,6 +46,10 @@ export EXTFLAGS="$RPM_OPT_FLAGS" LDFLAGS="$RPM_LD_FLAGS" %{_mandir}/man1/* %changelog +* Wed Jun 2 2021 baizhonggui - 3.7-9 +- Fix building error: configure: failed to find compiler +- Add gcc in BuildRequires + * Tue Nov 03 2020 lingsheng - 3.7-8 - fio2gnuplot: fix TabErrors when running with Python 3 -- Gitee