summaryrefslogtreecommitdiffstats
path: root/buildah.spec
diff options
context:
space:
mode:
authorDaniel J Walsh <dwalsh@redhat.com>2017-11-15 17:50:53 +0000
committerDaniel J Walsh <dwalsh@redhat.com>2017-11-15 17:50:53 +0000
commit3e0ae87554762216aeb53aaf05e72717bdcebda2 (patch)
tree7a5fcca0ffccc4c779c21ce085acf2b5361f1ac8 /buildah.spec
parentd6d9ee59c230e1e69b720555d664b9e99eeadbda (diff)
downloadbuildah-3e0ae87554762216aeb53aaf05e72717bdcebda2.tar.gz
buildah-3e0ae87554762216aeb53aaf05e72717bdcebda2.tar.xz
buildah-3e0ae87554762216aeb53aaf05e72717bdcebda2.zip
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
Diffstat (limited to 'buildah.spec')
-rw-r--r--buildah.spec12
1 files changed, 9 insertions, 3 deletions
diff --git a/buildah.spec b/buildah.spec
index 4b0db0b..fa70894 100644
--- a/buildah.spec
+++ b/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