From e0af2d090eb6fc0a081e3844285a945f7d12dcc4 Mon Sep 17 00:00:00 2001 From: Jindrich Novy Date: Fri, 13 May 2022 09:32:11 +0200 Subject: [PATCH] conmon-2.1.0-3.el9 - Re-enable debuginfo - Related: #2061316 Signed-off-by: Jindrich Novy --- conmon.spec | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/conmon.spec b/conmon.spec index bd2d419..0fcea54 100644 --- a/conmon.spec +++ b/conmon.spec @@ -1,8 +1,5 @@ %global with_check 0 -%global _find_debuginfo_dwz_opts %{nil} -%global _dwz_low_mem_die_limit 0 - # https://github.com/containers/conmon %global import_path github.com/containers/%{name} %global git0 https://%{import_path} @@ -12,7 +9,7 @@ Name: conmon Epoch: 2 Version: 2.1.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: OCI container runtime monitor License: ASL 2.0 URL: %{git0} @@ -62,6 +59,10 @@ export LDFLAGS="-pie -Wl,-z,relro -Wl,-z,now" %{_mandir}/man8/* %changelog +* Fri May 13 2022 Jindrich Novy - 2:2.1.0-3 +- Re-enable debuginfo +- Related: #2061316 + * Wed May 11 2022 Jindrich Novy - 2:2.1.0-2 - BuildRequires: /usr/bin/go-md2man - Related: #2061316