From 718b63dd1b9b2fbccd30de310f875fd1dbaf7a8b 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 11:20:46 +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 1213edc..94466f5 100644 --- a/acpid.spec +++ b/acpid.spec @@ -1,6 +1,6 @@ Name: acpid Version: 2.0.33 -Release: 5 +Release: 6 Summary: Advanced Configuration and Power Interface event daemon License: GPLv2+ URL: http://sourceforge.net/projects/acpid2/ @@ -22,6 +22,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 @@ -76,6 +77,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.33-6 +- Added 'Buildarch: noarch' to the help subpackage. + * Fri Jan 23 2024 Yuanfeng Chen - 2.0.33-5 - init support for arch ppc64le -- Gitee