From 7987a1dfeeda7aa505d531c31fe74539fa194152 Mon Sep 17 00:00:00 2001 From: baude Date: Wed, 17 Apr 2019 14:00:12 -0500 Subject: Fix COPR builds to start working again We now need systemd in the root of the COPR build for podman. Signed-off-by: baude --- contrib/spec/podman.spec.in | 1 + 1 file changed, 1 insertion(+) (limited to 'contrib/spec') diff --git a/contrib/spec/podman.spec.in b/contrib/spec/podman.spec.in index 396304f8d..4b9cbd4cf 100644 --- a/contrib/spec/podman.spec.in +++ b/contrib/spec/podman.spec.in @@ -66,6 +66,7 @@ BuildRequires: libselinux-devel BuildRequires: ostree-devel BuildRequires: pkgconfig BuildRequires: make +BuildRequires: systemd-devel Requires: runc Requires: skopeo-containers Requires: containernetworking-plugins >= 0.6.0-3 -- cgit v1.2.3-54-g00ecf