From 33e379d9890da73264c871f5c4a329dbcafa35b9d779170ac553fa0a32c54ebd Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Thu, 5 Dec 2019 16:36:13 +0000 Subject: [PATCH] Accepting request 754389 from devel:kubic OBS-URL: https://build.opensuse.org/request/show/754389 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/buildah?expand=0&rev=24 --- _service | 4 ++-- buildah-1.11.5.tar.xz | 3 --- buildah-1.11.6.tar.xz | 3 +++ buildah.changes | 12 ++++++++++++ buildah.spec | 2 +- 5 files changed, 18 insertions(+), 6 deletions(-) delete mode 100644 buildah-1.11.5.tar.xz create mode 100644 buildah-1.11.6.tar.xz diff --git a/_service b/_service index b93f0ce..0f14307 100644 --- a/_service +++ b/_service @@ -4,8 +4,8 @@ https://github.com/containers/buildah.git git buildah -1.11.5 -v1.11.5 +1.11.6 +v1.11.6 diff --git a/buildah-1.11.5.tar.xz b/buildah-1.11.5.tar.xz deleted file mode 100644 index b1ef320..0000000 --- a/buildah-1.11.5.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:62583c5094ca3baa829d9ad6353c9eeb7034eeaee1027b541609ee780807c816 -size 5584248 diff --git a/buildah-1.11.6.tar.xz b/buildah-1.11.6.tar.xz new file mode 100644 index 0000000..726ff7c --- /dev/null +++ b/buildah-1.11.6.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7441e706ef1158cb0e3f92d7932b387699a1a4826c155778fdae50f565cb399 +size 5585352 diff --git a/buildah.changes b/buildah.changes index fa69dfb..4c1d388 100644 --- a/buildah.changes +++ b/buildah.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Thu Dec 5 08:11:11 UTC 2019 - Sascha Grunert + +- Update to v1.11.6 + * Handle missing equal sign in --from and --chown flags + for COPY/ADD + * bud COPY does not download URL + * Fix .dockerignore exclude regression + * commit(docker): always set ContainerID and ContainerConfig + * Touch up commit man page image parameter + * Add builder identity annotations. + ------------------------------------------------------------------- Tue Nov 12 14:57:37 UTC 2019 - Sascha Grunert diff --git a/buildah.spec b/buildah.spec index 4307ae1..9cf8a26 100644 --- a/buildah.spec +++ b/buildah.spec @@ -22,7 +22,7 @@ %define with_libostree 1 %endif Name: buildah -Version: 1.11.5 +Version: 1.11.6 Release: 0 Summary: Tool for building OCI containers License: Apache-2.0