From 160fba23d568ed43d2197f344b9ebb223a4d0e59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=A4=E7=8B=AC=E7=9A=84=E5=A4=A7=E6=B2=B3=E9=A9=AC?= =?UTF-8?q?=E5=9C=A8=E8=BA=BA=E5=B9=B3?= Date: Mon, 14 Oct 2024 05:48:22 +0000 Subject: [PATCH] update docker.spec. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 孤独的大河马在躺平 --- docker.spec | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/docker.spec b/docker.spec index 64db0ff..d7a5a7e 100644 --- a/docker.spec +++ b/docker.spec @@ -1,6 +1,6 @@ Name: docker-engine Version: 18.09.0 -Release: 341 +Release: 342 Epoch: 2 Summary: The open-source application container engine Group: Tools/Docker @@ -54,11 +54,8 @@ cp %{SOURCE2} . cp %{SOURCE3} . cp %{SOURCE4} . cp %{SOURCE5} . - -%build - sh ./apply-patches - +%build # for golang 1.17.3, we need set GO111MODULE=off export GO111MODULE=off @@ -227,6 +224,12 @@ fi %endif %changelog +* Mon Oct 14 2024 shaojiansong - 2:18.09.0-342 +- Type:bugfix +- CVE:NA +- SUG:NA +- DESC:move patch apply task to prep stage + * Sat Aug 31 2024 zhongjiawei - 2:18.09.0-341 - Type:bugfix - CVE:NA -- Gitee