buildah-1.17.0-0.11.dev.gitb47ffb9
- autobuilt b47ffb9 Signed-off-by: RH Container Bot <rhcontainerbot@fedoraproject.org>
This commit is contained in:
parent
ae4550263d
commit
0ffe222ed1
1
.gitignore
vendored
1
.gitignore
vendored
@ -497,3 +497,4 @@
|
||||
/buildah-aa3128e.tar.gz
|
||||
/buildah-33768fc.tar.gz
|
||||
/buildah-1f8bf4d.tar.gz
|
||||
/buildah-b47ffb9.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 1f8bf4dba27d9a157f966dad3a1e0f58091091d8
|
||||
%global commit0 b47ffb93321c20b45df6dccf59adcc656464b95c
|
||||
%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.16.0
|
||||
%define built_tag v1.16.1
|
||||
%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.17.0
|
||||
Release: 0.10.dev.git%{shortcommit0}%{?dist}
|
||||
Release: 0.11.dev.git%{shortcommit0}%{?dist}
|
||||
Summary: A command line tool used for creating OCI Images
|
||||
License: ASL 2.0
|
||||
URL: https://%{name}.io
|
||||
@ -147,6 +147,9 @@ cp bin/imgtype %{buildroot}/%{_bindir}/%{name}-imgtype
|
||||
%{_datadir}/%{name}/test
|
||||
|
||||
%changelog
|
||||
* Tue Sep 15 21:12:56 UTC 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 1.17.0-0.11.dev.gitb47ffb9
|
||||
- autobuilt b47ffb9
|
||||
|
||||
* Fri Sep 11 14:12:12 UTC 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 1.17.0-0.10.dev.git1f8bf4d
|
||||
- autobuilt 1f8bf4d
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (buildah-1f8bf4d.tar.gz) = 784fcbef8b21b0ee459f6c432b68715bd33ad87b4eb48b78e5953b236d1b56a1a976a4e193840c86b1a04287b48305ea2e558535d07f553d6238ffbd3aa5cf9c
|
||||
SHA512 (buildah-b47ffb9.tar.gz) = 111abf0a4034601e96ab9ca1cbe6cd5a330c06bd16c49565ac63cc84ee85cdb2fff89e094eeed4562cc22c15ce056cabb8115bc1fb1f3c8b1abe9aed0bc4838f
|
||||
|
Loading…
Reference in New Issue
Block a user