buildah-1.19.0-0.11.dev.git75ae8be
- autobuilt 75ae8be Signed-off-by: RH Container Bot <rhcontainerbot@fedoraproject.org>
This commit is contained in:
parent
c5a68302bf
commit
b2ea6398b5
1
.gitignore
vendored
1
.gitignore
vendored
@ -542,3 +542,4 @@
|
||||
/buildah-02b3b50.tar.gz
|
||||
/buildah-92463b5.tar.gz
|
||||
/buildah-acb97f1.tar.gz
|
||||
/buildah-75ae8be.tar.gz
|
||||
|
@ -24,18 +24,18 @@
|
||||
# https://github.com/containers/buildah
|
||||
%global import_path %{provider}.%{provider_tld}/%{project}/%{repo}
|
||||
%global git0 https://%{import_path}
|
||||
%global commit0 acb97f178cf28012907abf169c315efe6f30a78a
|
||||
%global commit0 75ae8be258fa689e2aa79f8c40d5b59620e4740a
|
||||
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
|
||||
|
||||
# Used for comparing with latest upstream tag
|
||||
# to decide whether to autobuild (non-rawhide only)
|
||||
%define built_tag v1.17.1
|
||||
%define built_tag v1.16.7
|
||||
%define built_tag_strip %(b=%{built_tag}; echo ${b:1})
|
||||
%define download_url https://%{import_path}/archive/%{built_tag}.tar.gz
|
||||
|
||||
Name: %{repo}
|
||||
Version: 1.19.0
|
||||
Release: 0.10.dev.git%{shortcommit0}%{?dist}
|
||||
Release: 0.11.dev.git%{shortcommit0}%{?dist}
|
||||
Summary: A command line tool used for creating OCI Images
|
||||
License: ASL 2.0
|
||||
URL: https://%{name}.io
|
||||
@ -149,6 +149,9 @@ cp bin/imgtype %{buildroot}/%{_bindir}/%{name}-imgtype
|
||||
%{_datadir}/%{name}/test
|
||||
|
||||
%changelog
|
||||
* Wed Dec 2 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 1.19.0-0.11.dev.git75ae8be
|
||||
- autobuilt 75ae8be
|
||||
|
||||
* Mon Nov 30 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 1.19.0-0.10.dev.gitacb97f1
|
||||
- autobuilt acb97f1
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (buildah-acb97f1.tar.gz) = a6b99765fab21f75bf1beb295abb74310654954a39225dd7d0df023a7c16b927547ba9da1088d6f529fa5c4a6b12816f0bdd2728b8a898ad00e23e2e7fbf67ec
|
||||
SHA512 (buildah-75ae8be.tar.gz) = b8c4b37d4e5573b0c64ce86be7a2e192802a3e466002afddb2dd8123f0b9b9dad28766c26e3843fdda855dbeb2a3d8c1d0ee470ef92461595cb2d6c007651904
|
||||
|
Loading…
Reference in New Issue
Block a user