Add ppc64le architecture
This commit is contained in:
parent
242f24efef
commit
4786a6265f
12
clibcni.spec
12
clibcni.spec
@ -1,5 +1,5 @@
|
|||||||
%global _version 2.1.0
|
%global _version 2.1.0
|
||||||
%global _release 1
|
%global _release 2
|
||||||
Name: clibcni
|
Name: clibcni
|
||||||
Version: %{_version}
|
Version: %{_version}
|
||||||
Release: %{_release}
|
Release: %{_release}
|
||||||
@ -18,7 +18,7 @@ BuildRequires: libisula-devel > %{libisulaver_lower} yajl-devel gtest-devel gmoc
|
|||||||
|
|
||||||
Requires: libisula > %{libisulaver_lower}
|
Requires: libisula > %{libisulaver_lower}
|
||||||
|
|
||||||
%ifarch x86_64 aarch64 riscv64 loongarch64
|
%ifarch x86_64 aarch64 riscv64 loongarch64 ppc64le
|
||||||
Provides: lib%{name}.so()(64bit)
|
Provides: lib%{name}.so()(64bit)
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
@ -33,7 +33,7 @@ focus, CNI has a wide range of support and the specification is simple to implem
|
|||||||
%package devel
|
%package devel
|
||||||
Summary: Huawei CNI C Library
|
Summary: Huawei CNI C Library
|
||||||
Group: Libraries
|
Group: Libraries
|
||||||
ExclusiveArch: x86_64 aarch64 sw_64 riscv64 loongarch64
|
ExclusiveArch: x86_64 aarch64 sw_64 riscv64 loongarch64 ppc64le
|
||||||
Requires: %{name} = %{version}-%{release}
|
Requires: %{name} = %{version}-%{release}
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
@ -87,6 +87,12 @@ rm -rf %{buildroot}
|
|||||||
%{_libdir}/pkgconfig/%{name}.pc
|
%{_libdir}/pkgconfig/%{name}.pc
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Nov 16 2023 jikai <jikai11@huawei.com> - 2.1.0-1
|
||||||
- Type: enhancement
|
- Type: enhancement
|
||||||
- ID: NA
|
- ID: NA
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user