ansible/changelogs/fragments/dnf-security.yaml
Jaroslav Mracek d9183b8df5
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 change
2021-06-01 15:32:38 -04:00

2 lines
No EOL
77 B
YAML

bugfixes:
- Replace usage of private dnf.Base() attribute by future dnf API