add help for recommends

This commit is contained in:
luochenglcs 2022-09-01 15:07:05 +08:00
parent 6d3e2b9d38
commit 329ebe06bd

View File

@ -1,11 +1,12 @@
Name: numad Name: numad
Version: 0.5 Version: 0.5
Release: 32 Release: 33
Summary: NUMA user daemon Summary: NUMA user daemon
License: LGPLv2 License: LGPLv2
URL: https://pagure.io/numad URL: https://pagure.io/numad
Source0: %{name}-%{version}git.tar.xz Source0: %{name}-%{version}git.tar.xz
Recommends: %{name}-help = %{version}-%{release}
BuildRequires: systemd-units gcc git BuildRequires: systemd-units gcc git
Requires: systemd-units Requires: systemd-units
Requires(post): systemd-units Requires(post): systemd-units
@ -56,6 +57,9 @@ install -m 644 numad.logrotate %{buildroot}%{_sysconfdir}/logrotate.d/%{name}
%systemd_postun numad.service %systemd_postun numad.service
%changelog %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 * Thu Sep 1 2022 Chunsheng Luo<luochunsheng@huawei.com> - 0.5-32
- Fix array index out-of-bounds - Fix array index out-of-bounds