diff --git a/crun.spec b/crun.spec index e6ea7cd..d269427 100644 --- a/crun.spec +++ b/crun.spec @@ -1,7 +1,7 @@ Summary: OCI runtime written in C Name: crun Version: 1.4.5 -Release: 1%{?dist} +Release: 2%{?dist} Source0: https://github.com/containers/%{name}/releases/download/%{version}/%{name}-%{version}.tar.gz License: GPLv2+ URL: https://github.com/containers/crun @@ -21,7 +21,7 @@ BuildRequires: libselinux-devel BuildRequires: criu-devel BuildRequires: python3-libmount BuildRequires: libtool -BuildRequires: go-md2man +BuildRequires: /usr/bin/go-md2man Provides: oci-runtime %description @@ -47,6 +47,10 @@ rm -rf %{buildroot}%{_prefix}/lib* %{_mandir}/man1/* %changelog +* Wed May 11 2022 Jindrich Novy - 1.4.5-2 +- BuildRequires: /usr/bin/go-md2man +- Related: #2061316 + * Wed Apr 27 2022 Jindrich Novy - 1.4.5-1 - update to https://github.com/containers/crun/releases/tag/1.4.5 - Related: #2061316