From 44b518a4a9d9ca9d1017dc02b37b286f90d3cbb1 Mon Sep 17 00:00:00 2001 From: wzx Date: Thu, 3 Nov 2022 15:46:51 +0800 Subject: [PATCH] Add sw64 architecture Signed-off-by: wzx (cherry picked from commit 56e474e66af2a49eb64eb2f0d8165cec49f60d8d) --- clibcni.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/clibcni.spec b/clibcni.spec index a45bd35..37c0d53 100644 --- a/clibcni.spec +++ b/clibcni.spec @@ -1,5 +1,5 @@ %global _version 2.0.7 -%global _release 3 +%global _release 4 Name: clibcni Version: %{_version} Release: %{_release} @@ -34,7 +34,7 @@ focus, CNI has a wide range of support and the specification is simple to implem %package devel Summary: Huawei CNI C Library Group: Libraries -ExclusiveArch: x86_64 aarch64 +ExclusiveArch: x86_64 aarch64 sw_64 Requires: %{name} = %{version}-%{release} %description devel @@ -88,6 +88,12 @@ rm -rf %{buildroot} %{_libdir}/pkgconfig/%{name}.pc %changelog +* Thu Nov 3 wuzx - 2.0.7-4 +- Type:feature +- CVE:NA +- SUG:NA +- DESC:Add sw64 architecture + * Tue Oct 18 2022 zhangxiaoyu - 2.0.7-3 - Type: enhancement - ID: NA -- Gitee