From 28c7ac69654f7ebc83c35d6d92e4baf8686eea91 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D0=BB=D0=B5=D0=BA=D1=81=D0=B0=D0=BD=D0=B4=D1=80?= Date: Wed, 1 Dec 2021 05:02:32 +0000 Subject: [PATCH] fix requires --- runc.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/runc.spec b/runc.spec index e3ea6b3..9229fd1 100644 --- a/runc.spec +++ b/runc.spec @@ -4,7 +4,7 @@ Summary: CLI for running Open Containers Name: runc Version: 1.0.2 -Release: 1 +Release: 2 Epoch: 1 License: ASL 2.0 Group: System/Kernel and hardware @@ -21,7 +21,7 @@ BuildRequires: pkgconfig(libseccomp) Requires: xz # https://bugzilla.redhat.com/show_bug.cgi?id=1034919 # No longer needed in Fedora because of libcontainer -Requires: libcgroup +Requires: libcgroup-tools Requires: e2fsprogs Requires: iptables