forked from pool/buildah
Accepting request 757304 from devel:kubic
OBS-URL: https://build.opensuse.org/request/show/757304 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/buildah?expand=0&rev=25
This commit is contained in:
parent
33e379d989
commit
edefac3768
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.6</param>
|
||||
<param name="revision">v1.11.6</param>
|
||||
<param name="versionformat">1.12.0</param>
|
||||
<param name="revision">v1.12.0</param>
|
||||
</service>
|
||||
|
||||
<service name="recompress" mode="disabled">
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e7441e706ef1158cb0e3f92d7932b387699a1a4826c155778fdae50f565cb399
|
||||
size 5585352
|
3
buildah-1.12.0.tar.xz
Normal file
3
buildah-1.12.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0f82453964fd340c8e4c4024ee3726ee0ee6010f0615b807dc4c1f0f0e5a655f
|
||||
size 5634560
|
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 16 08:54:54 UTC 2019 - Sascha Grunert <sgrunert@suse.com>
|
||||
|
||||
- Update to v1.12.0
|
||||
* Allow ADD to use http src
|
||||
* imgtype: reset storage opts if driver overridden
|
||||
* Start using containers/common
|
||||
* overlay.bats typo: fuse-overlays should be fuse-overlayfs
|
||||
* chroot: Unmount with MNT_DETACH instead of UnmountMountpoints()
|
||||
* bind: don't complain about missing mountpoints
|
||||
* imgtype: check earlier for expected manifest type
|
||||
* Add history names support
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 5 08:11:11 UTC 2019 - Sascha Grunert <sgrunert@suse.com>
|
||||
|
||||
|
@ -22,7 +22,7 @@
|
||||
%define with_libostree 1
|
||||
%endif
|
||||
Name: buildah
|
||||
Version: 1.11.6
|
||||
Version: 1.12.0
|
||||
Release: 0
|
||||
Summary: Tool for building OCI containers
|
||||
License: Apache-2.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user