diff --git a/moby.spec b/moby.spec index 03099cfb4616e870630bdc34ba4b8fc2f1d711a0..1ef811c3559740a575f333c8e4dd403df86a5cf4 100644 --- a/moby.spec +++ b/moby.spec @@ -7,7 +7,7 @@ Name: moby Version: 20.10.24 -Release: 6 +Release: 7 Summary: The open-source application container engine License: ASL 2.0 URL: https://www.docker.com @@ -44,7 +44,7 @@ Summary: Docker daemon binary and related utilities Requires: /usr/sbin/groupadd Requires: %{name} = %{version}-%{release} Requires: %{name}-client = %{version}-%{release} -Requires: docker-runc +Requires: runc Requires: container-selinux >= 2:2.74 Requires: libseccomp >= 2.3 Requires: systemd @@ -195,6 +195,9 @@ fi %systemd_postun_with_restart docker.service %changelog +* Thu Dec 28 2023 maokecheng - 20.10.24-7 +- Adapt docker-runc to be changed to runc + * Tue Sep 26 2023 xulei - 20.10.24-6 - Fix the missing socketGroup permissions for only installing moby-engine