conmon-2.1.0-3.el9

- Re-enable debuginfo
- Related: #2061316

Signed-off-by: Jindrich Novy <jnovy@redhat.com>
This commit is contained in:
Jindrich Novy 2022-05-13 09:32:11 +02:00
parent d9100cb256
commit e0af2d090e
1 changed files with 5 additions and 4 deletions

View File

@ -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 <jnovy@redhat.com> - 2:2.1.0-3
- Re-enable debuginfo
- Related: #2061316
* Wed May 11 2022 Jindrich Novy <jnovy@redhat.com> - 2:2.1.0-2
- BuildRequires: /usr/bin/go-md2man
- Related: #2061316