import libvma-8.9.5-1.el8

This commit is contained in:
CentOS Sources 2020-01-21 13:50:49 -05:00 committed by Stepan Oksanichenko
parent f3bd3268ca
commit 0f137b4040
3 changed files with 8 additions and 7 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/libvma-8.7.7.tar.gz
SOURCES/libvma-8.9.5.tar.gz

View File

@ -1 +1 @@
0fe40f3ba461ea2f3b16fb5f5b79accb1c50ed2a SOURCES/libvma-8.7.7.tar.gz
3794315885924b54db04163471a45045c3ce4c65 SOURCES/libvma-8.9.5.tar.gz

View File

@ -1,5 +1,5 @@
Name: libvma
Version: 8.7.7
Version: 8.9.5
Release: 1%{?dist}
Summary: A library for boosting TCP and UDP traffic (over RDMA hardware)
@ -57,9 +57,6 @@ make %{?_smp_mflags} V=1
%install
%make_install mydoc_DATA=
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
# hack to move service file where we want it
mkdir -p $RPM_BUILD_ROOT%{_unitdir}
mv $RPM_BUILD_ROOT%{_sysconfdir}/systemd/system/vma.service $RPM_BUILD_ROOT%{_unitdir}/
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
@ -69,7 +66,7 @@ mv $RPM_BUILD_ROOT%{_sysconfdir}/systemd/system/vma.service $RPM_BUILD_ROOT%{_un
#libvma.so in needed in the main package so that
#'LD_PRELOAD=libvma.so <command>' works.
%{_libdir}/%{name}.so
%{_sysconfdir}/init.d/vma
%{_sbindir}/vma
%{_sbindir}/vmad
%{_unitdir}/vma.service
%license COPYING LICENSE
@ -84,6 +81,10 @@ mv $RPM_BUILD_ROOT%{_sysconfdir}/systemd/system/vma.service $RPM_BUILD_ROOT%{_un
%{_bindir}/vma_stats
%changelog
* Tue Jul 23 2019 Jarod Wilson <jarod@redhat.com> - 8.9.5-1
- Update to upstream v8.9.5 release
- Resolves: rhbz#1722259
* Fri May 31 2019 Jarod Wilson <jarod@redhat.com> - 8.7.7-1
- Update to upstream v8.7.7 stable release