buildah-1.20.0-0.15.dev.git044ea34
- autobuilt 044ea34 Signed-off-by: RH Container Bot <rhcontainerbot@fedoraproject.org>
This commit is contained in:
parent
ec3cad9418
commit
6ceae01246
1
.gitignore
vendored
1
.gitignore
vendored
@ -593,3 +593,4 @@
|
||||
/buildah-7f340f9.tar.gz
|
||||
/buildah-d0af90d.tar.gz
|
||||
/buildah-e1dfdd3.tar.gz
|
||||
/buildah-044ea34.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 e1dfdd31edb4e8f675c52e213356401acbaeaa17
|
||||
%global commit0 044ea3470ecde122c53b628d615256fea27c9f84
|
||||
%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.3
|
||||
%define built_tag v1.19.4
|
||||
%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.20.0
|
||||
Release: 0.14.dev.git%{shortcommit0}%{?dist}
|
||||
Release: 0.15.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 08 2021 RH Container Bot <rhcontainerbot@fedoraproject.org> - 1.20.0-0.15.dev.git044ea34
|
||||
- autobuilt 044ea34
|
||||
|
||||
* Tue Feb 02 2021 RH Container Bot <rhcontainerbot@fedoraproject.org> - 1.20.0-0.14.dev.gite1dfdd3
|
||||
- autobuilt e1dfdd3
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (buildah-e1dfdd3.tar.gz) = b2031beeb44f4380b48032d72986bba64b925c74e35f7a3b9bf0c67bd21d87e952ae2d0206c8b2c8f8f4068dfa2b824c1a214b6607f5b69ba86f1d30e4e66a7e
|
||||
SHA512 (buildah-044ea34.tar.gz) = 6711fea9b2b97001acccc96782f16524ff5460ce7c70780bc28c8f8dcd3f3ad704f4b790dcb8399dfa0050d86204b4b2ae3f02c50bb950e4f61d777d7da01c99
|
||||
|
Loading…
Reference in New Issue
Block a user