summaryrefslogtreecommitdiff
path: root/moby.spec
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2024-09-22 02:58:42 +0000
committerCoprDistGit <infra@openeuler.org>2024-09-22 02:58:42 +0000
commit7a66a71f14317acb753c8dfdcba7bfc69e8328bc (patch)
treef4f4686b996f3a086d09f1bf2fc4476976ee97ae /moby.spec
parent855fbc6d18199af89ff5f930255ce2932c4184eb (diff)
automatic import of docker
Diffstat (limited to 'moby.spec')
-rw-r--r--moby.spec13
1 files changed, 11 insertions, 2 deletions
diff --git a/moby.spec b/moby.spec
index 08d0333..96f3ad5 100644
--- a/moby.spec
+++ b/moby.spec
@@ -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