From 7c2f76ca887e624ab4b7e332440a94a8e2c1c28b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BE=AF=E6=99=AF=E5=8D=9A?= Date: Tue, 20 Aug 2024 13:21:23 +0800 Subject: [PATCH] Added 'Buildarch: noarch' to the help subpackage. --- acpid.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/acpid.spec b/acpid.spec index 0c70f78..70af062 100644 --- a/acpid.spec +++ b/acpid.spec @@ -1,6 +1,6 @@ Name: acpid Version: 2.0.32 -Release: 2 +Release: 3 Summary: Advanced Configuration and Power Interface event daemon License: GPLv2+ URL: http://sourceforge.net/projects/acpid2/ @@ -23,6 +23,7 @@ acpid is designed to notify user-space programs of ACPI events. %package help Summary: Development documents for ACPI library +Buildarch: noarch Requires: %{name} = %{version}-%{release} %description help @@ -77,6 +78,9 @@ install -p -m 644 %{SOURCE4} %{buildroot}%{_sysconfdir}/sysconfig/acpid %systemd_postun_with_restart %{name}.socket %{name}.service %changelog +* Tue Aug 20 2024 Jingbo Hou - 2.0.32-3 +- Added 'Buildarch: noarch' to the help subpackage. + * Wed Nov 11 2020 xinghe - 2.0.32-2 - add help for Requires -- Gitee