forked from pool/buildah
Accepting request 730735 from devel:kubic
OBS-URL: https://build.opensuse.org/request/show/730735 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/buildah?expand=0&rev=19
This commit is contained in:
parent
9cab70a589
commit
f977f27948
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.11.0</param>
|
||||
<param name="revision">v1.11.0</param>
|
||||
<param name="versionformat">1.11.1</param>
|
||||
<param name="revision">v1.11.1</param>
|
||||
</service>
|
||||
|
||||
<service name="recompress" mode="disabled">
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0573b2068f00cfc2febdd2c1f147ed96600fb107452e22fd37245df8b136841c
|
||||
size 5308928
|
3
buildah-1.11.1.tar.xz
Normal file
3
buildah-1.11.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f439aa72020e6ab861a768d085decd654808f1348794ce11890644761f947829
|
||||
size 5344716
|
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 13 07:07:28 UTC 2019 - Sascha Grunert <sgrunert@suse.com>
|
||||
|
||||
- Update to v1.11.1
|
||||
* Add --devices flag to bud and from
|
||||
* Add support for /run/.containerenv
|
||||
* Allow mounts.conf entries for equal source and destination paths
|
||||
* Fix label and annotation for 1-line Dockerfiles
|
||||
* Preserve file and directory mount permissions
|
||||
* Replace --debug=false with --log-level=error
|
||||
* Set TMPDIR to /var/tmp by default
|
||||
* Truncate output of too long image names
|
||||
* Ignore EmptyLayer if Squash is set
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 5 15:02:56 UTC 2019 - Sascha Grunert <sgrunert@suse.com>
|
||||
|
||||
|
@ -22,7 +22,7 @@
|
||||
%define with_libostree 1
|
||||
%endif
|
||||
Name: buildah
|
||||
Version: 1.11.0
|
||||
Version: 1.11.1
|
||||
Release: 0
|
||||
Summary: Tool for building OCI containers
|
||||
License: Apache-2.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user