!38 [sync] PR-33: [sync] PR-32: Add loongarch64 support

From: @openeuler-sync-bot 
Reviewed-by: @liqingqing_1229 
Signed-off-by: @liqingqing_1229
This commit is contained in:
openeuler-ci-bot 2024-02-22 11:43:03 +00:00 committed by Gitee
commit c8a05cf50f
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -1,6 +1,6 @@
Name: acpid Name: acpid
Version: 2.0.33 Version: 2.0.33
Release: 3 Release: 4
Summary: Advanced Configuration and Power Interface event daemon Summary: Advanced Configuration and Power Interface event daemon
License: GPLv2+ License: GPLv2+
URL: http://sourceforge.net/projects/acpid2/ URL: http://sourceforge.net/projects/acpid2/
@ -12,7 +12,7 @@ Source4: acpid.sysconfig
Source5: acpid.socket Source5: acpid.socket
Patch1: acpid-2.0.32-kacpimon-dynamic-connections.patch 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 BuildRequires: systemd, gcc
Requires: systemd Requires: systemd
@ -76,6 +76,9 @@ install -p -m 644 %{SOURCE4} %{buildroot}%{_sysconfdir}/sysconfig/acpid
%systemd_postun_with_restart %{name}.socket %{name}.service %systemd_postun_with_restart %{name}.socket %{name}.service
%changelog %changelog
* Thu Feb 16 2023 Wenlong Zhang<zhangwenlong@loongson.cn> - 2.0.33.4
- Add loongarch64 support
* Thu Nov 3 2022 wuzx<wuzx1226@qq.com> - 2.0.33-3 * Thu Nov 3 2022 wuzx<wuzx1226@qq.com> - 2.0.33-3
- Add sw64 architecture - Add sw64 architecture