From b59734c7baf6dbcff494709772ed7c175bc24ab4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E9=B9=8F?= Date: Mon, 4 Mar 2024 14:55:34 +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 5958095..eb76918 100644 --- a/microcode_ctl.spec +++ b/microcode_ctl.spec @@ -4,10 +4,10 @@ Name: microcode_ctl Summary: Microcode update for CPU Version: 2.1 -Release: 42 +Release: 43 License: GPLv2+ and Redistributable, no modification permitted URL: https://pagure.io/microcode_ctl -ExclusiveArch: %{ix86} x86_64 +ExclusiveArch: %{ix86} x86_64 ppc64le Source0: https://releases.pagure.org/microcode_ctl/%{name}-%{upstream_version}.tar.xz %description @@ -27,6 +27,9 @@ make DESTDIR=%{buildroot} PREFIX=%{_prefix} INSDIR=/usr/sbin install clean %doc /usr/share/doc/microcode_ctl/* %changelog +* Mon Mar 4 2024 peng.zou - 2.1-43 +- add ppc64le support + * Wed Nov 15 2023 lwg K - 2.1-42 - update to upstream 2.1-42. 20231114 - fix CVE-2023-23583 -- Gitee