diff --git a/microcode_ctl.spec b/microcode_ctl.spec index 8818c45df53ea931cd39b4edc95a19a87b28ad6c..16a71c6cb0ec9a4a15d0b121bd3467c22723477b 100755 --- a/microcode_ctl.spec +++ b/microcode_ctl.spec @@ -1,3 +1,4 @@ +%define anolis_release .0.1 %define intel_ucode_version 20210608 %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 Aug 11 2021 zhangwenlong - 4:20210608-1.0.1 ++- Support loongarch64 + * Mon Jul 05 2021 Eugene Syromiatnikov - 4:20210608-1 - Update Intel CPU microcode to microcode-20210608 release (#1921773): - Fixes in releasenote.md file.