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:
parent
8b1e3d8d93
commit
f0b6182aeb
1 changed files with 0 additions and 1 deletions
|
@ -26,7 +26,6 @@
|
||||||
with_items:
|
with_items:
|
||||||
- dnf
|
- dnf
|
||||||
- dnf-plugins-core
|
- dnf-plugins-core
|
||||||
- dnf-utils
|
|
||||||
- mock
|
- mock
|
||||||
- pyliblzma
|
- pyliblzma
|
||||||
- rsync
|
- rsync
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue