[docker-io] do not require docker.socket in unitfile

Lokesh Mandvekar lsm5 at fedoraproject.org
Fri May 30 12:45:06 UTC 2014


commit c3f6e0e7d7ef23eb4d0a718496ecd6ab0cd6d11f
Author: Lokesh Mandvekar <lsm5 at redhat.com>
Date:   Fri May 30 08:45:03 2014 -0400

    do not require docker.socket in unitfile

 docker-io.spec |    5 ++++-
 docker.service |    1 -
 2 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/docker-io.spec b/docker-io.spec
index c6aa08b..8774fa6 100644
--- a/docker-io.spec
+++ b/docker-io.spec
@@ -10,7 +10,7 @@
 
 Name:           docker-io
 Version:        0.11.1
-Release:        9%{?dist}
+Release:        10%{?dist}
 Summary:        Automates deployment of containerized applications
 License:        ASL 2.0
 Patch1:         upstream-patched-archive-tar.patch
@@ -157,6 +157,9 @@ exit 0
 %{_datadir}/vim/vimfiles/syntax/dockerfile.vim
 
 %changelog
+* Fri May 30 2014 Lokesh Mandvekar <lsm5 at redhat.com> - 0.11.1-10
+- do not require docker.socket in unitfile
+
 * Thu May 29 2014 Lokesh Mandvekar <lsm5 at redhat.com> - 0.11.1-9
 - BZ: change systemd service type to 'notify'
 
diff --git a/docker.service b/docker.service
index e2aace1..a7f446a 100644
--- a/docker.service
+++ b/docker.service
@@ -2,7 +2,6 @@
 Description=Docker Application Container Engine
 Documentation=http://docs.docker.io
 After=network.target
-Requires=docker.socket
 
 [Service]
 Type=notify


More information about the scm-commits mailing list