!40 Adapt docker-runc to be changed to runc

From: @tinktiny666 
Reviewed-by: @xu_lei_123 
Signed-off-by: @xu_lei_123
This commit is contained in:
openeuler-ci-bot 2023-12-28 09:38:19 +00:00 committed by Gitee
commit 1d574e399a
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

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