forked from pool/libvma
Accepting request 902832 from science:HPC
OBS-URL: https://build.opensuse.org/request/show/902832 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libvma?expand=0&rev=10
This commit is contained in:
commit
f418995999
2
_service
2
_service
@ -6,7 +6,7 @@
|
||||
<param name="exclude">.git</param>
|
||||
<param name="filename">libvma</param>
|
||||
<param name="versionformat">@PARENT_TAG@.@TAG_OFFSET@.%h</param>
|
||||
<param name="revision">1610cf601e5a601672bdade4f8c70a9fd47f5f24</param>
|
||||
<param name="revision">47396f1a5eaa98e589be0684c921c885e88d2ac3</param>
|
||||
</service>
|
||||
<service name="recompress" mode="disabled">
|
||||
<param name="file">libvma*.tar</param>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:86e8caf175c5c10bd3f9055625817781561e7cb48e061b5c599c14fac2e26faf
|
||||
size 1118627
|
3
libvma-9.3.1.0.47396f1a5eaa.tar.gz
Normal file
3
libvma-9.3.1.0.47396f1a5eaa.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fe00c2d37302251f6b9f83a5aa061aa9299502563e93a4959efc359d99dbf154
|
||||
size 1113612
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 28 12:54:15 UTC 2021 - Nicolas Morey-Chaisemartin <nmoreychaisemartin@suse.com>
|
||||
|
||||
- Update to 9.3.1
|
||||
- Remove multi packets (MP-RQ) depracated code
|
||||
- Several bug fixes
|
||||
- See CHANGES for a complete list
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 28 08:13:07 UTC 2021 - Nicolas Morey-Chaisemartin <nmoreychaisemartin@suse.com>
|
||||
|
||||
|
11
libvma.spec
11
libvma.spec
@ -17,14 +17,14 @@
|
||||
|
||||
|
||||
#
|
||||
%define git_ver .0.1610cf601e5a
|
||||
%define git_ver .0.47396f1a5eaa
|
||||
%define lib_major 9
|
||||
|
||||
Name: libvma
|
||||
Summary: A library for boosting TCP and UDP traffic (over RDMA hardware)
|
||||
License: BSD-2-Clause OR GPL-2.0-only
|
||||
Group: Development/Libraries/C and C++
|
||||
Version: 9.2.2
|
||||
Version: 9.3.1
|
||||
Release: 0
|
||||
Source0: %{name}-%{version}%{git_ver}.tar.gz
|
||||
Source1: vma.service
|
||||
@ -113,13 +113,10 @@ for service in vma; do ln -sf %{_sbindir}/service %{buildroot}%{_sbindir}/rc${se
|
||||
%defattr(-,root,root,-)
|
||||
%dir %{_datadir}/%{name}
|
||||
%dir %{_docdir}/%{name}
|
||||
%{_docdir}/%{name}/README.txt
|
||||
%{_docdir}/%{name}/journal.txt
|
||||
%{_docdir}/%{name}/VMA_VERSION
|
||||
%{_docdir}/%{name}/README
|
||||
%{_docdir}/%{name}/CHANGES
|
||||
%config(noreplace) %{_sysconfdir}/libvma.conf
|
||||
%config %{_sysconfdir}/security/limits.d/30-libvma-limits.conf
|
||||
%{_sbindir}/vmad
|
||||
%{_sbindir}/vma
|
||||
%{_sbindir}/rcvma
|
||||
%{_unitdir}/vma.service
|
||||
%{_bindir}/vma_stats
|
||||
|
Loading…
Reference in New Issue
Block a user