From 6a44acb1d7fc46efbc1a6bdcaf1c15ef69647c2b Mon Sep 17 00:00:00 2001 From: chenjiankun Date: Fri, 3 Sep 2021 18:07:51 +0800 Subject: [PATCH] Enable debuginfo --- VERSION-openeuler | 2 +- docker.spec | 11 +++++++++-- git-commit | 2 +- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/VERSION-openeuler b/VERSION-openeuler index 8090c53..3dce88b 100644 --- a/VERSION-openeuler +++ b/VERSION-openeuler @@ -1 +1 @@ -18.09.0.113 +18.09.0.116 diff --git a/docker.spec b/docker.spec index 4e27959..5479689 100644 --- a/docker.spec +++ b/docker.spec @@ -1,6 +1,6 @@ Name: docker-engine Version: 18.09.0 -Release: 115 +Release: 116 Summary: The open-source application container engine Group: Tools/Docker @@ -16,7 +16,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 +42,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 +212,12 @@ fi %endif %changelog +* Fri Sep 03 2021 chenjiankun - 18.09.0-116 +- Type:bugfix +- CVE:NA +- SUG:NA +- DESC:enable debuginfo + * Thu Apr 01 2021 wangfengtu - 18.09.0-115 - Type:bugfix - CVE:NA diff --git a/git-commit b/git-commit index f169121..a4b8a7d 100644 --- a/git-commit +++ b/git-commit @@ -1 +1 @@ -I2fe1dd40281f1786ecc63ff19d416b113710e611 +fe98eb898c92a27f02439bc043b071aaadaf3f6e -- Gitee