diff --git a/.gitignore b/.gitignore index e757884..84e86e8 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/libvma-8.7.7.tar.gz +SOURCES/libvma-8.9.5.tar.gz diff --git a/.libvma.metadata b/.libvma.metadata index 162d544..fdc2194 100644 --- a/.libvma.metadata +++ b/.libvma.metadata @@ -1 +1 @@ -0fe40f3ba461ea2f3b16fb5f5b79accb1c50ed2a SOURCES/libvma-8.7.7.tar.gz +3794315885924b54db04163471a45045c3ce4c65 SOURCES/libvma-8.9.5.tar.gz diff --git a/SPECS/libvma.spec b/SPECS/libvma.spec index a763995..379d548 100644 --- a/SPECS/libvma.spec +++ b/SPECS/libvma.spec @@ -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 ' 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 - 8.9.5-1 +- Update to upstream v8.9.5 release +- Resolves: rhbz#1722259 + * Fri May 31 2019 Jarod Wilson - 8.7.7-1 - Update to upstream v8.7.7 stable release