From 49d89e1da3013d3545b86581f0083210dc7682d7 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:27:33 +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: 付善庆 --- alertmanager.spec | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/alertmanager.spec b/alertmanager.spec index bd532e1..42b4f55 100644 --- a/alertmanager.spec +++ b/alertmanager.spec @@ -1,8 +1,6 @@ -%define debug_package %{nil} - Name: alertmanager Version: 0.21.0 -Release: 4 +Release: 5 Summary: Prometheus Alertmanager. License: ASL 2.0 URL: https://github.com/prometheus/%{name} @@ -65,6 +63,9 @@ exit 0 %dir %attr(755, prometheus, prometheus)%{_sharedstatedir}/prometheus %changelog +* Thu Dec 08 2022 fushanqing - 0.21.0-5 +- Enable debuginfo for fix strip + * Sat Jan 29 2022 yangzhao - 0.21.0-4 - Build from source code -- Gitee