[docker-io: 6/14] rc version bump

Lokesh Mandvekar lsm5 at fedoraproject.org
Thu Nov 28 06:44:03 UTC 2013


commit 4819476c8e3e494b4f5a92f3261ffebd38eb3e3f
Author: Lokesh Mandvekar <lsm5 at redhat.com>
Date:   Fri Nov 22 21:11:31 2013 -0600

    rc version bump
    
    Signed-off-by: Lokesh Mandvekar <lsm5 at redhat.com>

 docker-io.spec |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/docker-io.spec b/docker-io.spec
index d04df3e..f6f9b33 100644
--- a/docker-io.spec
+++ b/docker-io.spec
@@ -6,12 +6,12 @@
 %global debug_package %{nil}
 %global gopath  %{_datadir}/gocode
 
-%global commit      9af77302f476c3cef11bd4a1efe6b46f98abe781
+%global commit      ea7811c83d913db91948cd4f696cf34b139da855
 %global shortcommit %(c=%{commit}; echo ${c:0:7})
 
 Name:           docker-io
 Version:        0.7
-Release:        0.17.rc6%{?dist}
+Release:        0.18.rc7%{?dist}
 Summary:        Automates deployment of containerized applications
 License:        ASL 2.0
 
@@ -21,7 +21,7 @@ Patch2:         docker-bridge_flag.patch
 URL:            http://www.docker.io
 # only x86_64 for now: https://github.com/dotcloud/docker/issues/136
 ExclusiveArch:  x86_64
-Source0:        https://github.com/dotcloud/docker/archive/%{commit}/docker-%{shortcommit}.tar.gz
+Source0:        https://github.com/crosbymichael/docker/archive/%{commit}/docker-%{shortcommit}.tar.gz
 Source1:        docker.service
 # though final name for xinetd file is simply 'docker',
 # having .xinetd makes things clear
@@ -146,6 +146,9 @@ fi
 %dir %{_sharedstatedir}/docker
 
 %changelog
+* Fri Nov 22 2013 Lokesh Mandvekar <lsm5 at redhat.com> - 0.7-0.18.rc7
+- rc version bump
+
 * Wed Nov 20 2013 Lokesh Mandvekar <lsm5 at redhat.com> - 0.7-0.17.rc6
 - removed ExecStartPost lines from docker.service (BZ #1026045)
 - dockerinit listed in files


More information about the scm-commits mailing list