From d349fd9c3dcad2e130977a5eda98341a79432d7f Mon Sep 17 00:00:00 2001 From: Jindrich Novy Date: Tue, 10 Sep 2019 12:00:43 +0200 Subject: [PATCH] Add versioned oci-runtime provide. Signed-off-by: Jindrich Novy --- crun.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/crun.spec b/crun.spec index e4318ae..3af0319 100644 --- a/crun.spec +++ b/crun.spec @@ -1,7 +1,7 @@ Summary: OCI runtime written in C Name: crun Version: 0.8 -Release: 2%{?dist} +Release: 3%{?dist} Source0: https://github.com/containers/crun/releases/download/%{version}/%{name}-%{version}.tar.gz License: GPLv3+ URL: https://github.com/containers/crun @@ -20,7 +20,7 @@ BuildRequires: libselinux-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 @@ -44,6 +44,9 @@ rm -rf $RPM_BUILD_ROOT/usr/lib* %{_mandir}/man1/* %changelog +* Tue Sep 10 2019 Jindrich Novy - 0.8-3 +- Add versioned oci-runtime provide. + * Mon Sep 9 2019 Dan Walsh - 0.8-2 - Add provides oci-runtime