From b6ce0eef76d5ec64c723cf4dd8506b0ce81dd4cc Mon Sep 17 00:00:00 2001 From: jinzhimin369 Date: Wed, 11 Nov 2020 10:01:34 +0800 Subject: [PATCH] add help for Requires (cherry picked from commit 758dc0f5743297e08d02b6dec99f3f98cc8a5fee) --- acpid.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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