From 329ebe06bd4c39115ef377ba6f3617faf5c07245 Mon Sep 17 00:00:00 2001 From: luochenglcs Date: Thu, 1 Sep 2022 15:07:05 +0800 Subject: [PATCH] add help for recommends --- numad.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/numad.spec b/numad.spec index e30b390..f9db67a 100644 --- a/numad.spec +++ b/numad.spec @@ -1,11 +1,12 @@ Name: numad Version: 0.5 -Release: 32 +Release: 33 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 @@ -56,6 +57,9 @@ install -m 644 numad.logrotate %{buildroot}%{_sysconfdir}/logrotate.d/%{name} %systemd_postun numad.service %changelog +* Thu Sep 1 2022 Chunsheng Luo - 0.5-33 +- Add help for Recommends + * Thu Sep 1 2022 Chunsheng Luo - 0.5-32 - Fix array index out-of-bounds -- Gitee