diff --git a/_service b/_service index f19624a..b8bfdc3 100644 --- a/_service +++ b/_service @@ -4,8 +4,8 @@ https://github.com/containers/buildah.git git buildah -1.12.0 -v1.12.0 +1.13.1 +v1.13.1 diff --git a/buildah-1.12.0.tar.xz b/buildah-1.12.0.tar.xz deleted file mode 100644 index 50826e1..0000000 --- a/buildah-1.12.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0f82453964fd340c8e4c4024ee3726ee0ee6010f0615b807dc4c1f0f0e5a655f -size 5634560 diff --git a/buildah-1.13.1.tar.xz b/buildah-1.13.1.tar.xz new file mode 100644 index 0000000..a8987c5 --- /dev/null +++ b/buildah-1.13.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ada395210487c53ceb7e28936c283f97d0a9e1ef1ccd921773ccda537bf524a +size 5782956 diff --git a/buildah.changes b/buildah.changes index fc20ceb..95b4856 100644 --- a/buildah.changes +++ b/buildah.changes @@ -1,3 +1,25 @@ +------------------------------------------------------------------- +Wed Jan 15 07:44:30 UTC 2020 - Sascha Grunert + +- Update to v1.13.1 + * copyFileWithTar: close source files at the right time + * copy: don't digest files that we ignore + * Check for .dockerignore specifically + * Don't setup excludes, if their is only one pattern to match + * set HOME env to /root on chroot-isolation by default + * docs: fix references to containers-*.5 + * fix bug Add check .dockerignore COPY file + * buildah bud --volume: run from tmpdir, not source dir + * Fix imageNamePrefix to give consistent names in buildah-from + * cpp: use -traditional and -undef flags + * discard outputs coming from onbuild command on buildah-from --quiet + * make --format columnizing consistent with buildah images + * Fix option handling for volumes in build + * Rework overlay pkg for use with libpod + * Fix buildahimage builds for buildah + * Add support for FIPS-Mode backends + * Set the TMPDIR for pulling/pushing image to $TMPDIR + ------------------------------------------------------------------- Mon Dec 16 08:54:54 UTC 2019 - Sascha Grunert diff --git a/buildah.spec b/buildah.spec index 039f756..6e0f02c 100644 --- a/buildah.spec +++ b/buildah.spec @@ -22,7 +22,7 @@ %define with_libostree 1 %endif Name: buildah -Version: 1.12.0 +Version: 1.13.1 Release: 0 Summary: Tool for building OCI containers License: Apache-2.0