Bump for inclusion of OCI 1.0 Runtime and Image Spec
This commit is contained in:
parent
c6f4565f64
commit
ffb71d3da1
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
|||||||
/buildah-a0a5333.tar.gz
|
/buildah-a0a5333.tar.gz
|
||||||
/buildah-597d2ab.tar.gz
|
/buildah-597d2ab.tar.gz
|
||||||
/buildah-ac2aad6.tar.gz
|
/buildah-ac2aad6.tar.gz
|
||||||
|
/buildah-b37a981.tar.gz
|
||||||
|
@ -21,11 +21,11 @@
|
|||||||
# https://github.com/projectatomic/buildah
|
# https://github.com/projectatomic/buildah
|
||||||
%global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo}
|
%global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo}
|
||||||
%global import_path %{provider_prefix}
|
%global import_path %{provider_prefix}
|
||||||
%global commit ac2aad63436e5eabdd8d49d712bee5cf637dd59a
|
%global commit b37a981500df33dcbeb32325aa6ddd900c42c457
|
||||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||||
|
|
||||||
Name: buildah
|
Name: buildah
|
||||||
Version: 0.2.0
|
Version: 0.3
|
||||||
Release: 1.git%{shortcommit}%{?dist}
|
Release: 1.git%{shortcommit}%{?dist}
|
||||||
Summary: A command line tool used for creating OCI Images
|
Summary: A command line tool used for creating OCI Images
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
@ -90,6 +90,9 @@ make DESTDIR=%{buildroot} PREFIX=%{_prefix} install install.completions
|
|||||||
%{_datadir}/bash-completion/completions/buildah
|
%{_datadir}/bash-completion/completions/buildah
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jul 20 2017 Dan Walsh <dwalsh@redhat.com> 0.3-1.gitb37a981
|
||||||
|
- 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
|
* Tue Jul 18 2017 Dan Walsh <dwalsh@redhat.com> 0.2.0-1.gitac2aad6
|
||||||
- buildah run: Add support for -- ending options parsing
|
- buildah run: Add support for -- ending options parsing
|
||||||
- buildah Add/Copy support for glob syntax
|
- buildah Add/Copy support for glob syntax
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (buildah-ac2aad6.tar.gz) = fcd1c087449f6d420499fec6f13fb750c6c990708598243e148825c2a5c2538f092b93c975591a07adb729b898690f9830b4baa8563fa4661905b669a3587364
|
SHA512 (buildah-b37a981.tar.gz) = 7cb7a02d0c876cc2be214cfe6d9489a50951d7b05007a74d31a84cfa36932ef46e7110c76d35caa101d189061a1a1ac86ab61ec31eb5d309870e7170610401c1
|
||||||
|
Loading…
Reference in New Issue
Block a user