]> git.99rst.org Git - openwrt-packages.git/commitdiff
oci-runtime-tools: depend on 'unshare'
authorDaniel Golle <redacted>
Wed, 19 Aug 2026 06:08:49 +0000 (07:08 +0100)
committerDaniel Golle <redacted>
Sun, 23 Aug 2026 22:37:55 +0000 (23:37 +0100)
Some of the tests require 'unshare' on the host. Select it.

Signed-off-by: Daniel Golle <redacted>
utils/oci-runtime-tools/Makefile

index 32a1ccab25aebd2ef7e966b7136e49601d645633..988b02b80e0e9587d6410a7dab59bfa41d6bcbca 100644 (file)
@@ -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
git clone https://git.99rst.org/PROJECT