Jaroslav Mracek
Jaroslav Mracek
I am still not sure whether the change make sense from `upgrade` command usages. I think that command `dnf5 upgrade --security --advisory-severities=critical` with a result that both filters are applied...
Yes, severity is used with other types of advisories, but not so often ``` =============================================================================== Update ID: FEDORA-2024-39f1aba503 Type: bugfix Updated: 2024-05-01 03:36:32 Bugs: 2276226 - python-identify-2.5.36 is available Description:...
Upstream decided to implement it differently - closing.
I am proposing to add `use_glob{true}` to `ResolveSpecSettings`. Such a change will brake ABI.
I think many thing are achievable with current DNF. And some of the features might get added. What we cannot do - specify direct dependency for particular package. We can...
The transaction table is a tricky thing. It contains operation install, remove with only one version and upgrade that contains in general two versions. But there are other combinations. like...
> Where is `` coming from in the repository column? There has been a problem with transfer information from DNF4 but is is fixed now - https://github.com/rpm-software-management/dnf5/pull/1403
The issue could be resolve by adding rp summary table and a message that it was done or failed.
This error cannot detect not ported DNF4 plugin, because they have a configuration file in a different path. Interesting thing is: Missing configuration file => plugin is not loaded Present...
Adding additional possible solution Apply some configurations multiple times - it is not nice but functional (DNF4 solution). Basically some configuration must be applied earlier, because it modifies paths for...