From e0b7f70143210f19685129af0e97cacdf6016ce5 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Jan 25 2018 12:11:41 +0000 Subject: import buildah-0.9-1.git04ea079.el7 --- diff --git a/.buildah.metadata b/.buildah.metadata index 754c775..c10bd09 100644 --- a/.buildah.metadata +++ b/.buildah.metadata @@ -1 +1 @@ -8e3cda6dab691e6bfc60f51f83d4018dab0d2831 SOURCES/buildah-bf40000.tar.gz +096c036d76429039955f77f88057772707102e85 SOURCES/buildah-04ea079.tar.gz diff --git a/.gitignore b/.gitignore index ab82792..fc0adb5 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/buildah-bf40000.tar.gz +SOURCES/buildah-04ea079.tar.gz diff --git a/SPECS/buildah.spec b/SPECS/buildah.spec index f018c78..18545d0 100644 --- a/SPECS/buildah.spec +++ b/SPECS/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 0.9-1 +- Allow push to use the image id +- Make sure builtin volumes have the correct label + * Wed Nov 22 2017 Dan Walsh 0.8-1 - Buildah bud was failing on SELinux machines, this fixes this - Block access to certain kernel file systems inside of the container