From da240d441355d83081c68c27b548a064eea3d7d2 Mon Sep 17 00:00:00 2001 From: David Michael Date: Jun 25 2019 17:20:13 +0000 Subject: Drop the runc dependency's lower version limit That version is too old to find in current Fedora repos, and it is technically incorrect since runc-1.0.0 has not been released. The moby-engine package will provide its runc version now which is a newer release but less than the minimum declared version because it is a 1.0.0 release candidate. (This is due to the newer Docker releases removing the "docker-" prefix and requiring the binary to just be "/usr/bin/runc".) Dropping the lower limit allows sharing moby-engine's runc so buildah and Docker can be installed together. --- diff --git a/buildah.spec b/buildah.spec index 1af8387..727f2e8 100644 --- a/buildah.spec +++ b/buildah.spec @@ -42,7 +42,7 @@ BuildRequires: device-mapper-devel BuildRequires: btrfs-progs-devel BuildRequires: libassuan-devel BuildRequires: make -Requires: runc >= 1.0.0-17 +Requires: runc Requires: containers-common %if 0%{?fedora} Recommends: container-selinux