From ac061454c784aa716327ecc660b6dea1efa238ca Mon Sep 17 00:00:00 2001 From: liweiganga Date: Thu, 16 Mar 2023 16:42:35 +0800 Subject: [PATCH] feat: fix strip (cherry picked from commit ce02301e05c3fae738bd6909a1ae167cc7b8a76f) --- dde-daemon.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/dde-daemon.spec b/dde-daemon.spec index b2c60f8..eadefa3 100644 --- a/dde-daemon.spec +++ b/dde-daemon.spec @@ -12,7 +12,7 @@ Name: dde-daemon Version: 5.13.16.11 -Release: 4 +Release: 5 Summary: Daemon handling the DDE session settings License: GPLv3 URL: http://shuttle.corp.deepin.com/cache/tasks/18802/unstable-amd64/ @@ -117,7 +117,7 @@ go env -w GO111MODULE=auto export GOPATH=%{_builddir}/%{name}-%{version}/vendor:$GOPATH BUILDID="0x$(head -c20 /dev/urandom|od -An -tx1|tr -d ' \n')" -%make_build GO_BUILD_FLAGS=-trimpath GOBUILD="go build -compiler gc -ldflags \"-B $BUILDID\"" +%make_build GO_BUILD_FLAGS=-trimpath GOBUILD="go build -compiler gc -ldflags \"-s -B $BUILDID\"" #make GOPATH=/usr/share/gocode %install @@ -183,6 +183,9 @@ fi %{_sysusersdir}/%{sname}.conf %changelog +* Thu Mar 16 2023 liweiganga - 5.13.16.11-5 +- feat: fix strip + * Fri Mar 10 2023 hanshuang - 5.13.16.11-4 - fix deepin-accounts-daemon.service log fail -- Gitee