diff options
author | Lokesh Mandvekar <lsm5@fedoraproject.org> | 2018-08-23 23:13:17 -0400 |
---|---|---|
committer | Atomic Bot <atomic-devel@projectatomic.io> | 2018-08-24 12:17:10 +0000 |
commit | f1b4f43d7521c33551669d7f889012fcba4ec926 (patch) | |
tree | 862c6317c957a43a96bd0319247f1bcf233f8c59 /contrib | |
parent | e7fbf329c206397b77f39b60e1bed0c8b9de45c6 (diff) | |
download | podman-f1b4f43d7521c33551669d7f889012fcba4ec926.tar.gz podman-f1b4f43d7521c33551669d7f889012fcba4ec926.tar.bz2 podman-f1b4f43d7521c33551669d7f889012fcba4ec926.zip |
rpm-spec: use skopeo-containers instead of containers-common
skopeo-containers is available everywhere, but not containers-common
Signed-off-by: Lokesh Mandvekar <lsm5@fedoraproject.org>
Closes: #1332
Approved by: rhatdan
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/spec/podman.spec.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/spec/podman.spec.in b/contrib/spec/podman.spec.in index 298d9a0aa..64b27a5a0 100644 --- a/contrib/spec/podman.spec.in +++ b/contrib/spec/podman.spec.in @@ -60,7 +60,7 @@ BuildRequires: ostree-devel BuildRequires: pkgconfig BuildRequires: make Requires: runc -Requires: containers-common +Requires: skopeo-containers Requires: containernetworking-cni >= 0.6.0-3 Requires: iptables Requires: oci-systemd-hook |