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.19.2
Choose a base ref
...
head repository: rpm-software-management/dnf
compare: 4.20.0
Choose a head ref
  • 7 commits
  • 8 files changed
  • 3 contributors

Commits on Apr 3, 2024

  1. man: Prepare pages for dnf5 switch

    jan-kolarik authored and inknos committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    cb464d4 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

  1. Do not add user site-packages directory to sys.path (RHEL-26646)

    Adds `-s` to shebang lines.
    The `-s` flag ensures that the user’s Python packages (e.g. installed by
    pip install --user) don’t interfere with the RPM installed software.
    According to Fedora Python Packaging Guidelines, the flag is added using
    `%py3_shebang_fix` macro.
    
    Note:
    DNF supports plugins. There is a risk that the change will break
    a custom plugins that require something from PIP.
    Therefore, the change is only in the .spec file and is only allowed
    for Fedora >= 41 and RHEL >= 10.
    jrohel authored and ppisar committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    caa17e3 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2024

  1. remove --duplicates: when no duplicates, exit with 0 (RHEL-6424)

    If no duplicates are present, then the command succesfully removed all
    duplicates and should exit with 0 and write the message to stdout
    instead of stderr.
    
    Resolves: https://issues.redhat.com/browse/RHEL-6424
    pkratoch authored and m-blaha committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    720338f View commit details
    Browse the repository at this point in the history
  2. remove --oldinstallonly: when no old installonly packages, exit with 0

    If no old installonly packages are present, then the command succesfully
    removed all of them and should exit with 0 and write the message to
    stdout instead of stderr.
    pkratoch authored and m-blaha committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    87eb5a7 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2024

  1. repoquery: Fix loading filelists when -f is used (RhBug:2276012)

    When `-f` option is used, the argument is stored in the `opts.file` instead of the `opts.key`. We need to load filelists also in this case.
    
    = changelog =
    msg: repoquery: Fix loading filelists when -f is used
    type: bugfix
    resolves: https://bugzilla.redhat.com/show_bug.cgi?id=2276012
    jan-kolarik authored and m-blaha committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    24a461b View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

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

Commits on Apr 24, 2024

  1. Release 4.20.0

    jan-kolarik committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    e3cb438 View commit details
    Browse the repository at this point in the history