diff options
author | baude <bbaude@redhat.com> | 2019-04-17 14:00:12 -0500 |
---|---|---|
committer | baude <bbaude@redhat.com> | 2019-04-17 16:12:54 -0500 |
commit | 7987a1dfeeda7aa505d531c31fe74539fa194152 (patch) | |
tree | 0aabfa5a20de628bf29a702a0590ee7b0d881ff5 /contrib/spec | |
parent | bf5ffdafb40f32fac891a8cd5fc64cfd5b77674f (diff) | |
download | podman-7987a1dfeeda7aa505d531c31fe74539fa194152.tar.gz podman-7987a1dfeeda7aa505d531c31fe74539fa194152.tar.bz2 podman-7987a1dfeeda7aa505d531c31fe74539fa194152.zip |
Fix COPR builds to start working again
We now need systemd in the root of the COPR build for podman.
Signed-off-by: baude <bbaude@redhat.com>
Diffstat (limited to 'contrib/spec')
-rw-r--r-- | contrib/spec/podman.spec.in | 1 |
1 files changed, 1 insertions, 0 deletions
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 |