Package: golang-github-containers-buildah / 1.39.3+ds1-1

Metadata

Package Version Patches format
golang-github-containers-buildah 1.39.3+ds1-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
root testfail ignore.patch | (download)

buildah_test.go | 3 3 + 0 - 0 !
cmd/buildah/common_test.go | 2 1 + 1 - 0 !
convertcw_test.go | 3 3 + 0 - 0 !
copier/copier_test.go | 2 1 + 1 - 0 !
internal/open/open_linux_test.go | 4 4 + 0 - 0 !
internal/open/open_test.go | 4 4 + 0 - 0 !
6 files changed, 16 insertions(+), 2 deletions(-)

 skip tests that require root

===================================================================

0005 Disable TestDeviceFromPath.patch | (download)

pkg/parse/parse_test.go | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 disable testdevicefrompath

Closes: #1072147

0006 tolerate absence of netavark binary in tests.patch | (download)

buildah_test.go | 4 4 + 0 - 0 !
cmd/buildah/common_test.go | 4 4 + 0 - 0 !
commit_test.go | 4 4 + 0 - 0 !
common_test.go | 4 4 + 0 - 0 !
convertcw_test.go | 4 4 + 0 - 0 !
5 files changed, 20 insertions(+)

 tolerate absence of 'netavark' binary in tests


0004 integration tests Prefer ubi8 over ubi9 image.patch | (download)

tests/chroot.bats | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 integration-tests: prefer ubi8 over ubi9 image

The ubi9 requires a x86-64-v2 capable cpu, which a default qemu VM
does not support by default.

Using an older version of rhel works equially fine without this requirement.