Packages changed: dbus-1-x11 dnf (4.11.1 -> 4.14.0) libdnf (0.67.0 -> 0.69.0) libmodulemd (2.13.0 -> 2.14.0) librepo (1.14.2 -> 1.14.5) microdnf (3.8.0 -> 3.9.1) === Details === ==== dbus-1-x11 ==== - Disable asserts in dbus-1-x11.spec and dbus-1-devel-doc.spec too ==== dnf ==== Version update (4.11.1 -> 4.14.0) - update to 4.14.0: * doc: Describe how gpg keys are stored for `repo_ggpcheck` * Set default value for variable to prevent crash * Add only relevant pkgs to upgrade transaction * Use `installed_all` because `installed_query` is filtered user input * Don't include resolved advisories for obsoletes filtering with security filters * Allow passing plugin parameters with dashes in names * Fix upgrade from file to noarch pkg * Translations update * Expose plugin unload method to API * Add support for group upgrade rollback * Fix broken dependencies error reporting * Add doc related to --destdir and --downloadonly options - includes changes from 4.13.0: * Base.reset: plug (temporary) leak of libsolv's page file descriptors * Don't use undocumented re.template() * Small change to better present the option * Use sqlite cache to make bash completion snappier * includes changes from 4.12.0: * dnf.conf: hint users where to find more info about defaults and other options * Fix unittests that relied on checksum being at the end of solvfiles * completion: remove unnecessary echo * Fix remove when no repos are enabled * Add loongarch support for dnf * Add spaces between words to fix typos * [doc] Improve "proxy" configuration option documentation * Fix download errors handling in non-english locales - drop Fix-processing-of-download-errors.patch, upstream ==== libdnf ==== Version update (0.67.0 -> 0.69.0) Subpackages: libdnf-repo-config-zypp libdnf2 - libdnf 0.69.0: * Expose librepo max_downloads_per_mirror configuration - includes changes from 0.68.0: * context: Support (NEVRA forms, provides, file provides) including globs in the dnf_context_remove func * dnf-context: Disconnect signal handler before dropping file monitor ref * Filter out advisory pkgs with different arch during advisory upgrade, fixes possible problems in dependency resulution * Gracefully handle failure to open repo primary file * Fix listing a repository without cpeid ==== libmodulemd ==== Version update (2.13.0 -> 2.14.0) - update to 2.14.0: * New functions for stripping XMD from an index * developer visible fixes and documentation updates * Fix a crash when updating an index with an invalid subdocument and a NULL error parameter. * Reject duplicate contexts in modulemd-packager-v3 documents. * Report an error if modulemd-validator tool is invoked with both - -version option and an unknown option. * Fix an undefined behaviour when comparing integers of different signs. ==== librepo ==== Version update (1.14.2 -> 1.14.5) - update to 1.14.5: * Detailed error message when using non-existing TMPDIR * Make error messages about repodata and rpm mismatch more user friendly ==== microdnf ==== Version update (3.8.0 -> 3.9.1) - update to 3.9.1: * Add the leaves command: Lists installed packages that are not required by other installed packages. Treat recommends as dependencies when install_weak_deps=True * UI tweaks