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:
Jindrich Novy 2021-02-01 21:02:29 +01:00
parent 6277ccdddb
commit 060775901d

View File

@ -24,7 +24,7 @@ go build -buildmode pie -compiler gc -tags="rpm_crashtraceback libtrust_openssl
Name: podman Name: podman
Version: 3.0.0 Version: 3.0.0
Release: 0.22rc2%{?dist} Release: 0.23rc2%{?dist}
Summary: Manage Pods, Containers and Container Images Summary: Manage Pods, Containers and Container Images
License: ASL 2.0 and GPLv3+ License: ASL 2.0 and GPLv3+
URL: https://%{name}.io/ URL: https://%{name}.io/
@ -73,6 +73,7 @@ Requires: slirp4netns >= 0.4.0-1
Requires: runc >= 1.0.0-57 Requires: runc >= 1.0.0-57
Requires: fuse-overlayfs Requires: fuse-overlayfs
Requires: %{name}-catatonit >= %{version}-%{release} Requires: %{name}-catatonit >= %{version}-%{release}
Requires: oci-runtime
%description %description
%{name} (Pod Manager) is a fully featured container engine that is a simple %{name} (Pod Manager) is a fully featured container engine that is a simple
@ -340,6 +341,11 @@ exit 0
%{_datadir}/%{name}/test %{_datadir}/%{name}/test
%changelog %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 * 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 - update to the latest content of https://github.com/containers/podman/tree/v3.0
(https://github.com/containers/podman/commit/745fa4a) (https://github.com/containers/podman/commit/745fa4a)