!8 [sync] PR-7: Remove ExecReload that is not supported

From: @openeuler-sync-bot
Reviewed-by: @small_leek,@hubble_zhu
Signed-off-by: @small_leek,@hubble_zhu
This commit is contained in:
openeuler-ci-bot 2021-03-10 11:30:04 +08:00 committed by Gitee
commit cd2e5e8092
2 changed files with 29 additions and 1 deletions

View File

@ -0,0 +1,24 @@
From 4c7049e373908e3486b64cd54522c05b3dd60ef2 Mon Sep 17 00:00:00 2001
From: maminjie <maminjie1@huawei.com>
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

View File

@ -1,11 +1,12 @@
Name: libvma
Version: 8.9.4
Release: 9
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
@ -68,6 +69,9 @@ Headers files for libvma.
%{_pkgdocdir}/VMA_VERSION
%changelog
* Wed Mar 10 2021 maminjie <maminjie1@huawei.com> - 8.9.4-10
- Remove ExecReload that is not supported
* Thu Sep 3 2020 zhaowei<zhaowei23@huawei.com> - 8.9.4-9
-update source URL