Add ppc64le architecture

This commit is contained in:
peng.zou 2023-11-28 16:13:31 +08:00
parent 242f24efef
commit 4786a6265f

View File

@ -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 <peng.zou@shingroup.cn> - 2.1.0-2
- Type: feature
- ID: NA
- SUG: NA
- DESC: Add ppc64le architecture
* Thu Nov 16 2023 jikai <jikai11@huawei.com> - 2.1.0-1
- Type: enhancement
- ID: NA