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