From ba276f153a83c314f7e1db428495cbdefe0cefa9 Mon Sep 17 00:00:00 2001 From: baude Date: Mon, 16 Apr 2018 13:21:32 -0500 Subject: [PATCH] Add oci-systemd-hook runtime dep Signed-off-by: baude --- podman.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/podman.spec b/podman.spec index 9692380..3193936 100644 --- a/podman.spec +++ b/podman.spec @@ -78,6 +78,7 @@ Requires: buildah Requires: containernetworking-cni >= 0.6.0-3 Requires: iptables Requires: atomic-registries +Requires: oci-systemd-hook # vendored libraries # awk '{print "Provides: bundled(golang("$1")) = "$2}' vendor.conf | sort