diff options
Diffstat (limited to 'moby.spec')
-rw-r--r-- | moby.spec | 13 |
1 files changed, 11 insertions, 2 deletions
@@ -23,6 +23,8 @@ Source5: docker.sysconfig Patch0002: 0003-add-loongarch64-seccomp-support.patch Patch0003: 0004-fix-docker-swarm-run-failed-for-loongarch64.patch +Patch9001: backport-tini.c-a-function-declaration-without-a-prototype-is.patch + Requires: %{name}-engine = %{version}-%{release} Requires: %{name}-client = %{version}-%{release} @@ -89,6 +91,7 @@ Docker client binary and related utilities %patch -P0002 -p1 %patch -P0003 -p1 %setup -q -T -n %{_source_docker_init} -b 2 +%patch -P9001 -p1 %build export GO111MODULE=off @@ -189,8 +192,14 @@ fi %systemd_postun_with_restart docker.service %changelog -* Thu Sep 12 2024 Funda Wang <fundawang@yeah.net> - 27.2.1-1 -- update to version 27.2.1 +* Sun Sep 22 2024 Funda Wang <fundawang@yeah.net> - 27.2.1-1 +- update to verison 27.2.1 + +* Mon Sep 9 2024 tiberium <jinzhe.oerv@isrc.iscas.ac.cn> - 25.0.3-11 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC:backport upstream patch to solve -Wstrict-prototypes error * Fri Jul 26 2024 zhangxianting <zhangxianting@uniontechc.om> - 25.0.3-10 - Type:CVE |