Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix copr packages not installed in Fedora 41 and newer (#680)
This change fixes package installation issues in tmt runs due to dnf5 incompatibilities. Changes introduced: * Added a check to ensure that `llvm-libs` is a snapshots package coming from copr (`~pre` version) * Rewrite fix for dnf5 not resolving the copr runtime dependency repo. Implementation in #670 was forcing to use dnf4, while this one is dnf version agnostic. * Improve how `testing-farm-tag-repository` priority is handled. Before trying to modify the repo we check that it exists, hence we no longer need to mask the result of commands. This now works with both dnf4 and dnf5 Fixes #671 --------- Co-authored-by: Jesus Checa Hidalgo <[email protected]>
- Loading branch information