Change:
- In this test we end up upgrading dnf (and python3-dnf) so that we can
test its new logging behavior. However, the latest Fedora 32 dnf had a
packaging issue which caused it to not pull in the latest
python3-libdnf. This is fixed, but not synced out to mirrors yet.
Fixing it in this test will get CI passing again in the meanwhile.
Test Plan:
- CI
Tickets:
- https://bugzilla.redhat.com/show_bug.cgi?id=1887502
Signed-off-by: Rick Elrod <rick@elrod.me>
(cherry picked from commit 9ddb1d76af
)
This commit is contained in:
parent
2e0eb330a1
commit
2c5e4b5a88
1 changed files with 3 additions and 1 deletions
|
@ -3,7 +3,9 @@
|
|||
# Note: https://bugzilla.redhat.com/show_bug.cgi?id=1788212
|
||||
- name: Install latest version python3-dnf
|
||||
dnf:
|
||||
name: python3-dnf
|
||||
name:
|
||||
- python3-dnf
|
||||
- python3-libdnf # https://bugzilla.redhat.com/show_bug.cgi?id=1887502
|
||||
state: latest
|
||||
register: dnf_result
|
||||
|
||||
|
|
Loading…
Reference in a new issue