Adds support for converting manifest types when using the dir transport
Rework how we do UID resolution in images Bump github.com/vbatts/tar-split Set option.terminal appropriately in run
This commit is contained in:
parent
404eab2b13
commit
7d3f1f0d11
1
.gitignore
vendored
1
.gitignore
vendored
@ -6,3 +6,4 @@
|
||||
/buildah-9cbccf8.tar.gz
|
||||
/buildah-35afa1c.tar.gz
|
||||
/buildah-f7dc659.tar.gz
|
||||
/buildah-de0fb93.tar.gz
|
||||
|
12
buildah.spec
12
buildah.spec
@ -21,12 +21,12 @@
|
||||
# https://github.com/projectatomic/buildah
|
||||
%global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo}
|
||||
%global import_path %{provider_prefix}
|
||||
%global commit f7dc659e52ba861f12f13c7f98030773a785cbb9
|
||||
%global commit de0fb93f3d207817021d62171d85e572312523a9
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
|
||||
Name: buildah
|
||||
Version: 0.5
|
||||
Release: 2.git%{shortcommit}%{?dist}
|
||||
Version: 0.6
|
||||
Release: 1.git%{shortcommit}%{?dist}
|
||||
Summary: A command line tool used for creating OCI Images
|
||||
License: ASL 2.0
|
||||
URL: https://%{provider_prefix}
|
||||
@ -90,6 +90,12 @@ make DESTDIR=%{buildroot} PREFIX=%{_prefix} install install.completions
|
||||
%{_datadir}/bash-completion/completions/buildah
|
||||
|
||||
%changelog
|
||||
* Wed Nov 15 2017 Dan Walsh <dwalsh@redhat.com> 0.6-1
|
||||
- Adds support for converting manifest types when using the dir transport
|
||||
- Rework how we do UID resolution in images
|
||||
- Bump github.com/vbatts/tar-split
|
||||
- Set option.terminal appropriately in run
|
||||
|
||||
* Wed Nov 08 2017 Dan Walsh <dwalsh@redhat.com> 0.5-2
|
||||
- Bump github.com/vbatts/tar-split
|
||||
- Fixes CVE That could allow a container image to cause a DOS
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (buildah-f7dc659.tar.gz) = 0685d651166a75e6e41f727f790b9b849f469cd3181b3b62d69771767e7b5e44c53e4354cf3a9f6c1662cecd71141b0ad2c54da01955731211f9e3b783089b95
|
||||
SHA512 (buildah-de0fb93.tar.gz) = 9d601f2829284e3b677bd7965ec5c2ea0ed30404509f9e796d1c25e0fce5ea32ffc8178288438a715b7f1c5e43628e969a807e4739901537d58fee19c420b9d9
|
||||
|
Loading…
Reference in New Issue
Block a user