crun-0.19-2
- unversioned Provides: oci-runtime - runc package will also provide an unversioned Provides: oci-runtime. - user should pull in runc separately or else it will install crun by default (alphabetical order) - similar situation as caddy, httpd, lighttpd and nginx having Provides: webserver Signed-off-by: Lokesh Mandvekar <lsm5@fedoraproject.org>
This commit is contained in:
parent
c0b699e701
commit
aced1fa252
12
crun.spec
12
crun.spec
@ -1,7 +1,7 @@
|
|||||||
Summary: OCI runtime written in C
|
Summary: OCI runtime written in C
|
||||||
Name: crun
|
Name: crun
|
||||||
Version: 0.19
|
Version: 0.19
|
||||||
Release: 1%{?dist}
|
Release: 2%{?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: GPLv2+
|
License: GPLv2+
|
||||||
URL: https://github.com/containers/crun
|
URL: https://github.com/containers/crun
|
||||||
@ -25,7 +25,7 @@ BuildRequires: glibc-static
|
|||||||
%ifnarch %ix86
|
%ifnarch %ix86
|
||||||
BuildRequires: criu-devel >= 3.15
|
BuildRequires: criu-devel >= 3.15
|
||||||
%endif
|
%endif
|
||||||
Provides: oci-runtime = 2
|
Provides: oci-runtime
|
||||||
|
|
||||||
%description
|
%description
|
||||||
crun is a runtime for running OCI containers
|
crun is a runtime for running OCI containers
|
||||||
@ -49,6 +49,14 @@ rm -rf $RPM_BUILD_ROOT/usr/lib*
|
|||||||
%{_mandir}/man1/*
|
%{_mandir}/man1/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Apr 13 2021 Lokesh Mandvekar <lsm5@fedoraproject.org> - 0.19-2
|
||||||
|
- unversioned Provides: oci-runtime
|
||||||
|
- runc package will also provide an unversioned Provides: oci-runtime.
|
||||||
|
- user should pull in runc separately or else it will install crun by default
|
||||||
|
(alphabetical order)
|
||||||
|
- similar situation as caddy, httpd, lighttpd and nginx having Provides:
|
||||||
|
webserver
|
||||||
|
|
||||||
* Tue Apr 06 2021 Giuseppe Scrivano <gscrivan@redhat.com> - 0.19-1
|
* Tue Apr 06 2021 Giuseppe Scrivano <gscrivan@redhat.com> - 0.19-1
|
||||||
- built version 0.19
|
- built version 0.19
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user