buildah-1.12.0-0.14.dev.git10b0e7a
- autobuilt 10b0e7a Signed-off-by: Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org>
This commit is contained in:
parent
c1b963fbe1
commit
37e9c96a3d
1
.gitignore
vendored
1
.gitignore
vendored
@ -309,3 +309,4 @@
|
||||
/buildah-20a33e0.tar.gz
|
||||
/buildah-9cac447.tar.gz
|
||||
/buildah-4ce6fba.tar.gz
|
||||
/buildah-10b0e7a.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 4ce6fbaea4c2e028a3dcb59475d05a68c6e6cef1
|
||||
%global commit0 10b0e7acd712e51e7afad8dc16fe0292d69195f2
|
||||
%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.1
|
||||
%global built_tag v1.11.2
|
||||
|
||||
Name: %{repo}
|
||||
Version: 1.12.0
|
||||
Release: 0.13.dev.git%{shortcommit0}%{?dist}
|
||||
Release: 0.14.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
|
||||
* Fri Sep 13 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.12.0-0.14.dev.git10b0e7a
|
||||
- autobuilt 10b0e7a
|
||||
|
||||
* Fri Sep 13 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.12.0-0.13.dev.git4ce6fba
|
||||
- autobuilt 4ce6fba
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (buildah-4ce6fba.tar.gz) = b89b91fcab0f70eff6f9950c0158f39fbcfc15c89827377af586c201cf1f31023b13234b36e4f041fb05e6aaf6f6405ba06087671fd239b3e55fea98ecda38cb
|
||||
SHA512 (buildah-10b0e7a.tar.gz) = d8ff7a4acaf1d7ca58f869395d3bf22cd3f267169658ba5f7133cf4ef4afff76412ef0f8d86057e14ec0d67d28cd614350dfdc537b7c21c9ee10e1ee9d4318d4
|
||||
|
Loading…
Reference in New Issue
Block a user