update to version 0.4.11

This commit is contained in:
wang--ge 2023-12-18 10:53:44 +08:00
parent a2794f5cc7
commit 06b8b79688
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 Nov 15 2019 caomeng<caomeng5@huawei.com> - 0.4.9 -15 * 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
- Package init - Package init

BIN
v0.4.11.tar.gz Normal file

Binary file not shown.