update to v0.1.13
Signed-off-by: Antonio Murdaca <runcom@redhat.com>
This commit is contained in:
parent
39735d8b41
commit
39846c01e9
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,3 +4,4 @@
|
|||||||
/skopeo-82b121c.tar.gz
|
/skopeo-82b121c.tar.gz
|
||||||
/skopeo-8094910.tar.gz
|
/skopeo-8094910.tar.gz
|
||||||
/skopeo-015f1c8.tar.gz
|
/skopeo-015f1c8.tar.gz
|
||||||
|
/skopeo-9e971b4.tar.gz
|
||||||
|
@ -25,12 +25,12 @@
|
|||||||
# https://github.com/projectatomic/skopeo
|
# https://github.com/projectatomic/skopeo
|
||||||
%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 commit 015f1c8c9a0a46688985c106d295f390ffeb0460
|
%global commit 9e971b4937d176aa7ac3af6377b69e58bfd789eb
|
||||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||||
|
|
||||||
Name: skopeo
|
Name: skopeo
|
||||||
Version: 0.1.12
|
Version: 0.1.13
|
||||||
Release: 3%{?dist}
|
Release: 1%{?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: https://%{provider_prefix}
|
URL: https://%{provider_prefix}
|
||||||
@ -253,6 +253,9 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath}
|
|||||||
%doc README.md
|
%doc README.md
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jun 02 2016 Antonio Murdaca <runcom@fedoraproject.org> - 0.1.13-4
|
||||||
|
- update to v0.1.12
|
||||||
|
|
||||||
* Tue May 31 2016 Antonio Murdaca <runcom@fedoraproject.org> - 0.1.12-3
|
* Tue May 31 2016 Antonio Murdaca <runcom@fedoraproject.org> - 0.1.12-3
|
||||||
- fix go build source path
|
- fix go build source path
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user