Fix missing runc dependencies and conflicts with the installation of docker-engine
Signed-off-by: xulei <xulei@xfusion.com>
This commit is contained in:
parent
80c2485d4a
commit
6389bbea74
13
moby.spec
13
moby.spec
@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
Name: moby
|
Name: moby
|
||||||
Version: 20.10.24
|
Version: 20.10.24
|
||||||
Release: 3
|
Release: 4
|
||||||
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
|
||||||
@ -31,6 +31,7 @@ Requires: %{name}-client = %{version}-%{release}
|
|||||||
# conflicting packages
|
# conflicting packages
|
||||||
Conflicts: docker-ce
|
Conflicts: docker-ce
|
||||||
Conflicts: docker-io
|
Conflicts: docker-io
|
||||||
|
Conflicts: docker-engine
|
||||||
Conflicts: docker-engine-cs
|
Conflicts: docker-engine-cs
|
||||||
Conflicts: docker-ee
|
Conflicts: docker-ee
|
||||||
|
|
||||||
@ -42,7 +43,8 @@ lightweight container.
|
|||||||
Summary: Docker daemon binary and related utilities
|
Summary: Docker daemon binary and related utilities
|
||||||
|
|
||||||
Requires: /usr/sbin/groupadd
|
Requires: /usr/sbin/groupadd
|
||||||
Requires: docker-client
|
Requires: %{name}-client = %{version}-%{release}
|
||||||
|
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
|
||||||
@ -80,7 +82,8 @@ Docker daemon binary and related utilities
|
|||||||
%package client
|
%package client
|
||||||
Summary: Docker client binary and related utilities
|
Summary: Docker client binary and related utilities
|
||||||
|
|
||||||
Requires: /bin/sh
|
Requires: /bin/sh
|
||||||
|
Requires: %{name}-engine = %{version}-%{release}
|
||||||
BuildRequires: libtool-ltdl-devel
|
BuildRequires: libtool-ltdl-devel
|
||||||
|
|
||||||
%description client
|
%description client
|
||||||
@ -197,6 +200,10 @@ fi
|
|||||||
%systemd_postun_with_restart docker.service
|
%systemd_postun_with_restart docker.service
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Sep 14 2023 xulei<xulei@xfusion.com> - 20.10.24-4
|
||||||
|
- DESC: Fix missing runc dependencies
|
||||||
|
The declaration conflicts with the installation of docker-engine
|
||||||
|
|
||||||
* Mon Sep 4 2023 xulei<xulei@xfusion.com> - 20.10.24-3
|
* Mon Sep 4 2023 xulei<xulei@xfusion.com> - 20.10.24-3
|
||||||
- Fix the conflict libnetwork installation
|
- Fix the conflict libnetwork installation
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user