From 060775901de09b27c87898e8b2270e9d278cf0fc Mon Sep 17 00:00:00 2001
From: Jindrich Novy <jnovy@redhat.com>
Date: Mon, 1 Feb 2021 21:02:29 +0100
Subject: [PATCH] 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>
---
 podman.spec | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/podman.spec b/podman.spec
index b41e9d6..d1ebd67 100644
--- a/podman.spec
+++ b/podman.spec
@@ -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)