summaryrefslogtreecommitdiffstats
path: root/buildah.spec
diff options
context:
space:
mode:
authorDaniel J Walsh <dwalsh@redhat.com>2017-12-02 12:00:04 +0000
committerDaniel J Walsh <dwalsh@redhat.com>2017-12-02 12:00:04 +0000
commitdd1d8ebdd4187eae5be8b11db3a0357ccd13a30a (patch)
tree69245e11ca5af0bd04b896f1ff095b96dbf93b54 /buildah.spec
parent941bb93cfeb34c63d5c01e8d6300d1cc2d22bc11 (diff)
downloadbuildah-dd1d8ebdd4187eae5be8b11db3a0357ccd13a30a.tar.gz
buildah-dd1d8ebdd4187eae5be8b11db3a0357ccd13a30a.tar.xz
buildah-dd1d8ebdd4187eae5be8b11db3a0357ccd13a30a.zip
Allow push to use the image id
Make sure builtin volumes have the correct label
Diffstat (limited to 'buildah.spec')
-rw-r--r--buildah.spec8
1 files changed, 6 insertions, 2 deletions
diff --git a/buildah.spec b/buildah.spec
index 77c43c7..e7cb9e4 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 bf40000e72b351067ebae7b77d212a200f9ce051
+%global commit 04ea0791308720d032fdf7f1efb55488ac633351
%global shortcommit %(c=%{commit}; echo ${c:0:7})
Name: buildah
-Version: 0.8
+Version: 0.9
Release: 1.git%{shortcommit}%{?dist}
Summary: A command line tool used for creating OCI Images
License: ASL 2.0
@@ -91,6 +91,10 @@ make DESTDIR=%{buildroot} PREFIX=%{_prefix} install install.completions
%{_datadir}/bash-completion/completions/buildah
%changelog
+* 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
+
* Thu Nov 16 2017 Dan Walsh <dwalsh@redhat.com> 0.8-1
- Buildah bud was failing on SELinux machines, this fixes this
- Block access to certain kernel file systems inside of the container