commit 1b71be52acedae41854da02b29d1b27bc80cdc24
Author: Jan Chaloupka <[email protected]>
Date:   Wed Dec 24 14:21:31 2014 +0100

    Bump to b52383442df766febf51f9f858ee311f69a2f264
    - related: #1085840

 .gitignore                                |    4 +---
 golang-github-fsouza-go-dockerclient.spec |   19 +++++++++++++++----
 sources                                   |    2 +-
 3 files changed, 17 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e8e2334..67cd5ce 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1 @@
-/go-dockerclient-d639515.tar.gz
-/go-dockerclient-0236a64.tar.gz
-/go-dockerclient-15d2c6e.tar.gz
+/go-dockerclient-b523834.tar.gz
diff --git a/golang-github-fsouza-go-dockerclient.spec 
b/golang-github-fsouza-go-dockerclient.spec
index d6c70f9..4417b4a 100644
--- a/golang-github-fsouza-go-dockerclient.spec
+++ b/golang-github-fsouza-go-dockerclient.spec
@@ -4,29 +4,36 @@
 %global project         fsouza
 %global repo            go-dockerclient
 %global import_path     %{provider}.%{provider_tld}/%{project}/%{repo}
-%global commit          15d2c6e3eb670c545d0af0604d7f9aff3871af04
+%global commit          b52383442df766febf51f9f858ee311f69a2f264
 %global shortcommit     %(c=%{commit}; echo ${c:0:7})
 
 Name:       golang-%{provider}-%{project}-%{repo}
 Version:    0.2.1
-Release:    2.git%{shortcommit}%{?dist}
+Release:    3.git%{shortcommit}%{?dist}
 Summary:    Client for the Docker remote API
 License:    BSD
 URL:        https://%{import_path}
 Source0:    
https://%{import_path}/archive/%{commit}/%{repo}-%{shortcommit}.tar.gz
+%if 0%{?fedora} >= 19 || 0%{?rhel} >= 7
+BuildArch:      noarch
+%else
 ExclusiveArch:  %{ix86} x86_64 %{arm}
+%endif
 
 %description
 %{summary}
 
 %package devel
 BuildRequires:  golang >= 1.2.1-3
+BuildRequires:  golang(github.com/gorilla/mux)
+BuildRequires:  golang(github.com/docker/docker/pkg/archive)
+BuildRequires:  golang(github.com/docker/docker/pkg/fileutils)
 Requires:       golang >= 1.2.1-3
+Requires:       golang(github.com/docker/docker/pkg/archive)
+Requires:       golang(github.com/docker/docker/pkg/fileutils)
 Summary:        Client for the Docker remote API
 Provides:       golang(%{import_path}) = %{version}-%{release}
-Provides:       golang(%{import_path}/engine) = %{version}-%{release}
 Provides:       golang(%{import_path}/testing) = %{version}-%{release}
-Provides:       golang(%{import_path}/utils) = %{version}-%{release}
 
 %description devel
 %{summary}
@@ -50,6 +57,10 @@ cp -pav *.go %{buildroot}/%{gopath}/src/%{import_path}
 %{gopath}/src/%{import_path}/*.go
 
 %changelog
+* Wed Dec 24 2014 jchaloup <[email protected]> - 0.2.1-3.git15d2c6e
+- Bump to b52383442df766febf51f9f858ee311f69a2f264
+  related: #1085840
+
 * Thu Oct 16 2014 [email protected] - 0.2.1-2.git15d2c6e
 - update to latest upstream commit
 
diff --git a/sources b/sources
index b83f553..15b8044 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-db7c85676149f1f855b9883605ce654f  go-dockerclient-15d2c6e.tar.gz
+25cd835534043f25bb97b146e8bc6140  go-dockerclient-b523834.tar.gz
_______________________________________________
golang mailing list
[email protected]
https://lists.fedoraproject.org/mailman/listinfo/golang

Reply via email to