From 08e63bee5e5682a630045cd70ea16491e2033146 Mon Sep 17 00:00:00 2001 From: liuxu Date: Thu, 20 Feb 2025 14:33:50 +0800 Subject: [PATCH] fix Makefile reject Signed-off-by: liuxu --- kuasar.spec | 5 ++++- ...014-coco-support-confidential-containers-pull-image.patch | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/kuasar.spec b/kuasar.spec index a087ddc..f7f3d45 100644 --- a/kuasar.spec +++ b/kuasar.spec @@ -2,7 +2,7 @@ Name: kuasar Version: 1.0.0 -Release: 13 +Release: 14 Summary: Kuasar is an efficient container runtime that supports multiple sandbox techniques. License: Apache License 2.0 URL: https://github.com/kuasar-io/kuasar @@ -135,6 +135,9 @@ rm -rf %{buildroot} %endif %changelog +* Thu Feb 20 liuxu -1.0.0-14 +- fix Makefile reject + * Wed Feb 19 liuxu -1.0.0-13 - image-rs use http diff --git a/patch/0014-coco-support-confidential-containers-pull-image.patch b/patch/0014-coco-support-confidential-containers-pull-image.patch index 3ad1489..17baf80 100644 --- a/patch/0014-coco-support-confidential-containers-pull-image.patch +++ b/patch/0014-coco-support-confidential-containers-pull-image.patch @@ -23,7 +23,7 @@ index ff83284..dd8b184 100644 @@ -10,6 +10,7 @@ BIN_DIR := /usr/local/bin SYSTEMD_SERVICE_DIR := /usr/lib/systemd/system SYSTEMD_CONF_DIR := /etc/sysconfig - VMM_SANDBOX_FEATURES = + VMM_SANDBOX_FEATURES ?= +VMM_TASK_FEATURES ?= .PHONY: vmm wasm quark clean all install-vmm install-wasm install-quark install \ -- Gitee