diff --git a/package.yml b/package.yml --- a/package.yml +++ b/package.yml @@ -1,8 +1,8 @@ name : docker -version : 17.11.0 -release : 11 +version : 18.01.0 +release : 12 source : - - git|https://github.com/docker/docker-ce.git : v17.11.0-ce + - git|https://github.com/docker/docker-ce.git : v18.01.0-ce - git|https://github.com/docker/libnetwork.git : 7b2b1feb1de4817d522cc372af149ff48d25028e license : Apache-2.0 component : virt @@ -35,7 +35,7 @@ # Build daemon pushd components/engine - export DOCKER_GITCOMMIT="7cbbc92838236e442de83d7ae6b3d74dd981b586" + export DOCKER_GITCOMMIT="caca2f076b0d917b093941319f22e1f92eb8772f" export AUTO_GOPATH=1 ./hack/make.sh dynbinary popd @@ -45,8 +45,6 @@ pushd components/cli ./scripts/build/dynbinary install : | - export CE=${version}-ce - # Required directories install -D -d -m 00755 $installdir/usr/bin install -D -d -m 00755 $installdir/%libdir%/systemd/system @@ -58,7 +56,7 @@ # Main docker daemon pushd components/engine - install -m 00755 bundles/dynbinary-daemon/dockerd-${CE} $installdir/usr/bin/dockerd + install -m 00755 bundles/dynbinary-daemon/dockerd $installdir/usr/bin/dockerd popd # Now install proxy service diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml --- a/pspec_x86_64.xml +++ b/pspec_x86_64.xml @@ -2,8 +2,8 @@ docker - Ikey Doherty - ikey@solus-project.com + Philipp Kolesnikov + kolesnikov.p@hotmail.com Apache-2.0 virt @@ -31,12 +31,12 @@ - - 2017-11-26 - 17.11.0 + + 2018-02-05 + 18.01.0 Packaging update - Ikey Doherty - ikey@solus-project.com + Philipp Kolesnikov + kolesnikov.p@hotmail.com \ No newline at end of file