From 7a526560c6d079f9803ee6cadb80061878cecb47c17ae8ca6a90e4f817f4d8dc Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Tue, 4 Aug 2020 18:21:12 +0000 Subject: [PATCH] Accepting request 824165 from devel:kubic OBS-URL: https://build.opensuse.org/request/show/824165 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/buildah?expand=0&rev=33 --- _service | 4 ++-- buildah-1.15.0.tar.xz | 3 --- buildah-1.15.1.tar.xz | 3 +++ buildah.changes | 12 ++++++++++++ buildah.spec | 2 +- 5 files changed, 18 insertions(+), 6 deletions(-) delete mode 100644 buildah-1.15.0.tar.xz create mode 100644 buildah-1.15.1.tar.xz diff --git a/_service b/_service index b6a14f1..05a60de 100644 --- a/_service +++ b/_service @@ -4,8 +4,8 @@ https://github.com/containers/buildah.git git buildah -1.15.0 -v1.15.0 +1.15.1 +v1.15.1 diff --git a/buildah-1.15.0.tar.xz b/buildah-1.15.0.tar.xz deleted file mode 100644 index 7f670b1..0000000 --- a/buildah-1.15.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:af548a4b56e1356c6eeb78ba2438bfccf31d7c03ef466b3f6a868568cfb0398c -size 5662872 diff --git a/buildah-1.15.1.tar.xz b/buildah-1.15.1.tar.xz new file mode 100644 index 0000000..a272153 --- /dev/null +++ b/buildah-1.15.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5646e883b72cdc9da93630d41f2680580a30da8102754c795e2de0977740b2a +size 5804496 diff --git a/buildah.changes b/buildah.changes index 3585d9e..0456f7f 100644 --- a/buildah.changes +++ b/buildah.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Mon Aug 3 06:39:53 UTC 2020 - Sascha Grunert + +- Update to v1.15.1 + * Mask over the /sys/fs/selinux in mask branch + * chroot: do not use setgroups if it is blocked + * chroot, run: not fail on bind mounts from /sys + * Allow "readonly" as alias to "ro" in mount options + * Add VFS additional image store to container + * vendor golang.org/x/text@v0.3.3 + * Make imagebuildah.BuildOptions.Architecture/OS optional + ------------------------------------------------------------------- Wed Jun 24 13:24:58 UTC 2020 - Ralf Haferkamp diff --git a/buildah.spec b/buildah.spec index 5a80833..9421868 100644 --- a/buildah.spec +++ b/buildah.spec @@ -22,7 +22,7 @@ %define with_libostree 1 %endif Name: buildah -Version: 1.15.0 +Version: 1.15.1 Release: 0 Summary: Tool for building OCI containers License: Apache-2.0