From 6d02844adc5df765ec0fa42e91db67fef755a977 Mon Sep 17 00:00:00 2001 From: Jan Chaloupka Date: Feb 09 2016 11:58:51 +0000 Subject: Add missing [B]R not reported by 'gofed lint' - related: #1215656 --- diff --git a/golang-github-fsouza-go-dockerclient.spec b/golang-github-fsouza-go-dockerclient.spec index b5c4e6b..1a7c9f6 100644 --- a/golang-github-fsouza-go-dockerclient.spec +++ b/golang-github-fsouza-go-dockerclient.spec @@ -31,7 +31,7 @@ Name: golang-%{provider}-%{project}-%{repo} Version: 0.2.1 -Release: 14.git%{shortcommit}%{?dist} +Release: 15.git%{shortcommit}%{?dist} Summary: Client for the Docker remote API License: BSD URL: https://%{provider_prefix} @@ -52,8 +52,22 @@ Summary: %{summary} BuildArch: noarch %if 0%{?with_check} +BuildRequires: golang(github.com/docker/docker/opts) +BuildRequires: golang(github.com/docker/docker/pkg/archive) +BuildRequires: golang(github.com/docker/docker/pkg/fileutils) +BuildRequires: golang(github.com/docker/docker/pkg/homedir) +BuildRequires: golang(github.com/docker/docker/pkg/stdcopy) +BuildRequires: golang(github.com/gorilla/mux) +BuildRequires: golang(github.com/hashicorp/go-cleanhttp) %endif +Requires: golang(github.com/docker/docker/opts) +Requires: golang(github.com/docker/docker/pkg/archive) +Requires: golang(github.com/docker/docker/pkg/fileutils) +Requires: golang(github.com/docker/docker/pkg/homedir) +Requires: golang(github.com/docker/docker/pkg/stdcopy) +Requires: golang(github.com/gorilla/mux) +Requires: golang(github.com/hashicorp/go-cleanhttp) Provides: golang(%{import_path}) = %{version}-%{release} Provides: golang(%{import_path}/testing) = %{version}-%{release} @@ -160,6 +174,10 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/Godeps/_workspace:%{gopath} %endif %changelog +* Tue Feb 09 2016 jchaloup - 0.2.1-15.git2350d7b +- Add missing [B]R not reported by 'gofed lint' + related: #1215656 + * Mon Feb 08 2016 jchaloup - 0.2.1-14.git2350d7b - don't import bundled deps related: #1215656