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
This commit is contained in:
Miquel Sabate Sola 2016-09-14 10:14:05 +00:00 committed by Git OBS Bridge
parent 7b7b508120
commit 3919623e60
2 changed files with 9 additions and 1 deletions

View File

@ -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

View File

@ -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