From ebb138d3862850f8be20b15001bba2fe19da9d1a Mon Sep 17 00:00:00 2001 From: Wenlong Zhang Date: Mon, 25 Sep 2023 10:32:32 +0800 Subject: [PATCH] Add loongarch64 support --- microcode_ctl.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/microcode_ctl.spec b/microcode_ctl.spec index 94cd038..ad77023 100644 --- a/microcode_ctl.spec +++ b/microcode_ctl.spec @@ -1,4 +1,4 @@ -%define anolis_release 1 +%define anolis_release 2 %define base_name microcode %global debug_package %{nil} @@ -10,7 +10,7 @@ License: GPLv2+ and Redistributable, no modification permitted URL: https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files Source0: https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/archive/refs/tags/%{base_name}-%{version}.tar.gz Source1: Makefile -ExclusiveArch: x86_64 +ExclusiveArch: x86_64 loongarch64 BuildRequires: make %description @@ -45,6 +45,9 @@ make DESTDIR=%{buildroot} PREFIX=%{_prefix} INSDIR=/usr/sbin install clean %changelog +* Mon Sep 25 2023 Wenlong Zhang - 20230808-2 +- Add loongarch64 support + * Thu Aug 10 2023 Funda Wang - 20230808-1 - New version 20230808 -- Gitee