From f271ddd448f0eea3697a8d47d542504ba592de1b Mon Sep 17 00:00:00 2001 From: shafeipaozi <2829702579@qq.com> Date: Tue, 16 Jan 2024 01:50:27 +0800 Subject: [PATCH] fix spec --- dpdk.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/dpdk.spec b/dpdk.spec index 6afdc78..3895c80 100644 --- a/dpdk.spec +++ b/dpdk.spec @@ -10,7 +10,7 @@ Name: dpdk Version: 23.11 -Release: 2 +Release: 3 URL: http://dpdk.org Source: https://fast.dpdk.org/rel/dpdk-%{version}.tar.xz @@ -47,7 +47,7 @@ License: BSD and LGPLv2 and GPLv2 # other techniques, carefully crafted assembly instructions. As such it # needs extensive work to port it to other architectures. # -ExclusiveArch: x86_64 i686 aarch64 +ExclusiveArch: x86_64 i686 aarch64 riscv64 BuildRequires: gcc BuildRequires: kernel-headers, kernel-devel, libpcap-devel, zlib-devel @@ -195,6 +195,9 @@ strip -g $RPM_BUILD_ROOT/lib/modules/%{kern_devel_ver}/extra/dpdk/igb_uio.ko %endif %changelog +* Tue Jan 16 2024 shafeipaozi - 23.11-3 + Add support to riscv64 + * Tue Jan 12 2024 jiangheng - 23.11-2 add self-developed patches -- Gitee