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:
parent
bccb7bf327
commit
f840c322ef
4
_service
4
_service
@ -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">
|
||||
|
@ -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
3
buildah-1.10.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:559760b878c8450e872ba15977ea4d85d96ee106da901957cbb6f978a2aaf8b6
|
||||
size 4930004
|
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user