diff options
author | baude <bbaude@redhat.com> | 2018-04-16 13:46:47 -0500 |
---|---|---|
committer | Atomic Bot <atomic-devel@projectatomic.io> | 2018-04-16 20:49:23 +0000 |
commit | 63facbec150662c4b418a12237ca850a37321148 (patch) | |
tree | 4c35fa4fd62f1afe5814a1660b5a144bca31995b /contrib/spec/podman.spec.in | |
parent | 474d95e5a45a320426ae716d7bdc6c18311cd721 (diff) | |
download | podman-63facbec150662c4b418a12237ca850a37321148.tar.gz podman-63facbec150662c4b418a12237ca850a37321148.tar.bz2 podman-63facbec150662c4b418a12237ca850a37321148.zip |
Add oci-systemd-hook as a runtime dep to copr spec
Signed-off-by: baude <bbaude@redhat.com>
Closes: #623
Approved by: rhatdan
Diffstat (limited to 'contrib/spec/podman.spec.in')
-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 68468c21b..b210fed81 100644 --- a/contrib/spec/podman.spec.in +++ b/contrib/spec/podman.spec.in @@ -77,6 +77,7 @@ Requires: conmon Requires: iptables Requires: containernetworking-cni Requires: atomic-registries +Requires: oci-systemd-hook # vendored libraries # awk '{print "Provides: bundled(golang("$1")) = "$2}' containerd-*/vendor.conf | sort |