add python3-varlink, containernetworking-cni and set buildorders

Signed-off-by: Lokesh Mandvekar <lsm5@fedoraproject.org>
This commit is contained in:
Lokesh Mandvekar 2018-07-20 08:54:53 -04:00
commit 337c21f597

View file

@ -26,12 +26,14 @@ data:
- buildah
- container-selinux
- container-storage-setup
- containernetworking-cni
- oci-register-machine
- oci-systemd-hook
- oci-umount
- podman
- python-docker
- python-docker-pycreds
- python-varlink
- runc
- skopeo
api:
@ -41,6 +43,7 @@ data:
- buildah
- container-selinux
- container-storage-setup
- containernetworking-cni
- oci-register-machine
- oci-systemd-hook
- oci-umount
@ -50,6 +53,7 @@ data:
- python3-docker
- python3-docker-pycreds
- python3-podman
- python3-varlink
- runc
- skopeo
- skopeo-containers
@ -62,36 +66,54 @@ data:
atomic:
rationale: Primary component of this module
ref: f28
buildorder: 1
buildah:
rationale: Primary component of this module
ref: f28
buildorder: 0
container-selinux:
rationale: Primary component of this module
ref: f28
buildorder: 0
container-storage-setup:
rationale: Primary component of this module
ref: f28
containernetworking-cni:
rationale: Primary component of this module
ref: f28
buildorder: 0
oci-register-machine:
rationale: Primary component of this module
ref: f28
oci-systemd-hook:
rationale: Primary component of this module
ref: f28
buildorder: 0
oci-umount:
rationale: Primary component of this module
ref: f28
buildorder: 0
podman:
rationale: Primary component of this module
ref: f28
buildorder: 1
python-docker:
rationale: Primary component of this module
ref: f28
buildorder: 0
python-docker-pycreds:
rationale: Primary component of this module
ref: f28
buildorder: 0
python-varlink:
rationale: Primary component of this module
ref: f28
buildorder: 0
runc:
rationale: Primary component of this module
ref: f28
buildorder: 0
skopeo:
rationale: Primary component of this module
ref: f28
buildorder: 0