diff --git a/iSulad.spec b/iSulad.spec index 9d27fbf90e341cc928d7c12536a4fc7043092906..7d996891ee40d8f263ce73db95a71decb296a8f0 100644 --- a/iSulad.spec +++ b/iSulad.spec @@ -1,5 +1,5 @@ %global _version 2.1.5 -%global _release 11 +%global _release 12 %global is_systemd 1 %global enable_criv1 1 %global enable_cdi 1 @@ -188,7 +188,9 @@ Requires: libcurl Requires: libseccomp Requires: libcap libselinux libwebsockets libarchive device-mapper Requires: systemd -Requires: (docker-runc or runc) +# 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) BuildRequires: libevhtp libevent %if 0%{?enable_shimv2} Requires: lib-shim-v2 @@ -402,6 +404,12 @@ fi %endif %changelog +* Wed Sep 04 2024 zhongtao - 2.1.5-12 +- Type: update +- ID: NA +- SUG: NA +- DESC: add docker-engine as one of the runc binary sources + * Mon Aug 19 2024 zhongtao - 2.1.5-11 - Type: update - ID: NA