Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package buildah for openSUSE:Factory checked in at 2022-04-01 21:35:59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/buildah (Old) and /work/SRC/openSUSE:Factory/.buildah.new.1900 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "buildah" Fri Apr 1 21:35:59 2022 rev:53 rq:966452 version:1.25.1 Changes: -------- --- /work/SRC/openSUSE:Factory/buildah/buildah.changes 2022-02-21 20:51:37.634298194 +0100 +++ /work/SRC/openSUSE:Factory/.buildah.new.1900/buildah.changes 2022-04-01 21:37:15.824735167 +0200 @@ -1,0 +2,68 @@ +Thu Mar 31 06:48:03 UTC 2022 - [email protected] + +- 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 - [email protected] + +- 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/[email protected] + * 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 + +------------------------------------------------------------------- @@ -193,0 +262,6 @@ +Thu Nov 25 15:11:21 UTC 2021 - Dan ??erm??k <[email protected]> + +- Sync package with Factory (bsc#1192999) +- remove no longer used CVE-2019-10214.patch + +------------------------------------------------------------------- @@ -1257,0 +1332 @@ + (bsc#1187812) Old: ---- buildah-1.24.2.tar.xz New: ---- buildah-1.25.1.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ buildah.spec ++++++ --- /var/tmp/diff_new_pack.jiHzBU/_old 2022-04-01 21:37:16.500727753 +0200 +++ /var/tmp/diff_new_pack.jiHzBU/_new 2022-04-01 21:37:16.508727665 +0200 @@ -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: 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 ++++++ _service ++++++ --- /var/tmp/diff_new_pack.jiHzBU/_old 2022-04-01 21:37:16.540727314 +0200 +++ /var/tmp/diff_new_pack.jiHzBU/_new 2022-04-01 21:37:16.544727270 +0200 @@ -5,7 +5,7 @@ <param name="filename">buildah</param> <param name="versionformat">@PARENT_TAG@</param> <param name="versionrewrite-pattern">v(.*)</param> - <param name="revision">v1.24.2</param> + <param name="revision">v1.25.1</param> <param name="changesgenerate">enable</param> </service> <service name="recompress" mode="disabled"> ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.jiHzBU/_old 2022-04-01 21:37:16.564727051 +0200 +++ /var/tmp/diff_new_pack.jiHzBU/_new 2022-04-01 21:37:16.568727007 +0200 @@ -1,6 +1,6 @@ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/containers/buildah.git</param> - <param name="changesrevision">ce608bcecdeb077daab846c83b026c508cff9688</param></service></servicedata> + <param name="changesrevision">fcf94e3982b87702e91df4699ce535c2b548f6a4</param></service></servicedata> (No newline at EOF) ++++++ buildah-1.24.2.tar.xz -> buildah-1.25.1.tar.xz ++++++ /work/SRC/openSUSE:Factory/buildah/buildah-1.24.2.tar.xz /work/SRC/openSUSE:Factory/.buildah.new.1900/buildah-1.25.1.tar.xz differ: char 27, line 1
