From 3919623e606234b8fa521f742c35c2f71a26d6d0f097813fca8fe358f4f1ed20 Mon Sep 17 00:00:00 2001 From: Miquel Sabate Sola Date: Wed, 14 Sep 2016 10:14:05 +0000 Subject: [PATCH] Accepting request 427574 from home:cyphar:branches:Virtualization:containers Adds the dockerd man page. OBS-URL: https://build.opensuse.org/request/show/427574 OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/docker?expand=0&rev=142 --- docker.changes | 7 ++++++- docker.spec | 3 +++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/docker.changes b/docker.changes index e4fa616..3308edb 100644 --- a/docker.changes +++ b/docker.changes @@ -1,7 +1,12 @@ +------------------------------------------------------------------- +Wed Sep 14 09:41:57 UTC 2016 - asarai@suse.com + +- Add dockerd(8) man page. + ------------------------------------------------------------------- Fri Sep 9 12:42:24 UTC 2016 - thipp@suse.de -- add missing patch to changelog +- add missing patch to changelog ------------------------------------------------------------------- Wed Sep 7 16:33:59 UTC 2016 - thipp@suse.de diff --git a/docker.spec b/docker.spec index bb2bea7..78f609d 100644 --- a/docker.spec +++ b/docker.spec @@ -338,6 +338,8 @@ install -d %{buildroot}%{_mandir}/man1 install -p -m 644 man/man1/*.1 %{buildroot}%{_mandir}/man1 install -d %{buildroot}%{_mandir}/man5 install -p -m 644 man/man5/Dockerfile.5 %{buildroot}%{_mandir}/man5 +install -d %{buildroot}%{_mandir}/man8 +install -p -m 644 man/man8/*.8 %{buildroot}%{_mandir}/man8 %endif install -D -m 0644 %{SOURCE9} %{buildroot}%{docker_migration_warnfile} @@ -407,6 +409,7 @@ fi %{_mandir}/man1/docker-*.1%{ext_man} %{_mandir}/man1/docker.1%{ext_man} %{_mandir}/man5/Dockerfile.5%{ext_man} +%{_mandir}/man8/dockerd.8%{ext_man} %endif %files bash-completion