From 11e662b686a7fc16e8e49c476bc2ec3fdc717648 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 | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/iSulad.spec b/iSulad.spec index e62ad54..01400c7 100644 --- a/iSulad.spec +++ b/iSulad.spec @@ -1,5 +1,5 @@ %global _version 2.1.5 -%global _release 12 +%global _release 13 %global is_systemd 1 %global enable_criv1 1 %global enable_cdi 1 @@ -7,6 +7,10 @@ %global is_embedded 1 %global cpp_std 17 +%ifarch x86_64 aarch64 +%global enable_nri 1 +%endif + Name: iSulad Version: %{_version} Release: %{_release} @@ -413,6 +417,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