SHA256
1
0
forked from pool/buildah

Accepting request 725014 from devel:kubic

OBS-URL: https://build.opensuse.org/request/show/725014
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/buildah?expand=0&rev=17
This commit is contained in:
Dominique Leuenberger 2019-08-22 08:54:26 +00:00 committed by Git OBS Bridge
parent bccb7bf327
commit f840c322ef
5 changed files with 20 additions and 6 deletions

View File

@ -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.10.0</param>
<param name="revision">v1.10.0</param>
<param name="versionformat">1.10.1</param>
<param name="revision">v1.10.1</param>
</service>
<service name="recompress" mode="disabled">

View File

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

3
buildah-1.10.1.tar.xz Normal file
View File

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

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Fri Aug 16 06:32:33 UTC 2019 - Sascha Grunert <sgrunert@suse.com>
- Update to v1.10.1
* Add automatic apparmor tag discovery
* Add overlayfs to fuse-overlayfs tip
* Bug fix for volume minus syntax
* Bump container/storage v1.13.1 and containers/image v3.0.1
* Bump containers/image to v3.0.2 to fix keyring issue
* Fix bug whereby --get-login has no effect
* Bump github.com/containernetworking/cni to v0.7.1
- Add appamor-pattern requirement
-------------------------------------------------------------------
Mon Aug 5 10:41:41 UTC 2019 - Sascha Grunert <sgrunert@suse.com>

View File

@ -22,7 +22,7 @@
%define with_libostree 1
%endif
Name: buildah
Version: 1.10.0
Version: 1.10.1
Release: 0
Summary: Tool for building OCI containers
License: Apache-2.0
@ -43,6 +43,7 @@ BuildRequires: libbtrfs-devel
BuildRequires: libgpgme-devel
BuildRequires: libseccomp-devel
BuildRequires: golang(API) >= 1.10
Requires: patterns-base-apparmor
Requires: libcontainers-common
Requires: libcontainers-image
Requires: libcontainers-storage