Jaroslav Rohel

Results 25 comments of Jaroslav Rohel

In this case is "problem" that C++ Repo class takes ownership of ConfigRepo object. The object is released from memory twice. Once by the Repo class and once by the...

* The '?' is used in `spec` for pattern matching (matches any single character). * I discussed with @j-mracek. I will prepare changes to the proposal.

The libdnf library has an API for setting HTTP headers. I added public API to DNF https://github.com/rpm-software-management/dnf/pull/1265 a long time ago (November 2018) as a solution for https://bugzilla.redhat.com/show_bug.cgi?id=1638225 . HTTP...

When I joined the libdnf project, libdnf did not have plugin support. Due to an urgent request, I extended the context part of libdnf and added plugin support. However, the...

I had a feeling this plugin would be useful. So I created a PR with a prototype. However, I wrote it blindly. Without any testing. Although there was feedback that...

Development of dnf5 has been moved to a new repository. I finished this functionality there. https://github.com/rpm-software-management/libdnf/pull/1457 https://github.com/rpm-software-management/libdnf/pull/1523 This PR is no longer relevant. I am closing it.

I created a new PR https://github.com/rpm-software-management/dnf5/pull/409 in the dnf5 project. I am closing this PR.

> In microdnf5, the "swap" command may be removed in the future in favor of a more powerful command (eg "do"), which will allow multiple actions to be combined in...

Microdnf supports multiple public gpg repo keys. The problem is in the multi-line notation in the configuration file. Try to write all the keys on one line. Example: `gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-mysql-2022 file:///etc/pki/rpm-gpg/RPM-GPG-KEY-mysql`...

yml file? Is this for another application that generates the configuration for DNF? DNF configuration - the `/etc/dnf/dnf.conf` file looks fine at first glance. I don't see the `enabled` option...