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>master
parent
abc62671e0
commit
0d6815ae82
|
@ -49,6 +49,7 @@
|
||||||
#:use-module (gnu packages python)
|
#:use-module (gnu packages python)
|
||||||
#:use-module (gnu packages networking)
|
#:use-module (gnu packages networking)
|
||||||
#:use-module (gnu packages pkg-config)
|
#:use-module (gnu packages pkg-config)
|
||||||
|
#:use-module (gnu packages rust-apps)
|
||||||
#:use-module (gnu packages selinux)
|
#:use-module (gnu packages selinux)
|
||||||
#:use-module (gnu packages version-control)
|
#:use-module (gnu packages version-control)
|
||||||
#:use-module (gnu packages virtualization)
|
#:use-module (gnu packages virtualization)
|
||||||
|
@ -413,7 +414,7 @@ The binary is called @command{gvproxy}.")
|
||||||
(define-public podman
|
(define-public podman
|
||||||
(package
|
(package
|
||||||
(name "podman")
|
(name "podman")
|
||||||
(version "4.9.3")
|
(version "5.0.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -428,7 +429,7 @@ The binary is called @command{gvproxy}.")
|
||||||
(search-patches
|
(search-patches
|
||||||
"podman-program-lookup.patch"))
|
"podman-program-lookup.patch"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "17g7n09ndxhpjr39s9qwxdcv08wavjj0g5nmnrvrkz2wgdqigl1x"))
|
(base32 "0x8npz0i3dyiaw30vdlb5n8kiaflgjqnrdbdk0yn5zgf5k1jlb7i"))
|
||||||
(file-name (git-file-name name version))))
|
(file-name (git-file-name name version))))
|
||||||
|
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
|
@ -459,7 +460,9 @@ The binary is called @command{gvproxy}.")
|
||||||
(("@SLIRP4NETNS_DIR@")
|
(("@SLIRP4NETNS_DIR@")
|
||||||
(string-append #$slirp4netns "/bin"))
|
(string-append #$slirp4netns "/bin"))
|
||||||
(("@PASST_DIR@")
|
(("@PASST_DIR@")
|
||||||
(string-append #$passt "/bin")))
|
(string-append #$passt "/bin"))
|
||||||
|
(("@NETAVARK_DIR@")
|
||||||
|
(string-append #$netavark "/bin")))
|
||||||
(substitute* "hack/install_catatonit.sh"
|
(substitute* "hack/install_catatonit.sh"
|
||||||
(("CATATONIT_PATH=\"[^\"]+\"")
|
(("CATATONIT_PATH=\"[^\"]+\"")
|
||||||
(string-append "CATATONIT_PATH=" (which "true"))))
|
(string-append "CATATONIT_PATH=" (which "true"))))
|
||||||
|
|
Reference in New Issue