diff options
author | baude <bbaude@redhat.com> | 2018-02-14 15:14:55 -0600 |
---|---|---|
committer | Atomic Bot <atomic-devel@projectatomic.io> | 2018-02-14 22:02:51 +0000 |
commit | d3b432a06c05317d2d9bbed778a612ba06f2f13c (patch) | |
tree | 191b0c5d607be2cc78d5ad4341b3adb4a6d8c055 | |
parent | 4fa341e56af4b205513625acd0e1868b06ca4b0c (diff) | |
download | podman-d3b432a06c05317d2d9bbed778a612ba06f2f13c.tar.gz podman-d3b432a06c05317d2d9bbed778a612ba06f2f13c.tar.bz2 podman-d3b432a06c05317d2d9bbed778a612ba06f2f13c.zip |
Add copr deps
The COPR spec needs to require:
* atomic-registries
* iptables
* containernetworking-cni
Signed-off-by: baude <bbaude@redhat.com>
Closes: #332
Approved by: baude
-rw-r--r-- | contrib/spec/podman.spec | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/contrib/spec/podman.spec b/contrib/spec/podman.spec index 15d841a6d..c1c80b862 100644 --- a/contrib/spec/podman.spec +++ b/contrib/spec/podman.spec @@ -74,6 +74,9 @@ BuildRequires: skopeo-containers Requires: runc Requires: skopeo-containers Requires: conmon +Requires: iptables +Requires: containernetworking-cni +Requires: atomic-registries # vendored libraries # awk '{print "Provides: bundled(golang("$1")) = "$2}' containerd-*/vendor.conf | sort |