diff --git a/crun.spec b/crun.spec index d4b2d88..1c6c0cc 100644 --- a/crun.spec +++ b/crun.spec @@ -1,7 +1,7 @@ Summary: OCI runtime written in C Name: crun Version: 0.21 -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 @@ -22,7 +22,7 @@ BuildRequires: criu-devel BuildRequires: python3-libmount BuildRequires: libtool BuildRequires: go-md2man -Provides: oci-runtime +Provides: oci-runtime = 2 %description crun is a runtime for running OCI containers @@ -47,6 +47,10 @@ rm -rf %{buildroot}%{_prefix}/lib* %{_mandir}/man1/* %changelog +* Fri Jul 30 2021 Jindrich Novy - 0.21-2 +- re-add versioned provide +- Related: #1970747 + * Tue Jul 27 2021 Jindrich Novy - 0.21-1 - update to https://github.com/containers/crun/releases/tag/0.21 - Related: #1970747