From 29a7c44fb048ce2cb7882fe56e61ead467884343 Mon Sep 17 00:00:00 2001 From: panxiaohe Date: Wed, 1 Dec 2021 09:58:59 +0800 Subject: [PATCH] Remove ExecStop from service file because unload is deprecated option --- edac-utils.spec | 5 ++++- edac.service | 1 - 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/edac-utils.spec b/edac-utils.spec index 798260a..37798b1 100644 --- a/edac-utils.spec +++ b/edac-utils.spec @@ -1,6 +1,6 @@ Name: edac-utils Version: 0.16 -Release: 20 +Release: 21 Summary: Userspace helper for Linux kernel EDAC drivers License: GPLv2+ URL: https://sourceforge.net/projects/edac-utils/ @@ -89,5 +89,8 @@ fi %{_mandir}/man8/edac-ctl.8.gz %changelog +* Wed Dec 1 2021 panxiaohe - 0.16-21 +- Remove ExecStop from service file because unload is deprecated option + * Tue Aug 13 2019 openEuler Builteam - 0.16-20 - Package init diff --git a/edac.service b/edac.service index b94a4b6..a948033 100644 --- a/edac.service +++ b/edac.service @@ -4,7 +4,6 @@ Description=Initialize EDAC Drivers For Machine Hardware [Service] Type=oneshot ExecStart=/usr/sbin/edac-ctl --register-labels -ExecStop=/usr/sbin/edac-ctl --unload RemainAfterExit=yes [Install] -- Gitee