diff --git a/conmon.spec b/conmon.spec index 94c291f..bd2d419 100644 --- a/conmon.spec +++ b/conmon.spec @@ -12,7 +12,7 @@ Name: conmon Epoch: 2 Version: 2.1.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: OCI container runtime monitor License: ASL 2.0 URL: %{git0} @@ -31,7 +31,7 @@ BuildRequires: git BuildRequires: glib2-devel BuildRequires: systemd-devel BuildRequires: golang >= 1.12.12-4 -BuildRequires: go-md2man +BuildRequires: /usr/bin/go-md2man BuildRequires: libseccomp-devel %description @@ -62,6 +62,10 @@ export LDFLAGS="-pie -Wl,-z,relro -Wl,-z,now" %{_mandir}/man8/* %changelog +* Wed May 11 2022 Jindrich Novy - 2:2.1.0-2 +- BuildRequires: /usr/bin/go-md2man +- Related: #2061316 + * Tue Jan 25 2022 Jindrich Novy - 2:2.1.0-1 - update to https://github.com/containers/conmon/releases/tag/v2.1.0 - Related: #2000051