From a78aafdbe0aeadc56003a8539c3cfd90ec5f3d89 Mon Sep 17 00:00:00 2001 From: Vojtech Trefny Date: Thu, 30 Oct 2025 12:39:19 +0100 Subject: [PATCH] ci: Do not install DNF5 Python bindings on CentOS/RHEL 10 DNF5 is not available there. --- plans/tests-rhel.fmf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plans/tests-rhel.fmf b/plans/tests-rhel.fmf index cdae9ae02..349e38dd5 100644 --- a/plans/tests-rhel.fmf +++ b/plans/tests-rhel.fmf @@ -10,7 +10,7 @@ prepare: - name: copr how: shell script: - - sudo dnf install -y python3-libdnf5 'dnf-command(copr)' + - sudo dnf install -y python3-libdnf 'dnf-command(copr)' - sudo dnf copr enable -y @storage/udisks-daily centos-stream-10-x86_64 # 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