summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel J Walsh <dwalsh@redhat.com>2017-12-24 05:49:16 -0500
committerDaniel J Walsh <dwalsh@redhat.com>2017-12-24 05:49:16 -0500
commitfa659c3d027e98a02b52780c58131a14a93acf7f (patch)
treeaeeedc3a7ff9dfe41a72cebacf45c617c813fdf6
parente671b026e23409916843dcdaa52c4a0093954266 (diff)
downloadbuildah-fa659c3d027e98a02b52780c58131a14a93acf7f.tar.gz
buildah-fa659c3d027e98a02b52780c58131a14a93acf7f.tar.xz
buildah-fa659c3d027e98a02b52780c58131a14a93acf7f.zip
Display Config and Manifest as strings
Bump containers/image Use configured registries to resolve image names Update to work with newer image library Add --chown option to add/copy commands
-rw-r--r--buildah.spec11
1 files changed, 9 insertions, 2 deletions
diff --git a/buildah.spec b/buildah.spec
index 8ae5cd6..df9abbf 100644
--- a/buildah.spec
+++ b/buildah.spec
@@ -21,11 +21,11 @@
# https://github.com/projectatomic/buildah
%global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo}
%global import_path %{provider_prefix}
-%global commit 04ea0791308720d032fdf7f1efb55488ac633351
+%global commit 979c9456744396fe27914d28063fb66dec896744
%global shortcommit %(c=%{commit}; echo ${c:0:7})
Name: buildah
-Version: 0.9
+Version: 0.10
Release: 1.git%{shortcommit}%{?dist}
Summary: A command line tool used for creating OCI Images
License: ASL 2.0
@@ -88,6 +88,13 @@ make DESTDIR=%{buildroot} PREFIX=%{_prefix} install install.completions
%{_datadir}/bash-completion/completions/buildah
%changelog
+* Sat Dec 23 2017 Dan Walsh <dwalsh@redhat.com> 0.10-1
+- Display Config and Manifest as strings
+- Bump containers/image
+- Use configured registries to resolve image names
+- Update to work with newer image library
+- Add --chown option to add/copy commands
+
* Sat Dec 2 2017 Dan Walsh <dwalsh@redhat.com> 0.9-1
- Allow push to use the image id
- Make sure builtin volumes have the correct label