From c94f1f9b0d0acbbbbab69f09fee6ef9fdc6219a1 Mon Sep 17 00:00:00 2001 From: zhaozhen Date: Mon, 14 Nov 2022 17:30:49 +0800 Subject: [PATCH] add loongarch support --- microcode_ctl.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/microcode_ctl.spec b/microcode_ctl.spec index 2cf00ad..395c57b 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: 37 +Release: 38 License: GPLv2+ and Redistributable, no modification permitted URL: https://pagure.io/microcode_ctl -ExclusiveArch: %{ix86} x86_64 +ExclusiveArch: %{ix86} x86_64 loongarch64 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 Nov 14 2022 zhaozhen - 2.1-38 +- add loongarch support + * Fri Sep 23 2022 luopihui - 2.1-37 - Upgrade to 2.1-37 - Fix CVE-2022-21233 -- Gitee