From fcc8b475dbf3e853f1a3ac14bc09afeec1a4c48f Mon Sep 17 00:00:00 2001 From: zhangxiaoyu Date: Mon, 11 Sep 2023 10:01:53 +0800 Subject: [PATCH] modify dependence from docker-runc to lxc Signed-off-by: zhangxiaoyu --- iSulad.spec | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/iSulad.spec b/iSulad.spec index 4a49655..7a709ba 100644 --- a/iSulad.spec +++ b/iSulad.spec @@ -1,5 +1,5 @@ %global _version 2.1.3 -%global _release 1 +%global _release 2 %global is_systemd 1 %global enable_criv1 1 %global enable_shimv2 1 @@ -49,6 +49,7 @@ BuildRequires: gtest-devel gmock-devel %define lcrver_lower 2.1.2-0 %define lcrver_upper 2.1.3-0 +BuildRequires: lcr-devel > %{lcrver_lower} lcr-devel < %{lcrver_upper} BuildRequires: libisula-devel > %{lcrver_lower} libisula-devel < %{lcrver_upper} BuildRequires: cmake gcc-c++ yajl-devel lxc lxc-devel BuildRequires: grpc grpc-plugins grpc-devel protobuf-devel @@ -63,7 +64,8 @@ BuildRequires: lib-shim-v2 lib-shim-v2-devel Requires: libisula > %{lcrver_lower} libisula < %{lcrver_upper} -Requires: grpc protobuf docker-runc +Requires: lcr > %{lcrver_lower} lcr < %{lcrver_upper} +Requires: grpc protobuf lxc Requires: libcurl Requires: http-parser libseccomp Requires: libcap libselinux libwebsockets libarchive device-mapper @@ -272,6 +274,12 @@ fi %endif %changelog +* Mon Sep 11 2023 zhangxiaoyu - 2.1.3-2 +- Type: bugfix +- ID: NA +- SUG: NA +- DESC: modify dependence from docker-runc to lxc + * Tue Aug 29 2023 xuxuepeng - 2.1.3-1 - Type: update - ID: NA -- Gitee