Skip to content

Commit

Permalink
rpm: remove "Conflicts: docker-ee, docker-ee-cli"
Browse files Browse the repository at this point in the history
Commit e6e563f removed conflicts with the
docker-ee and docker-ee-cli packages, but didn't remove the equivalents for
the RPM packages.

docker-ee no longer exists, so it's unlikely users would run into this
situation, so let's remove them.

Signed-off-by: Sebastiaan van Stijn <[email protected]>
  • Loading branch information
thaJeztah committed May 10, 2024
1 parent 7eab415 commit d7198f7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions rpm/SPECS/docker-ce-cli.spec
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@ BuildRequires: git
# conflicting packages
Conflicts: docker
Conflicts: docker-io
Conflicts: docker-ee
Conflicts: docker-ee-cli

%description
Docker is is a product for you to build, ship and run any application as a
Expand Down
1 change: 0 additions & 1 deletion rpm/SPECS/docker-ce.spec
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ BuildRequires: which
# conflicting packages
Conflicts: docker
Conflicts: docker-io
Conflicts: docker-ee

# Obsolete packages
Obsoletes: docker-ce-selinux
Expand Down

0 comments on commit d7198f7

Please sign in to comment.