buildah-1.21.1-0.2.dev.git2a83637
- autobuilt 2a83637 Signed-off-by: RH Container Bot <rhcontainerbot@fedoraproject.org>
This commit is contained in:
parent
bb3faf3497
commit
311a790c75
1
.gitignore
vendored
1
.gitignore
vendored
@ -655,3 +655,4 @@
|
||||
/buildah-2ab877e.tar.gz
|
||||
/buildah-f30b420.tar.gz
|
||||
/buildah-f629ded.tar.gz
|
||||
/buildah-2a83637.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 f629ded01a240c7e4a67001c279d593fefe5dabd
|
||||
%global commit0 2a83637a63feedf6a57514cb2b5894f18cca3640
|
||||
%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.20.1
|
||||
%define built_tag v1.21.0
|
||||
%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.21.1
|
||||
Release: 0.1.dev.git%{shortcommit0}%{?dist}
|
||||
Release: 0.2.dev.git%{shortcommit0}%{?dist}
|
||||
Summary: A command line tool used for creating OCI Images
|
||||
License: ASL 2.0
|
||||
URL: https://%{name}.io
|
||||
@ -160,6 +160,9 @@ cp bin/imgtype %{buildroot}/%{_bindir}/%{name}-imgtype
|
||||
%{_datadir}/%{name}/test
|
||||
|
||||
%changelog
|
||||
* Fri May 21 2021 RH Container Bot <rhcontainerbot@fedoraproject.org> - 1.21.1-0.2.dev.git2a83637
|
||||
- autobuilt 2a83637
|
||||
|
||||
* Thu May 20 2021 RH Container Bot <rhcontainerbot@fedoraproject.org> - 1.21.1-0.1.dev.gitf629ded
|
||||
- bump to 1.21.1
|
||||
- autobuilt f629ded
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (buildah-f629ded.tar.gz) = 2bf464b982da2c663d500a15dd0454aa3e27664bfefe1b18001ca7be0902c7fcee6193059c0277c991748be9a6ea76d2be2d6817bf32482c65c06b613525c94c
|
||||
SHA512 (buildah-2a83637.tar.gz) = df2c52cf801d3765ec8ca058bffa086da1160161b2c820bb5af720f4b2d7888d982f519628b152dd41edd3b05a1f10a31d1ee3dee79f427ca4c2fdc140790675
|
||||
|
Loading…
Reference in New Issue
Block a user