From 56a960846e456930fad771a798dc2f1546327e08 Mon Sep 17 00:00:00 2001 From: zhongtao Date: Fri, 13 Sep 2024 11:06:24 +0800 Subject: [PATCH] remove the docker-engine dependency Signed-off-by: zhongtao --- iSulad.spec | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/iSulad.spec b/iSulad.spec index 7d99689..3865cc2 100644 --- a/iSulad.spec +++ b/iSulad.spec @@ -1,5 +1,5 @@ %global _version 2.1.5 -%global _release 12 +%global _release 13 %global is_systemd 1 %global enable_criv1 1 %global enable_cdi 1 @@ -188,9 +188,7 @@ Requires: libcurl Requires: libseccomp Requires: libcap libselinux libwebsockets libarchive device-mapper Requires: systemd -# docker-engine rpm package contains the runc binary. -# If docker-engine is installed, iSulad can use the runc installed by this package. -Requires: (docker-runc or runc or docker-engine) +Requires: (docker-runc or runc) BuildRequires: libevhtp libevent %if 0%{?enable_shimv2} Requires: lib-shim-v2 @@ -404,6 +402,12 @@ fi %endif %changelog +* Fri Sep 13 2024 zhongtao - 2.1.5-13 +- Type: update +- ID: NA +- SUG: NA +- DESC: remove the docker-engine dependency to prevent the need to install docker when installing iSulad + * Wed Sep 04 2024 zhongtao - 2.1.5-12 - Type: update - ID: NA -- Gitee