From 6fbe952d2a1c00692384e6ad8b8c744275a0ab55 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BB=98=E5=96=84=E5=BA=86?= Date: Thu, 15 Dec 2022 01:30:35 +0000 Subject: [PATCH] Enable debuginfo for fix strip MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 付善庆 (cherry picked from commit 6c762fc45b154dee82ed72d1cbb4f751a116eba0) --- cadvisor.spec | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/cadvisor.spec b/cadvisor.spec index 848cf97..8d64472 100644 --- a/cadvisor.spec +++ b/cadvisor.spec @@ -1,8 +1,6 @@ -%define debug_package %{nil} - Name: cadvisor Version: 0.37.0 -Release: 2 +Release: 3 Summary: Analyzes resource usage and performance characteristics of running containers. License: ASL 2.0 URL: https://github.com/google/cadvisor @@ -43,6 +41,9 @@ install -D -m 755 cadvisor %{buildroot}%{_bindir}/cadvisor %changelog +* Thu Dec 08 2022 fushanqing - 0.37.0-3 +- Enable debuginfo for fix strip + * Fri Jul 22 2022 wo_cow - 0.37.0-2 - Fix build err: nothing provides go-bindata -- Gitee