mirror of https://github.com/ansible/ansible.git
dnf - replace usage of private attribute with supported API (#73529)
base._update_security_filters is a private attribute of DNF used as performance optimization. Modification or even call from outside of DNF is against all recommendation including PEP8. * Improve compatibility with all DNF versions * Add changelog fragment for dnf security changepull/74884/head
parent
ba2b1a6bf6
commit
d9183b8df5
@ -0,0 +1,2 @@
|
||||
bugfixes:
|
||||
- Replace usage of private dnf.Base() attribute by future dnf API
|
||||
Loading…
Reference in New Issue