diff --git a/acpid.spec b/acpid.spec index 7b85ec2..0c70f78 100644 --- a/acpid.spec +++ b/acpid.spec @@ -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 - 2.0.32-2 +- add help for Requires + * Wed Aug 12 2020 xinghe - 2.0.32-1 - update version to 2.0.32