From e5567e4b4afe6391c7139c560038e6362d246805 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Thu, 15 Apr 2021 16:08:36 -0400 Subject: [PATCH] containers-common-4:1-17 - add common dependencies like oci-runtime and container-selinux - will pull in crun by default, runc users should install runc separately first or explicitly require runc Signed-off-by: Lokesh Mandvekar --- containers-common.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/containers-common.spec b/containers-common.spec index be27859..40083c0 100644 --- a/containers-common.spec +++ b/containers-common.spec @@ -15,12 +15,14 @@ Epoch: 4 Name: containers-common Version: 1 -Release: 16%{?dist} +Release: 17%{?dist} Summary: Common configuration and documentation for containers License: ASL 2.0 BuildArch: noarch BuildRequires: go-md2man Provides: skopeo-containers = %{epoch}:%{version}-%{release} +Requires: (container-selinux >= 2:2.160.0 if selinux-policy) +Requires: oci-runtime Recommends: fuse-overlayfs Recommends: slirp4netns Source1: %{github_containers}/common/%{common_branch}/docs/containers.conf.5.md @@ -134,6 +136,11 @@ ln -s %{_sysconfdir}/yum.repos.d/redhat.repo %{buildroot}%{_datadir}/rhel/secret %{_datadir}/rhel/secrets/* %changelog +* Thu Apr 15 2021 Lokesh Mandvekar - 4:1-17 +- add common dependencies like oci-runtime and container-selinux +- will pull in crun by default, runc users should install runc separately first + or explicitly require runc + * Mon Apr 12 2021 Lokesh Mandvekar - 4:1-16 - use latest configs from upstream