buildah-1.20.0-0.2.dev.git8d89b80
- autobuilt 8d89b80 Signed-off-by: RH Container Bot <rhcontainerbot@fedoraproject.org>
This commit is contained in:
parent
240ce27422
commit
af9ea2a6e7
1
.gitignore
vendored
1
.gitignore
vendored
@ -573,3 +573,4 @@
|
|||||||
/buildah-10c10ee.tar.gz
|
/buildah-10c10ee.tar.gz
|
||||||
/buildah-1b3dc91.tar.gz
|
/buildah-1b3dc91.tar.gz
|
||||||
/buildah-911e6ea.tar.gz
|
/buildah-911e6ea.tar.gz
|
||||||
|
/buildah-8d89b80.tar.gz
|
||||||
|
@ -24,18 +24,18 @@
|
|||||||
# https://github.com/containers/buildah
|
# https://github.com/containers/buildah
|
||||||
%global import_path %{provider}.%{provider_tld}/%{project}/%{repo}
|
%global import_path %{provider}.%{provider_tld}/%{project}/%{repo}
|
||||||
%global git0 https://%{import_path}
|
%global git0 https://%{import_path}
|
||||||
%global commit0 911e6ea15cb3178052f621f2950dc8797deccee8
|
%global commit0 8d89b8000e3af6fe0c424a7c376d60b67ff37cf8
|
||||||
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
|
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
|
||||||
|
|
||||||
# Used for comparing with latest upstream tag
|
# Used for comparing with latest upstream tag
|
||||||
# to decide whether to autobuild (non-rawhide only)
|
# to decide whether to autobuild (non-rawhide only)
|
||||||
%define built_tag v1.16.7
|
%define built_tag v1.19.0
|
||||||
%define built_tag_strip %(b=%{built_tag}; echo ${b:1})
|
%define built_tag_strip %(b=%{built_tag}; echo ${b:1})
|
||||||
%define download_url https://%{import_path}/archive/%{built_tag}.tar.gz
|
%define download_url https://%{import_path}/archive/%{built_tag}.tar.gz
|
||||||
|
|
||||||
Name: %{repo}
|
Name: %{repo}
|
||||||
Version: 1.20.0
|
Version: 1.20.0
|
||||||
Release: 0.1.dev.git%{shortcommit0}%{?dist}
|
Release: 0.2.dev.git%{shortcommit0}%{?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
|
||||||
URL: https://%{name}.io
|
URL: https://%{name}.io
|
||||||
@ -159,6 +159,9 @@ cp bin/imgtype %{buildroot}/%{_bindir}/%{name}-imgtype
|
|||||||
%{_datadir}/%{name}/test
|
%{_datadir}/%{name}/test
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Jan 10 2021 RH Container Bot <rhcontainerbot@fedoraproject.org> - 1.20.0-0.2.dev.git8d89b80
|
||||||
|
- autobuilt 8d89b80
|
||||||
|
|
||||||
* Sat Jan 9 2021 RH Container Bot <rhcontainerbot@fedoraproject.org> - 1.20.0-0.1.dev.git911e6ea
|
* Sat Jan 9 2021 RH Container Bot <rhcontainerbot@fedoraproject.org> - 1.20.0-0.1.dev.git911e6ea
|
||||||
- bump to 1.20.0
|
- bump to 1.20.0
|
||||||
- autobuilt 911e6ea
|
- autobuilt 911e6ea
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (buildah-911e6ea.tar.gz) = d2c5244efdd6b8477b270aed5627a5bbcd135c8463d8651ba3c666b2bd73efb89dde9aa578e60b75a61e617214fafeb523b944792d679dc51e1e2c8ea90cd07f
|
SHA512 (buildah-8d89b80.tar.gz) = 6f604c9cffe2b858daeff2cf72e0674360c105278e6dff6d6cd636735f1157df6faed0047372507654e9828129f15e5fb3dfbaf08c476f2f0d7d9e85c7a29ee7
|
||||||
|
Loading…
Reference in New Issue
Block a user