diff options
author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2023-06-21 02:20:08 +0000 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2023-07-25 14:54:20 -0400 |
commit | f634a540c45a448cad0defb610b8a655b12bf119 (patch) | |
tree | 57f2c53d22cd9e28c2b7db4f9c4bc42198335a0b | |
parent | ee055b339d85697f76402e8503a7b9dbf5b85233 (diff) | |
download | meta-virtualization-f634a540c45a448cad0defb610b8a655b12bf119.tar.gz |
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 <bruce.ashfield@gmail.com>
-rw-r--r-- | recipes-containers/podman/podman_git.bb | 4 |
1 files 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 = " \ | |||
18 | gettext-native \ | 18 | gettext-native \ |
19 | " | 19 | " |
20 | 20 | ||
21 | SRCREV = "c926b12c548999f3e757531ab27e5f7fbcb838ce" | 21 | SRCREV = "dae7df5a135dbf8c6b504affffe31183401289bf" |
22 | SRC_URI = " \ | 22 | SRC_URI = " \ |
23 | git://github.com/containers/libpod.git;branch=v4.5;protocol=https \ | 23 | git://github.com/containers/libpod.git;branch=v4.5;protocol=https \ |
24 | ${@bb.utils.contains('PACKAGECONFIG', 'rootless', 'file://50-podman-rootless.conf', '', d)} \ | 24 | ${@bb.utils.contains('PACKAGECONFIG', 'rootless', 'file://50-podman-rootless.conf', '', d)} \ |
@@ -32,7 +32,7 @@ GO_IMPORT = "import" | |||
32 | 32 | ||
33 | S = "${WORKDIR}/git" | 33 | S = "${WORKDIR}/git" |
34 | 34 | ||
35 | PV = "4.5.0+git${SRCPV}" | 35 | PV = "4.5.1+git${SRCPV}" |
36 | 36 | ||
37 | PACKAGES =+ "${PN}-contrib" | 37 | PACKAGES =+ "${PN}-contrib" |
38 | 38 | ||