Add devicemapper support
This commit is contained in:
parent
70e21bf34e
commit
953f0ba2cb
1
.gitignore
vendored
1
.gitignore
vendored
@ -32,3 +32,4 @@
|
||||
/skopeo-79225f2.tar.gz
|
||||
/skopeo-2d04db9.tar.gz
|
||||
/skopeo-7e9a664.tar.gz
|
||||
/skopeo.spec
|
||||
|
@ -26,7 +26,7 @@
|
||||
%global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo}
|
||||
%global import_path %{provider_prefix}
|
||||
%global git0 https://%{import_path}
|
||||
%global commit0 7e9a664764c2177760f1dd8303f33278eec2ed96
|
||||
%global commit0 ca3bff6a7c64694416a316dec1d0c258ad7ca50e
|
||||
%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.30
|
||||
Release: 13.git%{shortcommit0}%{?dist}
|
||||
Release: 14.git%{shortcommit0}%{?dist}
|
||||
Summary: Inspect Docker images and repositories on registries
|
||||
License: ASL 2.0
|
||||
URL: %{git0}
|
||||
@ -320,6 +320,9 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath}
|
||||
%{_datadir}/bash-completion/completions/%{name}
|
||||
|
||||
%changelog
|
||||
* Sun May 20 2018 dwalsh <dwalsh@redhat.com> - 0.1.30-14.gitca3bff6
|
||||
- Add devicemapper support
|
||||
|
||||
* Wed May 16 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.1.30-13.git7e9a664
|
||||
- autobuilt 7e9a664
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (skopeo-7e9a664.tar.gz) = 6bfe9fc1ac1158603228fc32d4ae0f31a95ba9894702a8f87427a6434dfbbe0610cfaa6a12116a283af300b27ec87005942859854d266c392f12c8b13aaa17e7
|
||||
SHA512 (skopeo.spec) = 4f2c667c55206bb381570bd7669c4f89ed7c70d0bcd5eebf45254ccaa70bbf5c0f371e87512439f40ac842af473cf3e0d2b5a6d48a5fbd27157a2f6bfc60d4ec
|
||||
|
Loading…
Reference in New Issue
Block a user