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:
Dominique Leuenberger 2021-09-21 19:12:31 +00:00 committed by Git OBS Bridge
parent 21de9905bc
commit 197c451e65
6 changed files with 14 additions and 7 deletions

View File

@ -5,7 +5,7 @@
<param name="filename">buildah</param> <param name="filename">buildah</param>
<param name="versionformat">@PARENT_TAG@</param> <param name="versionformat">@PARENT_TAG@</param>
<param name="versionrewrite-pattern">v(.*)</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> <param name="changesgenerate">enable</param>
</service> </service>
<service name="recompress" mode="disabled"> <service name="recompress" mode="disabled">

View File

@ -1,4 +1,4 @@
<servicedata> <servicedata>
<service name="tar_scm"> <service name="tar_scm">
<param name="url">https://github.com/containers/buildah.git</param> <param name="url">https://github.com/containers/buildah.git</param>
<param name="changesrevision">852ca9ff7fff7a95789b706972b968ec9c5cff34</param></service></servicedata> <param name="changesrevision">37fe4e86c284486c0ede084d579122c48ffe5dc1</param></service></servicedata>

View File

@ -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
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0f18720f8d18b8d4f7bd7c4dbb77b06ada11cb67272e1355c5c4b4922c366746
size 6662332

View File

@ -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 Thu Sep 02 15:16:02 UTC 2021 - alexandre.vicenzi@suse.com

View File

@ -22,7 +22,7 @@
%define with_libostree 1 %define with_libostree 1
%endif %endif
Name: buildah Name: buildah
Version: 1.22.3 Version: 1.23.0
Release: 0 Release: 0
Summary: Tool for building OCI containers Summary: Tool for building OCI containers
License: Apache-2.0 License: Apache-2.0
@ -48,7 +48,7 @@ Requires: cni
Requires: libcontainers-common Requires: libcontainers-common
Requires: libcontainers-image Requires: libcontainers-image
Requires: libcontainers-storage Requires: libcontainers-storage
Requires: runc >= 1.0.1 Requires: runc >= 1.0.2
Requires: slirp4netns Requires: slirp4netns
%{go_nostrip} %{go_nostrip}
%if 0%{?with_libostree} %if 0%{?with_libostree}