Accepting request 872306 from devel:kubic
OBS-URL: https://build.opensuse.org/request/show/872306 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/buildah?expand=0&rev=39
This commit is contained in:
2
_service
2
_service
@@ -5,7 +5,7 @@
|
||||
<param name="filename">buildah</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
<param name="revision">v1.19.2</param>
|
||||
<param name="revision">v1.19.4</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
</service>
|
||||
<service name="recompress" mode="disabled">
|
||||
|
@@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/containers/buildah.git</param>
|
||||
<param name="changesrevision">7b83c4beddc7c10e38e071c380a9b5d2f9f60d9c</param></service></servicedata>
|
||||
<param name="changesrevision">175c3e87390ee999b6fd55243bb314af1f7607a0</param></service></servicedata>
|
||||
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e489d4ba532c5f8636065a0aadffa4ef6d27f553aff6830f455039ae71005e10
|
||||
size 6088508
|
3
buildah-1.19.4.tar.xz
Normal file
3
buildah-1.19.4.tar.xz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:233e04f117faee616ca1c794d80edebbc97fe8f2d0c07d5364aabe3de7e709da
|
||||
size 6106112
|
@@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 12 08:54:54 UTC 2021 - Paolo Stivanin <info@paolostivanin.com>
|
||||
|
||||
- Update to version 1.19.4:
|
||||
* run: fix check for host pid namespace
|
||||
* bump containernetworking/cni library to v0.8.1 - fix for CVE-2021-20206
|
||||
* Finish plumbing for buildah bud --manifest
|
||||
* buildah manifest add localimage should work
|
||||
* Fix build arg check
|
||||
* [ci:docs] Fix man page for buildah push
|
||||
* Vendor in containers/image v5.10.1
|
||||
* Rebuild layer if a change in ARG is detected
|
||||
* Bump golang.org/x/crypto to latest rel-1.19
|
||||
* local image lookup by digest
|
||||
* Use build-arg ENV val from local environment if set
|
||||
* Pick default OCI Runtime from containers.conf
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 22 23:28:28 UTC 2021 - dmueller@suse.com
|
||||
|
||||
|
@@ -22,7 +22,7 @@
|
||||
%define with_libostree 1
|
||||
%endif
|
||||
Name: buildah
|
||||
Version: 1.19.2
|
||||
Version: 1.19.4
|
||||
Release: 0
|
||||
Summary: Tool for building OCI containers
|
||||
License: Apache-2.0
|
||||
|
Reference in New Issue
Block a user