Marek Blaha

Results 45 issues of Marek Blaha

Move --latest-limit filter execution closer to --avaliable, --installed, --recent etc. This gives dnf repoquery ability to operate only on the newest available versions of packages when for example searching packages...

blocked

I do not understand why we would want such a feature. In default setting the nice value is 0 and this code does nothing. When user runs dnf with "nice"...

blocked

All config args processed by _configure_from_options are defined in main options parser. Commands do not add any arguments that would require second round of processing. Running it twice caused that...

work in progress

Requires: https://github.com/rpm-software-management/libdnf/pull/1271 Blocked until the next release of sdbus-cpp library with required getCreds*() functionality.

blocked

Resolves: https://github.com/rpm-software-management/dnf5/issues/359

Information about the repository is important for debugging, especially for systems where packages may originate from different repositories. Resolves: https://github.com/rpm-software-management/dnf5/issues/1123 Tests adjustments: https://github.com/rpm-software-management/ci-dnf-stack/pull/1500

The information is quite important and should be available in dnf5 documentation. This is what we have in dnf.8 man pages in dnf4: ``` PACKAGE FILTERING Package filtering filters packages...

RFE
Priority: LOW
Triaged

dnfdaemon uses `fcntl(F_GETPIPE_SZ)` to detect actual pipe capacity. There are two issues with this: 1. the case when fcntl returns -1 is not handled 2. `F_GETPIPE_SZ` command is linux specific...

Priority: LOW

There are first few examples how to work with D-Bus API hidden in `doc/dnf_daemon/examples/` directory. Consider increasing their visibility by adding a note in generated html doc / man pages.

Priority: LOW
Triaged