From e78c672da7bb0b3cccab9434d121e3c8d84d935f Mon Sep 17 00:00:00 2001 From: maqi Date: Mon, 17 Feb 2025 11:47:56 +0800 Subject: [PATCH] Support sw_64 --- microcode_ctl.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/microcode_ctl.spec b/microcode_ctl.spec index c83bdf8..21b606f 100644 --- a/microcode_ctl.spec +++ b/microcode_ctl.spec @@ -3,10 +3,10 @@ Name: microcode_ctl Summary: Microcode update for CPU Version: 20241112 -Release: 1 +Release: 2 License: GPL-2.0-or-later and intel-mcu-2018 URL: https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files -ExclusiveArch: %{ix86} x86_64 +ExclusiveArch: %{ix86} x86_64 sw_64 Source0: https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/archive/tags/microcode-%{version}.tar.gz %description @@ -29,6 +29,9 @@ rm -rf intel-ucode /lib/firmware/* %changelog +* Mon Feb 17 2025 maqi - 20241112-2 +- Support sw_64 + * Thu Nov 14 2024 Funda Wang - 20241112-1 - update to 20241112 for fix CVE-2024-23918, CVE-2024-21853, CVE-2024-21820 -- Gitee