Accepting request 919714 from devel:kubic
OBS-URL: https://build.opensuse.org/request/show/919714 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/buildah?expand=0&rev=48
This commit is contained in:
parent
21de9905bc
commit
197c451e65
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.22.3</param>
|
||||
<param name="revision">v1.23.0</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">852ca9ff7fff7a95789b706972b968ec9c5cff34</param></service></servicedata>
|
||||
<param name="changesrevision">37fe4e86c284486c0ede084d579122c48ffe5dc1</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0695a65045269aad19daaf7b8cf67e026914aff9d6a5f555b4b376b65f00ec06
|
||||
size 6517992
|
3
buildah-1.23.0.tar.xz
Normal file
3
buildah-1.23.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0f18720f8d18b8d4f7bd7c4dbb77b06ada11cb67272e1355c5c4b4922c366746
|
||||
size 6662332
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 17 10:08:13 UTC 2021 - alexandre.vicenzi@suse.com
|
||||
|
||||
- Update to version 1.23.0:
|
||||
* Update dependencies
|
||||
* Bugfixes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 02 15:16:02 UTC 2021 - alexandre.vicenzi@suse.com
|
||||
|
||||
|
@ -22,7 +22,7 @@
|
||||
%define with_libostree 1
|
||||
%endif
|
||||
Name: buildah
|
||||
Version: 1.22.3
|
||||
Version: 1.23.0
|
||||
Release: 0
|
||||
Summary: Tool for building OCI containers
|
||||
License: Apache-2.0
|
||||
@ -48,7 +48,7 @@ Requires: cni
|
||||
Requires: libcontainers-common
|
||||
Requires: libcontainers-image
|
||||
Requires: libcontainers-storage
|
||||
Requires: runc >= 1.0.1
|
||||
Requires: runc >= 1.0.2
|
||||
Requires: slirp4netns
|
||||
%{go_nostrip}
|
||||
%if 0%{?with_libostree}
|
||||
|
Loading…
x
Reference in New Issue
Block a user