diff options
author | Daniel J Walsh <dwalsh@redhat.com> | 2017-07-20 20:40:58 +0000 |
---|---|---|
committer | Daniel J Walsh <dwalsh@redhat.com> | 2017-07-20 20:40:58 +0000 |
commit | 8df8427d8e3fe575db6c83031853af701d0d8428 (patch) | |
tree | 7fac2e162e5638b5dfb8b07c8102b4da22c20664 /buildah.spec | |
parent | ffb71d3da1c8320c538d9fa792f2f278e71dfebe (diff) | |
download | buildah-8df8427d8e3fe575db6c83031853af701d0d8428.tar.gz buildah-8df8427d8e3fe575db6c83031853af701d0d8428.tar.xz buildah-8df8427d8e3fe575db6c83031853af701d0d8428.zip |
Bump for inclusion of OCI 1.0 Runtime and Image Spec
Diffstat (limited to 'buildah.spec')
-rw-r--r-- | buildah.spec | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/buildah.spec b/buildah.spec index 7679591..b853fef 100644 --- a/buildah.spec +++ b/buildah.spec @@ -21,12 +21,12 @@ # https://github.com/projectatomic/buildah %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} -%global commit b37a981500df33dcbeb32325aa6ddd900c42c457 +%global commit b9b2a8a7ef87833a1db600ed2a3d5295644b2f1c %global shortcommit %(c=%{commit}; echo ${c:0:7}) Name: buildah Version: 0.3 -Release: 1.git%{shortcommit}%{?dist} +Release: 2.git%{shortcommit}%{?dist} Summary: A command line tool used for creating OCI Images License: ASL 2.0 URL: https://%{provider_prefix} @@ -90,7 +90,7 @@ make DESTDIR=%{buildroot} PREFIX=%{_prefix} install install.completions %{_datadir}/bash-completion/completions/buildah %changelog -* Thu Jul 20 2017 Dan Walsh <dwalsh@redhat.com> 0.3-1.gitb37a981 +* Thu Jul 20 2017 Dan Walsh <dwalsh@redhat.com> 0.3-2.gitb9b2a8a7e - Bump for inclusion of OCI 1.0 Runtime and Image Spec * Tue Jul 18 2017 Dan Walsh <dwalsh@redhat.com> 0.2.0-1.gitac2aad6 |