From 8a09a2efc1a792494ae34bb0e6d62adada59f5ea Mon Sep 17 00:00:00 2001 From: linjiaxin Date: Fri, 30 Jul 2021 06:25:42 +0000 Subject: [PATCH] update fio.spec. --- fio.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/fio.spec b/fio.spec index d34245a..70f73cd 100644 --- a/fio.spec +++ b/fio.spec @@ -1,6 +1,6 @@ Name: fio Version: 3.7 -Release: 10 +Release: 11 Summary: Versatile IO workload generator License: GPLv2 URL: http://git.kernel.dk/?p=fio.git;a=summary @@ -28,7 +28,7 @@ Help document for the fio. %autosetup -p1 %build -./configure --disable-optimizations +./configure --disable-optimizations --extra-cflags="-fcommon" export EXTFLAGS="$RPM_OPT_FLAGS" LDFLAGS="$RPM_LD_FLAGS" %make_build V=1 @@ -46,6 +46,9 @@ export EXTFLAGS="$RPM_OPT_FLAGS" LDFLAGS="$RPM_LD_FLAGS" %{_mandir}/man1/* %changelog +* Fri Jul 30 2021 linjiaxin5 - 3.7-11 +- Fix failure caused by GCC upgrade to 10 + * Wed Jul 21 2021 lingsheng - 3.7-10 - Remove unnecessary buildrequire gdb -- Gitee