From b740f7ae17444faee28a4451ddc2c821f90c6564 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Tue, 27 Sep 2022 07:46:38 -0400 Subject: [PATCH] import libvma-9.6.4-1.el8 --- .gitignore | 2 +- .libvma.metadata | 2 +- SPECS/libvma.spec | 10 +++++++--- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 45ccc0f..e11baba 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/libvma-9.4.0.tar.gz +SOURCES/libvma-9.6.4.tar.gz diff --git a/.libvma.metadata b/.libvma.metadata index a1910b0..4ae8898 100644 --- a/.libvma.metadata +++ b/.libvma.metadata @@ -1 +1 @@ -fa114e38bffba3499ff324b550f9c640eaefb879 SOURCES/libvma-9.4.0.tar.gz +c2f2913be710c658f9856e4c9cfb7a9af2a606d2 SOURCES/libvma-9.6.4.tar.gz diff --git a/SPECS/libvma.spec b/SPECS/libvma.spec index 5b4ecd6..151643c 100644 --- a/SPECS/libvma.spec +++ b/SPECS/libvma.spec @@ -1,7 +1,7 @@ %{!?configure_options: %global configure_options %{nil}} Name: libvma -Version: 9.4.0 +Version: 9.6.4 Release: 1%{?dist} 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 export revision=1 if [ ! -e configure ] && [ -e autogen.sh ]; then - VMA_RELEASE=1 ./autogen.sh + PRJ_RELEASE=1 ./autogen.sh fi %configure %{?configure_options} @@ -86,7 +86,7 @@ rm -f $RPM_BUILD_ROOT/%{_sysconfdir}/init.d/vma %config(noreplace) %{_sysconfdir}/libvma.conf %{_sbindir}/vmad %{_prefix}/lib/systemd/system/vma.service -%license COPYING LICENSE +%license LICENSE %{_mandir}/man7/vma.* %{_mandir}/man8/vmad.* @@ -99,6 +99,10 @@ rm -f $RPM_BUILD_ROOT/%{_sysconfdir}/init.d/vma %{_mandir}/man8/vma_stats.* %changelog +* Wed Aug 17 2022 Michal Schmidt - 9.6.4-1 +- Update to upstream release 9.6.4. +- Resolves: rhbz#2049572 + * Tue Nov 30 2021 Honggang Li - 9.4.0-1 - Bump version to 9.4.0 - Resolves: rhbz#1982205