From 99e41304444ddf38d8ee3f8bb1436341f5f9e8c5 Mon Sep 17 00:00:00 2001 From: Eli Uriegas Date: Mon, 15 Oct 2018 21:11:54 +0000 Subject: [PATCH] Change replaces/breaks to have compat with nightly Nightly builds wouldn't install correctly since our versioning scheme for nightly builds is 0.0.0~ and 0 < 18. Should be backwards compatible with 18.09 builds so there's no need to actually backport this to 18.09. Signed-off-by: Eli Uriegas (cherry picked from commit de312224beff9c6bc7fd6def46459d531cf2ce4a) Signed-off-by: Sebastiaan van Stijn Upstream-commit: 3e383bee967aa07d35ea717544bc18aafbbad4f7 Component: packaging --- components/packaging/deb/common/control | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/packaging/deb/common/control b/components/packaging/deb/common/control index 46f53b4175..4dbded6476 100644 --- a/components/packaging/deb/common/control +++ b/components/packaging/deb/common/control @@ -42,8 +42,8 @@ Package: docker-ce-cli Architecture: linux-any Depends: ${shlibs:Depends} Conflicts: docker (<< 1.5~), docker.io, lxc-docker, lxc-docker-virtual-package, docker-engine, docker-engine-cs -Replaces: docker-ce (<< 5:18.09) -Breaks: docker-ce (<< 5:18.09) +Replaces: docker-ce (<< 5:0) +Breaks: docker-ce (<< 5:0) Description: Docker CLI: the open-source application container engine Docker is a product for you to build, ship and run any application as a lightweight container