Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion plans/tests-rhel.fmf
Original file line number Diff line number Diff line change
Expand Up @@ -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)'
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

This change correctly switches to python3-libdnf for this RHEL-specific test plan. However, the overall goal stated in the PR title, "Do not install DNF5 Python bindings on CentOS/RHEL 10", seems incompletely addressed. Other test plans, namely plans/blivet.fmf and plans/udisks.fmf, still reference python3-libdnf5. If these plans are intended to run on CentOS/RHEL 10, they will likely fail. To fully resolve the issue, please consider if those files need to be updated as well.

- 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
Expand Down