From 414f83a43770cfa9411930a5a6c05fb056dcad02 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Sat, 22 Dec 2018 22:28:48 +0000 Subject: [PATCH] add dnf-utils to all koji builders so they have yum-builddep needed for epel builds --- roles/koji_builder/tasks/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/koji_builder/tasks/main.yml b/roles/koji_builder/tasks/main.yml index 1baca5a1e3..2346efcba0 100644 --- a/roles/koji_builder/tasks/main.yml +++ b/roles/koji_builder/tasks/main.yml @@ -94,6 +94,7 @@ - pykickstart - nosync - yum + - dnf-utils tags: - koji_builder