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:
parent
c36159c2dc
commit
e2de4bf1c4
1 changed files with 2 additions and 3 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue