crun-0.21-2.el9

- re-add versioned provide
- Related: #1970747

Signed-off-by: Jindrich Novy <jnovy@redhat.com>
This commit is contained in:
Jindrich Novy 2021-07-30 17:16:48 +02:00
parent 9375ce4c59
commit 4a81aa0a1a

View File

@ -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 <jnovy@redhat.com> - 0.21-2
- re-add versioned provide
- Related: #1970747
* Tue Jul 27 2021 Jindrich Novy <jnovy@redhat.com> - 0.21-1
- update to https://github.com/containers/crun/releases/tag/0.21
- Related: #1970747