Update to v0.1.11

Signed-off-by: Antonio Murdaca <runcom@redhat.com>
This commit is contained in:
Antonio Murdaca 2016-03-08 09:33:42 +01:00
parent f4b7847f45
commit 87ac68a8e1
3 changed files with 7 additions and 3 deletions

1
.gitignore vendored
View File

@ -2,3 +2,4 @@
/skopeo-3eefe21.tar.gz
/skopeo-30db2ad.tar.gz
/skopeo-82b121c.tar.gz
/skopeo-8094910.tar.gz

View File

@ -25,11 +25,11 @@
# https://github.com/projectatomic/skopeo
%global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo}
%global import_path %{provider_prefix}
%global commit 82b121caf19e0e66b06df1e4f0d421f58c3c29c6
%global commit 8094910c9a8122311e175b83b9c611f886a0a034
%global shortcommit %(c=%{commit}; echo ${c:0:7})
Name: skopeo
Version: 0.1.10
Version: 0.1.11
Release: 1%{?dist}
Summary: Inspect Docker images and repositories on registries
License: ASL 2.0
@ -243,6 +243,9 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath}
%doc README.md
%changelog
* Tue Mar 08 2016 Antonio Murdaca <runcom@fedoraproject.org> - 0.1.11-1
- update to v0.1.11
* Tue Mar 08 2016 Antonio Murdaca <runcom@fedoraproject.org> - 0.1.10-1
- update to v0.1.10
- change runcom -> projectatomic

View File

@ -1 +1 @@
9436ac64ede146f167288492f832f667 skopeo-82b121c.tar.gz
13da0e8f0f46ed53c968a816b9f0f800 skopeo-8094910.tar.gz