podman-3.0.0-0.23rc2.el9
- require oci-runtime to assure either crun or runc is pulled in via dependencies - Resolves: #1923547 Signed-off-by: Jindrich Novy <jnovy@redhat.com>
This commit is contained in:
parent
6277ccdddb
commit
060775901d
@ -24,7 +24,7 @@ go build -buildmode pie -compiler gc -tags="rpm_crashtraceback libtrust_openssl
|
||||
|
||||
Name: podman
|
||||
Version: 3.0.0
|
||||
Release: 0.22rc2%{?dist}
|
||||
Release: 0.23rc2%{?dist}
|
||||
Summary: Manage Pods, Containers and Container Images
|
||||
License: ASL 2.0 and GPLv3+
|
||||
URL: https://%{name}.io/
|
||||
@ -73,6 +73,7 @@ Requires: slirp4netns >= 0.4.0-1
|
||||
Requires: runc >= 1.0.0-57
|
||||
Requires: fuse-overlayfs
|
||||
Requires: %{name}-catatonit >= %{version}-%{release}
|
||||
Requires: oci-runtime
|
||||
|
||||
%description
|
||||
%{name} (Pod Manager) is a fully featured container engine that is a simple
|
||||
@ -340,6 +341,11 @@ exit 0
|
||||
%{_datadir}/%{name}/test
|
||||
|
||||
%changelog
|
||||
* Mon Feb 01 2021 Jindrich Novy <jnovy@redhat.com> - 3.0.0-0.23rc2
|
||||
- require oci-runtime to assure either crun or runc is pulled in via
|
||||
dependencies
|
||||
- Resolves: #1923547
|
||||
|
||||
* Sun Jan 31 2021 Jindrich Novy <jnovy@redhat.com> - 3.0.0-0.22rc2
|
||||
- update to the latest content of https://github.com/containers/podman/tree/v3.0
|
||||
(https://github.com/containers/podman/commit/745fa4a)
|
||||
|
Loading…
Reference in New Issue
Block a user