import libvma-9.6.4-1.el9
This commit is contained in:
parent
6e65f42b73
commit
d73e2ffc64
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
SOURCES/libvma-9.4.0.tar.gz
|
SOURCES/libvma-9.6.4.tar.gz
|
||||||
|
@ -1 +1 @@
|
|||||||
fa114e38bffba3499ff324b550f9c640eaefb879 SOURCES/libvma-9.4.0.tar.gz
|
c2f2913be710c658f9856e4c9cfb7a9af2a606d2 SOURCES/libvma-9.6.4.tar.gz
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
%{!?configure_options: %global configure_options %{nil}}
|
%{!?configure_options: %global configure_options %{nil}}
|
||||||
|
|
||||||
Name: libvma
|
Name: libvma
|
||||||
Version: 9.4.0
|
Version: 9.6.4
|
||||||
Release: 1%{?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)
|
||||||
|
|
||||||
@ -56,7 +56,7 @@ This package contains the tool for collecting and analyzing libvma statistic.
|
|||||||
%build
|
%build
|
||||||
export revision=1
|
export revision=1
|
||||||
if [ ! -e configure ] && [ -e autogen.sh ]; then
|
if [ ! -e configure ] && [ -e autogen.sh ]; then
|
||||||
VMA_RELEASE=1 ./autogen.sh
|
PRJ_RELEASE=1 ./autogen.sh
|
||||||
fi
|
fi
|
||||||
|
|
||||||
%configure %{?configure_options}
|
%configure %{?configure_options}
|
||||||
@ -86,7 +86,7 @@ rm -f $RPM_BUILD_ROOT/%{_sysconfdir}/init.d/vma
|
|||||||
%config(noreplace) %{_sysconfdir}/libvma.conf
|
%config(noreplace) %{_sysconfdir}/libvma.conf
|
||||||
%{_sbindir}/vmad
|
%{_sbindir}/vmad
|
||||||
%{_prefix}/lib/systemd/system/vma.service
|
%{_prefix}/lib/systemd/system/vma.service
|
||||||
%license COPYING LICENSE
|
%license LICENSE
|
||||||
%{_mandir}/man7/vma.*
|
%{_mandir}/man7/vma.*
|
||||||
%{_mandir}/man8/vmad.*
|
%{_mandir}/man8/vmad.*
|
||||||
|
|
||||||
@ -99,6 +99,10 @@ rm -f $RPM_BUILD_ROOT/%{_sysconfdir}/init.d/vma
|
|||||||
%{_mandir}/man8/vma_stats.*
|
%{_mandir}/man8/vma_stats.*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Aug 03 2022 Michal Schmidt <mschmidt@redhat.com> - 9.6.4-1
|
||||||
|
- Update to upstream release 9.6.4.
|
||||||
|
- Resolves: rhbz#2049573
|
||||||
|
|
||||||
* Sat Nov 27 2021 Honggang Li <honli@redhat.com> - 9.4.0-1
|
* Sat Nov 27 2021 Honggang Li <honli@redhat.com> - 9.4.0-1
|
||||||
- Bump version to 9.4.0
|
- Bump version to 9.4.0
|
||||||
- Resolves: rhbz#2024548
|
- Resolves: rhbz#2024548
|
||||||
|
Loading…
Reference in New Issue
Block a user