Resolving installation conflicts between docker-engine and libnetwork
Signed-off-by: shechenglong <shechenglong@xfusion.com>
This commit is contained in:
parent
39b15a96f2
commit
e64d29d704
@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
Name: docker
|
Name: docker
|
||||||
Version: 25.0.3
|
Version: 25.0.3
|
||||||
Release: 18
|
Release: 19
|
||||||
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
|
||||||
@ -78,6 +78,7 @@ BuildRequires: systemd-devel
|
|||||||
BuildRequires: tar
|
BuildRequires: tar
|
||||||
BuildRequires: which
|
BuildRequires: which
|
||||||
BuildRequires: golang >= 1.18.0
|
BuildRequires: golang >= 1.18.0
|
||||||
|
BuildRequires: docker-proxy
|
||||||
|
|
||||||
%description engine
|
%description engine
|
||||||
Docker daemon binary and related utilities
|
Docker daemon binary and related utilities
|
||||||
@ -147,7 +148,7 @@ ver="$(%{_builddir}/%{_source_client}/build/docker --version)"; \
|
|||||||
install -D -p -m 0755 $(readlink -f %{_builddir}/%{_source_engine}/bundles/dynbinary-daemon/dockerd) %{buildroot}%{_bindir}/dockerd
|
install -D -p -m 0755 $(readlink -f %{_builddir}/%{_source_engine}/bundles/dynbinary-daemon/dockerd) %{buildroot}%{_bindir}/dockerd
|
||||||
|
|
||||||
# install proxy
|
# install proxy
|
||||||
install -D -p -m 0755 %{_builddir}/%{_source_engine}/bundles/dynbinary-daemon/docker-proxy %{buildroot}%{_bindir}/docker-proxy
|
install -D -p -m 0755 /usr/bin/docker-proxy %{buildroot}%{_bindir}/docker-proxy
|
||||||
|
|
||||||
# install tini
|
# install tini
|
||||||
install -D -p -m 755 %{_builddir}/%{_source_docker_init}/tini-static %{buildroot}%{_bindir}/docker-init
|
install -D -p -m 755 %{_builddir}/%{_source_docker_init}/tini-static %{buildroot}%{_bindir}/docker-init
|
||||||
@ -207,6 +208,9 @@ fi
|
|||||||
%systemd_postun_with_restart docker.service
|
%systemd_postun_with_restart docker.service
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Nov 14 2024 shechenglong <shechenglong@xfusion.com> - 25.0.3-19
|
||||||
|
- DESC: Resolving installation conflicts between docker-engine and libnetwork
|
||||||
|
|
||||||
* Fri Nov 08 2024 shechenglong <shechenglong@xfusion.com> - 25.0.3-18
|
* Fri Nov 08 2024 shechenglong <shechenglong@xfusion.com> - 25.0.3-18
|
||||||
- DESC: Don't check source exists with CreateMountpoint
|
- DESC: Don't check source exists with CreateMountpoint
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user