From 5d011020772496c453f760e55ad990ffdbbd536f Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Thu, 3 Aug 2023 18:22:41 +0000 Subject: [PATCH] podman-tui: update to v0.9.1 Bumping podman-tui to version v0.9.1, which comprises the following commits: d77db5fd bump to 0.9.1 ad29f4fa Container create error fix when selecting a volume Signed-off-by: Bruce Ashfield --- recipes-containers/podman-tui/podman-tui_git.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes-containers/podman-tui/podman-tui_git.bb b/recipes-containers/podman-tui/podman-tui_git.bb index bbd1393b..c546e132 100644 --- a/recipes-containers/podman-tui/podman-tui_git.bb +++ b/recipes-containers/podman-tui/podman-tui_git.bb @@ -18,10 +18,10 @@ DEPENDS = " \ " SRCREV_FORMAT = "podmantui_storage" -SRCREV_podmantui = "24bdb2a9317a7061a40ea58be312a0133cae28ba" +SRCREV_podmantui = "37e99d3b39ffc5d3bca2aa1a125c03bf2465ce3b" SRCREV_storage = "246ba3062e8b551026aef2708eee747014ce5c52" SRC_URI = " \ - git://github.com/containers/podman-tui;protocol=https;name=podmantui;branch=main \ + git://github.com/containers/podman-tui;protocol=https;name=podmantui;branch=release-v0.9 \ " # Due to some other API changes, we can't directly import containers/storage at # the right commit, so we instead extract a patch and apply it to the tree @@ -34,7 +34,7 @@ GO_IMPORT = "import" S = "${WORKDIR}/git" -PV = "v0.9.0+git${SRCPV}" +PV = "v0.9.1+git${SRCPV}" PODMAN_PKG = "github.com/containers/podman-tui"