commit 629c00f2baaa2e42b8b8f4a8274e6f500c90d532
Author: Lokesh Mandvekar <[email protected]>
Date:   Sat Jan 4 14:04:42 2014 -0500

    fixed commit value
    
    Signed-off-by: Lokesh Mandvekar <[email protected]>

 docker-io.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/docker-io.spec b/docker-io.spec
index 91a51fd..ccbd469 100644
--- a/docker-io.spec
+++ b/docker-io.spec
@@ -9,12 +9,12 @@
 %global debug_package %{nil}
 %global gopath  %{_datadir}/gocode
 
-%global commit      28b162eeb48002e1824a1b43bbc864e93af8e26b
+%global commit      8502ad4ba7b5410eb55f3517a801b33f61b1f625
 %global shortcommit %(c=%{commit}; echo ${c:0:7})
 
 Name:           docker-io
 Version:        0.7.3
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Automates deployment of containerized applications
 License:        ASL 2.0
 
@@ -167,6 +167,10 @@ fi
 %{_sysconfdir}/udev/rules.d/80-docker.rules
 
 %changelog
+* Sat Jan 04 2014 Lokesh Mandvekar <[email protected]> - 0.7.3-2
+- missed commit value in release 1, updated now
+- upstream release monitoring (BZ 1048441)
+
 * Sat Jan 04 2014 Lokesh Mandvekar <[email protected]> - 0.7.3-1
 - upstream release bump to v0.7.3
 
_______________________________________________
golang mailing list
[email protected]
https://lists.fedoraproject.org/mailman/listinfo/golang

Reply via email to