commit e46450827751b3307fc73c41375bceeb098ba4ee
Author: Vincent Batts <vba...@redhat.com>
Date:   Mon Nov 18 11:33:45 2013 -0500

    update the docker source to 457375ea370a2da0df301d35b1aaa8f5964dabfe
    their 0.7-rc5

 docker-io.spec |    8 ++++++--
 sources        |    2 +-
 2 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/docker-io.spec b/docker-io.spec
index a43ad1a..b92688d 100644
--- a/docker-io.spec
+++ b/docker-io.spec
@@ -6,12 +6,12 @@
 %global debug_package %{nil}
 %global gopath  %{_datadir}/gocode
 
-%global commit      1fe08e004686b25aaf56bc01194629c0b7e658f9
+%global commit      457375ea370a2da0df301d35b1aaa8f5964dabfe
 %global shortcommit %(c=%{commit}; echo ${c:0:7})
 
 Name:           docker-io
 Version:        0.7
-Release:        0.13.dm%{?dist}
+Release:        0.14.rc5%{?dist}
 Summary:        Automates deployment of containerized applications
 License:        ASL 2.0
 
@@ -29,6 +29,7 @@ BuildRequires:  gcc
 BuildRequires:  golang(github.com/gorilla/mux)
 BuildRequires:  golang(github.com/kr/pty)
 BuildRequires:  golang(code.google.com/p/go.net/websocket)
+BuildRequires:  golang(code.google.com/p/gosqlite/sqlite3)
 BuildRequires:  device-mapper-devel
 BuildRequires:  python-sphinxcontrib-httpdomain
 %if %{with systemd}
@@ -134,6 +135,9 @@ fi
 %dir %{_sharedstatedir}/docker
 
 %changelog
+* Mon Nov 18 2013 Vincent Batts <vba...@redhat.com> - 0.7-0.14.rc5
+- update docker source to 457375ea370a2da0df301d35b1aaa8f5964dabfe
+
 * Sat Nov 02 2013 Lokesh Mandvekar <l...@redhat.com> - 0.7-0.13.dm
 - docker.service file sets iptables rules to allow container networking, this
     is a stopgap approach, relevant pull request here:
diff --git a/sources b/sources
index 79e1d1c..b380bb6 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-cdf369c927a18663046fa44f4480e739  docker-1fe08e0.tar.gz
+070b1dfadad579b1ca695786a0ea6289  docker-457375e.tar.gz
_______________________________________________
golang mailing list
golang@lists.fedoraproject.org
https://lists.fedoraproject.org/mailman/listinfo/golang

Reply via email to