From ff665a22f5bb77e985055eb3cab40e3b5fed368f Mon Sep 17 00:00:00 2001 From: wangshuo Date: Mon, 13 May 2024 15:58:39 +0800 Subject: [PATCH] Add ExclusiveArch: loongarch64 support --- mcelog.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/mcelog.spec b/mcelog.spec index 56d0157..726615f 100644 --- a/mcelog.spec +++ b/mcelog.spec @@ -5,7 +5,7 @@ Name: mcelog Version: 196 -Release: 2 +Release: 3 Epoch: 3 Summary: Linux kernel machine check handling middleware License: GPLv2 @@ -17,7 +17,7 @@ Source3: mcelog.conf Patch0: backport-assign-freed-pointers-to-NULL-pointer.patch -ExclusiveArch: i686 x86_64 +ExclusiveArch: i686 x86_64 loongarch64 BuildRequires: bison flex systemd gcc psmisc Requires(post): systemd Requires(preun): systemd @@ -86,6 +86,9 @@ rm -rf $RPM_BUILD_ROOT %attr(0644,root,root) %{_mandir}/*/* %changelog +* Mon May 13 2024 wangshuo - 3:196-3 +- Add ExclusiveArch: loongarch64 support + * Mon Mar 25 2024 zhangruifang - 3:196-2 - backport patches from upstream - enable check only during obs build -- Gitee