From 2cff98ce7e57918a48918b0e49b0265e9ca991af Mon Sep 17 00:00:00 2001 From: mgb01105731 Date: Wed, 28 Feb 2024 14:15:07 +0800 Subject: [PATCH] update to 20231114 --- microcode-20230808.tar.gz => microcode-20231114.tar.gz | 4 ++-- microcode_ctl.spec | 7 +++++-- 2 files changed, 7 insertions(+), 4 deletions(-) rename microcode-20230808.tar.gz => microcode-20231114.tar.gz (32%) diff --git a/microcode-20230808.tar.gz b/microcode-20231114.tar.gz similarity index 32% rename from microcode-20230808.tar.gz rename to microcode-20231114.tar.gz index 0341913..c721ad9 100644 --- a/microcode-20230808.tar.gz +++ b/microcode-20231114.tar.gz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:fe49bb719441f20335ed6004090ab38cdc374134d36d4f5d30be7ed93b820313 -size 13011561 +oid sha256:cee26f311f7e2c039dd48cd30f995183bde9b98fb4c3039800e2ddaf5c090e55 +size 12466839 diff --git a/microcode_ctl.spec b/microcode_ctl.spec index ad77023..4d8ccd8 100644 --- a/microcode_ctl.spec +++ b/microcode_ctl.spec @@ -1,10 +1,10 @@ -%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 @@ -45,6 +45,9 @@ make DESTDIR=%{buildroot} PREFIX=%{_prefix} INSDIR=/usr/sbin install clean %changelog +* Wed Feb 28 2024 mgb01105731 - 20231114-1 +- update to 20231114 + * Mon Sep 25 2023 Wenlong Zhang - 20230808-2 - Add loongarch64 support -- Gitee