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
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master@{1day}
Choose a base ref
...
head repository: rpm-software-management/dnf
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Sep 20, 2024

  1. Print rpm unpack errors to the user (RhBug:2312906)

    DNF currently prints RPM errors that occur during scriptlet execution or
    during package installation/removal.
    This patch adds error handling for issues that arise during RPM package
    unpacking as well.
    
    = changelog =
    msg:           Print rpm package unpack errors to the user
    type:          enhancement
    resolves:      https://bugzilla.redhat.com/show_bug.cgi?id=2312906
    m-blaha authored and jan-kolarik committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    920688a View commit details
    Browse the repository at this point in the history
  2. package: remote_location() takes basedir into account

    If the package location in the repodata contains basedir, it needs to be
    taken into account when calculating the package's remote_location.
    
    Resolves: #2130
    
    = changelog =
    msg:           Fix package location if baseurl is present in the metadata
    type:          bugfix
    resolves:      #2130
    m-blaha authored and kontura committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    7b27428 View commit details
    Browse the repository at this point in the history
Loading