buildah: update to 1.31.0, enable seccomp
Depend on the containers-common package that provides the seccomp profile shared with podman.
This commit is contained in:
parent
95b07bb717
commit
0171bf1b67
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'buildah'
|
# Template file for 'buildah'
|
||||||
pkgname=buildah
|
pkgname=buildah
|
||||||
version=1.28.2
|
version=1.31.0
|
||||||
revision=2
|
revision=1
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path=github.com/containers/buildah
|
go_import_path=github.com/containers/buildah
|
||||||
go_package="${go_import_path}/cmd/buildah"
|
go_package="${go_import_path}/cmd/buildah"
|
||||||
|
@ -9,14 +9,14 @@ go_build_tags=containers_image_ostree_stub
|
||||||
hostmakedepends="pkg-config go-md2man"
|
hostmakedepends="pkg-config go-md2man"
|
||||||
makedepends="libostree-devel libbtrfs-devel device-mapper-devel gpgme-devel
|
makedepends="libostree-devel libbtrfs-devel device-mapper-devel gpgme-devel
|
||||||
libassuan-devel libseccomp-devel"
|
libassuan-devel libseccomp-devel"
|
||||||
depends="runc containers.image containers.storage"
|
depends="runc containers.image containers.storage containers-common"
|
||||||
short_desc="Dockerfile compatible OCI image building tool"
|
short_desc="Dockerfile compatible OCI image building tool"
|
||||||
maintainer="Cameron Nemo <cam@nohom.org>"
|
maintainer="Cameron Nemo <cam@nohom.org>"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
homepage="https://github.com/containers/buildah"
|
homepage="https://github.com/containers/buildah"
|
||||||
changelog="https://github.com/containers/buildah/blob/master/CHANGELOG.md"
|
changelog="https://github.com/containers/buildah/blob/master/CHANGELOG.md"
|
||||||
distfiles="https://github.com/containers/buildah/archive/refs/tags/v${version}.tar.gz"
|
distfiles="https://github.com/containers/buildah/archive/refs/tags/v${version}.tar.gz"
|
||||||
checksum=2dc5b1686473f972fbfa15637ecd1a9e2aeefd057c86dd097d1f19e2a6959411
|
checksum=c119921e8e4b2d7fd7e1041dfbcfdfac0882e3dea4f7dabdc5175f9bbc70d868
|
||||||
|
|
||||||
post_build() {
|
post_build() {
|
||||||
make -C docs GOMD2MAN=go-md2man
|
make -C docs GOMD2MAN=go-md2man
|
||||||
|
|
Loading…
Reference in New Issue