!11 ​yum install安装后缺少man手册

From: @luochenglcs 
Reviewed-by: @liqingqing_1229 
Signed-off-by: @liqingqing_1229
This commit is contained in:
openeuler-ci-bot 2022-09-01 07:17:58 +00:00 committed by Gitee
commit adaea4054d
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -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<luochunsheng@huawei.com> - 0.5-33
- Add help for Recommends
* Thu Sep 1 2022 Chunsheng Luo<luochunsheng@huawei.com> - 0.5-32
- Fix array index out-of-bounds