add help for Requires

(cherry picked from commit 758dc0f5743297e08d02b6dec99f3f98cc8a5fee)
This commit is contained in:
jinzhimin369 2020-11-11 10:01:34 +08:00 committed by openeuler-sync-bot
parent b16e6dd58d
commit b6ce0eef76

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