diff --git a/moby.spec b/moby.spec index 7e01b312be48af96d535d34bea02df9178ebdf9f..07f187c7c98eb9d64e03ea8c51d66fe9258de898 100644 --- a/moby.spec +++ b/moby.spec @@ -7,7 +7,7 @@ Name: moby Version: 20.10.24 -Release: 2 +Release: 3 Summary: The open-source application container engine License: ASL 2.0 URL: https://www.docker.com @@ -33,8 +33,10 @@ Requires: %{name}-client = %{version}-%{release} # conflicting packages Conflicts: docker-ce Conflicts: docker-io +Conflicts: docker-engine Conflicts: docker-engine-cs Conflicts: docker-ee +Conflicts: libnetwork %description Docker is a product for you to build, ship and run any application as a @@ -210,6 +212,9 @@ fi %systemd_postun_with_restart docker.service %changelog +* Thu Aug 31 2023 xulei - 20.10.24-3 +- DESC: Fix the conflict between libnetwork and docker-engine installation. + * Sun Jul 16 2023 xulei - 20.10.24-2 - DESC: fix non-blocking awslogs log drop bug fix panic if mount is not a volume