From f1af879f001232fbc54bee686c766b4d708a3c26 Mon Sep 17 00:00:00 2001 From: zhaozhen Date: Thu, 24 Nov 2022 09:37:54 +0800 Subject: [PATCH] Add loongarch64 support --- mcelog.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/mcelog.spec b/mcelog.spec index 164fcfe..21e5746 100644 --- a/mcelog.spec +++ b/mcelog.spec @@ -5,7 +5,7 @@ Name: mcelog Version: 179 -Release: 3 +Release: 4 Epoch: 3 Summary: Linux kernel machine check handling middleware License: GPLv2 @@ -14,7 +14,7 @@ Source0: https://github.com/andikleen/%{name}/archive/v%{last_tar_version}.tar.g Source1: mce-inject-%{mce_inject_ver}.tar.bz2 Source2: aer-inject-%{aer_inject_ver}.tar.bz2 Source3: mcelog.conf -ExclusiveArch: i686 x86_64 +ExclusiveArch: i686 x86_64 loongarch64 BuildRequires: bison flex systemd gcc psmisc Requires(post): systemd Requires(preun): systemd @@ -80,6 +80,9 @@ rm -rf $RPM_BUILD_ROOT %attr(0644,root,root) %{_mandir}/*/* %changelog +* Thu Nov 24 2022 zhaozhen - 3:179-4 +- Add loongarch64 support + * Wed Nov 09 2022 shixuantong - 3:179-3 - enable check -- Gitee