From c270650664394025757ba985acc6eb471e86c13e Mon Sep 17 00:00:00 2001 From: Cameron Nemo Date: Sun, 29 Aug 2021 21:21:30 -0700 Subject: [PATCH] podman: update to 3.3.0 According to the changelog, the install.cni make target is now gone, and podman will create the relevant CNI config when it first starts. --- srcpkgs/podman/template | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/srcpkgs/podman/template b/srcpkgs/podman/template index 6db65f96cffa..adc1cfe205e6 100644 --- a/srcpkgs/podman/template +++ b/srcpkgs/podman/template @@ -1,6 +1,6 @@ # Template file for 'podman' pkgname=podman -version=3.2.3 +version=3.3.0 revision=1 build_style=go go_import_path="github.com/containers/podman/v3" @@ -15,7 +15,7 @@ license="Apache-2.0" homepage="https://podman.io/" changelog="https://raw.githubusercontent.com/containers/podman/main/RELEASE_NOTES.md" distfiles="https://github.com/containers/podman/archive/v${version}.tar.gz" -checksum=ddb8a83d21d2f496512914820525b4c959ff0902d48caaf93a005854a9069b59 +checksum=b92c308471d825facb408e72691f9a62441639f1b1c552efab1645bc5bd3f91b if [ "$CROSS_BUILD" ]; then go_build_tags+=" containers_image_openpgp" @@ -23,7 +23,6 @@ fi post_install() { make install.man DESTDIR="${DESTDIR}" PREFIX="/usr" - make install.cni DESTDIR="${DESTDIR}" make install.completions DESTDIR="${DESTDIR}" PREFIX="/usr" sed -e 's|# cgroup_manager = "systemd"|cgroup_manager = "cgroupfs"|g' \ vendor/github.com/containers/common/pkg/config/containers.conf \