From 2e02762701a1affa76d9a6a7cc6dc677f0db961a Mon Sep 17 00:00:00 2001 From: Wenhua Huang Date: Fri, 8 Nov 2024 14:35:44 +0800 Subject: [PATCH] Delete loongarch64 ppc64le This tool just deploy for x86 CPUs --- microcode_ctl.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/microcode_ctl.spec b/microcode_ctl.spec index 77c2542..6d9f6ec 100644 --- a/microcode_ctl.spec +++ b/microcode_ctl.spec @@ -3,10 +3,10 @@ Name: microcode_ctl Summary: Microcode update for CPU Version: 20241029 -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 loongarch64 ppc64le +ExclusiveArch: %{ix86} x86_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 +* Fri Nov 08 2024 Wenhua Huang - 20241029-2 +- Delete loongarch64 ppc64le, because this tool just deploy for x86 CPUs + * Wed Oct 30 2024 Funda Wang - 20241029-1 - update to 20241029 -- Gitee