SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for dnf-4.14.0-1.1.noarch.rpm :

* Sat Oct 15 2022 Andreas Stieger - 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
* Sun Mar 27 2022 Neal Gompa - Update to 4.11.1 + Allow destdir option with modulesync command + Add documentation for query api flags (rh#2035577) + Fix swap command to work with local rpm files correctly (rh#2036434) + Fix regression in verifying signatures using rpmkeys + Use rpm.TransactionSet.dbCookie() to determining if rpmdb has changed (rh#2043476) + Fix decompression of groups.xml (rh#2030255) + Fix history undo on a Reason Change (rh#2010259, rh#2053014) + Remove /usr/bin from sys.path to avoid accidentally importing garbage + Fix: Python dnf API does not respect cacheonly (rh#1862970) + Fix python3.11 build: remove deprecated, update traceback regex + fix dnf mark error when history sqlite missing + [doc] Improve description of multilib_policy=all (rh#1996681, rh#1995630) + [doc] clarify effect of --enablerepo and --disablerepo options (rh#2031414) + [doc] default values for module_obsoletes and module_stream_switch (rh#2051846)
* Fri Mar 25 2022 Bruno Pitrus - Add Fix-processing-of-download-errors.patch backported from upstream
* Fix dnf incorrectly aborting on non-English systems when packages already cached (rh#2024527)
* Mon Jan 10 2022 Neal Gompa - Add /etc/dnf/modules.d directory to -data subpackage (boo#1193706)
* Wed Nov 03 2021 Neal Gompa - Update 4.10.0 + Add support for autodetecting packages to be excluded from being installed as weak dependencies (rh#1699672) + Add support for excluding packages to be installed as weak dependencies (rh#1699672) + Add fail_fast parameter to download_payloads methods for use in reposync + Acquire all relevant locks during \"dnf clean\" + API: Raise CompsError when group/env not found in install_group and install_environment (rh#1947958) + [API] Add method \"set_or_append_opt_value\" to BaseConfig (rh#1967925) + Add aliases for commands: info, updateinfo, provides (rh#1938333) + Add report about demodularized rpms into module info (rh#1805260) + Remove DNSSEC errors on COPR group email keys + Documentation inprovements - rh#1938352, rh#1993899, rh#1963704
* Fri Aug 27 2021 Neal Gompa - Update to 4.8.0 + Do not assume that a remote rpm is complete if present + Use positive percentage for \"Failed delta RPMs\" message + Remove redundant new line in Groups output + Format empty group names outputs to + [doc] Document default colors + Use rpmkeys alone to verify signature + Add dnf.error message to explain rpm.error traceback when package not found after resolving a transaction (rh#1815327, rh#1887293, rh#1909845) + Bugs fixed (rh#1946975, rh#1955309)- Refresh patch for changing dnfdb path + Remove patch: dnf-4.6.0-Use-usr-lib-sysimage-for-the-persistent-state-dir.patch + Add patch: dnf-4.8.0-Use-usr-lib-sysimage-for-the-persistent-state-dir.patch
* Tue Apr 13 2021 Neal Gompa - Update to version 4.7.0 + Improve repo config path ordering to fix a comps merging issue (rh#1928181) + Keep reason when package is removed (rh#1921063) + Improve mechanism for application of security filters (rh#1918475) + [doc] Add description for new API + [API] Add new method for reset of security filters + [doc] Improve documentation for Hotfix repositories + [doc] fix: \"makecache\" command downloads only enabled repositories + Use libdnf.utils.checksum_{check,value} + [doc] Add info that maximum parallel downloads is 20 + Increase loglevel in case of invalid config options + [doc] installonly_limit documentation follows behavior + Prevent traceback (catch ValueError) if pkg is from cmdline + Add documentation for config option sslverifystatus (rh#1814383) + Check for specific key string when verifing signatures (rh#1915990) + Use rpmkeys binary to verify package signature (rh#1915990) + Bugs fixed (rh#1916783) + Preserve file mode during log rotation (rh#1910084)
* Thu Mar 11 2021 Christian Vögl - Add dnf-4.6_vendor_change_doc.patch to adapt the documentation to the actual SUSE default value (bsc#1180339)
* Tue Mar 02 2021 Neal Gompa - Update to version 4.6.1 + Add unit test for fill_sack_from_repos_in_cache (rh#1865803) + Add docs and examples for fill_sack_from_repos_in_cache (rh#1865803) + [spec] remove python2 support + Remove problematic language + The noroot plugin no longer exists, remove mention + Run tests for fill_sack_from_repos_in_cache in installroot (rh#1865803) + expand history to full term size when output is redirected (rh#1852577) (rh#1852577, rh#1906970) + [doc] Fix: \"sslcacert\" contains path to the file + [doc] Added proxy ssl configuration options, increase libdnf require + Set persistdir and substitutions for fill_sack_from_repos_in_cache tests (rh#1865803) + Update documentation for module_obsoletes and module_stream_switch + print additional information when verifying GPG key using DNS + Remove hardcoded logfile permissions (rh#1910084) + Enhanced detection of plugins removed in transaction (rh#1929163)
* Sat Feb 13 2021 Neal Gompa - Migrate DNF persistent state data to /usr/lib/sysimage/dnf + Patch: dnf-4.6.0-Use-usr-lib-sysimage-for-the-persistent-state-dir.patch
* Wed Feb 03 2021 Neal Gompa - Update to version 4.6.0 + Log scriptlets output also for API users (rh#1847340) + Fix module remove --all when no match spec (rh#1904490) + yum.misc.decompress() to handle uncompressed files (rh#1895059) + Make an error message more informative (rh#1814831) + Add deprecation notice to help messages of deplist + Remove Base._history_undo_operations() as it was replaced with transaction_sr code + cli/output: Return number of listed packages from listPkgs() + Clean up history command error handling + [doc] Describe install with just a name and obsoletes (rh#1902279) + Add api function fill_sack_from_repos_in_cache to allow loading a repo cache with repomd and (solv file or primary xml) only (rh#1865803) + Packages installed/removed via DNF API are logged into dnf.log (rh#1855158) + Support comps groups in history redo (rh#1657123, rh#1809565, rh#1809639) + Support comps groups in history rollback (rh#1657123, rh#1809565, rh#1809639) + Support comps groups in history undo (rh#1657123, rh#1809565, rh#1809639) + New optional parameter for filter_modules enables following modular obsoletes based on a config option module_obsoletes + Add get_header() method to the Package class (rh#1876606) + Fix documentation of globs not supporting curly brackets (rh#1913418)
* Thu Jan 28 2021 Cameron Rapp - Fix a typo.
* Sun Dec 06 2020 Neal Gompa - Update to version 4.5.2 + Change behaviour of Package().from_repo + Add a get_current() method to SwdbInterface + Add `from_repo` attribute for Package class (rh#1898968, rh#1879168) + Correct description of Package().reponane attribute + Add unittest for new API + Make rotated log file (mode, owner, group) match previous log settings (rh#1894344) + [doc] Improve description of modular filtering + [doc] add documentation for from_repo + [doc] deprecated alias for dnf repoquery --deplist + New config option module_allow_stream_switch allows switching enabled streams
* Sun Nov 29 2020 Neal Gompa - Update to version 4.4.2 + Warn about key retrieval over http + Fix --setopt=cachedir writing outside of installroot + Add vendor to dnf API (rh#1876561) + Add allow_vendor_change option (rh#1788371) (rh#1788371)- Rename dnf-conf package to dnf-data, in line with upstream
* Sat Oct 24 2020 Neal Gompa - Update to version 4.4.0 + Handle empty comps group name (rh#1826198) + Remove dead history info code (rh#1845800) + Improve command emmitter in dnf-automatic + Enhance --querytags and --qf help output + [history] add option --reverse to history list (rh#1846692) + Add logfilelevel configuration (rh#1802074) + Don\'t turn off stdout/stderr logging longer than necessary (rh#1843280) + Mention the date/time that updates were applied + [dnf-automatic] Wait for internet connection (rh#1816308) + [doc] Enhance repo variables documentation (rh#1848161, rh#1848615) + Add librepo logger for handling messages from librepo (rh#1816573) + [doc] Add package-name-spec to the list of possible specs + [doc] Do not use + [doc] Add section to explain -n, -na and -nevra suffixes + Add alias \'ls\' for list command + remove log_lock.pid after reboot (rh#1863006) + comps: Raise CompsError when removing a non-existent group + Add methods for working with comps to RPMTransactionItemWrapper + Implement storing and replaying a transaction + Log failure to access last makecache time as warning + [doc] Document Substitutions class + Dont document removed attribute ``reports`` for get_best_selector + Change the debug log timestamps from UTC to local time
* Thu Jul 16 2020 Thorsten Kukuk - Use systemd_ordering instead of sytemd_requires, we don\'t want systemd in our containers.
* Tue Jul 07 2020 Neal Gompa - Update to version 4.2.23 + Fix completion helper if solv files not in roon cache (rh#1714376) + Add bash completion for \'dnf module\' (rh#1565614) + Check command no longer reports missing %pre and %post deps (rh#1543449) + Check if arguments can be encoded in \'utf-8\' + [doc] Remove incorrect information about includepkgs (rh#1813460) + Fix crash with \"dnf -d 6 repolist\" (rh#1812682) + Do not print the first empty line for repoinfo + Redirect logger and repo download progress when --verbose + Respect repo priority when listing packages (rh#1800342) + [doc] Document that list and info commands respect repo priority + [repoquery] Do not protect running kernel for --unsafisfied (rh#1750745) + Remove misleading green color from the \"broken dependencies\" lines (rh#1814192) + [doc] Document color options + Fix behavior of install-n, autoremove-n, remove-n, repoquery-n + Fix behavior of localinstall and list-updateinfo aliases + Add updated field to verbose output of updateinfo list (rh#1801092) + Add comment option to transaction (rh#1773679) + Add new API for handling gpg signatures (rh#1339617) + Verify GPG signatures when running dnf-automatic (rh#1793298) + Fix up Conflicts: on python-dnf-plugins-extras + [doc] Move yum-plugin-post-transaction-actions to dnf-plugins-core + Remove args \"--set-enabled\", \"--set-disabled\" from DNF (rh#1727882) + Search command is now alphabetical (rh#1811802) + Fix downloading packages with full URL as their location + repo: catch libdnf.error.Error in addition to RuntimeError in load() (rh#1788182) + History table to max size when redirect to file (rh#1786335, rh#1786316)
* Thu Feb 27 2020 Neal Gompa - Update to version 4.2.19 + List arguments: only first empty value is used (rh#1788154) + Report missing profiles or default as broken module (rh#1790967) + repoquery: fix rich deps matching by using provide expansion from libdnf (rh#1534123) + [documentation] repoquery --what
* with multiple arguments (rh#1790262) + Format history table to use actual terminal width (rh#1786316) + Update `dnf alias` documentation + Handle custom exceptions from libdnf + Fix _skipped_packages to return only skipped (rh#1774617) + Add setter for tsi.reason + Add new hook for commands: Run_resolved + Add doc entry: include url (RhBug 1786072) + Clean also .yaml repository metadata + New API function base.setup_loggers() (rh#1788212) + Use WantedBy=timers.target for all dnf timers (rh#1798475)
* Sun Jan 19 2020 Neal Gompa - Update to version 4.2.18 + [doc] Remove note about user-agent whitelist + Do a substitution of variables in repo_id (rh#1748841) + Respect order of config files in aliases.d (rh#1680489) + Unify downgrade exit codes with upgrade (rh#1759847) + Improve help for \'dnf module\' command (rh#1758447) + Add shell restriction for local packages (rh#1773483) + Fix detection of the latest module (rh#1781769) + Document the retries config option only works for packages (rh#1783041) + Sort packages in transaction output by nevra (rh#1773436) + Honor repo priority with check-update (rh#1769466) + Strip \'\\\' from aliases when processing (rh#1680482) + Print the whole alias definition in case of infinite recursion (rh#1680488) + Add support of commandline packages by repoquery (rh#1784148) + Running with tsflags=test doesn\'t update log files + Restore functionality of remove --oldinstallonly + Allow disabling individual aliases config files (rh#1680566)
 
ICM