[docker-io/el6] bump version to v1.0.0

Lokesh Mandvekar lsm5 at fedoraproject.org
Tue Jun 10 12:35:37 UTC 2014


commit e27c5079cfb6674ed48a8f3bb716f684d6728adf
Author: Lokesh Mandvekar <lsm5 at redhat.com>
Date:   Tue Jun 10 08:34:53 2014 -0400

    bump version to v1.0.0

 docker-io.spec |   10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)
---
diff --git a/docker-io.spec b/docker-io.spec
index 9098bfb..c0b2181 100644
--- a/docker-io.spec
+++ b/docker-io.spec
@@ -27,10 +27,12 @@ BuildRequires:  pandoc
 # ensure build uses golang 1.2-7 and above
 # http://code.google.com/p/go/source/detail?r=a15f344a9efa35ef168c8feaa92a15a1cdc93db5
 BuildRequires:  golang >= 1.2-7
-BuildRequires:  golang(github.com/gorilla/mux)
-BuildRequires:  golang(github.com/kr/pty)
+# for gorilla/mux and kr/pty https://github.com/dotcloud/docker/pull/5950
+BuildRequires:  golang(github.com/gorilla/mux) >= 0-0.13
+BuildRequires:  golang(github.com/kr/pty) >= 0-0.19
 BuildRequires:  golang(github.com/godbus/dbus)
-BuildRequires:  golang(github.com/coreos/go-systemd) >= 0-0.4
+# for coreos/go-systemd https://github.com/dotcloud/docker/pull/5981
+BuildRequires:  golang(github.com/coreos/go-systemd) >= 2-1
 BuildRequires:  golang(code.google.com/p/go.net/websocket)
 BuildRequires:  golang(code.google.com/p/gosqlite/sqlite3)
 BuildRequires:  golang(github.com/syndtr/gocapability/capability)
@@ -160,7 +162,7 @@ fi
 %{_datadir}/vim/vimfiles/syntax/dockerfile.vim
 
 %changelog
-* Mon Jun 09 2014 Lokesh Mandvekar <lsm5 at fedoraproject.org> - 1.0.0-1
+* Tue Jun 10 2014 Lokesh Mandvekar <lsm5 at fedoraproject.org> - 1.0.0-1
 - upstream version bump to v1.0.0
 
 * Fri May 30 2014 Vincent Batts <vbatts at redhat.com> - 0.11.1-5


More information about the scm-commits mailing list