diff --git a/microcode-20230808.tar.gz b/microcode-20230808.tar.gz deleted file mode 100644 index 034191344b90bd9bdea4399276961b44050a096e..0000000000000000000000000000000000000000 --- a/microcode-20230808.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fe49bb719441f20335ed6004090ab38cdc374134d36d4f5d30be7ed93b820313 -size 13011561 diff --git a/microcode-20231114.tar.gz b/microcode-20231114.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..2d110d3f0ddb00abd269458e35a465cbdd363032 Binary files /dev/null and b/microcode-20231114.tar.gz differ diff --git a/microcode_ctl.spec b/microcode_ctl.spec index ad77023d6add4c746e18439dd72769e7f2daac35..655ec8339c414378563603da80ab442e2bb9222f 100644 --- a/microcode_ctl.spec +++ b/microcode_ctl.spec @@ -1,16 +1,16 @@ -%define anolis_release 2 +%define anolis_release 1 %define base_name microcode %global debug_package %{nil} Summary: Tool to transform and deploy CPU microcode update for x86 Name: %{base_name}_ctl -Version: 20230808 +Version: 20231114 Release: %{anolis_release}%{?dist} 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 loongarch64 +ExclusiveArch: x86_64 loongarch64 aarch64 BuildRequires: make %description @@ -45,6 +45,9 @@ make DESTDIR=%{buildroot} PREFIX=%{_prefix} INSDIR=/usr/sbin install clean %changelog +* Wed Mar 13 2024 lidongyue - 20231114-1 +- New version 20231114 + * Mon Sep 25 2023 Wenlong Zhang - 20230808-2 - Add loongarch64 support