mirror of https://github.com/ansible/ansible.git
* dnf5: fix is_installed check (#84275) Fixes #84259 (cherry picked from commitpull/84390/heada27a7a27d1) * dnf5 - consolidate package resolving settings (#84335) Fixes #84334 (cherry picked from commitc99493eb3f)
parent
8f2cc9d916
commit
b88f29ec6d
@ -0,0 +1,2 @@
|
|||||||
|
bugfixes:
|
||||||
|
- "dnf5 - fix installing a package using ``state=latest`` when a binary of the same name as the package is already installed (https://github.com/ansible/ansible/issues/84259)"
|
||||||
@ -0,0 +1,2 @@
|
|||||||
|
bugfixes:
|
||||||
|
- dnf5 - matching on a binary can be achieved only by specifying a full path (https://github.com/ansible/ansible/issues/84334)
|
||||||
Loading…
Reference in New Issue