|
|
@ -1,14 +1,13 @@
|
|
|
|
%{!?configure_options: %global configure_options %{nil}}
|
|
|
|
%{!?configure_options: %global configure_options %{nil}}
|
|
|
|
|
|
|
|
|
|
|
|
Name: libvma
|
|
|
|
Name: libvma
|
|
|
|
Version: 9.8.20
|
|
|
|
Version: 9.8.51
|
|
|
|
Release: 3%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: A library for boosting TCP and UDP traffic (over RDMA hardware)
|
|
|
|
Summary: A library for boosting TCP and UDP traffic (over RDMA hardware)
|
|
|
|
|
|
|
|
|
|
|
|
License: GPLv2 or BSD
|
|
|
|
License: GPLv2 or BSD
|
|
|
|
Url: https://github.com/Mellanox/libvma
|
|
|
|
Url: https://github.com/Mellanox/libvma
|
|
|
|
Source0: https://github.com/Mellanox/libvma/archive/%{version}/%{name}-%{version}.tar.gz
|
|
|
|
Source0: https://github.com/Mellanox/libvma/archive/%{version}/%{name}-%{version}.tar.gz
|
|
|
|
Patch0: 0001-issue-3525812-Fix-buffer-leak-socketextreme.patch
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# libvma currently supports only the following architectures
|
|
|
|
# libvma currently supports only the following architectures
|
|
|
|
ExclusiveArch: x86_64 ppc64le ppc64 aarch64
|
|
|
|
ExclusiveArch: x86_64 ppc64le ppc64 aarch64
|
|
|
@ -100,6 +99,14 @@ rm -f $RPM_BUILD_ROOT/%{_sysconfdir}/init.d/vma
|
|
|
|
%{_mandir}/man8/vma_stats.*
|
|
|
|
%{_mandir}/man8/vma_stats.*
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Mon Apr 29 2024 Kamal Heib <kheib@redhat.com> - 9.8.51-1
|
|
|
|
|
|
|
|
- Update to upstream release 9.8.51.
|
|
|
|
|
|
|
|
- Resolves: RHEL-24467
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Oct 16 2023 Kamal Heib <kheib@redhat.com> - 9.8.31-1
|
|
|
|
|
|
|
|
- Update to upstream release 9.8.31.
|
|
|
|
|
|
|
|
- Resolves: RHEL-889
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Jul 31 2023 Kamal Heib <kheib@redhat.com> - 9.8.20-3
|
|
|
|
* Mon Jul 31 2023 Kamal Heib <kheib@redhat.com> - 9.8.20-3
|
|
|
|
- Rebuilt for libvma-utils
|
|
|
|
- Rebuilt for libvma-utils
|
|
|
|
- Resolves: rhbz#2227843
|
|
|
|
- Resolves: rhbz#2227843
|
|
|
|