add help for Recommends

(cherry picked from commit 2bfd4be3e6b14bf8b64ffe70506c95ea4f82b11c)
This commit is contained in:
jinzhimin369 2020-11-12 10:37:12 +08:00 committed by openeuler-sync-bot
parent 90d0d8b94b
commit 22ab6f9b9e

View File

@ -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 <xinghe1@huawei.com> - 0.5-32
- Add help for Recommends
* Fri Dec 20 2019 openEuler Buildteam <buildteam@openeuler.org> - 0.5-31
- Add missing post/pre requires