forked from pool/buildah
Accepting request 736261 from devel:kubic
OBS-URL: https://build.opensuse.org/request/show/736261 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/buildah?expand=0&rev=21
This commit is contained in:
parent
5ede44293a
commit
91bfb4aab3
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.2</param>
|
||||
<param name="revision">v1.11.2</param>
|
||||
<param name="versionformat">1.11.3</param>
|
||||
<param name="revision">v1.11.3</param>
|
||||
</service>
|
||||
|
||||
<service name="recompress" mode="disabled">
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e8fa3997334d806a5c34eed8a6e46369327174716a2d60c379af9600886b2f49
|
||||
size 5341948
|
3
buildah-1.11.3.tar.xz
Normal file
3
buildah-1.11.3.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6b8241e955ce43c6d8d029605311740850b51adb774dd80ff74ec1929df968a6
|
||||
size 5492768
|
@ -1,9 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 7 06:54:05 UTC 2019 - Sascha Grunert <sgrunert@suse.com>
|
||||
|
||||
- Update to v1.11.3
|
||||
* Add cgroups2
|
||||
* Add support for retrieving context from stdin "-"
|
||||
* Added tutorial on how to include Buildah as library
|
||||
* Fix --build-args handling
|
||||
* Print build 'STEP' line to stdout, not stderr
|
||||
* Use Containerfile by default
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 23 15:32:41 UTC 2019 - Richard Brown <rbrown@suse.com>
|
||||
|
||||
- Update to v1.11.2
|
||||
* Add some cleanup code
|
||||
* Move devices code to unit specific directory.
|
||||
* Move devices code to unit specific directory.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 13 07:07:28 UTC 2019 - Sascha Grunert <sgrunert@suse.com>
|
||||
|
@ -22,7 +22,7 @@
|
||||
%define with_libostree 1
|
||||
%endif
|
||||
Name: buildah
|
||||
Version: 1.11.2
|
||||
Version: 1.11.3
|
||||
Release: 0
|
||||
Summary: Tool for building OCI containers
|
||||
License: Apache-2.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user