From f0b6182aeb9faeda7a17c3e184e4f55cccc6476a Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Mon, 13 May 2019 09:16:32 +0200 Subject: [PATCH] copr: don't install dnf-utils in provision builder The dnf-utils package is not installable together with yum-utils on Fedora 28, so even though it's needed for F30 - it would break F28 spinup scripts. To be precise - from F30 we should move to `copr-builder` package anyways, which will bring all the necessary deps with itself; so we'll remove the list entirely. --- roles/copr/backend/files/provision/provision_builder_tasks.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/roles/copr/backend/files/provision/provision_builder_tasks.yml b/roles/copr/backend/files/provision/provision_builder_tasks.yml index e07b6c250f..4e15cc6902 100644 --- a/roles/copr/backend/files/provision/provision_builder_tasks.yml +++ b/roles/copr/backend/files/provision/provision_builder_tasks.yml @@ -26,7 +26,6 @@ with_items: - dnf - dnf-plugins-core - - dnf-utils - mock - pyliblzma - rsync