buildah-1.19.0-0.1.dev.git05aa527
- bump to 1.19.0 - autobuilt 05aa527 Signed-off-by: RH Container Bot <rhcontainerbot@fedoraproject.org>
This commit is contained in:
parent
304eb38898
commit
fcc00ad25e
1
.gitignore
vendored
1
.gitignore
vendored
@ -532,3 +532,4 @@
|
||||
/buildah-d0c958d.tar.gz
|
||||
/buildah-272f241.tar.gz
|
||||
/buildah-aa37929.tar.gz
|
||||
/buildah-05aa527.tar.gz
|
||||
|
12
buildah.spec
12
buildah.spec
@ -24,18 +24,18 @@
|
||||
# https://github.com/containers/buildah
|
||||
%global import_path %{provider}.%{provider_tld}/%{project}/%{repo}
|
||||
%global git0 https://%{import_path}
|
||||
%global commit0 aa37929ba3bf716a4c5eb7338e5b49b69ff0337b
|
||||
%global commit0 05aa5279a02d124d516eb5e6bc1fbdff93dcf855
|
||||
%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.17.0
|
||||
%define built_tag v1.18.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.18.0
|
||||
Release: 0.8.dev.git%{shortcommit0}%{?dist}
|
||||
Version: 1.19.0
|
||||
Release: 0.1.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,10 @@ cp bin/imgtype %{buildroot}/%{_bindir}/%{name}-imgtype
|
||||
%{_datadir}/%{name}/test
|
||||
|
||||
%changelog
|
||||
* Tue Nov 17 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 1.19.0-0.1.dev.git05aa527
|
||||
- bump to 1.19.0
|
||||
- autobuilt 05aa527
|
||||
|
||||
* Mon Nov 16 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 1.18.0-0.8.dev.gitaa37929
|
||||
- autobuilt aa37929
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (buildah-aa37929.tar.gz) = 64b752c000909241cdf3322447e423f7c63cae384714c7a932c4a4859ccfcb19406b355e5b1b646fe1cb6e917bd4c3fa6c61ea767e315b3780f5d5dc16443735
|
||||
SHA512 (buildah-05aa527.tar.gz) = a1a01eaa1fc613b92ffcf9a21005fc4899934409f3a1aea70deec4d0178f5a89ccb1fc76d4ca6d32329694511f17e882566334a2fac09402875ce6388a87b286
|
||||
|
Loading…
Reference in New Issue
Block a user