parent
bf2eaa1322
commit
3435cd0e48
22
lcr.spec
22
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 <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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user