Revisions of dnf

Neal Gompa's avatar Neal Gompa (Pharaoh_Atem) committed (revision 69)
Fix minimum hawkey version
Neal Gompa's avatar Neal Gompa (Pharaoh_Atem) committed (revision 68)
- 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
Neal Gompa's avatar Neal Gompa (Pharaoh_Atem) committed (revision 67)
- 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 <name-unset>
  + [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
buildservice-autocommit accepted request 887046 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 66)
baserev update by copy to link target
Neal Gompa's avatar Neal Gompa (Pharaoh_Atem) committed (revision 65)
Drop nose build-dep
Neal Gompa's avatar Neal Gompa (Pharaoh_Atem) committed (revision 64)
- 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)
buildservice-autocommit accepted request 878382 from Neal Gompa's avatar Neal Gompa (Pharaoh_Atem) (revision 63)
baserev update by copy to link target
Neal Gompa's avatar Neal Gompa (Pharaoh_Atem) accepted request 878381 from Christian Vögl's avatar Christian Vögl (cvoegl) (revision 62)
- Add dnf-4.6_vendor_change_doc.patch to adapt the documentation
  to the actual SUSE default value (bsc#1180339)
buildservice-autocommit accepted request 876272 from Neal Gompa's avatar Neal Gompa (Pharaoh_Atem) (revision 61)
baserev update by copy to link target
Neal Gompa's avatar Neal Gompa (Pharaoh_Atem) committed (revision 60)
- 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)
buildservice-autocommit accepted request 871994 from Neal Gompa's avatar Neal Gompa (Pharaoh_Atem) (revision 59)
baserev update by copy to link target
Neal Gompa's avatar Neal Gompa (Pharaoh_Atem) committed (revision 58)
- 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
buildservice-autocommit accepted request 868791 from Neal Gompa's avatar Neal Gompa (Pharaoh_Atem) (revision 57)
baserev update by copy to link target
Neal Gompa's avatar Neal Gompa (Pharaoh_Atem) committed (revision 56)
- 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)
buildservice-autocommit accepted request 853403 from Neal Gompa's avatar Neal Gompa (Pharaoh_Atem) (revision 54)
baserev update by copy to link target
Neal Gompa's avatar Neal Gompa (Pharaoh_Atem) committed (revision 53)
- 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 <deplist_option-label>
  + New config option module_allow_stream_switch allows switching enabled streams
buildservice-autocommit accepted request 852448 from Neal Gompa's avatar Neal Gompa (Pharaoh_Atem) (revision 52)
baserev update by copy to link target
Neal Gompa's avatar Neal Gompa (Pharaoh_Atem) committed (revision 51)
Finish renaming dnf-conf -> dnf-data
Neal Gompa's avatar Neal Gompa (Pharaoh_Atem) committed (revision 50)
- Rename dnf-conf package to dnf-data, in line with upstream
Displaying revisions 21 - 40 of 89
openSUSE Build Service is sponsored by