From 2e4b12a779044a4280d5c0b011b6c88b588a37da Mon Sep 17 00:00:00 2001 From: "peng.zou" Date: Fri, 2 Feb 2024 17:25:11 +0800 Subject: [PATCH] add ppc64le support (cherry picked from commit 51e56b87f4efba33b5acba0acc4acc5b093f2f08) --- lcr.spec | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) 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