Skip to content

Commit 2651d25

Browse files
authored
Merge pull request #1019 from thaJeztah/simplify_conflicts
[master] deb, rpm: remove outdated "conflicts"
2 parents 8deb73e + 7eab415 commit 2651d25

File tree

3 files changed

+2
-10
lines changed

3 files changed

+2
-10
lines changed

deb/common/control

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,7 @@ Recommends: apparmor,
4141
Suggests: aufs-tools [amd64], cgroupfs-mount | cgroup-lite
4242
Conflicts: docker (<< 1.5~),
4343
docker-engine,
44-
docker-engine-cs,
45-
docker.io,
46-
lxc-docker,
47-
lxc-docker-virtual-package
44+
docker.io
4845
Replaces: docker-engine
4946
Description: Docker: the open-source application container engine
5047
Docker is a product for you to build, ship and run any application as a
@@ -64,10 +61,7 @@ Recommends: docker-buildx-plugin,
6461
docker-compose-plugin
6562
Conflicts: docker (<< 1.5~),
6663
docker-engine,
67-
docker-engine-cs,
68-
docker.io,
69-
lxc-docker,
70-
lxc-docker-virtual-package
64+
docker.io
7165
Replaces: docker-ce (<< 5:0)
7266
Breaks: docker-ce (<< 5:0)
7367
Description: Docker CLI: the open-source application container engine

rpm/SPECS/docker-ce-cli.spec

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ BuildRequires: git
3535
# conflicting packages
3636
Conflicts: docker
3737
Conflicts: docker-io
38-
Conflicts: docker-engine-cs
3938
Conflicts: docker-ee
4039
Conflicts: docker-ee-cli
4140

rpm/SPECS/docker-ce.spec

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ BuildRequires: which
5858
# conflicting packages
5959
Conflicts: docker
6060
Conflicts: docker-io
61-
Conflicts: docker-engine-cs
6261
Conflicts: docker-ee
6362

6463
# Obsolete packages

0 commit comments

Comments
 (0)