buildah-1.17.0-0.23.dev.gitb3f6ed8
- autobuilt b3f6ed8 Signed-off-by: RH Container Bot <rhcontainerbot@fedoraproject.org>
This commit is contained in:
parent
419bf7deb4
commit
578dfca1d9
1
.gitignore
vendored
1
.gitignore
vendored
@ -508,3 +508,4 @@
|
||||
/buildah-0f4a259.tar.gz
|
||||
/buildah-f2f857a.tar.gz
|
||||
/buildah-0e06e45.tar.gz
|
||||
/buildah-b3f6ed8.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 0e06e45ae1644b0b999442dd676eefd030626bf9
|
||||
%global commit0 b3f6ed83a51034d6d7ad95b2adf1fac4b506d53b
|
||||
%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.1
|
||||
%define built_tag v1.16.2
|
||||
%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.22.dev.git%{shortcommit0}%{?dist}
|
||||
Release: 0.23.dev.git%{shortcommit0}%{?dist}
|
||||
Summary: A command line tool used for creating OCI Images
|
||||
License: ASL 2.0
|
||||
URL: https://%{name}.io
|
||||
@ -148,6 +148,9 @@ cp bin/imgtype %{buildroot}/%{_bindir}/%{name}-imgtype
|
||||
%{_datadir}/%{name}/test
|
||||
|
||||
%changelog
|
||||
* Fri Sep 25 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 1.17.0-0.23.dev.gitb3f6ed8
|
||||
- autobuilt b3f6ed8
|
||||
|
||||
* Mon Sep 21 23:12:37 UTC 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 1.17.0-0.22.dev.git0e06e45
|
||||
- autobuilt 0e06e45
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (buildah-0e06e45.tar.gz) = 52656aeb6e6dff1ef5b91682999b652f7a183002389884bddffe856f81a2718af95d3566f1feca521a947be20e6bf7f43db5ddd55fdcf13833dd7fd4fa5df4cb
|
||||
SHA512 (buildah-b3f6ed8.tar.gz) = 1d740109134e64a4a974dce71bec42bb3074340360d2575ed49820f013dbde987f32fd44a2e6da38c4d043b7918bce301799cf852935c3001bbf323f890376c8
|
||||
|
Loading…
Reference in New Issue
Block a user