buildah-1.12.0-0.49.dev.git66701d4
- autobuilt 66701d4 Signed-off-by: RH Container Bot <rhcontainerbot@fedoraproject.org>
This commit is contained in:
parent
58b0aff30b
commit
dd8b8f8b73
1
.gitignore
vendored
1
.gitignore
vendored
@ -341,3 +341,4 @@
|
|||||||
/buildah-cddb66e.tar.gz
|
/buildah-cddb66e.tar.gz
|
||||||
/buildah-691c394.tar.gz
|
/buildah-691c394.tar.gz
|
||||||
/buildah-c2dc46a.tar.gz
|
/buildah-c2dc46a.tar.gz
|
||||||
|
/buildah-66701d4.tar.gz
|
||||||
|
@ -15,16 +15,16 @@
|
|||||||
# https://github.com/containers/buildah
|
# https://github.com/containers/buildah
|
||||||
%global import_path %{provider}.%{provider_tld}/%{project}/%{repo}
|
%global import_path %{provider}.%{provider_tld}/%{project}/%{repo}
|
||||||
%global git0 https://%{import_path}
|
%global git0 https://%{import_path}
|
||||||
%global commit0 c2dc46a478193af662f428db709c9466d7f6b512
|
%global commit0 66701d43b894fca2f6859bfe56cb77221364d99a
|
||||||
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
|
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
|
||||||
|
|
||||||
# Used for comparing with latest upstream tag
|
# Used for comparing with latest upstream tag
|
||||||
# to decide whether to autobuild (non-rawhide only)
|
# to decide whether to autobuild (non-rawhide only)
|
||||||
%global built_tag v1.11.3
|
%global built_tag v1.11.4
|
||||||
|
|
||||||
Name: %{repo}
|
Name: %{repo}
|
||||||
Version: 1.12.0
|
Version: 1.12.0
|
||||||
Release: 0.48.dev.git%{shortcommit0}%{?dist}
|
Release: 0.49.dev.git%{shortcommit0}%{?dist}
|
||||||
Summary: A command line tool used for creating OCI Images
|
Summary: A command line tool used for creating OCI Images
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
URL: https://%{name}.io
|
URL: https://%{name}.io
|
||||||
@ -125,6 +125,9 @@ cp imgtype %{buildroot}/%{_bindir}/%{name}-imgtype
|
|||||||
%{_datadir}/%{name}/test
|
%{_datadir}/%{name}/test
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Oct 29 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 1.12.0-0.49.dev.git66701d4
|
||||||
|
- autobuilt 66701d4
|
||||||
|
|
||||||
* Mon Oct 28 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 1.12.0-0.48.dev.gitc2dc46a
|
* Mon Oct 28 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 1.12.0-0.48.dev.gitc2dc46a
|
||||||
- autobuilt c2dc46a
|
- autobuilt c2dc46a
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (buildah-c2dc46a.tar.gz) = da7d5d8e3c89c4f4079e647e7eaf0de1e952a30c9424be6cce16a174f394d869ddeb82d8771c650b2bf3ca5c08f57db36fbec60474aff5c7436dc7f368af924e
|
SHA512 (buildah-66701d4.tar.gz) = 507fc4bf3a45f10ccb6b64391e17d6bcb4f4ac7b6a03ad605d3e1647e93e66cd9bd8d839e9a87a010ae0e3fa2a89b576bd96d835e0be9e0c0d2e6812fbdd2757
|
||||||
|
Loading…
Reference in New Issue
Block a user