From dd1d8ebdd4187eae5be8b11db3a0357ccd13a30a Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Sat, 2 Dec 2017 12:00:04 +0000 Subject: Allow push to use the image id Make sure builtin volumes have the correct label --- .gitignore | 1 + buildah.spec | 8 ++++++-- sources | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 4a0928d..fb99fa4 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ /buildah-de0fb93.tar.gz /buildah-b7e3320.tar.gz /buildah-bf40000.tar.gz +/buildah-04ea079.tar.gz 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 0.9-1 +- Allow push to use the image id +- Make sure builtin volumes have the correct label + * Thu Nov 16 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 diff --git a/sources b/sources index 492e4a5..fb74c8b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (buildah-bf40000.tar.gz) = a956a0e316e8febbd5554de94f6cf4f9ecd3f09972e442486d2b6c67018fea47d4c8a2586e70ff404343b94b106a123302c09506121804f5ddc00b2770b6e7de +SHA512 (buildah-04ea079.tar.gz) = fc91d16ef5b223788c08d2888ce2aeb9c7a630c8407c2661b4f6ab3c923edcccdfb612cef0d18b390bd848c5e3578eb5258e8292ce11aa8c0949285a4dd72d1e -- cgit