buildah-1.20.0-0.1.dev.git6f554d8
- bump to 1.20.0 - autobuilt 6f554d8 Signed-off-by: RH Container Bot <rhcontainerbot@fedoraproject.org>
This commit is contained in:
parent
685948a2ae
commit
c3b598cb04
1
.gitignore
vendored
1
.gitignore
vendored
@ -580,3 +580,4 @@
|
||||
/buildah-b595a98.tar.gz
|
||||
/buildah-f17ccd0.tar.gz
|
||||
/buildah-d10dbf3.tar.gz
|
||||
/buildah-6f554d8.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 d10dbf35450aa2be494cadc9f60cd7e849215b4a
|
||||
%global commit0 6f554d8f34f0ae71823b6f6fa35a838da1d25561
|
||||
%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.1
|
||||
%define built_tag v1.19.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.19.1
|
||||
Release: 0.2.dev.git%{shortcommit0}%{?dist}
|
||||
Version: 1.20.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
|
||||
@ -159,6 +159,10 @@ cp bin/imgtype %{buildroot}/%{_bindir}/%{name}-imgtype
|
||||
%{_datadir}/%{name}/test
|
||||
|
||||
%changelog
|
||||
* Mon Jan 18 2021 RH Container Bot <rhcontainerbot@fedoraproject.org> - 1.20.0-0.1.dev.git6f554d8
|
||||
- bump to 1.20.0
|
||||
- autobuilt 6f554d8
|
||||
|
||||
* Fri Jan 15 2021 RH Container Bot <rhcontainerbot@fedoraproject.org> - 1.19.1-0.2.dev.gitd10dbf3
|
||||
- autobuilt d10dbf3
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (buildah-d10dbf3.tar.gz) = be2004df6c17aa9cb2a7ebaa4fb8d5e9d4aecce00c84be36bfb9733f398c6a5d1a4a2e46ee9e528591630b7fc986b3a39eec2e67132875df17640674c1fde196
|
||||
SHA512 (buildah-6f554d8.tar.gz) = 2865ab1d282d37cd7325ea8e1f9333b9bb1a9bd02b1cc633f2bc8ed96a1ec867fbe9854c61bc567734dbc66c7319d7a3d5040706cc6f53ec881443ca00d52567
|
||||
|
Loading…
Reference in New Issue
Block a user