From a66c6e4e374424908666355219c5940916f5b7bd9a2c6137c1708fba407e2750 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Wed, 13 Nov 2019 12:29:20 +0000 Subject: [PATCH] Accepting request 748136 from devel:kubic OBS-URL: https://build.opensuse.org/request/show/748136 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/buildah?expand=0&rev=23 --- _service | 4 ++-- buildah-1.11.4.tar.xz | 3 --- buildah-1.11.5.tar.xz | 3 +++ buildah.changes | 18 ++++++++++++++++++ buildah.spec | 2 +- 5 files changed, 24 insertions(+), 6 deletions(-) delete mode 100644 buildah-1.11.4.tar.xz create mode 100644 buildah-1.11.5.tar.xz diff --git a/_service b/_service index df06b8c..b93f0ce 100644 --- a/_service +++ b/_service @@ -4,8 +4,8 @@ https://github.com/containers/buildah.git git buildah -1.11.4 -v1.11.4 +1.11.5 +v1.11.5 diff --git a/buildah-1.11.4.tar.xz b/buildah-1.11.4.tar.xz deleted file mode 100644 index 491f66e..0000000 --- a/buildah-1.11.4.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:71a6840264ea5dbaaf8246b9598e0a1cb221c4cf704628b248a43f537741eb97 -size 5547216 diff --git a/buildah-1.11.5.tar.xz b/buildah-1.11.5.tar.xz new file mode 100644 index 0000000..b1ef320 --- /dev/null +++ b/buildah-1.11.5.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62583c5094ca3baa829d9ad6353c9eeb7034eeaee1027b541609ee780807c816 +size 5584248 diff --git a/buildah.changes b/buildah.changes index 51bdd52..fa69dfb 100644 --- a/buildah.changes +++ b/buildah.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Tue Nov 12 14:57:37 UTC 2019 - Sascha Grunert + +- Update to v1.11.5 + * buildah: add "manifest" command + * pkg/supplemented: add a package for grouping images together + * pkg/manifests: add a manifest list build/manipulation API + * Update for ErrUnauthorizedForCredentials API change in containers/image + * Update for manifest-lists API changes in containers/image + * version: also note the version of containers/image + * Move to containers/image v5.0.0 + * Enable --device directory as src device + * Add clarification to the Tutorial for new users + * Silence "using cache" to ensure -q is fully quiet + * Move runtime flag to bud from common + * Commit: check for storage.ErrImageUnknown using errors.Cause() + * Fix crash when invalid COPY --from flag is specified. + ------------------------------------------------------------------- Tue Oct 29 09:08:07 UTC 2019 - Sascha Grunert diff --git a/buildah.spec b/buildah.spec index 8be7d76..4307ae1 100644 --- a/buildah.spec +++ b/buildah.spec @@ -22,7 +22,7 @@ %define with_libostree 1 %endif Name: buildah -Version: 1.11.4 +Version: 1.11.5 Release: 0 Summary: Tool for building OCI containers License: Apache-2.0