From 981c1ece3d3cd2e44c219e3a771aaee7b79f643c Mon Sep 17 00:00:00 2001 From: wxiat Date: Fri, 1 Dec 2023 14:19:01 +0800 Subject: [PATCH] sw-20231130 Signed-off-by: Weisson --- microcode_ctl.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/microcode_ctl.spec b/microcode_ctl.spec index 4bfd2e2..078db43 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 20231009 %global debug_package %{nil} @@ -136,7 +136,7 @@ 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 Patch0011: 0011-releasenote.md-add-stub-release-notes-for-microcode-.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 @@ -573,6 +573,9 @@ rm -rf %{buildroot} %changelog +* Wed Jun 26 2024 wuxiat - 4:20230808-2.20231009.1.0.2 +- add sw patch + * Wed Dec 06 2023 zhangwenlong - 4:20230808-2.20231009.1.0.1 - Support loongarch64 -- Gitee