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.2
Choose a base ref
...
head repository: rpm-software-management/dnf
compare: 4.17.0
Choose a head ref
  • 18 commits
  • 17 files changed
  • 6 contributors

Commits on Aug 4, 2023

  1. Synchronize spec with DNF5

    It is required for proper movement of dnf.conf file and ownership
    of directories from dnf to DNF5.
    j-mracek authored and jan-kolarik committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    8e7ae4f View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2023

  1. Configure copr repo dnf5-testing

    inknos authored and jan-kolarik committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    48c3dd5 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2023

  1. Configuration menu
    Copy the full SHA
    45332fd View commit details
    Browse the repository at this point in the history
  2. Fix bcond typo in spec

    jan-kolarik authored and inknos committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    30537a4 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2023

  1. Fix bash completion due to sqlite changes

    = changelog =
    msg:  Fix bash completion due to sqlite changes          
    type:  bugfix
    resolves:  https://bugzilla.redhat.com/show_bug.cgi?id=2232052   
    related:  https://sqlite.org/src/info/c995932c3ffe7f27
    grumpey authored and dcantrell committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    33fde24 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2023

  1. automatic: use email_port specified in config

    This allows user to override the default SMTP port.
    
    Resolves #1955.
    rathann authored and inknos committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    fd27e77 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6642e3d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    727012b View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2023

  1. Revert "Unprotect dnf and yum, protect python3-dnf"

    This reverts commit 352b174.
    adding the condition %{witout dnf5_obsoletes_dnf} to keep the
    unprotected directive for chroots that build dnf with rpm
    option with=dnf5_obsoletes_dnf
    inknos authored and evan-goode committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    0f15b2d View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2023

  1. crypto: Use libdnf crypto API instead of using GnuPG/GpgME

    - It is compatible with the new librepo. The new librepo may use
      a different backend than GpgME internally.
    
    - Removes dependency on GnuPG/gpgme.
    jrohel authored and jan-kolarik committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    8806b2e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    60f7eae View commit details
    Browse the repository at this point in the history
  3. Block signals during RPM transaction processing

    Prevent signals to interrupt the processing of the RPM transaction inside the DNF.
    
    This was originally committed in db833ff, but reverted later in 969781d as the provided API wasn't available on some systems rebasing from upstream which is not the case anymore.
    
    Resolves https://issues.redhat.com/browse/RHEL-1235.
    jan-kolarik authored and kontura committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    233bbce View commit details
    Browse the repository at this point in the history
  4. Bump rpm version to 4.18.0

    We are using the `rpm.blockSignals()` around RPM transactions to prevent interrupting them from outside. With rpm < 4.18.0, unblocking signals via this API caused termination on `SIGPIPE` signal which is unwanted as we have an overridden handler for this signal in DNF. With rpm >= 4.18.0 this is not happening anymore, therefore bumping the version.
    jan-kolarik authored and kontura committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    293eca5 View commit details
    Browse the repository at this point in the history
  5. automatic: allow use of STARTTLS/TLS

    Add the ability to use STARTTLS/TLS for sending e-mail via the `email`
    emitter.
    
    The `email_tls` option supports three settings: ``starttls``, used to
    switch to TLS on plaintext ports like 25 or 587 and ``yes``, used to
    wrap the entire connection in TLS, usually on port 465. Any other
    setting (``off`` by default) will use plain unencrypted SMTP.
    
    Note: this depends on #1956 .
    
    = changelog =
    msg: Add `email_tls` option to DNF Automatic
    type: enhancement
    resolves: #1954
    rathann authored and inknos committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    0a3648c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a0acc88 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5d23b9d View commit details
    Browse the repository at this point in the history
  8. add myself to contributors list

    rathann authored and inknos committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    3cf246e View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2023

  1. Release 4.17.0

    jan-kolarik committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    a31687c View commit details
    Browse the repository at this point in the history