From d14dafee50c6081081091a0c2e6cc5d0aea4f026 Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Thu, 16 Nov 2017 22:03:26 +0000 Subject: Ignore errors when trying to read containers buildah.json for loading SELinux reservations Use credentials from kpod login for buildah --- .gitignore | 1 + buildah.spec | 8 ++++++-- sources | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index e8eae07..f1c24b4 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ /buildah-35afa1c.tar.gz /buildah-f7dc659.tar.gz /buildah-de0fb93.tar.gz +/buildah-b7e3320.tar.gz 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 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 0.6-1 - Adds support for converting manifest types when using the dir transport - Rework how we do UID resolution in images diff --git a/sources b/sources index e8dd24e..9ef659b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (buildah-de0fb93.tar.gz) = 9d601f2829284e3b677bd7965ec5c2ea0ed30404509f9e796d1c25e0fce5ea32ffc8178288438a715b7f1c5e43628e969a807e4739901537d58fee19c420b9d9 +SHA512 (buildah-b7e3320.tar.gz) = 021e5f47068b3d7aafbf9563aa0f2f28b7d2bfdcb885d8ba052705d883a543a8d407fa70b6b840c10c9b81d778a49842fd7b4396a0431a0d8f02e711b1bc81b3 -- cgit