!13 [sync] PR-11: yum安装后无法直接使用man 查看帮助手册,更新spec,让主包安装时依赖help包

From: @openeuler-sync-bot
Reviewed-by: @liqingqing_1229
Signed-off-by: @liqingqing_1229
This commit is contained in:
openeuler-ci-bot 2021-05-22 19:30:08 +08:00 committed by Gitee
commit 363934501d

View File

@ -1,6 +1,6 @@
Name: acpid
Version: 2.0.32
Release: 1
Release: 2
Summary: Advanced Configuration and Power Interface event daemon
License: GPLv2+
URL: http://sourceforge.net/projects/acpid2/
@ -16,6 +16,7 @@ ExclusiveArch: aarch64 x86_64 %{ix86}
BuildRequires: systemd, gcc
Requires: systemd
Requires: acpid-help
%description
acpid is designed to notify user-space programs of ACPI events.
@ -76,6 +77,9 @@ install -p -m 644 %{SOURCE4} %{buildroot}%{_sysconfdir}/sysconfig/acpid
%systemd_postun_with_restart %{name}.socket %{name}.service
%changelog
* Wed Nov 11 2020 xinghe <xinghe1@huawei.com> - 2.0.32-2
- add help for Requires
* Wed Aug 12 2020 xinghe <xinghe1@huawei.com> - 2.0.32-1
- update version to 2.0.32