!285 [sync] PR-284: add ppc64le support

From: @openeuler-sync-bot 
Reviewed-by: @duguhaotian 
Signed-off-by: @duguhaotian
This commit is contained in:
openeuler-ci-bot 2024-03-12 02:47:10 +00:00 committed by Gitee
commit 311ab05283
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -1,5 +1,5 @@
%global _version 2.0.9
%global _release 8
%global _release 9
%global _inner_name isula_libutils
Name: lcr
@ -41,7 +41,7 @@ BuildRequires: lxc > %{lxcver_lower} lxc < %{lxcver_upper}
BuildRequires: lxc-devel > %{lxcver_lower} lxc-devel < %{lxcver_upper}
BuildRequires: zlib-devel yajl-devel gtest-devel
Requires: lxc > %{lxcver_lower} lxc < %{lxcver_upper} yajl zlib
ExclusiveArch: x86_64 aarch64 loongarch64 sw_64
ExclusiveArch: x86_64 aarch64 loongarch64 sw_64 ppc64le
Provides: liblcr.so()(64bit)
Provides: libisula_libutils.so()(64bit)
@ -58,7 +58,7 @@ lxc-based containers.
%package devel
Summary: Huawei container runtime, json and log C Library
Group: Libraries
ExclusiveArch: x86_64 aarch64 sw_64
ExclusiveArch: x86_64 aarch64 sw_64 ppc64le
Requires: %{name} = %{version}-%{release}
%description devel
@ -115,6 +115,12 @@ rm -rf %{buildroot}
%{_includedir}/%{_inner_name}/*.h
%changelog
* Fri Feb 2 2024 peng.zou <peng.zou@shingroup.cn> - 2.0.9-9
- Type:enhancement
- CVE:NA
- SUG:NA
- DESC:add ppc64le support
* Mon Dec 11 2023 jikai<jikai11@huawei.com> - 2.0.9-8
- Type:enhancement
- CVE:NA