From 201c4cc54166ced2ed754fd1acfce1f0e0c5270f Mon Sep 17 00:00:00 2001 From: Guost123 Date: Thu, 8 May 2025 20:23:02 +0800 Subject: [PATCH] adapt for riscv64 --- microcode_ctl.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/microcode_ctl.spec b/microcode_ctl.spec index 655ec83..864f56d 100644 --- a/microcode_ctl.spec +++ b/microcode_ctl.spec @@ -1,4 +1,4 @@ -%define anolis_release 1 +%define anolis_release 2 %define base_name microcode %global debug_package %{nil} @@ -10,7 +10,7 @@ License: GPLv2+ and Redistributable, no modification permitted URL: https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files Source0: https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/archive/refs/tags/%{base_name}-%{version}.tar.gz Source1: Makefile -ExclusiveArch: x86_64 loongarch64 aarch64 +ExclusiveArch: x86_64 loongarch64 aarch64 riscv64 BuildRequires: make %description @@ -45,6 +45,9 @@ make DESTDIR=%{buildroot} PREFIX=%{_prefix} INSDIR=/usr/sbin install clean %changelog +* Thu May 08 2025 Shangtong Guo - 20240312-2 +- add support for riscv64 + * Wed Mar 13 2024 lidongyue - 20231114-1 - New version 20231114 -- Gitee