From edefac3768e923cdcbb49cf80b60a539c114ba0dd96fad4aade73d858491a5e1 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Mon, 16 Dec 2019 14:21:09 +0000 Subject: [PATCH] Accepting request 757304 from devel:kubic OBS-URL: https://build.opensuse.org/request/show/757304 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/buildah?expand=0&rev=25 --- _service | 4 ++-- buildah-1.11.6.tar.xz | 3 --- buildah-1.12.0.tar.xz | 3 +++ buildah.changes | 13 +++++++++++++ buildah.spec | 2 +- 5 files changed, 19 insertions(+), 6 deletions(-) delete mode 100644 buildah-1.11.6.tar.xz create mode 100644 buildah-1.12.0.tar.xz diff --git a/_service b/_service index 0f14307..f19624a 100644 --- a/_service +++ b/_service @@ -4,8 +4,8 @@ https://github.com/containers/buildah.git git buildah -1.11.6 -v1.11.6 +1.12.0 +v1.12.0 diff --git a/buildah-1.11.6.tar.xz b/buildah-1.11.6.tar.xz deleted file mode 100644 index 726ff7c..0000000 --- a/buildah-1.11.6.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e7441e706ef1158cb0e3f92d7932b387699a1a4826c155778fdae50f565cb399 -size 5585352 diff --git a/buildah-1.12.0.tar.xz b/buildah-1.12.0.tar.xz new file mode 100644 index 0000000..50826e1 --- /dev/null +++ b/buildah-1.12.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f82453964fd340c8e4c4024ee3726ee0ee6010f0615b807dc4c1f0f0e5a655f +size 5634560 diff --git a/buildah.changes b/buildah.changes index 4c1d388..fc20ceb 100644 --- a/buildah.changes +++ b/buildah.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Mon Dec 16 08:54:54 UTC 2019 - Sascha Grunert + +- Update to v1.12.0 + * Allow ADD to use http src + * imgtype: reset storage opts if driver overridden + * Start using containers/common + * overlay.bats typo: fuse-overlays should be fuse-overlayfs + * chroot: Unmount with MNT_DETACH instead of UnmountMountpoints() + * bind: don't complain about missing mountpoints + * imgtype: check earlier for expected manifest type + * Add history names support + ------------------------------------------------------------------- Thu Dec 5 08:11:11 UTC 2019 - Sascha Grunert diff --git a/buildah.spec b/buildah.spec index 9cf8a26..039f756 100644 --- a/buildah.spec +++ b/buildah.spec @@ -22,7 +22,7 @@ %define with_libostree 1 %endif Name: buildah -Version: 1.11.6 +Version: 1.12.0 Release: 0 Summary: Tool for building OCI containers License: Apache-2.0