From 950f3a599962cd71e299d281dbd5aa9d2cfbb06f Mon Sep 17 00:00:00 2001 From: Antonio Murdaca Date: Jun 02 2016 09:48:04 +0000 Subject: update to v0.1.13 Signed-off-by: Antonio Murdaca --- diff --git a/.gitignore b/.gitignore index 546149e..d4bd9e9 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ /skopeo-82b121c.tar.gz /skopeo-8094910.tar.gz /skopeo-015f1c8.tar.gz +/skopeo-9e971b4.tar.gz diff --git a/skopeo.spec b/skopeo.spec index a7ae05a..db8e422 100644 --- a/skopeo.spec +++ b/skopeo.spec @@ -25,12 +25,12 @@ # https://github.com/projectatomic/skopeo %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} -%global commit 015f1c8c9a0a46688985c106d295f390ffeb0460 +%global commit 9e971b4937d176aa7ac3af6377b69e58bfd789eb %global shortcommit %(c=%{commit}; echo ${c:0:7}) Name: skopeo -Version: 0.1.12 -Release: 2%{?dist} +Version: 0.1.13 +Release: 1%{?dist} Summary: Inspect Docker images and repositories on registries License: ASL 2.0 URL: https://%{provider_prefix} @@ -180,7 +180,7 @@ export GOPATH=$(pwd):$(pwd)/vendor:%{gopath} %endif export GO15VENDOREXPERIMENT=1 -%gobuild -o skopeo . +%gobuild -o skopeo ./cmd/skopeo if test -f man/skopeo.1.md; then go-md2man -in man/skopeo.1.md -out skopeo.1 @@ -253,6 +253,9 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} %doc README.md %changelog +* Thu Jun 02 2016 Antonio Murdaca - 0.1.13-1 +- update to v0.1.13 + * Fri May 27 2016 Antonio Murdaca - 0.1.12-2 - update to v0.1.12 diff --git a/sources b/sources index 1b7a748..e6a35b3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e4f013d9f9ca412e8f367f77ea0e46de skopeo-015f1c8.tar.gz +078f8deabe205d19b254c317ea770f67 skopeo-9e971b4.tar.gz