From b4c3187cf4d66fea4aa658aad38b693ebf69fafe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E9=B9=8F?= Date: Mon, 4 Mar 2024 14:44:40 +0800 Subject: [PATCH] add ppc64le support --- microcode_ctl.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/microcode_ctl.spec b/microcode_ctl.spec index 16adaf4..ccb195b 100644 --- a/microcode_ctl.spec +++ b/microcode_ctl.spec @@ -3,10 +3,10 @@ Name: microcode_ctl Summary: Microcode update for CPU Version: 20231114 -Release: 1 +Release: 2 License: GPLv2+ and Redistributable, no modification permitted URL: https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files -ExclusiveArch: %{ix86} x86_64 loongarch64 +ExclusiveArch: %{ix86} x86_64 loongarch64 ppc64le Source0: https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/archive/tags/microcode-20231114.tar.gz %description @@ -29,6 +29,9 @@ rm -rf intel-ucode /lib/firmware/* %changelog +* Mon Mar 4 2024 peng.zou - 20231114-2 +- add ppc64le support + * Tue Jan 9 2024 liyanan - 20231114-1 - Modify Source0 to get it form github -- Gitee