From 6b7718669eb6aee0213cdcd883122b8422721622 Mon Sep 17 00:00:00 2001 From: Eli Uriegas Date: Wed, 26 Sep 2018 21:39:28 +0000 Subject: [PATCH] Fix debian package upgrade scenarios Epoch needs to be included in the Replaces / Breaks sections Signed-off-by: Eli Uriegas (cherry picked from commit f6a3e274b4892f8f501e1191a73d8b8935a56aa5) Signed-off-by: Eli Uriegas Upstream-commit: bebe7028c6b41ecee80278cdfc46de1e7704d199 Component: packaging --- components/packaging/deb/common/control | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/components/packaging/deb/common/control b/components/packaging/deb/common/control index f93e6ccfcb..46f53b4175 100644 --- a/components/packaging/deb/common/control +++ b/components/packaging/deb/common/control @@ -42,7 +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 -Breaks: docker-ce (<< 18.06~) +Replaces: docker-ce (<< 5:18.09) +Breaks: docker-ce (<< 5:18.09) 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