Jaroslav Rohel
Jaroslav Rohel
Lists installed packages not required by other installed packages.
### Design a text syntax usable for the CLI (command line interface) that allows you to: - specify the type of transaction object (`package`/`group`/`module`/...); solves https://github.com/rpm-software-management/libdnf/issues/1375 - specify other properties...
It is only a prototype. Code can be compiled. However, it is written without any testing. I don't have snapper support installed on my computer. I just looked at the...
Added hooks: PLUGIN_HOOK_ID_CONTEXT_PRE_GOAL_SOLVE Called just before the goal is resolved. The place where the plugin have a chance to change the goal. PLUGIN_HOOK_ID_CONTEXT_GOAL_SOLVED Called shortly after the goal is resolved....
Removes package and installs another in one transaction. CI tests https://github.com/rpm-software-management/ci-dnf-stack/pull/1079 = changelog = msg: Adds "swap" command - Removes package and installs another in transaction type: enhancement
There is a memory leak in method Publish(). Memory allocated by amqp_bytes_malloc function is never freed. void AMQPExchange::Publish(const char \* data, uint32_t length, string key) { amqp_bytes_t messageByte = amqp_bytes_malloc(length);...
PR https://github.com/rpm-software-management/dnf5/pull/1405 added new hooks to the ibdnf5 plugin API: `repos_configured`, `repos_loaded`, `pre_add_cmdline_packages`, `post_add_cmdline_packages` This PR extends the actions plugin to support these new hooks. Plugin version is set to...
PR https://github.com/rpm-software-management/dnf5/pull/1405 added new hooks to the ibdnf5 plugin API: `repos_configured`, `repos_loaded`, `pre_add_cmdline_packages`, `post_add_cmdline_packages` Extend the actions plugin to support these new hooks.
Closes https://github.com/rpm-software-management/dnf5/issues/1304