diff --git a/acpid.spec b/acpid.spec index e756daaeea86ee6f267927a64a5e6f728973ec09..669c163179cbc2fd898c7234b2fd0bc98633985a 100644 --- a/acpid.spec +++ b/acpid.spec @@ -1,6 +1,6 @@ Name: acpid Version: 2.0.33 -Release: 4 +Release: 5 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.5 +- Added 'Buildarch: noarch' to the help subpackage. + * Thu Feb 16 2023 Wenlong Zhang - 2.0.33.4 - Add loongarch64 support