[docker-io] lxc-docker version matches package version

Lokesh Mandvekar lsm5 at fedoraproject.org
Fri Oct 18 23:19:43 UTC 2013


commit adbd4f14ebd71e0a391be8f134979d7c19d0bc53
Author: Lokesh Mandvekar <lsm5 at redhat.com>
Date:   Fri Oct 18 18:19:33 2013 -0500

    lxc-docker version matches package version
    
    Signed-off-by: Lokesh Mandvekar <lsm5 at redhat.com>

 docker-io.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/docker-io.spec b/docker-io.spec
index bc73828..efc6a8d 100644
--- a/docker-io.spec
+++ b/docker-io.spec
@@ -8,7 +8,7 @@
 
 Name:           docker-io
 Version:        0.7
-Release:        0.8.rc3%{?dist}
+Release:        0.9.rc3%{?dist}
 Summary:        Automates deployment of containerized applications
 License:        ASL 2.0
 
@@ -37,7 +37,7 @@ Requires:       xinetd
 %endif
 Requires:       lxc
 Requires:       tar
-Provides:       lxc-docker = 0.6.3
+Provides:       lxc-docker = %{version}
 
 %description
 Docker is an open-source engine that automates the deployment of any
@@ -127,6 +127,9 @@ fi
 %dir %{_sharedstatedir}/docker
 
 %changelog
+* Fri Oct 18 2013 Lokesh Mandvekar <lsm5 at redhat.com> - 0.7-0.9.rc3
+- lxc-docker version matches package version
+
 * Fri Oct 18 2013 Lokesh Mandvekar <lsm5 at redhat.com> - 0.7-0.8.rc3
 - double quotes removed from buildrequires as per existing golang rules
 


More information about the scm-commits mailing list