summaryrefslogtreecommitdiffstats
path: root/buildah.spec
diff options
context:
space:
mode:
authorDaniel J Walsh <dwalsh@redhat.com>2017-11-16 22:03:26 +0000
committerDaniel J Walsh <dwalsh@redhat.com>2017-11-16 22:03:26 +0000
commitd14dafee50c6081081091a0c2e6cc5d0aea4f026 (patch)
tree5864eba7d4cc11a193f38b597ece33e43652b9bb /buildah.spec
parent0d65c5fa084403f00068fee2089dce354ba97d26 (diff)
downloadbuildah-d14dafee50c6081081091a0c2e6cc5d0aea4f026.tar.gz
buildah-d14dafee50c6081081091a0c2e6cc5d0aea4f026.tar.xz
buildah-d14dafee50c6081081091a0c2e6cc5d0aea4f026.zip
Ignore errors when trying to read containers buildah.json for loading SELinux reservations
Use credentials from kpod login for buildah
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 2a3d574..82a2cfe 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 de0fb93f3d207817021d62171d85e572312523a9
+%global commit b7e3320fe487ddaa859506df991c365ff2737870
%global shortcommit %(c=%{commit}; echo ${c:0:7})
Name: buildah
-Version: 0.6
+Version: 0.7
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
+* Thu Nov 16 2017 Dan Walsh <dwalsh@redhat.com> 0.7-1
+- Ignore errors when trying to read containers buildah.json for loading SELinux reservations
+- Use credentials from kpod login for buildah
+
* 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