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.
This commit is contained in:
Cameron Nemo 2021-08-29 21:21:30 -07:00 committed by Érico Nogueira Rolim
parent c36159c2dc
commit e2de4bf1c4

View file

@ -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 \