Add versioned oci-runtime provide.
Signed-off-by: Jindrich Novy <jnovy@redhat.com>
This commit is contained in:
parent
abb2487055
commit
d349fd9c3d
@ -1,7 +1,7 @@
|
|||||||
Summary: OCI runtime written in C
|
Summary: OCI runtime written in C
|
||||||
Name: crun
|
Name: crun
|
||||||
Version: 0.8
|
Version: 0.8
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
Source0: https://github.com/containers/crun/releases/download/%{version}/%{name}-%{version}.tar.gz
|
Source0: https://github.com/containers/crun/releases/download/%{version}/%{name}-%{version}.tar.gz
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
URL: https://github.com/containers/crun
|
URL: https://github.com/containers/crun
|
||||||
@ -20,7 +20,7 @@ BuildRequires: libselinux-devel
|
|||||||
BuildRequires: python3-libmount
|
BuildRequires: python3-libmount
|
||||||
BuildRequires: libtool
|
BuildRequires: libtool
|
||||||
BuildRequires: go-md2man
|
BuildRequires: go-md2man
|
||||||
Provides: oci-runtime
|
Provides: oci-runtime = 2
|
||||||
|
|
||||||
%description
|
%description
|
||||||
crun is a runtime for running OCI containers
|
crun is a runtime for running OCI containers
|
||||||
@ -44,6 +44,9 @@ rm -rf $RPM_BUILD_ROOT/usr/lib*
|
|||||||
%{_mandir}/man1/*
|
%{_mandir}/man1/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Sep 10 2019 Jindrich Novy <jnovy@redhat.com> - 0.8-3
|
||||||
|
- Add versioned oci-runtime provide.
|
||||||
|
|
||||||
* Mon Sep 9 2019 Dan Walsh <dwalsh@redhat.com> - 0.8-2
|
* Mon Sep 9 2019 Dan Walsh <dwalsh@redhat.com> - 0.8-2
|
||||||
- Add provides oci-runtime
|
- Add provides oci-runtime
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user