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.
This commit is contained in:
Pavel Raiskup 2019-05-13 09:16:32 +02:00
parent 8b1e3d8d93
commit f0b6182aeb

View file

@ -26,7 +26,6 @@
with_items:
- dnf
- dnf-plugins-core
- dnf-utils
- mock
- pyliblzma
- rsync