From db9927a83fa8f2b0ca11adccf6d42fde300f452d Mon Sep 17 00:00:00 2001 From: chenjiankun Date: Fri, 19 Mar 2021 09:34:53 +0800 Subject: [PATCH] remove symbol table for security compile Signed-off-by: chenjiankun --- VERSION-openeuler | 2 +- docker.spec | 12 ++++++++++-- git-commit | 2 +- 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/VERSION-openeuler b/VERSION-openeuler index 8090c53..c9d9304 100644 --- a/VERSION-openeuler +++ b/VERSION-openeuler @@ -1 +1 @@ -18.09.0.113 +18.09.0.114 diff --git a/docker.spec b/docker.spec index cad96ac..a7c55d4 100644 --- a/docker.spec +++ b/docker.spec @@ -1,6 +1,7 @@ +#needsrootforbuild Name: docker-engine Version: 18.09.0 -Release: 113 +Release: 114 Summary: The open-source application container engine Group: Tools/Docker @@ -16,7 +17,6 @@ Source6: gen-commit.sh URL: https://mobyproject.org %global is_systemd 1 -%global debug_package %{nil} # required packages for build # most are already in the container (see contrib/builder/rpm/ARCH/generate.sh) @@ -43,6 +43,8 @@ language, framework or packaging system. That makes them great building blocks for deploying and scaling web apps, databases, and backend services without depending on a particular stack or provider. +%debug_package + %prep cp %{SOURCE0} . cp %{SOURCE1} . @@ -211,6 +213,12 @@ fi %endif %changelog +* Fri Mar 19 2021 chenjiankun - 18.09.0-114 +- Type:enhancement +- CVE:NA +- SUG:NA +- DESC: remove symbol table for security compile + * Tue Feb 09 2021 lixiang - 18.09.0-113 - Type:enhancement - CVE:NA diff --git a/git-commit b/git-commit index 9c2a8e8..9c71667 100644 --- a/git-commit +++ b/git-commit @@ -1 +1 @@ -e9d595711a6ccf4cc603740dddbb3655c6b7d922 +adb6444be6ce8cff654ec3efca7c0a6b187c6111 -- Gitee