From 90583d56c940bd427fb96a02ac03e2f5e3338c7c Mon Sep 17 00:00:00 2001 From: yangxiaoxuan Date: Wed, 20 Apr 2022 17:12:44 +0800 Subject: [PATCH] Support loongarch64 Signed-off-by: yangxiaoxuan --- microcode_ctl.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/microcode_ctl.spec b/microcode_ctl.spec index c0218f2..e1dade5 100644 --- a/microcode_ctl.spec +++ b/microcode_ctl.spec @@ -1,3 +1,4 @@ +%define anolis_release .0.1 %define intel_ucode_version 20220207 %global debug_package %{nil} @@ -13,7 +14,7 @@ Summary: CPU microcode updates for Intel x86 processors Name: microcode_ctl Version: %{intel_ucode_version} -Release: 1%{?dist} +Release: 1%{anolis_release}%{?dist} Epoch: 4 License: CC0 and Redistributable, no modification permitted URL: https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files @@ -122,7 +123,7 @@ Source1000: gen_provides.sh Source1001: codenames.list Source1002: gen_updates2.py -ExclusiveArch: %{ix86} x86_64 +ExclusiveArch: %{ix86} x86_64 loongarch64 BuildRequires: systemd-units # hexdump is used in gen_provides.sh BuildRequires: coreutils util-linux @@ -544,6 +545,9 @@ rm -rf %{buildroot} %changelog +* Wed Apr 11 2021 zhangwenlong - 4:20220207-1.0.1 +- Support loongarch64 + * Thu Feb 10 2022 Eugene Syromiatnikov - 4:20220207-1 - Update Intel CPU microcode to microcode-20220207 release: - Fixes in releasenote.md file. -- Gitee