From 7f486f4a3105608493a7a1d98be10884e6459198 Mon Sep 17 00:00:00 2001 From: wxiat Date: Fri, 1 Dec 2023 14:19:01 +0800 Subject: [PATCH] sw-20231130 --- microcode_ctl.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/microcode_ctl.spec b/microcode_ctl.spec index 02d63c9..c2d8e26 100644 --- a/microcode_ctl.spec +++ b/microcode_ctl.spec @@ -1,4 +1,4 @@ -%define anolis_release .0.1 +%define anolis_release .0.2 %define intel_ucode_version 20230808 %global debug_package %{nil} @@ -134,7 +134,7 @@ Patch0008: 0008-releasenote.md-remove-the-duplicating-06-9e-0c-22-re.patch Patch0009: 0009-releasenote.md-fix-old-revisions-for-06-8e-09-10-and.patch Patch0010: 0010-releasenote.md-add-old-revisions-for-06-be-00-11-06-.patch -ExclusiveArch: %{ix86} x86_64 loongarch64 +ExclusiveArch: %{ix86} x86_64 loongarch64 sw_64 BuildRequires: systemd-units # hexdump is used in gen_provides.sh BuildRequires: coreutils util-linux @@ -570,6 +570,9 @@ rm -rf %{buildroot} %changelog +* Thu Nov 30 2023 wuxiat - 4:20220809-2.20230808.2.0.2 +- add sw patch + * Mon Sep 11 2023 zhangwenlong - 4:20220809-2.20230808.2.0.1 - Support loongarch64 -- Gitee