Jaroslav Mracek

Results 130 comments of Jaroslav Mracek

I am really sorry but the PR is open to long as Draft, therefore I am closing it. Note: The future of software-management is in DNF5. DNF5 is written in...

The feature is delivered by DNF5 package in Fedora 38. therefore if you run `microdnf install ` it uses dnf5 on Fedora 38. dnf5 is a replacement of microdnf. We...

@praiskup May I ask you which module sub-commands are required by mock? `dnf5 module enable` is already implemented and `disable` and `reset` are under final state of development/review.

Thank you, `enable` is already available, but `install` module sub-command not yet.

This is interesting, because the original issue does not contain reinstall step

> > This is interesting, because the original issue does not contain reinstall step > > If you mean the [RHEL-17494](https://issues.redhat.com/browse/RHEL-17494) issue, there the merged transaction of the "rollbacking twice"...

Undo is not flexible because reverse transaction are also required to be valid. ``` # dnf install zchunk-devel-0:1.3.0-1.fc38.x86_64 # sudo dnf upgrade zchunk-devel # sudo dnf history 31 | upgrade...

I believe that the problem is here: ``` /** * Resolve the difference between RPMs in the first and second transaction item * and create a ItemPair of Upgrade, Downgrade...

We plan to add machine readable outputs to DNF5

This is very tricky. Replacement of metaling or mirrorlist by baseurl will provide requested functionality but you will lose stability provided by alternative location sides, that are dynamically provided and...