diff --git a/lcr.spec b/lcr.spec index 809644d..85eb67a 100644 --- a/lcr.spec +++ b/lcr.spec @@ -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 - 2.0.9-9 +- Type:enhancement +- CVE:NA +- SUG:NA +- DESC:add ppc64le support + * Mon Dec 11 2023 jikai - 2.0.9-8 - Type:enhancement - CVE:NA