From 1ce6726fac48bcc0d2e60f3e80d94c344065e389 Mon Sep 17 00:00:00 2001 From: Wenlong Zhang Date: Fri, 17 Feb 2023 09:05:30 +0800 Subject: [PATCH] Add loongarch64 support (cherry picked from commit 8e6059b47736bed6c2f7f2dfc13292929d1b1452) (cherry picked from commit 364c4063db3d33ef9e0f69652112ff486611c39a) --- acpid.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/acpid.spec b/acpid.spec index dd2e111..e756daa 100644 --- a/acpid.spec +++ b/acpid.spec @@ -1,6 +1,6 @@ Name: acpid Version: 2.0.33 -Release: 3 +Release: 4 Summary: Advanced Configuration and Power Interface event daemon License: GPLv2+ URL: http://sourceforge.net/projects/acpid2/ @@ -12,7 +12,7 @@ Source4: acpid.sysconfig Source5: acpid.socket Patch1: acpid-2.0.32-kacpimon-dynamic-connections.patch -ExclusiveArch: aarch64 x86_64 %{ix86} riscv64 sw_64 +ExclusiveArch: aarch64 x86_64 %{ix86} riscv64 sw_64 loongarch64 BuildRequires: systemd, gcc Requires: systemd @@ -76,6 +76,9 @@ install -p -m 644 %{SOURCE4} %{buildroot}%{_sysconfdir}/sysconfig/acpid %systemd_postun_with_restart %{name}.socket %{name}.service %changelog +* Thu Feb 16 2023 Wenlong Zhang - 2.0.33.4 +- Add loongarch64 support + * Thu Nov 3 2022 wuzx - 2.0.33-3 - Add sw64 architecture