import libvma-9.6.4-1.el8

This commit is contained in:
CentOS Sources 2022-11-08 02:06:36 -05:00 committed by Stepan Oksanichenko
parent f3980d9896
commit 19570f5c7b
3 changed files with 9 additions and 5 deletions

2
.gitignore vendored
View File

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

View File

@ -1 +1 @@
fa114e38bffba3499ff324b550f9c640eaefb879 SOURCES/libvma-9.4.0.tar.gz
c2f2913be710c658f9856e4c9cfb7a9af2a606d2 SOURCES/libvma-9.6.4.tar.gz

View File

@ -1,7 +1,7 @@
%{!?configure_options: %global configure_options %{nil}}
Name: libvma
Version: 9.4.0
Version: 9.6.4
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,10 @@ rm -f $RPM_BUILD_ROOT/%{_sysconfdir}/init.d/vma
%{_mandir}/man8/vma_stats.*
%changelog
* 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