mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
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'
|
# Template file for 'podman'
|
||||||
pkgname=podman
|
pkgname=podman
|
||||||
version=3.2.3
|
version=3.3.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path="github.com/containers/podman/v3"
|
go_import_path="github.com/containers/podman/v3"
|
||||||
|
@ -15,7 +15,7 @@ license="Apache-2.0"
|
||||||
homepage="https://podman.io/"
|
homepage="https://podman.io/"
|
||||||
changelog="https://raw.githubusercontent.com/containers/podman/main/RELEASE_NOTES.md"
|
changelog="https://raw.githubusercontent.com/containers/podman/main/RELEASE_NOTES.md"
|
||||||
distfiles="https://github.com/containers/podman/archive/v${version}.tar.gz"
|
distfiles="https://github.com/containers/podman/archive/v${version}.tar.gz"
|
||||||
checksum=ddb8a83d21d2f496512914820525b4c959ff0902d48caaf93a005854a9069b59
|
checksum=b92c308471d825facb408e72691f9a62441639f1b1c552efab1645bc5bd3f91b
|
||||||
|
|
||||||
if [ "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
go_build_tags+=" containers_image_openpgp"
|
go_build_tags+=" containers_image_openpgp"
|
||||||
|
@ -23,7 +23,6 @@ fi
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
make install.man DESTDIR="${DESTDIR}" PREFIX="/usr"
|
make install.man DESTDIR="${DESTDIR}" PREFIX="/usr"
|
||||||
make install.cni DESTDIR="${DESTDIR}"
|
|
||||||
make install.completions DESTDIR="${DESTDIR}" PREFIX="/usr"
|
make install.completions DESTDIR="${DESTDIR}" PREFIX="/usr"
|
||||||
sed -e 's|# cgroup_manager = "systemd"|cgroup_manager = "cgroupfs"|g' \
|
sed -e 's|# cgroup_manager = "systemd"|cgroup_manager = "cgroupfs"|g' \
|
||||||
vendor/github.com/containers/common/pkg/config/containers.conf \
|
vendor/github.com/containers/common/pkg/config/containers.conf \
|
||||||
|
|
Loading…
Add table
Reference in a new issue