[docker-io/el6] add libcgroup dep bz#1034919

Vincent Batts vbatts at fedoraproject.org
Wed Nov 27 17:44:50 UTC 2013


commit afcbe33feb13e5626c9c04b9ab2cedaaf76fc6d4
Author: Vincent Batts <vbatts at redhat.com>
Date:   Wed Nov 27 12:15:19 2013 -0500

    add libcgroup dep
    bz#1034919

 docker-io.spec |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/docker-io.spec b/docker-io.spec
index 48a9670..665bb25 100644
--- a/docker-io.spec
+++ b/docker-io.spec
@@ -14,7 +14,7 @@
 
 Name:           docker-io
 Version:        0.7.0
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Automates deployment of containerized applications
 License:        ASL 2.0
 
@@ -48,6 +48,9 @@ Requires:       lxc
 Requires:       tar
 Provides:       lxc-docker = %{version}
 
+# https://bugzilla.redhat.com/show_bug.cgi?id=1034919
+Requires:       libcgroup
+
 %description
 Docker is an open-source engine that automates the deployment of any
 application as a lightweight, portable, self-sufficient container that will
@@ -147,6 +150,9 @@ exit 0
 %dir %{_sharedstatedir}/docker
 
 %changelog
+* Wed Nov 27 2013 Vincent Batts <vbatts at redhat.com> - 0.7.0-2
+- add libcgroup require (BZ #1034919)
+
 * Tue Nov 26 2013 Marek Goldmann <mgoldman at redhat.com> - 0.7.0-1
 - Upstream release 0.7.0
 - Using upstream script to build the binary


More information about the scm-commits mailing list