diff --git a/plans/blivet.fmf b/plans/blivet.fmf index 593145e1..278fbe9c 100644 --- a/plans/blivet.fmf +++ b/plans/blivet.fmf @@ -9,7 +9,7 @@ prepare: - name: copr how: shell script: - - sudo dnf install -y 'dnf-command(copr)' + - sudo dnf install -y python3-libdnf5 'dnf-command(copr)' - sudo dnf copr enable -y @storage/udisks-daily # TF prioritizes Fedora tag repo over all others, in particular our daily COPR - for f in $(grep -l -r 'testing-farm-tag-repository' /etc/yum.repos.d); do sed -i '/priority/d' "$f" ;done diff --git a/plans/tests.fmf b/plans/tests.fmf index 430ccd44..724938ad 100644 --- a/plans/tests.fmf +++ b/plans/tests.fmf @@ -8,7 +8,7 @@ prepare: - name: copr how: shell script: - - sudo dnf install -y 'dnf-command(copr)' + - sudo dnf install -y python3-libdnf5 'dnf-command(copr)' - sudo dnf copr enable -y @storage/udisks-daily # TF prioritizes Fedora tag repo over all others, in particular our daily COPR - for f in $(grep -l -r 'testing-farm-tag-repository' /etc/yum.repos.d); do sed -i '/priority/d' "$f" ;done diff --git a/plans/udisks.fmf b/plans/udisks.fmf index 18296e6b..e039566d 100644 --- a/plans/udisks.fmf +++ b/plans/udisks.fmf @@ -9,7 +9,7 @@ prepare: - name: copr how: shell script: - - sudo dnf install -y 'dnf-command(copr)' + - sudo dnf install -y python3-libdnf5 'dnf-command(copr)' - sudo dnf copr enable -y @storage/udisks-daily # TF prioritizes Fedora tag repo over all others, in particular our daily COPR - for f in $(grep -l -r 'testing-farm-tag-repository' /etc/yum.repos.d); do sed -i '/priority/d' "$f" ;done