commit 90a714d2538edba7ea2735c20c862b464c14f53b Author: Colin Walters walters@verbum.org Date: Tue Jul 22 13:33:19 2014 -0400
Update to newer version for Kubernetes work
golang-github-fsouza-go-dockerclient.spec | 11 +++++++---- 1 files changed, 7 insertions(+), 4 deletions(-) --- diff --git a/golang-github-fsouza-go-dockerclient.spec b/golang-github-fsouza-go-dockerclient.spec index 7868ddb..de2cba0 100644 --- a/golang-github-fsouza-go-dockerclient.spec +++ b/golang-github-fsouza-go-dockerclient.spec @@ -1,16 +1,16 @@ %global debug_package %{nil} %global import_path github.com/fsouza/go-dockerclient %global gopath %{_datadir}/gocode -%global commit d639515f70e535d4bbff8499992beeb48d8bf340 +%global commit a735a3dbbfdd1822886f6b4235318c8809b41538 %global shortcommit %(c=%{commit}; echo ${c:0:7})
Name: golang-github-fsouza-go-dockerclient Version: 0 -Release: 0.2.git%{shortcommit}%{?dist} +Release: 0.3.git%{shortcommit}%{?dist} Summary: Client for the Docker remote API License: BSD URL: https://%%7Bimport_path%7D -Source0: https://%%7Bimport_path%7D/archive/%%7Bcommit%7D/go-dockerclient-%%7Bshortco... +Source0: https://%%7Bimport_path%7D/archive/%%7Bcommit%7D/%%7Bname%7D-%%7Bcommit%7D.t... %if 0%{?fedora} >= 19 BuildArch: noarch %else @@ -35,7 +35,7 @@ This package contains library source intended for building other packages which use fsouza/go-dockerclient.
%prep -%setup -n go-dockerclient-%{commit} +%setup -n %{name}-%{commit}
%build
@@ -59,6 +59,9 @@ done %{gopath}/src/%{import_path}/utils/*.go
%changelog +* Tue Jul 22 2014 Colin Walters walters@redhat.com +- Update to newer version for Kubernetes work + * Sat Jun 07 2014 Fedora Release Engineering rel-eng@lists.fedoraproject.org - 0-0.2.gitd639515 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
golang@lists.fedoraproject.org