diff --git a/perftest.spec b/perftest.spec index a47c99f422f99c1a4aba65a5160a4a241ae09a4b..3fc5a549249bbd9f0771ce9fd1ca1ba950169f13 100644 --- a/perftest.spec +++ b/perftest.spec @@ -1,6 +1,6 @@ Name: perftest Version: 4.5 -Release: 8 +Release: 9 License: GPLv2 or BSD Summary: RDMA Performance Testing Tools Url: https://github.com/linux-rdma/perftest @@ -30,6 +30,7 @@ Perftest is a collection of simple tools for testing bandwidth and latency over %autosetup -p1 %build +./autogen.sh %configure %make_build CFLAGS+="-fPIC -g -Wall -D_GNU_SOURCE -O3" @@ -43,6 +44,12 @@ done %_bindir/* %changelog +* Mon Jul 22 2024 liweigang - 4.5-9 +- Type: bugfix +- ID: NA +- SUG: NA +- DESC: fix build error due to automake update 1.17 + * Mon Jul 8 2024 Xinghai Cen - 4.5-8 - Type: bugfix - ID: NA