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