buildah-1.20.0-0.22.dev.gitd5d782f
- autobuilt d5d782f Signed-off-by: RH Container Bot <rhcontainerbot@fedoraproject.org>
This commit is contained in:
parent
c880049d59
commit
9a11d9f0ad
1
.gitignore
vendored
1
.gitignore
vendored
@ -626,3 +626,4 @@
|
|||||||
/buildah-35300f3.tar.gz
|
/buildah-35300f3.tar.gz
|
||||||
/buildah-17d8e1b.tar.gz
|
/buildah-17d8e1b.tar.gz
|
||||||
/buildah-8614456.tar.gz
|
/buildah-8614456.tar.gz
|
||||||
|
/buildah-d5d782f.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 8614456543431b30d6d8683d1b1caa16b11d34ec
|
%global commit0 d5d782f3baa900d823ac66a69c4bad903c042897
|
||||||
%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.19.6
|
%define built_tag v1.19.7
|
||||||
%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.21.dev.git%{shortcommit0}%{?dist}
|
Release: 0.22.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
|
||||||
@ -161,6 +161,9 @@ cp bin/imgtype %{buildroot}/%{_bindir}/%{name}-imgtype
|
|||||||
%{_datadir}/%{name}/test
|
%{_datadir}/%{name}/test
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Mar 05 2021 RH Container Bot <rhcontainerbot@fedoraproject.org> - 1.20.0-0.22.dev.gitd5d782f
|
||||||
|
- autobuilt d5d782f
|
||||||
|
|
||||||
* Thu Mar 04 2021 RH Container Bot <rhcontainerbot@fedoraproject.org> - 1.20.0-0.21.dev.git8614456
|
* Thu Mar 04 2021 RH Container Bot <rhcontainerbot@fedoraproject.org> - 1.20.0-0.21.dev.git8614456
|
||||||
- autobuilt 8614456
|
- autobuilt 8614456
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (buildah-8614456.tar.gz) = 0abfca09fe9f3e300513e277a6e88abe63a8994616a1e602c77572a8573491503cd0f8be685b49935c5a32d4fd1dae79c57b982b84ed29e84c870d58b8f42ac1
|
SHA512 (buildah-d5d782f.tar.gz) = f9e8da66b59ca24dd9d7f2008299337f09d426a5af56e5b5197a7e531b15b15ed169c86a8344b754d3b81c4cb998f60530b44178702e3ae13b4b5f2235919ebe
|
||||||
|
Loading…
Reference in New Issue
Block a user