buildah-1.20.0-0.27.dev.git3b8acfb
- autobuilt 3b8acfb Signed-off-by: RH Container Bot <rhcontainerbot@fedoraproject.org>
This commit is contained in:
parent
cfdbef02f6
commit
736d2096cd
1
.gitignore
vendored
1
.gitignore
vendored
@ -631,3 +631,4 @@
|
||||
/buildah-5352624.tar.gz
|
||||
/buildah-ced3c7b.tar.gz
|
||||
/buildah-fd48180.tar.gz
|
||||
/buildah-3b8acfb.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 fd4818065ae0e75a62e36ea59215ce8fbd3e6d2d
|
||||
%global commit0 3b8acfb245eab346b71b1d67b0bfef6cdb5398d1
|
||||
%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.7
|
||||
%define built_tag v1.19.8
|
||||
%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.26.dev.git%{shortcommit0}%{?dist}
|
||||
Release: 0.27.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
|
||||
* Tue Mar 09 2021 RH Container Bot <rhcontainerbot@fedoraproject.org> - 1.20.0-0.27.dev.git3b8acfb
|
||||
- autobuilt 3b8acfb
|
||||
|
||||
* Mon Mar 08 2021 RH Container Bot <rhcontainerbot@fedoraproject.org> - 1.20.0-0.26.dev.gitfd48180
|
||||
- autobuilt fd48180
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (buildah-fd48180.tar.gz) = b86b12cb6a006ee9da8f26461d6db72a396ad7f2fc3c658f569171e26560bb290647affbd645eae93777080ddb6df414a53d2bcea848950b86ce344cc2a4dbe0
|
||||
SHA512 (buildah-3b8acfb.tar.gz) = f73ea1edda9e33f8afe5d132a29e5fa4a0b7732adfe96e7e477dad3b5b2fdd30cd057e0bee18233825f1bcd12a4875e465e06d4256e0d63752d25c078da5e73b
|
||||
|
Loading…
Reference in New Issue
Block a user