buildah-1.12.0-0.12.dev.git9cac447
- autobuilt 9cac447 Signed-off-by: Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org>
This commit is contained in:
parent
c4c2e2aebd
commit
789d596b35
1
.gitignore
vendored
1
.gitignore
vendored
@ -307,3 +307,4 @@
|
||||
/buildah-f54c965.tar.gz
|
||||
/buildah-9bf6b5e.tar.gz
|
||||
/buildah-20a33e0.tar.gz
|
||||
/buildah-9cac447.tar.gz
|
||||
|
@ -15,16 +15,16 @@
|
||||
# https://github.com/containers/buildah
|
||||
%global import_path %{provider}.%{provider_tld}/%{project}/%{repo}
|
||||
%global git0 https://%{import_path}
|
||||
%global commit0 20a33e0791eaeb4f13e23afba5cc73ad3e37bbe7
|
||||
%global commit0 9cac447b4a1232537e847b02663fde2b06141d15
|
||||
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
|
||||
|
||||
# Used for comparing with latest upstream tag
|
||||
# to decide whether to autobuild (non-rawhide only)
|
||||
%global built_tag v1.11.0
|
||||
%global built_tag v1.11.1
|
||||
|
||||
Name: %{repo}
|
||||
Version: 1.12.0
|
||||
Release: 0.11.dev.git%{shortcommit0}%{?dist}
|
||||
Release: 0.12.dev.git%{shortcommit0}%{?dist}
|
||||
Summary: A command line tool used for creating OCI Images
|
||||
License: ASL 2.0
|
||||
URL: https://%{name}.io
|
||||
@ -100,6 +100,9 @@ make DESTDIR=%{buildroot} PREFIX=%{_prefix} -C docs install
|
||||
%{_datadir}/bash-completion/completions/%{name}
|
||||
|
||||
%changelog
|
||||
* Thu Sep 12 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.12.0-0.12.dev.git9cac447
|
||||
- autobuilt 9cac447
|
||||
|
||||
* Sat Sep 07 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.12.0-0.11.dev.git20a33e0
|
||||
- autobuilt 20a33e0
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (buildah-20a33e0.tar.gz) = 2f6e7c27f7e53c6cdbd215112189402e843d8dfd5d330b4d8a4d3062126ed580a1a28a5aae95257d64c04cbfeff2f538c64b4d1a6c3ec469085fe29a6cb661b1
|
||||
SHA512 (buildah-9cac447.tar.gz) = 8ece66e0907fc5401e010b4a5fe59d8d3053e464c09324bbb65e21c2a540b086dc8fba164cf49d2b963599ce99634c2eacd1a6b3b7d2f67a23f4aff314336a6d
|
||||
|
Loading…
Reference in New Issue
Block a user