buildah-1.20.1-0.1.dev.git98f7b3d
- bump to 1.20.1 - autobuilt 98f7b3d Signed-off-by: RH Container Bot <rhcontainerbot@fedoraproject.org>
This commit is contained in:
parent
0b0e7ca0e0
commit
ca94abdd5f
1
.gitignore
vendored
1
.gitignore
vendored
@ -638,3 +638,4 @@
|
||||
/buildah-0a38651.tar.gz
|
||||
/buildah-ecbb651.tar.gz
|
||||
/buildah-915de2e.tar.gz
|
||||
/buildah-98f7b3d.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 915de2e2b50af1ef30808d87e4e715142385b780
|
||||
%global commit0 98f7b3d82abf45bdb609b69a0028d54f80d0390c
|
||||
%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.8
|
||||
%define built_tag v1.20.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.20.0
|
||||
Release: 0.33.dev.git%{shortcommit0}%{?dist}
|
||||
Version: 1.20.1
|
||||
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
|
||||
@ -161,6 +161,10 @@ cp bin/imgtype %{buildroot}/%{_bindir}/%{name}-imgtype
|
||||
%{_datadir}/%{name}/test
|
||||
|
||||
%changelog
|
||||
* Mon Mar 29 2021 RH Container Bot <rhcontainerbot@fedoraproject.org> - 1.20.1-0.1.dev.git98f7b3d
|
||||
- bump to 1.20.1
|
||||
- autobuilt 98f7b3d
|
||||
|
||||
* Mon Mar 22 2021 RH Container Bot <rhcontainerbot@fedoraproject.org> - 1.20.0-0.33.dev.git915de2e
|
||||
- autobuilt 915de2e
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (buildah-915de2e.tar.gz) = aff51cff965a53469aaaf2c33551f30717a39f2c081da6fb3356f7bbd7fcc274bf4a1130d0f6df343c245a5f3ac376ac458e9a0fe37d0b545a7c82c0ccdf4056
|
||||
SHA512 (buildah-98f7b3d.tar.gz) = 8b52ad25e55998e57da3a180a849b9a1ebc9b6bf4eb7e43b8d8efdc50ff3aa3840c676fcffc643a64e8391c0dadfeb8249f732373147d939a08abfb802577bd8
|
||||
|
Loading…
Reference in New Issue
Block a user