diff --git a/qperf-0.4.9.tar.gz b/qperf-0.4.9.tar.gz deleted file mode 100644 index 12ec727ca29b3a10b7db30f297512fa13f301846..0000000000000000000000000000000000000000 Binary files a/qperf-0.4.9.tar.gz and /dev/null differ diff --git a/qperf.spec b/qperf.spec index 0135602185c15091ad46ff27168812d34b8c70c9..a991253bcd78ef20646a0ef87b9e7ecde142f785 100644 --- a/qperf.spec +++ b/qperf.spec @@ -1,11 +1,12 @@ Name: qperf Summary: Measure socket and RDMA performance -Version: 0.4.9 -Release: 15 +Version: 0.4.11 +Release: 1 License: GPLv2 or BSD Url: http://www.openfabrics.org -Source: http://www.openfabrics.org/downloads/%{name}/%{name}-%{version}.tar.gz +Source: https://github.com/linux-rdma/qperf/archive/refs/tags/v%{version}.tar.gz BuildRequires: gcc perl-interpreter librdmacm-devel >= 1.0.21 libibverbs-devel >= 1.2.0 +BuildRequires: make automake ExcludeArch: %{arm} @@ -18,6 +19,7 @@ qperf is a tool used to measure bandwidth and latency about socket and RDMA %autosetup -p1 %build +./autogen.sh export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" %configure @@ -34,5 +36,8 @@ make DESTDIR=${RPM_BUILD_ROOT} install %{_mandir}/man1/qperf.1* %changelog -* Mon Nov 15 2019 caomeng - 0.4.9 -15 +* Mon May 06 2024 yaoxin - 0.4.11-1 +- Upgrade to 0.4.11 for Add support for IPv6 address + +* Mon Nov 15 2019 caomeng - 0.4.9-15 - Package init diff --git a/v0.4.11.tar.gz b/v0.4.11.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..601b99388b8af6d0fe1dbd82b936c36dcdc1fd5b Binary files /dev/null and b/v0.4.11.tar.gz differ