From adfbcafb046a9e585e53ab96ce7f32f006733110 Mon Sep 17 00:00:00 2001 From: Hailiang Date: Mon, 22 Sep 2025 11:13:50 +0800 Subject: [PATCH] add sw_64 support --- mcelog.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/mcelog.spec b/mcelog.spec index d96ac93..5f2b32e 100644 --- a/mcelog.spec +++ b/mcelog.spec @@ -5,7 +5,7 @@ Name: mcelog Version: 179 -Release: 7 +Release: 8 Epoch: 3 Summary: Linux kernel machine check handling middleware License: GPLv2 @@ -20,7 +20,7 @@ Patch1:backport-fix-warnings-in-sysfs.patch Patch2:backport-mcelog-Change-DDR4-string-to-DDR-for-i10nm-platforms.patch Patch3:backport-assign-freed-pointers-to-NULL-pointer.patch -ExclusiveArch: i686 x86_64 +ExclusiveArch: i686 x86_64 sw_64 BuildRequires: bison flex systemd gcc psmisc Requires(post): systemd Requires(preun): systemd @@ -92,6 +92,9 @@ rm -rf $RPM_BUILD_ROOT %attr(0644,root,root) %{_mandir}/*/* %changelog +* Mon Sep 01 2025 mahailiang - 3:179-8 +- add support for sw_64 + * Tue Mar 26 2024 zhangruifang - 3:179-7 - backport patches from upstream -- Gitee