Auto sync2gitlab import of libvma-9.6.4-1.el8.src.rpm
This commit is contained in:
parent
861d6b8df0
commit
8da7c9892f
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
|||||||
/libvma-9.4.0.tar.gz
|
/libvma-9.4.0.tar.gz
|
||||||
|
/libvma-9.6.4.tar.gz
|
||||||
|
10
libvma.spec
10
libvma.spec
@ -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 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
|
* Tue Nov 30 2021 Honggang Li <honli@redhat.com> - 9.4.0-1
|
||||||
- Bump version to 9.4.0
|
- Bump version to 9.4.0
|
||||||
- Resolves: rhbz#1982205
|
- Resolves: rhbz#1982205
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (libvma-9.4.0.tar.gz) = eef107ffacfad98ce4e479df5d2ce7ab1f928d5ca852eabc5e9b29dba705223773471d2761ca545e69a25b9a7d17fb7da453f30b0949abf63b888b29e8a6b773
|
SHA512 (libvma-9.6.4.tar.gz) = d09717950b03153bc4ade19b847b9289c0aadd941f838a151ac4a0eb32275398e7ea74b5945f708282259944bef40b20128e31bb97a6f7dd1402f2915de064e3
|
||||||
|
Loading…
Reference in New Issue
Block a user