diff --git a/clibcni.spec b/clibcni.spec index a95a40d4b64684f37a853d1455e16736aaa81536..e32f0697cac83a0a21f04ffd42ed7c9fffae0022 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