Accepting request 1005121 from home:dancermak:branches:devel:microos
New upstream release 1.27.2 OBS-URL: https://build.opensuse.org/request/show/1005121 OBS-URL: https://build.opensuse.org/package/show/devel:microos/buildah?expand=0&rev=9
This commit is contained in:
committed by
Git OBS Bridge
parent
deec28d257
commit
b4a119cf62
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.27.1</param>
|
||||
<param name="revision">v1.27.2</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">40cd1053ed3de8e19b53e90abedd4ec1a4abc816</param></service></servicedata>
|
||||
<param name="changesrevision">9c640b00efd86d34605b1ec0ea12b5afc91f8a2b</param></service></servicedata>
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d12291ca5208426061d50ab022c4219a4d13dd77638b44a901143138201013c2
|
||||
size 8760600
|
3
buildah-1.27.2.tar.xz
Normal file
3
buildah-1.27.2.tar.xz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c2086c590d39d2997c9cc939c7f9a031d8346fda56fd4b1133076a10425a3ba0
|
||||
size 8765940
|
@@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 21 07:41:42 UTC 2022 - dcermak@suse.com
|
||||
|
||||
- Update to version 1.27.2:
|
||||
* tag v1.27.2
|
||||
* Fix broken command completion
|
||||
* build: support --skip-unused-stages for multi-stage builds
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 12 09:57:27 UTC 2022 - dcermak@suse.com
|
||||
|
||||
|
@@ -18,7 +18,7 @@
|
||||
|
||||
%define project github.com/containers/buildah
|
||||
Name: buildah
|
||||
Version: 1.27.1
|
||||
Version: 1.27.2
|
||||
Release: 0
|
||||
Summary: Tool for building OCI containers
|
||||
License: Apache-2.0
|
||||
@@ -37,7 +37,6 @@ BuildRequires: libapparmor-devel
|
||||
BuildRequires: libassuan-devel >= 2.5.2
|
||||
BuildRequires: libbtrfs-devel
|
||||
BuildRequires: libgpgme-devel
|
||||
BuildRequires: libgpgme-devel
|
||||
BuildRequires: libseccomp-devel
|
||||
BuildRequires: golang(API) >= 1.13
|
||||
Requires: cni
|
||||
|
Reference in New Issue
Block a user