diff --git a/.gitattributes b/.gitattributes deleted file mode 100644 index 0a80fdce31f59c062e2abba28776e9521eddff30..0000000000000000000000000000000000000000 --- a/.gitattributes +++ /dev/null @@ -1 +0,0 @@ -*.gz filter=lfs diff=lfs merge=lfs -text 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..4d8ccd855c446961d8d2cbfed79021b704b44327 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