From 56e746c7fda8de0de4896582b92aeab21da9e6b5 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Tue, 8 Oct 2019 13:21:12 -0400 Subject: [PATCH] podman-2:1.6.2-0.12.dev.gitc817ea1 - add runc back Signed-off-by: Lokesh Mandvekar --- podman.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/podman.spec b/podman.spec index af4258c..cf7b576 100644 --- a/podman.spec +++ b/podman.spec @@ -41,7 +41,7 @@ Epoch: 2 Version: 1.6.2 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.11.dev.git%{shortcommit0}%{?dist} +Release: 0.12.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -76,12 +76,14 @@ Recommends: container-selinux Recommends: libvarlink-util Recommends: slirp4netns >= 0.3.0-2 Recommends: fuse-overlayfs >= 0.3-8 +Recommends: runc %else #### DO NOT REMOVE - NEEDED FOR CENTOS Requires: %{name}-manpages = %{version}-%{release} Requires: container-selinux Requires: slirp4netns >= 0.3.0-2 Requires: crun +Requires: runc %endif # vendored libraries @@ -585,6 +587,9 @@ exit 0 %endif %changelog +* Tue Oct 08 2019 Lokesh Mandvekar - 2:1.6.2-0.12.dev.gitc817ea1 +- add runc back + * Mon Oct 07 2019 RH Container Bot - 2:1.6.2-0.11.dev.gitc817ea1 - autobuilt c817ea1