!247 [sync] PR-234: add sw_64 support

* add sw_64 support
This commit is contained in:
openeuler-sync-bot 2023-09-12 03:15:35 +00:00 committed by haozi007
parent bf2eaa1322
commit 3435cd0e48

View File

@ -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 <suwei@kylinsec.com.cn> - 2.0.9-5
- Type:enhancement
- CVE:NA
- SUG:NA
- DESC:add sw_64 support
* Mon Apr 24 2023 zhangxiaoyu<zhangxiaoyu58@huawei.com> - 2.0.9-4
- Type:bugfix
- CVE:NA