From 4786a6265fbbcd9a740b77a8aaf7f16a241a78fa Mon Sep 17 00:00:00 2001 From: "peng.zou" Date: Tue, 28 Nov 2023 16:13:31 +0800 Subject: [PATCH] Add ppc64le architecture --- clibcni.spec | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/clibcni.spec b/clibcni.spec index a95a40d..e32f069 100644 --- a/clibcni.spec +++ b/clibcni.spec @@ -1,5 +1,5 @@ %global _version 2.1.0 -%global _release 1 +%global _release 2 Name: clibcni Version: %{_version} Release: %{_release} @@ -18,7 +18,7 @@ BuildRequires: libisula-devel > %{libisulaver_lower} yajl-devel gtest-devel gmoc Requires: libisula > %{libisulaver_lower} -%ifarch x86_64 aarch64 riscv64 loongarch64 +%ifarch x86_64 aarch64 riscv64 loongarch64 ppc64le Provides: lib%{name}.so()(64bit) %endif @@ -33,7 +33,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 sw_64 riscv64 loongarch64 +ExclusiveArch: x86_64 aarch64 sw_64 riscv64 loongarch64 ppc64le Requires: %{name} = %{version}-%{release} %description devel @@ -87,6 +87,12 @@ rm -rf %{buildroot} %{_libdir}/pkgconfig/%{name}.pc %changelog +* Tue Nov 28 2023 peng.zou - 2.1.0-2 +- Type: feature +- ID: NA +- SUG: NA +- DESC: Add ppc64le architecture + * Thu Nov 16 2023 jikai - 2.1.0-1 - Type: enhancement - ID: NA -- Gitee