Add support for kernel 6.10.
Resolves: RHEL-24810 Signed-off-by: Mohammad Heib <mheib@redhat.com>
This commit is contained in:
parent
fa3f616f91
commit
795b55d53b
2131
0001-Issue-4223310-VMA-support-for-kernel-6.10.patch
Normal file
2131
0001-Issue-4223310-VMA-support-for-kernel-6.10.patch
Normal file
File diff suppressed because it is too large
Load Diff
@ -2,13 +2,14 @@
|
|||||||
|
|
||||||
Name: libvma
|
Name: libvma
|
||||||
Version: 9.8.60
|
Version: 9.8.60
|
||||||
Release: 1%{?dist}
|
Release: 2%{?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-Fix-build-failure.patch
|
Patch0: 0001-Fix-build-failure.patch
|
||||||
|
Patch1: 0001-Issue-4223310-VMA-support-for-kernel-6.10.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 +101,10 @@ rm -f $RPM_BUILD_ROOT/%{_sysconfdir}/init.d/vma
|
|||||||
%{_mandir}/man8/vma_stats.*
|
%{_mandir}/man8/vma_stats.*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jan 06 2025 Mohammad Heib <mheib@redhat.com> - 9.8.60-2
|
||||||
|
- Add support for kernel 6.10.
|
||||||
|
Resolves: RHEL-24810
|
||||||
|
|
||||||
* Wed Nov 20 2024 Mohammad Heib <mheib@redhat.com> - 9.8.60-1
|
* Wed Nov 20 2024 Mohammad Heib <mheib@redhat.com> - 9.8.60-1
|
||||||
- Update to upstream release 9.8.60.
|
- Update to upstream release 9.8.60.
|
||||||
Resolves: RHEL-24810
|
Resolves: RHEL-24810
|
||||||
|
Loading…
Reference in New Issue
Block a user