diff --git a/docker.spec b/docker.spec index 64db0ff8d5e7c98f8e4a2e9e306940c2c68f6bed..d7a5a7ea64964e50656a60106204b9e49bab6963 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