From 22ab6f9b9eb9118c653099977006e403ac3a2f5b Mon Sep 17 00:00:00 2001 From: jinzhimin369 Date: Thu, 12 Nov 2020 10:37:12 +0800 Subject: [PATCH] add help for Recommends (cherry picked from commit 2bfd4be3e6b14bf8b64ffe70506c95ea4f82b11c) --- numad.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/numad.spec b/numad.spec index 70bbcb2..b488eb9 100644 --- a/numad.spec +++ b/numad.spec @@ -1,11 +1,12 @@ Name: numad Version: 0.5 -Release: 31 +Release: 32 Summary: NUMA user daemon License: LGPLv2 URL: https://pagure.io/numad Source0: %{name}-%{version}git.tar.xz +Recommends: %{name}-help = %{version}-%{release} BuildRequires: systemd-units gcc git Requires: systemd-units Requires(post): systemd-units @@ -55,6 +56,9 @@ install -m 644 numad.logrotate %{buildroot}%{_sysconfdir}/logrotate.d/%{name} %systemd_postun numad.service %changelog +* Thu Nov 12 2020 xinghe - 0.5-32 +- Add help for Recommends + * Fri Dec 20 2019 openEuler Buildteam - 0.5-31 - Add missing post/pre requires -- Gitee