Compare commits

...

No commits in common. "imports/c8-beta/libvma-9.4.0-1.el8" and "c8" have entirely different histories.

3 changed files with 29 additions and 5 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/libvma-9.4.0.tar.gz
SOURCES/libvma-9.8.31.tar.gz

View File

@ -1 +0,0 @@
fa114e38bffba3499ff324b550f9c640eaefb879 SOURCES/libvma-9.4.0.tar.gz

View File

@ -1,7 +1,7 @@
%{!?configure_options: %global configure_options %{nil}}
Name: libvma
Version: 9.4.0
Version: 9.8.31
Release: 1%{?dist}
Summary: A library for boosting TCP and UDP traffic (over RDMA hardware)
@ -56,7 +56,7 @@ This package contains the tool for collecting and analyzing libvma statistic.
%build
export revision=1
if [ ! -e configure ] && [ -e autogen.sh ]; then
VMA_RELEASE=1 ./autogen.sh
PRJ_RELEASE=1 ./autogen.sh
fi
%configure %{?configure_options}
@ -86,7 +86,7 @@ rm -f $RPM_BUILD_ROOT/%{_sysconfdir}/init.d/vma
%config(noreplace) %{_sysconfdir}/libvma.conf
%{_sbindir}/vmad
%{_prefix}/lib/systemd/system/vma.service
%license COPYING LICENSE
%license LICENSE
%{_mandir}/man7/vma.*
%{_mandir}/man8/vmad.*
@ -99,6 +99,31 @@ rm -f $RPM_BUILD_ROOT/%{_sysconfdir}/init.d/vma
%{_mandir}/man8/vma_stats.*
%changelog
* Tue Oct 24 2023 Kamal Heib <kheib@redhat.com> - 9.8.31-1
- Update to upstream release 9.8.31.
- Resolves: RHEL-933
* Mon Jul 31 2023 Kamal Heib <kheib@redhat.com> - 9.8.20-3
- Rebuilt for libvma-utils
- Resolves: rhbz#2217883
* Tue Jul 18 2023 Kamal Heib <kheib@redhat.com> - 9.8.20-2
- Fix Socketxtreme buffer reclaim leak
- Resolves: rhbz#2223720
* Mon Jun 05 2023 Kamal Heib <kheib@redhat.com> - 9.8.20-1.1
- Add gating tests
- Resolves: rhbz#2170074
* Thu Jun 01 2023 Kamal Heib <kheib@redhat.com> - 9.8.20-1
- Update to upstream release 9.8.20.
- Add gating tests
- Resolves: rhbz#2170074
* Wed Aug 17 2022 Michal Schmidt <mschmidt@redhat.com> - 9.6.4-1
- Update to upstream release 9.6.4.
- Resolves: rhbz#2049572
* Tue Nov 30 2021 Honggang Li <honli@redhat.com> - 9.4.0-1
- Bump version to 9.4.0
- Resolves: rhbz#1982205