This commit is contained in:
jinjin 2020-02-17 04:09:41 -05:00
parent 7e93b7af92
commit e6062e4986
3 changed files with 13 additions and 4 deletions

BIN
8.9.4.tar.gz Normal file

Binary file not shown.

Binary file not shown.

View File

@ -1,10 +1,10 @@
Name: libvma Name: libvma
Version: 8.0.1 Version: 8.9.4
Release: 6 Release: 7
Summary: A library that boosts performance for message-based and streaming applications Summary: A library that boosts performance for message-based and streaming applications
License: GPLv2 or BSD License: GPLv2 or BSD
URL: https://github.com/Mellanox/libvma URL: https://github.com/Mellanox/libvma
Source: http://www.mellanox.com/downloads/Accelerator/%{name}-%{version}.tar.gz Source: http://www.mellanox.com/downloads/Accelerator/%{version}.tar.gz
ExcludeArch: %{arm} ExcludeArch: %{arm}
Requires: pam Requires: pam
Requires(post): /sbin/ldconfig Requires(post): /sbin/ldconfig
@ -45,13 +45,16 @@ Headers files for libvma.
%files %files
%defattr(-,root,root) %defattr(-,root,root)
%doc AUTHORS %doc README.md README.txt journal.txt VMA_VERSION.in
%license COPYING LICENSE %license COPYING LICENSE
%config(noreplace) %{_sysconfdir}/libvma.conf %config(noreplace) %{_sysconfdir}/libvma.conf
%config(noreplace) %{_sysconfdir}/security/limits.d/30-libvma-limits.conf %config(noreplace) %{_sysconfdir}/security/limits.d/30-libvma-limits.conf
%{_bindir}/vma_stats %{_bindir}/vma_stats
%{_libdir}/%{name}.so %{_libdir}/%{name}.so
%{_libdir}/%{name}*.so.* %{_libdir}/%{name}*.so.*
%{_sbindir}/vmad
%{_sbindir}/vma
%{_unitdir}/vma.service
%files devel %files devel
%defattr(-,root,root) %defattr(-,root,root)
@ -64,5 +67,11 @@ Headers files for libvma.
%{_pkgdocdir}/VMA_VERSION %{_pkgdocdir}/VMA_VERSION
%changelog %changelog
* Sun Jan 19 2020 lijin Yang <yanglijin@huawei.com> - 8.9.4-7
- Type: enhancement
- ID: NA
- SUG: NA
- DESC: update the tar package
* Tue Nov 26 2019 openEuler Buildteam <buildteam@openeuler.org> - 8.0.1-6 * Tue Nov 26 2019 openEuler Buildteam <buildteam@openeuler.org> - 8.0.1-6
- Package init - Package init