From df68a414ad663a2dbd7d7e085cf897c1451970ac Mon Sep 17 00:00:00 2001 From: eabdullin Date: Fri, 31 May 2024 16:51:04 +0000 Subject: [PATCH] Import from AlmaLinux stable repository --- .gitignore | 2 +- .libvma.metadata | 1 - SPECS/libvma.spec | 23 ++++++++++++++++++++++- 3 files changed, 23 insertions(+), 3 deletions(-) delete mode 100644 .libvma.metadata diff --git a/.gitignore b/.gitignore index e11baba..28d8116 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/libvma-9.6.4.tar.gz +SOURCES/libvma-9.8.31.tar.gz diff --git a/.libvma.metadata b/.libvma.metadata deleted file mode 100644 index 4ae8898..0000000 --- a/.libvma.metadata +++ /dev/null @@ -1 +0,0 @@ -c2f2913be710c658f9856e4c9cfb7a9af2a606d2 SOURCES/libvma-9.6.4.tar.gz diff --git a/SPECS/libvma.spec b/SPECS/libvma.spec index 151643c..460102e 100644 --- a/SPECS/libvma.spec +++ b/SPECS/libvma.spec @@ -1,7 +1,7 @@ %{!?configure_options: %global configure_options %{nil}} Name: libvma -Version: 9.6.4 +Version: 9.8.31 Release: 1%{?dist} Summary: A library for boosting TCP and UDP traffic (over RDMA hardware) @@ -99,6 +99,27 @@ rm -f $RPM_BUILD_ROOT/%{_sysconfdir}/init.d/vma %{_mandir}/man8/vma_stats.* %changelog +* Tue Oct 24 2023 Kamal Heib - 9.8.31-1 +- Update to upstream release 9.8.31. +- Resolves: RHEL-933 + +* Mon Jul 31 2023 Kamal Heib - 9.8.20-3 +- Rebuilt for libvma-utils +- Resolves: rhbz#2217883 + +* Tue Jul 18 2023 Kamal Heib - 9.8.20-2 +- Fix Socketxtreme buffer reclaim leak +- Resolves: rhbz#2223720 + +* Mon Jun 05 2023 Kamal Heib - 9.8.20-1.1 +- Add gating tests +- Resolves: rhbz#2170074 + +* Thu Jun 01 2023 Kamal Heib - 9.8.20-1 +- Update to upstream release 9.8.20. +- Add gating tests +- Resolves: rhbz#2170074 + * Wed Aug 17 2022 Michal Schmidt - 9.6.4-1 - Update to upstream release 9.6.4. - Resolves: rhbz#2049572