[docker-io: 3/14] dockerinit explicitly listed in %files

Lokesh Mandvekar lsm5 at fedoraproject.org
Thu Nov 28 06:43:48 UTC 2013


commit dbdf4b088349645589d6c1993f5afc9e4344f24e
Author: Lokesh Mandvekar <lsm5 at redhat.com>
Date:   Thu Nov 21 23:14:08 2013 +0000

    dockerinit explicitly listed in %files
    
    Signed-off-by: Lokesh Mandvekar <lsm5 at redhat.com>

 docker-io.spec |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/docker-io.spec b/docker-io.spec
index b406374..d04df3e 100644
--- a/docker-io.spec
+++ b/docker-io.spec
@@ -133,7 +133,8 @@ fi
 %doc AUTHORS CHANGELOG.md CONTRIBUTING.md FIXME LICENSE MAINTAINERS NOTICE README.md 
 %{_mandir}/man1/docker.1.gz
 %{_bindir}/docker
-%{_libexecdir}/docker
+%dir %{_libexecdir}/docker
+%{_libexecdir}/docker/dockerinit
 %if %{with systemd}
 %{_unitdir}/docker.service
 %else
@@ -147,6 +148,7 @@ fi
 %changelog
 * Wed Nov 20 2013 Lokesh Mandvekar <lsm5 at redhat.com> - 0.7-0.17.rc6
 - removed ExecStartPost lines from docker.service (BZ #1026045)
+- dockerinit listed in files
 
 * Wed Nov 20 2013 Vincent Batts <vbatts at redhat.com> - 0.7-0.16.rc6
 - adding back the none bridge patch


More information about the scm-commits mailing list