Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: rpm-software-management/dnf
base: 4.16.1
Choose a base ref
...
head repository: rpm-software-management/dnf
compare: 4.16.2
Choose a head ref
  • 9 commits
  • 9 files changed
  • 5 contributors

Commits on May 31, 2023

  1. Document symbols in dnf history list output

    This patch adds documentation for the symbols shown in the "Action(s)"
    and "Altered" columns of `dnf history list`
    
    The "Action(s)" column abbreviates the names of transaction actions when
    there was more than one action, e.g. a transaction that both installs
    and upgrades packages would be displayed as "I, U".
    
    The "Altered" column prints some extra symbols when something unusual
    happened with the transaction, like if any warnings were printed or if
    it completed with a non-zero status.
    
    Some language was taken from the yum man pages:
    https://github.com/rpm-software-management/yum/blob/master/docs/yum.8.
    It appears we no longer use the "P" or "s" symbols.
    
    Resolves https://bugzilla.redhat.com/show_bug.cgi?id=2172067
    (RhBug:2172067)
    
    = changelog =
    msg: Document the symbols in the output of `dnf history list`
    type: bugfix
    resolves: https://bugzilla.redhat.com/show_bug.cgi?id=2172067
    evan-goode authored and m-blaha committed May 31, 2023
    Configuration menu
    Copy the full SHA
    a2a9d59 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2023

  1. dnf-data: depend on /etc/dnf/dnf.conf, not libdnf5

    This change makes it resilient in some corner cases, such as if the user
    has installed an old version of libdnf5 that doesn't provide
    /etc/dnf/dnf.conf.
    evan-goode authored and j-mracek committed Jun 2, 2023
    Configuration menu
    Copy the full SHA
    3e434c8 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2023

  1. Update repo metadata cache pattern to include zstd

    Also add missing escape before `.` for zck.
    kontura authored and m-blaha committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    96b5df9 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2023

  1. typo in doc/command_ref.rst

    evan-goode authored and kontura committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    56803b7 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2023

  1. Add provide exception handling

    zengwei2000 authored and evan-goode committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    41da7f0 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2023

  1. Configuration menu
    Copy the full SHA
    4d57212 View commit details
    Browse the repository at this point in the history
  2. Add to authors

    anish authored and m-blaha committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    cb654bb View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2023

  1. Configuration menu
    Copy the full SHA
    9e8ec48 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2023

  1. Release 4.16.2

    inknos committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    cb1b361 View commit details
    Browse the repository at this point in the history