From: Daniel Golle Date: Wed, 19 Aug 2026 06:08:49 +0000 (+0100) Subject: oci-runtime-tools: depend on 'unshare' X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=ce621e707e5e7ee5164f36b7840cfc39c9eb6790;p=openwrt-packages.git oci-runtime-tools: depend on 'unshare' Some of the tests require 'unshare' on the host. Select it. Signed-off-by: Daniel Golle --- diff --git a/utils/oci-runtime-tools/Makefile b/utils/oci-runtime-tools/Makefile index 32a1ccab2..988b02b80 100644 --- a/utils/oci-runtime-tools/Makefile +++ b/utils/oci-runtime-tools/Makefile @@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=oci-runtime-tools PKG_VERSION:=1.3.0.20260316 -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_LICENSE:=Apache-2.0 PKG_LICENSE_FILES:=LICENSE @@ -65,7 +65,7 @@ define Package/oci-runtime-tests CATEGORY:=Utilities TITLE:=OCI runtimetest tool URL:=https://github.com/opencontainers/runtime-tools - DEPENDS:=@(aarch64||i386||i686||x86_64) oci-runtime-tool +tar + DEPENDS:=@(aarch64||i386||i686||x86_64) oci-runtime-tool +tar +unshare endef define Package/oci-runtime-tests/description