buildah-define.Version-0.4.dev.gitd47032f
- autobuilt d47032f Signed-off-by: RH Container Bot <rhcontainerbot@fedoraproject.org>
This commit is contained in:
parent
f1c0b9bc7e
commit
55be8e3b1f
1
.gitignore
vendored
1
.gitignore
vendored
@ -609,3 +609,4 @@
|
||||
/buildah-d5326ef.tar.gz
|
||||
/buildah-de6c0da.tar.gz
|
||||
/buildah-a6eeca7.tar.gz
|
||||
/buildah-d47032f.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 a6eeca7a6510a7fd8ca03e691bd516df3ea47ae3
|
||||
%global commit0 d47032f5b161da37bea9c5441757bf8cead7c86d
|
||||
%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.19.4
|
||||
%define built_tag v1.19.6
|
||||
%define built_tag_strip %(b=%{built_tag}; echo ${b:1})
|
||||
%define download_url https://%{import_path}/archive/%{built_tag}.tar.gz
|
||||
|
||||
Name: %{repo}
|
||||
Version: define.Version
|
||||
Release: 0.3.dev.git%{shortcommit0}%{?dist}
|
||||
Release: 0.4.dev.git%{shortcommit0}%{?dist}
|
||||
Summary: A command line tool used for creating OCI Images
|
||||
License: ASL 2.0
|
||||
URL: https://%{name}.io
|
||||
@ -161,6 +161,9 @@ cp bin/imgtype %{buildroot}/%{_bindir}/%{name}-imgtype
|
||||
%{_datadir}/%{name}/test
|
||||
|
||||
%changelog
|
||||
* Mon Feb 22 2021 RH Container Bot <rhcontainerbot@fedoraproject.org> - define.Version-0.4.dev.gitd47032f
|
||||
- autobuilt d47032f
|
||||
|
||||
* Wed Feb 17 2021 RH Container Bot <rhcontainerbot@fedoraproject.org> - define.Version-0.3.dev.gita6eeca7
|
||||
- autobuilt a6eeca7
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (buildah-a6eeca7.tar.gz) = 643b16aefd914f84dc8179e1939356ae8ca0bedd85cd04bbf7f7a20d551711825d7d0f38797ddd10d2d83cbeb15d92368d7a4c93ff704b9ddd56079b7870b43a
|
||||
SHA512 (buildah-d47032f.tar.gz) = f22b311128bc69e2e27d27062cc55063ffdc09dec9d97f5ffd87d4bcee909a89d59cd2066a8678ffa441c6308a69b7ca5bf0af2d88999adf7ec3b84b52db2e55
|
||||
|
Loading…
Reference in New Issue
Block a user