Accepting request 764594 from devel:kubic
OBS-URL: https://build.opensuse.org/request/show/764594 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/buildah?expand=0&rev=26
This commit is contained in:
parent
edefac3768
commit
8c3775b15e
4
_service
4
_service
@ -4,8 +4,8 @@
|
||||
<param name="url">https://github.com/containers/buildah.git</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="filename">buildah</param>
|
||||
<param name="versionformat">1.12.0</param>
|
||||
<param name="revision">v1.12.0</param>
|
||||
<param name="versionformat">1.13.1</param>
|
||||
<param name="revision">v1.13.1</param>
|
||||
</service>
|
||||
|
||||
<service name="recompress" mode="disabled">
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0f82453964fd340c8e4c4024ee3726ee0ee6010f0615b807dc4c1f0f0e5a655f
|
||||
size 5634560
|
3
buildah-1.13.1.tar.xz
Normal file
3
buildah-1.13.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1ada395210487c53ceb7e28936c283f97d0a9e1ef1ccd921773ccda537bf524a
|
||||
size 5782956
|
@ -1,3 +1,25 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 15 07:44:30 UTC 2020 - Sascha Grunert <sgrunert@suse.com>
|
||||
|
||||
- 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 <sgrunert@suse.com>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user