From 2c420fea6e53584c0f429784af2e612c5600bd95 Mon Sep 17 00:00:00 2001 From: "yan.yihao 10263201" Date: Fri, 9 May 2025 11:03:52 +0800 Subject: [PATCH] add support for RISC-V build --- accel-config.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/accel-config.spec b/accel-config.spec index edd4951..31ff927 100644 --- a/accel-config.spec +++ b/accel-config.spec @@ -1,4 +1,4 @@ -%define anolis_release 1 +%define anolis_release 2 %global project_name idxd-config Name: accel-config @@ -22,7 +22,7 @@ BuildRequires: pkgconfig(libkmod) BuildRequires: pkgconfig(uuid) BuildRequires: pkgconfig(json-c) BuildRequires: autoconf automake -ExclusiveArch: x86_64 +ExclusiveArch: x86_64 riscv64 BuildRequires: pkgconfig(libudev) BuildRequires: pkgconfig(zlib) @@ -152,6 +152,9 @@ make check %doc Documentation/manpage-base.xsl Documentation/manpage-normal.xsl %changelog +* Thu May 8 2025 Yihao Yan - 4.1.8-2 +- add support for riscv64 + * Mon Feb 17 2025 Zhao Hang - 4.1.8-1 - Update to 4.1.8-1 from 3.5.1-4 - Update spec file to use SPDX identifiers -- Gitee