From 09efa94797992aa7c791e615f1340e145278a58ddccd81ef20cc9f594a36351b Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Fri, 1 Apr 2022 19:35:59 +0000 Subject: [PATCH] Accepting request 966452 from devel:kubic OBS-URL: https://build.opensuse.org/request/show/966452 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/buildah?expand=0&rev=53 --- _service | 2 +- _servicedata | 2 +- buildah-1.24.2.tar.xz | 3 -- buildah-1.25.1.tar.xz | 3 ++ buildah.changes | 77 ++++++++++++++++++++++++++++++++++++++++++- buildah.spec | 10 +++--- 6 files changed, 85 insertions(+), 12 deletions(-) delete mode 100644 buildah-1.24.2.tar.xz create mode 100644 buildah-1.25.1.tar.xz diff --git a/_service b/_service index dd7b60f..65c08b7 100644 --- a/_service +++ b/_service @@ -5,7 +5,7 @@ buildah @PARENT_TAG@ v(.*) - v1.24.2 + v1.25.1 enable diff --git a/_servicedata b/_servicedata index 88d9c93..a130281 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/containers/buildah.git - ce608bcecdeb077daab846c83b026c508cff9688 \ No newline at end of file + fcf94e3982b87702e91df4699ce535c2b548f6a4 \ No newline at end of file diff --git a/buildah-1.24.2.tar.xz b/buildah-1.24.2.tar.xz deleted file mode 100644 index 0952bd4..0000000 --- a/buildah-1.24.2.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a1e1ac9204dada283019973fe582f24c15a52d0c354ab89db7342f8051cced0c -size 8182208 diff --git a/buildah-1.25.1.tar.xz b/buildah-1.25.1.tar.xz new file mode 100644 index 0000000..75ed36c --- /dev/null +++ b/buildah-1.25.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4115c9d40f8b821d4f18a8d3a7f6c4cb135f8dfd4e59f7895dcf19b7a4c34795 +size 8241296 diff --git a/buildah.changes b/buildah.changes index 4af2673..e3d3473 100644 --- a/buildah.changes +++ b/buildah.changes @@ -1,3 +1,71 @@ +------------------------------------------------------------------- +Thu Mar 31 06:48:03 UTC 2022 - dcermak@suse.com + +- remove obsolete check for TW, SLE 15 & Leap 15 +- add workaround for https://bugzilla.opensuse.org/show_bug.cgi?id=1183043 +- Update to version 1.25.1: + * Bump to v1.25.1 + * buildah: create WORKDIR with USER permissions + * vendor: update github.com/openshift/imagebuilder + * copier: attempt to open the dir before adding it + * Updated dependabot to get updates for GitHub actions. + * Switch most calls to filepath.Walk to filepath.WalkDir + * build: allow --no-cache and --layers so build cache can be overrided + * build(deps): bump github.com/onsi/gomega from 1.18.1 to 1.19.0 + * Bump to v1.26.0-dev + * build(deps): bump github.com/golangci/golangci-lint in /tests/tools + +------------------------------------------------------------------- +Wed Mar 30 08:30:01 UTC 2022 - dcermak@suse.com + +- fixes bsc#1197870 +- Update to version 1.25.0: + * Bump to v1.25.0 + * install: drop RHEL/CentOS 7 doc + * build(deps): bump github.com/containers/common from 0.47.4 to 0.47.5 + * Bump c/storage to v1.39.0 in main + * Add a test for CVE-2022-27651 + * build(deps): bump github.com/docker/docker + * Bump github.com/prometheus/client_golang to v1.11.1 + * [CI:DOCS] man pages: sort flags, and keep them that way + * build(deps): bump github.com/containerd/containerd from 1.6.1 to 1.6.2 + * Don't pollute + * network setup: increase timeout to 4 minutes + * do not set the inheritable capabilities + * build(deps): bump github.com/golangci/golangci-lint in /tests/tools + * build(deps): bump github.com/containers/ocicrypt from 1.1.2 to 1.1.3 + * parse: convert exposed GetVolumes to internal only + * buildkit: mount=type=cache support locking external cache store + * .in support: improve error message when cpp is not installed + * buildah image: install cpp + * build(deps): bump github.com/stretchr/testify from 1.7.0 to 1.7.1 + * build(deps): bump github.com/spf13/cobra from 1.3.0 to 1.4.0 + * build(deps): bump github.com/docker/docker + * Add --no-hosts flag to eliminate use of /etc/hosts within containers + * test: remove skips for rootless users + * test: unshare mount/umount if test is_rootless + * tests/copy: read correct containers.conf + * build(deps): bump github.com/docker/distribution + * cirrus: add seperate task and matrix for rootless + * tests: skip tests for rootless which need unshare + * buildah: test rootless integration + * vendor: bump c/storage to main/93ce26691863 + * build(deps): bump github.com/fsouza/go-dockerclient from 1.7.9 to 1.7.10 + * tests/copy: initialize the network, too + * [CI:DOCS] remove references to Kubic for CentOS and Ubuntu + * build(deps): bump github.com/containerd/containerd from 1.6.0 to 1.6.1 + * use c/image/pkg/blobcache + * vendor c/image/v5@v5.20.0 + * add: ensure the context directory is an absolute path + * executor: docker builds must inherit healthconfig from base if any + * docs: Remove Containerfile and containeringore + * build(deps): bump github.com/fsouza/go-dockerclient from 1.7.8 to 1.7.9 + * helpers.bash: Use correct syntax + * speed up combination-namespaces test + * build(deps): bump github.com/golangci/golangci-lint in /tests/tools + * Bump back to 1.25.0-dev + * build(deps): bump github.com/containerd/containerd from 1.5.9 to 1.6.0 + ------------------------------------------------------------------- Thu Feb 17 07:58:57 UTC 2022 - dcermak@suse.com @@ -190,6 +258,12 @@ Thu Jan 27 07:30:30 UTC 2022 - dcermak@suse.com * Update VM Images + Drop prior-ubuntu testing * Bump to v1.24.0-dev +------------------------------------------------------------------- +Thu Nov 25 15:11:21 UTC 2021 - Dan Čermák + +- Sync package with Factory (bsc#1192999) +- remove no longer used CVE-2019-10214.patch + ------------------------------------------------------------------- Fri Oct 22 10:16:47 UTC 2021 - rpm@fthiessen.de @@ -1254,7 +1328,8 @@ Fri Jan 08 11:52:40 UTC 2021 - rbrown@suse.com ------------------------------------------------------------------- Mon Nov 30 13:24:14 UTC 2020 - Christian Goll -- added cni to requires as its needed for buildah to run +- added cni to requires as its needed for buildah to run + (bsc#1187812) ------------------------------------------------------------------- Tue Nov 3 14:44:18 UTC 2020 - Ralf Haferkamp diff --git a/buildah.spec b/buildah.spec index e2dcd0d..5c7b916 100644 --- a/buildah.spec +++ b/buildah.spec @@ -17,12 +17,8 @@ %define project github.com/containers/buildah -# Build with libostree-devel in Tumbleweed, Leap 15 and SLES 15 -%if 0%{?suse_version} >= 1500 -%define with_libostree 1 -%endif Name: buildah -Version: 1.24.2 +Version: 1.25.1 Release: 0 Summary: Tool for building OCI containers License: Apache-2.0 @@ -51,8 +47,10 @@ Requires: libcontainers-storage Requires: runc >= 1.0.2 Requires: slirp4netns %{go_nostrip} -%if 0%{?with_libostree} BuildRequires: libostree-devel +# workaround for https://bugzilla.opensuse.org/show_bug.cgi?id=1183043 +%ifarch %arm %arm64 +BuildRequires: binutils-gold %endif # Not supported by libseccomp-golang ExcludeArch: ppc64