podman: update to 4.5.1, enable seccomp
Depend on the containers-common package that provides the seccomp profile shared with buildah. Closes: #45097 [via git-merge-pr]
This commit is contained in:
parent
0171bf1b67
commit
a78d61006c
|
@ -1,22 +1,22 @@
|
|||
# Template file for 'podman'
|
||||
pkgname=podman
|
||||
version=4.4.4
|
||||
revision=2
|
||||
version=4.5.1
|
||||
revision=1
|
||||
build_style=go
|
||||
go_import_path="github.com/containers/podman/v4"
|
||||
go_package="${go_import_path}/cmd/podman ${go_import_path}/cmd/rootlessport"
|
||||
go_build_tags="seccomp apparmor containers_image_ostree_stub"
|
||||
hostmakedepends="pkg-config go-md2man python3"
|
||||
makedepends="gpgme-devel libseccomp-devel device-mapper-devel libbtrfs-devel"
|
||||
depends="runc conmon cni-plugins slirp4netns containers.image containers.storage
|
||||
fuse-overlayfs"
|
||||
depends="runc conmon cni-plugins slirp4netns fuse-overlayfs
|
||||
containers-common containers.image containers.storage"
|
||||
short_desc="Simple management tool for containers and images"
|
||||
maintainer="Cameron Nemo <cam@nohom.org>"
|
||||
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=2dacfe7041b83e2cb05fda58bd1fbdae61348a427f5b9073b96b36154de894a1
|
||||
checksum=ee2c8b02b7fe301057f0382637b995a9c6c74e8d530692d6918e4c509ade6e39
|
||||
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
go_build_tags+=" containers_image_openpgp"
|
||||
|
|
Loading…
Reference in New Issue