Hello community, here is the log from the commit of package docker for openSUSE:Factory checked in at 2018-04-05 15:29:29 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/docker (Old) and /work/SRC/openSUSE:Factory/.docker.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "docker" Thu Apr 5 15:29:29 2018 rev:71 rq:593664 version:17.09.1_ce Changes: -------- --- /work/SRC/openSUSE:Factory/docker/docker.changes 2018-02-16 21:40:03.881057964 +0100 +++ /work/SRC/openSUSE:Factory/.docker.new/docker.changes 2018-04-05 15:29:33.880658384 +0200 @@ -1,0 +2,12 @@ +Wed Apr 4 12:27:29 UTC 2018 - [email protected] + +- Compile and install all manpages. + bsc#1085117 + +------------------------------------------------------------------- +Tue Mar 27 10:13:41 UTC 2018 - [email protected] + +- Add requirement for catatonit, which provides a docker-init implementation. + fate#324652 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ docker.spec ++++++ --- /var/tmp/diff_new_pack.ojqrHx/_old 2018-04-05 15:29:35.832587833 +0200 +++ /var/tmp/diff_new_pack.ojqrHx/_new 2018-04-05 15:29:35.836587689 +0200 @@ -106,6 +106,9 @@ # runC or containerd (which would be bad). Requires: containerd-git = %{required_containerd} Requires: docker-runc-git = %{required_dockerrunc} +# Needed for --init support. We don't use "tini", we use our own implementation +# which handles edge-cases better. +Requires: catatonit # Provides mkfs.ext4 - used by Docker when devicemapper storage driver is used Requires: e2fsprogs Requires: git-core >= 1.7 @@ -246,6 +249,11 @@ # DOCKER CLIENT cd components/cli ./scripts/build/dynbinary + +mkdir -p ./man/man1 +go build -o gen-manpages github.com/docker/cli/man +./gen-manpages --root "$(pwd)" --target "$(pwd)/man/man1" +rm gen-manpages ./man/md2man-all.sh cd ../..
