summaryrefslogtreecommitdiffstats
path: root/buildah.spec
diff options
context:
space:
mode:
authorDaniel J Walsh <dwalsh@redhat.com>2017-11-22 16:39:27 +0000
committerDaniel J Walsh <dwalsh@redhat.com>2017-11-22 16:39:27 +0000
commit941bb93cfeb34c63d5c01e8d6300d1cc2d22bc11 (patch)
tree6f4a458dc77ef8a532683ba118f77999a7f2a99d /buildah.spec
parent3cd8281668ffbf5776e9494bdc922f9738b9515c (diff)
downloadbuildah-941bb93cfeb34c63d5c01e8d6300d1cc2d22bc11.tar.gz
buildah-941bb93cfeb34c63d5c01e8d6300d1cc2d22bc11.tar.xz
buildah-941bb93cfeb34c63d5c01e8d6300d1cc2d22bc11.zip
Buildah bud was failing on SELinux machines, this fixes this
Block access to certain kernel file systems inside of the container
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 82a2cfe..77c43c7 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 b7e3320fe487ddaa859506df991c365ff2737870
+%global commit bf40000e72b351067ebae7b77d212a200f9ce051
%global shortcommit %(c=%{commit}; echo ${c:0:7})
Name: buildah
-Version: 0.7
+Version: 0.8
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.8-1
+- Buildah bud was failing on SELinux machines, this fixes this
+- Block access to certain kernel file systems inside of the container
+
* 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