!3 Update to version 0.4.11

From: @wang--ge 
Reviewed-by: @caodongxia 
Signed-off-by: @caodongxia
This commit is contained in:
openeuler-ci-bot 2023-12-19 01:24:59 +00:00 committed by Gitee
commit 4957640635
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 Name: qperf
Summary: Measure socket and RDMA performance Summary: Measure socket and RDMA performance
Version: 0.4.9 Version: 0.4.11
Release: 15 Release: 1
License: GPLv2 or BSD License: GPLv2 or BSD
Url: http://www.openfabrics.org Url: http://www.openfabrics.org
Source: http://www.openfabrics.org/downloads/%{name}/%{name}-%{version}.tar.gz Source: https://github.com/linux-rdma/%{name}/archive/refs/tags/v0.4.11.tar.gz
BuildRequires: gcc perl-interpreter librdmacm-devel >= 1.0.21 libibverbs-devel >= 1.2.0 BuildRequires: gcc perl-interpreter librdmacm-devel >= 1.0.21 libibverbs-devel >= 1.2.0
BuildRequires: automake
ExcludeArch: %{arm} ExcludeArch: %{arm}
@ -16,6 +17,7 @@ qperf is a tool used to measure bandwidth and latency about socket and RDMA
%prep %prep
%autosetup -p1 %autosetup -p1
./autogen.sh
%build %build
export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
@ -34,5 +36,8 @@ make DESTDIR=${RPM_BUILD_ROOT} install
%{_mandir}/man1/qperf.1* %{_mandir}/man1/qperf.1*
%changelog %changelog
* Mon Dec 18 2023 Ge Wang <wang__ge@126.com> - 0.4.11-1
- Update to version 0.4.11
* Mon Nov 15 2019 caomeng<caomeng5@huawei.com> - 0.4.9-15 * Mon Nov 15 2019 caomeng<caomeng5@huawei.com> - 0.4.9-15
- Package init - Package init

BIN
v0.4.11.tar.gz Normal file

Binary file not shown.