From 9c87e4dad62bc45e5bccfcccfa75ab10ae5ecdd4 Mon Sep 17 00:00:00 2001 From: zhongtao Date: Fri, 22 Nov 2024 11:53:44 +0800 Subject: [PATCH] enable nri support only on specified architecture Signed-off-by: zhongtao (cherry picked from commit 462fe980a057f95ea96d76e52b70385848858436) --- iSulad.spec | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/iSulad.spec b/iSulad.spec index 46f8b0a..ce59b9c 100644 --- a/iSulad.spec +++ b/iSulad.spec @@ -1,13 +1,16 @@ %global _version 2.1.5 -%global _release 12 +%global _release 13 %global is_systemd 1 %global enable_criv1 1 %global enable_cdi 1 -%global enable_nri 1 %global enable_shimv2 1 %global is_embedded 1 %global cpp_std 17 +%ifarch x86_64 aarch64 +%global enable_nri 1 +%endif + Name: iSulad Version: %{_version} Release: %{_release} @@ -422,6 +425,12 @@ fi %endif %changelog +* Thu Nov 21 2024 zhongtao - 2.1.5-13 +- Type: bugfix +- ID: NA +- SUG: NA +- DESC: enable nri support only on specified architecture + * Mon Oct 21 2024 wujichao - 2.1.5-12 - Type: update - ID: NA -- Gitee