Skip to content

Commit 49608e3

Browse files
Merge pull request #1142 from vojtechtrefny/master_packit-rhel10-dnf-fix
ci: Do not install DNF5 Python bindings on CentOS/RHEL 10
2 parents 534e80b + a78aafd commit 49608e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plans/tests-rhel.fmf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ prepare:
1010
- name: copr
1111
how: shell
1212
script:
13-
- sudo dnf install -y python3-libdnf5 'dnf-command(copr)'
13+
- sudo dnf install -y python3-libdnf 'dnf-command(copr)'
1414
- sudo dnf copr enable -y @storage/udisks-daily centos-stream-10-x86_64
1515
# TF prioritizes Fedora tag repo over all others, in particular our daily COPR
1616
- for f in $(grep -l -r 'testing-farm-tag-repository' /etc/yum.repos.d); do sed -i '/priority/d' "$f" ;done

0 commit comments

Comments
 (0)