diff --git a/microcode_ctl.spec b/microcode_ctl.spec index c0218f2bb6c137e2489629dbb873a0c91d9a3466..e1dade5ce0edbc31fe234d2787def64964e6e617 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.