skopeo-0.1.24-2.dev.git875dd2e
- built commit 875dd2e - Resolves: gh#416 Signed-off-by: Lokesh Mandvekar <lsm5@fedoraproject.org>
This commit is contained in:
parent
c815f9808f
commit
70546e0d95
1
.gitignore
vendored
1
.gitignore
vendored
@ -17,3 +17,4 @@
|
||||
/skopeo-5d24b67.tar.gz
|
||||
/skopeo-1bbd87f.tar.gz
|
||||
/skopeo-a41cd0a.tar.gz
|
||||
/skopeo-875dd2e.tar.gz
|
||||
|
@ -26,7 +26,7 @@
|
||||
%global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo}
|
||||
%global import_path %{provider_prefix}
|
||||
%global git0 https://%{import_path}
|
||||
%global commit0 a41cd0a0abf026951374c6b9ffe8b7689f19ec7f
|
||||
%global commit0 875dd2e7a965adb92dfc97c69eaceba9d33b27ba
|
||||
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
|
||||
|
||||
# e.g. el6 has ppc64 arch without gcc-go, so EA tag is required
|
||||
@ -38,7 +38,7 @@ Name: %{repo}
|
||||
Epoch: 1
|
||||
%endif # centos
|
||||
Version: 0.1.24
|
||||
Release: 1.dev.git%{shortcommit0}%{?dist}
|
||||
Release: 2.dev.git%{shortcommit0}%{?dist}
|
||||
Summary: Inspect Docker images and repositories on registries
|
||||
License: ASL 2.0
|
||||
URL: %{git0}
|
||||
@ -289,6 +289,10 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath}
|
||||
%{_datadir}/bash-completion/completions/%{name}
|
||||
|
||||
%changelog
|
||||
* Mon Sep 18 2017 Lokesh Mandvekar <lsm5@fedoraproject.org> - 0.1.24-2.dev.git875dd2e
|
||||
- built commit 875dd2e
|
||||
- Resolves: gh#416
|
||||
|
||||
* Tue Sep 12 2017 Lokesh Mandvekar <lsm5@fedoraproject.org> - 0.1.24-1.dev.gita41cd0
|
||||
- bump to 0.1.24-dev
|
||||
- correct a prior bogus date
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (skopeo-a41cd0a.tar.gz) = 908ca3108fc7f385c942a48a66e310f07d444d6e15094b7a69d5a3e05e3cf20f7b407bb03e43886bef304e02cd8b1d6d51807a78092a4ce2f707c31e59cd9046
|
||||
SHA512 (skopeo-875dd2e.tar.gz) = 5830097154cef2878a9349aef89637e0f84c2cc6ee319972839ee260bf21aa89b9d13ab7ad393d052596eda72a4e31b98c04ed81ae80c30e24bb9d01d6430c7b
|
||||
|
Loading…
Reference in New Issue
Block a user