From f634a540c45a448cad0defb610b8a655b12bf119 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Wed, 21 Jun 2023 02:20:08 +0000 Subject: podman: update to 4.5.1 Bumping libpod to version v4.5.1-6-gdae7df5a1, which comprises the following commits: 3d7aba056 completion: fix panic in simplePathJoinUnix() 9de891616 RPM: bump gvisor-tap-vsock subpackage and fix packit scripts 5933be9ba Bump to v4.5.2-dev 9eef30051 Release v4.5.1 777ddfc42 [CI:DOCS] Final release notes for v4.5.1 2b045de48 [CI:BUILD] Packit: set propose-downstream action type to pre-sync b1281ae46 Revert "Resolve symlink path for qemu directory if possible" 8b35bbab9 no need for podman-next rpm test on maint branch 6652633ce [CI:BUILD] Packit: add jobs for downstream Fedora package builds 97ec57da5 libpod: configureNetNS() tear down on errors d812087d1 libpod: rootlessNetNs.Cleanup() fix error message 083894a22 network create/update: allow dns servers comma separated 1575b3a7f machine: fix default connection URL to use 127.0.0.1 1e86d0a75 compat: accept tag in /images/create?fromSrc 7d0e4a644 compat container create: match duplicate mounts correctly dc21698d6 machine: qemu only remove connection after confirmation 02b9f4f5d windows: podman save allow the use of stdout 66fb7c9bb remote: exec inspect update exec session status 5b21c38c8 podman-remote logs: handle server error correctly 9558af2c4 libpod: stop containers with --restart=always 0f18a0144 Do not include image annotations when building spec bc2f0115d [v4.5] system tests: fix race in kube-play read-only Signed-off-by: Bruce Ashfield --- recipes-containers/podman/podman_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-containers/podman/podman_git.bb b/recipes-containers/podman/podman_git.bb index 0a425dce..cda2e949 100644 --- a/recipes-containers/podman/podman_git.bb +++ b/recipes-containers/podman/podman_git.bb @@ -18,7 +18,7 @@ DEPENDS = " \ gettext-native \ " -SRCREV = "c926b12c548999f3e757531ab27e5f7fbcb838ce" +SRCREV = "dae7df5a135dbf8c6b504affffe31183401289bf" SRC_URI = " \ git://github.com/containers/libpod.git;branch=v4.5;protocol=https \ ${@bb.utils.contains('PACKAGECONFIG', 'rootless', 'file://50-podman-rootless.conf', '', d)} \ @@ -32,7 +32,7 @@ GO_IMPORT = "import" S = "${WORKDIR}/git" -PV = "4.5.0+git${SRCPV}" +PV = "4.5.1+git${SRCPV}" PACKAGES =+ "${PN}-contrib" -- cgit v1.2.3-54-g00ecf