delete compilation dependency: lxc, and add running dependency:runc
Signed-off-by: zhongtao <zhongtao17@huawei.com>
This commit is contained in:
parent
0c27bf3a47
commit
52d7641a88
14
iSulad.spec
14
iSulad.spec
@ -1,5 +1,5 @@
|
|||||||
%global _version 2.1.4
|
%global _version 2.1.4
|
||||||
%global _release 1
|
%global _release 2
|
||||||
%global is_systemd 1
|
%global is_systemd 1
|
||||||
%global enable_criv1 1
|
%global enable_criv1 1
|
||||||
%global enable_shimv2 1
|
%global enable_shimv2 1
|
||||||
@ -64,7 +64,7 @@ BuildRequires: gtest-devel gmock-devel
|
|||||||
%define lcrver_upper 2.1.4-0
|
%define lcrver_upper 2.1.4-0
|
||||||
|
|
||||||
BuildRequires: libisula-devel > %{lcrver_lower} libisula-devel < %{lcrver_upper}
|
BuildRequires: libisula-devel > %{lcrver_lower} libisula-devel < %{lcrver_upper}
|
||||||
BuildRequires: cmake gcc-c++ yajl-devel lxc lxc-devel
|
BuildRequires: cmake gcc-c++ yajl-devel
|
||||||
BuildRequires: grpc grpc-plugins grpc-devel protobuf-devel
|
BuildRequires: grpc grpc-plugins grpc-devel protobuf-devel
|
||||||
BuildRequires: libcurl libcurl-devel libarchive-devel device-mapper-devel
|
BuildRequires: libcurl libcurl-devel libarchive-devel device-mapper-devel
|
||||||
BuildRequires: http-parser-devel
|
BuildRequires: http-parser-devel
|
||||||
@ -78,11 +78,12 @@ BuildRequires: lib-shim-v2 lib-shim-v2-devel
|
|||||||
|
|
||||||
Requires: libisula > %{lcrver_lower} libisula < %{lcrver_upper}
|
Requires: libisula > %{lcrver_lower} libisula < %{lcrver_upper}
|
||||||
Requires: lcr > %{lcrver_lower} lcr < %{lcrver_upper}
|
Requires: lcr > %{lcrver_lower} lcr < %{lcrver_upper}
|
||||||
Requires: grpc protobuf lxc
|
Requires: grpc protobuf
|
||||||
Requires: libcurl
|
Requires: libcurl
|
||||||
Requires: http-parser libseccomp
|
Requires: http-parser libseccomp
|
||||||
Requires: libcap libselinux libwebsockets libarchive device-mapper
|
Requires: libcap libselinux libwebsockets libarchive device-mapper
|
||||||
Requires: systemd
|
Requires: systemd
|
||||||
|
Requires: (docker-runc or runc)
|
||||||
BuildRequires: libevhtp libevent
|
BuildRequires: libevhtp libevent
|
||||||
%if 0%{?enable_shimv2}
|
%if 0%{?enable_shimv2}
|
||||||
Requires: lib-shim-v2
|
Requires: lib-shim-v2
|
||||||
@ -267,7 +268,6 @@ fi
|
|||||||
%{_initddir}/isulad.init
|
%{_initddir}/isulad.init
|
||||||
%attr(0640,root,root) %{_initddir}/isulad.init
|
%attr(0640,root,root) %{_initddir}/isulad.init
|
||||||
%endif
|
%endif
|
||||||
%{_includedir}/isulad/*
|
|
||||||
%attr(0755,root,root) %{_libdir}/pkgconfig
|
%attr(0755,root,root) %{_libdir}/pkgconfig
|
||||||
%attr(0640,root,root) %{_libdir}/pkgconfig/isulad.pc
|
%attr(0640,root,root) %{_libdir}/pkgconfig/isulad.pc
|
||||||
%defattr(0755,root,root,0755)
|
%defattr(0755,root,root,0755)
|
||||||
@ -285,6 +285,12 @@ fi
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Nov 15 2023 zhongtao <zhongtao17@huawei.com> - 2.1.4-2
|
||||||
|
- Type: bugfix
|
||||||
|
- ID: NA
|
||||||
|
- SUG: NA
|
||||||
|
- DESC: delete compilation dependency:lxc, and add running dependency:runc
|
||||||
|
|
||||||
* Tue Nov 14 2023 zhongtao <zhongtao17@huawei.com> - 2.1.4-1
|
* Tue Nov 14 2023 zhongtao <zhongtao17@huawei.com> - 2.1.4-1
|
||||||
- Type: update
|
- Type: update
|
||||||
- ID: NA
|
- ID: NA
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user