From 51de77f00805ac7696ebe166a631d9dac2a0b672 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Sat, 16 Nov 2013 01:57:25 +0200 Subject: [PATCH] up to 0.6.6 --- lxc-docker.init | 8 +++++--- lxc-docker.spec | 4 ++-- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/lxc-docker.init b/lxc-docker.init index b893f01..d4bc4f0 100755 --- a/lxc-docker.init +++ b/lxc-docker.init @@ -1,11 +1,13 @@ #!/bin/sh # -# Linux container runtime +# Create lightweight, portable, self-sufficient containers. # # chkconfig: 345 10 90 # -# description: Linux container runtime -# +# description: Docker is an open-source project to easily create lightweight, portable, \ +# self-sufficient containers from any application. The same container that a \ +# developer builds and tests on a laptop can run at scale, in production, on \ +# VMs, bare metal, OpenStack clusters, public clouds and more. \ # processname: docker # pidfile: /var/run/docker.pid # diff --git a/lxc-docker.spec b/lxc-docker.spec index bf6fc68..1434388 100644 --- a/lxc-docker.spec +++ b/lxc-docker.spec @@ -4,12 +4,12 @@ Summary: Docker: the Linux container engine Name: lxc-docker -Version: 0.6.5 +Version: 0.6.6 Release: 1 License: Apache v2.0 Group: Applications/System Source0: https://github.com/dotcloud/docker/archive/v%{version}/docker-%{version}.tar.gz -# Source0-md5: 629c3458f5c6d1fcad03aa40b7c267bb +# Source0-md5: f2c0c73d9bd39a33bb73e466ca8f58c9 Source6: %{name}.init URL: http://github.com/dotcloud/docker BuildRequires: golang >= 1.1.2 -- 2.44.0