update to v0.1.9
Signed-off-by: Antonio Murdaca <runcom@redhat.com>
This commit is contained in:
parent
7d211dfab0
commit
ad1fc24ae5
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
|||||||
/skopeo-98aca9c.tar.gz
|
/skopeo-98aca9c.tar.gz
|
||||||
/skopeo-3eefe21.tar.gz
|
/skopeo-3eefe21.tar.gz
|
||||||
|
/skopeo-30db2ad.tar.gz
|
||||||
|
@ -25,11 +25,11 @@
|
|||||||
# https://github.com/runcom/skopeo
|
# https://github.com/runcom/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 3eefe215e08c8b6661210080c037fc939a17ff47
|
%global commit 30db2ad7fc9176996f21b235b8dbbdb395fdd529
|
||||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||||
|
|
||||||
Name: skopeo
|
Name: skopeo
|
||||||
Version: 0.1.8
|
Version: 0.1.9
|
||||||
Release: 1%{?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
|
||||||
@ -243,6 +243,9 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath}
|
|||||||
%doc README.md
|
%doc README.md
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Feb 29 2016 Antonio Murdaca <runcom@fedoraproject.org> - 0.1.9-1
|
||||||
|
- update to v0.1.9
|
||||||
|
|
||||||
* Mon Feb 29 2016 Antonio Murdaca <runcom@fedoraproject.org> - 0.1.8-1
|
* Mon Feb 29 2016 Antonio Murdaca <runcom@fedoraproject.org> - 0.1.8-1
|
||||||
- update to v0.1.8
|
- update to v0.1.8
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user