gnu: podman: Update to 5.0.2.

* gnu/packages/containers.scm (podman): Update to 5.0.2.

Change-Id: Id12c017e68f30db4ea99547beca54dbd01e3b029
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
Tomas Volf 2024-05-10 00:23:06 +02:00 committed by Sharlatan Hellseher
parent abc62671e0
commit 0d6815ae82
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -49,6 +49,7 @@ (define-module (gnu packages containers)
#:use-module (gnu packages python)
#:use-module (gnu packages networking)
#:use-module (gnu packages pkg-config)
#:use-module (gnu packages rust-apps)
#:use-module (gnu packages selinux)
#:use-module (gnu packages version-control)
#:use-module (gnu packages virtualization)
@ -413,7 +414,7 @@ (define-public gvisor-tap-vsock
(define-public podman
(package
(name "podman")
(version "4.9.3")
(version "5.0.2")
(source
(origin
(method git-fetch)
@ -428,7 +429,7 @@ (define-public podman
(search-patches
"podman-program-lookup.patch"))
(sha256
(base32 "17g7n09ndxhpjr39s9qwxdcv08wavjj0g5nmnrvrkz2wgdqigl1x"))
(base32 "0x8npz0i3dyiaw30vdlb5n8kiaflgjqnrdbdk0yn5zgf5k1jlb7i"))
(file-name (git-file-name name version))))
(build-system gnu-build-system)
@ -459,7 +460,9 @@ (define-public podman
(("@SLIRP4NETNS_DIR@")
(string-append #$slirp4netns "/bin"))
(("@PASST_DIR@")
(string-append #$passt "/bin")))
(string-append #$passt "/bin"))
(("@NETAVARK_DIR@")
(string-append #$netavark "/bin")))
(substitute* "hack/install_catatonit.sh"
(("CATATONIT_PATH=\"[^\"]+\"")
(string-append "CATATONIT_PATH=" (which "true"))))