diff --git a/0001-Remove-ExecReload-that-is-not-supported.patch b/0001-Remove-ExecReload-that-is-not-supported.patch new file mode 100644 index 0000000000000000000000000000000000000000..fa2522eccb8563b0be52dc96c662919ee6df8f18 --- /dev/null +++ b/0001-Remove-ExecReload-that-is-not-supported.patch @@ -0,0 +1,24 @@ +From 4c7049e373908e3486b64cd54522c05b3dd60ef2 Mon Sep 17 00:00:00 2001 +From: maminjie +Date: Wed, 10 Mar 2021 09:38:51 +0800 +Subject: [PATCH] Remove ExecReload that is not supported + +--- + contrib/scripts/vma.service.in | 1 - + 1 file changed, 1 deletion(-) + +diff --git a/contrib/scripts/vma.service.in b/contrib/scripts/vma.service.in +index e268173..7ff50a5 100644 +--- a/contrib/scripts/vma.service.in ++++ b/contrib/scripts/vma.service.in +@@ -8,7 +8,6 @@ Type=forking + Restart=on-failure + ExecStart=@prefix@/sbin/vma start + ExecStop=@prefix@/sbin/vma stop +-ExecReload=@prefix@/sbin/vma restart + RestartForceExitStatus=1 SIGTERM + + [Install] +-- +2.23.0 + diff --git a/libvma.spec b/libvma.spec index 78a4554c8286c68a665eacade4667a37586cf889..6faec463ec2c7897d6060aa910f0e109fdac6940 100644 --- a/libvma.spec +++ b/libvma.spec @@ -1,10 +1,12 @@ Name: libvma Version: 8.9.4 -Release: 8 +Release: 10 Summary: A library that boosts performance for message-based and streaming applications License: GPLv2 or BSD URL: https://github.com/Mellanox/libvma Source: https://github.com/Mellanox/libvma/archive/%{version}.tar.gz +Patch0000: Resolve-gcc-9.x-issues.patch +Patch0001: 0001-Remove-ExecReload-that-is-not-supported.patch ExcludeArch: %{arm} Requires: pam Requires(post): /sbin/ldconfig @@ -67,11 +69,14 @@ Headers files for libvma. %{_pkgdocdir}/VMA_VERSION %changelog -* Thu Sep 3 2020 zhaowei - 8.9.4-8 -- Type: enhancement -- ID: NA -- SUG: NA -- DESC: update source URL +* Wed Mar 10 2021 maminjie - 8.9.4-10 +- Remove ExecReload that is not supported + +* Thu Sep 3 2020 zhaowei - 8.9.4-9 +-update source URL + +* Thu May 21 2020 yanan li - 8.9.4-8 +- Slove the problem of pointer value misalignment caused by gcc 9.x enabling verification. * Sun Jan 19 2020 lijin Yang - 8.9.4-7 - Type: enhancement