From 4b8ad8b38e90f6176afe8266e8de01a3175fad24 Mon Sep 17 00:00:00 2001 From: jinzhimin369 Date: Thu, 12 Nov 2020 11:06:39 +0800 Subject: [PATCH] add help for Recommends (cherry picked from commit d98565656493622d434177ba597f91bbb429de0f) --- psacct.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/psacct.spec b/psacct.spec index 462c599..f9f1063 100644 --- a/psacct.spec +++ b/psacct.spec @@ -1,6 +1,6 @@ Name: psacct Version: 6.6.4 -Release: 4 +Release: 5 Summary: Utilities for monitoring process activities License: GPLv3+ URL: http://www.gnu.org/software/acct/ @@ -9,6 +9,7 @@ Source1: psacct.service Source2: psacct-logrotate.in Patch0001: psacct-6.6.1-SEGV-when-record-incomplete.patch BuildRequires: autoconf systemd gcc +Recommends: %{name}-help = %{version}-%{release} Requires: info coreutils Requires(post): chkconfig systemd-sysv systemd Requires(preun): systemd @@ -97,6 +98,9 @@ fi %exclude %{_mandir}/man1/last.1* %changelog +* Thu Nov 12 2020 xinghe - 6.6.4-5 +- add help for Recommends + * Tue Jan 21 2020 daiqianwen - 6.6.4-4 - Type:bugfix - ID:NA