From 3435cd0e48c527a0db9796e0b6c553aa0ddfa81f Mon Sep 17 00:00:00 2001 From: openeuler-sync-bot Date: Tue, 12 Sep 2023 03:15:35 +0000 Subject: [PATCH] !247 [sync] PR-234: add sw_64 support * add sw_64 support --- lcr.spec | 22 ++++++++-------------- 1 file changed, 8 insertions(+), 14 deletions(-) diff --git a/lcr.spec b/lcr.spec index d96ee46..0644d54 100644 --- a/lcr.spec +++ b/lcr.spec @@ -1,5 +1,5 @@ %global _version 2.0.9 -%global _release 4 +%global _release 5 %global _inner_name isula_libutils Name: lcr @@ -27,22 +27,10 @@ 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 +ExclusiveArch: x86_64 aarch64 loongarch64 sw_64 -%ifarch x86_64 Provides: liblcr.so()(64bit) Provides: libisula_libutils.so()(64bit) -%endif - -%ifarch aarch64 -Provides: liblcr.so()(64bit) -Provides: libisula_libutils.so()(64bit) -%endif - -%ifarch loongarch64 -Provides: liblcr.so()(64bit) -Provides: libisula_libutils.so()(64bit) -%endif %description Containers are insulated areas inside a system, which have their own namespace @@ -113,6 +101,12 @@ rm -rf %{buildroot} %{_includedir}/%{_inner_name}/*.h %changelog +* Mon Aug 7 2023 suwei - 2.0.9-5 +- Type:enhancement +- CVE:NA +- SUG:NA +- DESC:add sw_64 support + * Mon Apr 24 2023 zhangxiaoyu - 2.0.9-4 - Type:bugfix - CVE:NA