!8 [sync] PR-4: Upgrade to 0.4.11 for Add support for IPv6 address

From: @openeuler-sync-bot 
Reviewed-by: @starlet-dx 
Signed-off-by: @starlet-dx
This commit is contained in:
openeuler-ci-bot 2024-05-06 07:48:27 +00:00 committed by Gitee
commit cd03b6c17a
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 9 additions and 4 deletions

Binary file not shown.

View File

@ -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<caomeng5@huawei.com> - 0.4.9 -15
* Mon May 06 2024 yaoxin <yao_xin001@hoperun.com> - 0.4.11-1
- Upgrade to 0.4.11 for Add support for IPv6 address
* Mon Nov 15 2019 caomeng<caomeng5@huawei.com> - 0.4.9-15
- Package init

BIN
v0.4.11.tar.gz Normal file

Binary file not shown.