From 3ffdd1af1d5fcc9af0e5013fb41c2cb31b5f3538 Mon Sep 17 00:00:00 2001 From: Jacob Wang Date: Tue, 25 Jan 2022 21:59:40 +0800 Subject: [PATCH] Support loongarch64 Signed-off-by: Jacob Wang --- microcode_ctl.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/microcode_ctl.spec b/microcode_ctl.spec index 971850c..fd7b243 100755 --- a/microcode_ctl.spec +++ b/microcode_ctl.spec @@ -1,4 +1,5 @@ %define intel_ucode_version 20220207 +%define anolis_release .0.1 %global debug_package %{nil} %define caveat_dir %{_datarootdir}/microcode_ctl/ucode_with_caveats @@ -13,7 +14,7 @@ Summary: CPU microcode updates for Intel x86 processors Name: microcode_ctl Version: 20210608 -Release: 1.%{intel_ucode_version}.1%{?dist} +Release: 1.%{intel_ucode_version}.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 27 2022 liuxiaoping - 4:20210608-1.20220207.1.0.1 +- Support loongarch64 (jacob.wang@openanolis.org) + * Thu Feb 10 2022 Eugene Syromiatnikov - 4:20210608-1.20220207.1 - Update Intel CPU microcode to microcode-20220207 release: - Fixes in releasenote.md file. -- Gitee