[docker-io/epel7] lxc no longer required

Lokesh Mandvekar lsm5 at fedoraproject.org
Tue Mar 11 18:07:18 UTC 2014


commit 5efb0b9111df1bc85885f81ce43c2347cefa5c08
Author: Lokesh Mandvekar <lsm5 at redhat.com>
Date:   Tue Mar 11 13:53:08 2014 -0400

    lxc no longer required

 docker-io.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/docker-io.spec b/docker-io.spec
index 1b1e167..a0c861e 100644
--- a/docker-io.spec
+++ b/docker-io.spec
@@ -14,7 +14,7 @@
 
 Name:           docker-io
 Version:        0.9.0
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Automates deployment of containerized applications
 License:        ASL 2.0
 
@@ -50,7 +50,6 @@ Requires(post):     chkconfig
 Requires(preun):    chkconfig
 Requires(postun):   initscripts
 %endif
-Requires:       lxc
 Requires:       tar
 # need xz to work with ubuntu images
 # https://bugzilla.redhat.com/show_bug.cgi?id=1045220
@@ -192,6 +191,10 @@ fi
 %{_datadir}/vim/vimfiles/syntax/dockerfile.vim
 
 %changelog
+* Tue Mar 11 2014 Lokesh Mandvekar <lsm5 at redhat.com> - 0.9.0-2
+- lxc removed (optional)
+  http://blog.docker.io/2014/03/docker-0-9-introducing-execution-drivers-and-libcontainer/
+
 * Tue Mar 11 2014 Lokesh Mandvekar <lsm5 at redhat.com> - 0.9.0-1
 - BZ 1074880 - upstream version bump to v0.9.0
 


More information about the scm-commits mailing list