From 023f3046fb9b390d23d5755410825ad73427d0e1 Mon Sep 17 00:00:00 2001 From: Gerard Ryan Date: Thu, 13 Feb 2025 19:18:53 +1000 Subject: [PATCH] runc: Added reverse dependency version check Signed-off-by: Gerard Ryan --- utils/runc/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/utils/runc/Makefile b/utils/runc/Makefile index 13dd5bec05..c2cadf854a 100644 --- a/utils/runc/Makefile +++ b/utils/runc/Makefile @@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=runc PKG_VERSION:=1.1.14 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_LICENSE:=Apache-2.0 PKG_LICENSE_FILES:=LICENSE PKG_CPE_ID:=cpe:/a:linuxfoundation:runc @@ -13,7 +13,7 @@ PKG_HASH:=563cf57c38d2e7149234dbe6f63ca0751eb55ef8f586ed12a543dedc1aceba68 PKG_MAINTAINER:=Gerard Ryan -PKG_BUILD_DEPENDS:=golang/host +PKG_BUILD_DEPENDS:=golang/host dockerd PKG_BUILD_PARALLEL:=1 PKG_INSTALL:=1 PKG_BUILD_FLAGS:=no-mips16 -- 2.30.2