kolage

Results 34 issues of kolage

Pass existing configuration with parsed options from command-line when trying to download DNF remote configuration file. This allows setting parameters like `sslverify`, `username`, `password`, etc. when working with custom repos....

Move `system-upgrade` plugin from `dnf-plugins-extras` to `dnf-plugins-core` to enable offline upgrades on RHEL systems. Just a doc fix here. Related PRs from other components: `dnf-plugins-core`: https://github.com/rpm-software-management/dnf-plugins-core/pull/462 `dnf-plugins-extras`: https://github.com/rpm-software-management/dnf-plugins-extras/pull/210 `ci-dnf-stack`: https://github.com/rpm-software-management/ci-dnf-stack/pull/1150...

During the work on the https://github.com/rpm-software-management/libdnf/pull/1635, I discovered several places where option setters in [`dnf-context`](https://github.com/rpm-software-management/libdnf/blob/dnf-4-master/libdnf/dnf-context.cpp) are modifying the global configuration and therefore affect other context instances: ```cpp dnf_context_set_best(); dnf_context_set_install_weak_deps(); dnf_context_set_allow_vendor_change();...

When we have a sequence of transactions involving the reinstallation, upgrading, or downgrading of a package, which ultimately results in the package remaining at the same version, the expected behavior,...

work in progress

Based on the distribution used, there might by an additional configuration needed for the email emitter in dnf-automatic. We could provide some suggestions to automatic man pages how to deal...

triaged
Priority:MEDIUM

Since Fedora 40, as [filelists are not present in the dnf cache by default](https://fedoraproject.org/wiki/Changes/DNFConditionalFilelists), we should consider making it optional also when parsing XML files in createrepo_c, specifically in `cr_PkgIterator`...

Priority: LOW

This is a follow-up to https://github.com/rpm-software-management/createrepo_c/issues/398. In situations when an optional feature is not being built, we should also drop the related documentation.

Triaged

This is a follow-up to #505. We should improve the documentation regarding the `--setopt` option because it's currently unclear which sections will be affected, especially when using the option together...

triaged

Also a follow-up to https://github.com/rpm-software-management/dnf5/issues/635. ### Issues related to dnf symlink - [x] [Provide man pages](https://bugzilla.redhat.com/show_bug.cgi?id=2216850) (related: https://github.com/rpm-software-management/dnf/issues/1965) - [x] [Provide bash completion](https://bugzilla.redhat.com/show_bug.cgi?id=2223324) ### Releng config overrides File PRs against...

Priority: HIGH
epic

Focusing mainly on the CLI part. - [x] `--version` difference (from https://github.com/rpm-software-management/dnf5/issues/1337) - [ ] short options not working with `=` (from https://github.com/rpm-software-management/dnf5/issues/1353) - [x] https://github.com/rpm-software-management/dnf5/issues/1289 Doc pages here: https://dnf5.readthedocs.io/en/latest/changes.html.

Priority: HIGH
Triaged