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

Commits on Feb 8, 2024

  1. Add 4.19.0 changelog

    jan-kolarik committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    1032c2c View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2024

  1. Add required .readthedocs.yaml, conf.py and set sphinx_rtd_theme

    RTD no longer automatically generates config files.
    
    The `.readthedocs.yaml` is now required: https://blog.readthedocs.com/migrate-configuration-v2/
    
    The `conf.py` for Sphinx is also required: https://blog.readthedocs.com/doctool-without-configuration-file/
    - The previously automatically generated `conf.py` contained
      `sphinx_rtd_theme` -> in order to keep it we have to set it and add it
      as a requirement.
    - The version field in `conf.py.in` remains uncofigured but I don't
      think it is a problem because it doesn't shows up in the html docs.
    kontura authored and jan-kolarik committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    259e4c9 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2024

  1. Drop dnf obsoletion temporarily

    To allow us and others to prepare for switching dnf5 as the default in Rawhide.
    jan-kolarik committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    fe3742a View commit details
    Browse the repository at this point in the history
  2. doc: Update FAQ entry on filelists

    Include information about the automated logic for downloading metadata.
    jan-kolarik authored and kontura committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    c59f4b2 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2024

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

Commits on Feb 27, 2024

  1. Support RPMTRANS_FLAG_DEPLOOPS

    opoplawski authored and j-mracek committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    ee9cc93 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2024

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

Commits on Mar 12, 2024

  1. Fix handling installonly packages reasons

    The original code took the first item from all remaining packages.
    It means a random reason and use it to keep installonly package reason.
    
    Related: https://issues.redhat.com/browse/RHEL-15902
    Closes: #2061
    j-mracek authored and m-blaha committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    a4d815e View commit details
    Browse the repository at this point in the history
  2. Remove confusing sentence from documentation

    Installonly packages are handled by autoremove command in a similar
    way like other package.
    
    Resolves: https://issues.redhat.com/browse/RHEL-15902
    j-mracek authored and m-blaha committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    824a95e View commit details
    Browse the repository at this point in the history
  3. Remove "leaf" word from documentation

    Leaf packages term is not define in documentation and it even
    represent different set of packages that are showed by leaves command.
    
    Related: https://issues.redhat.com/browse/RHELDOCS-17711
    j-mracek authored and m-blaha committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    a6d4cd7 View commit details
    Browse the repository at this point in the history
  4. Update documentation of history userinstalled command

    The described behavior differs from current behavior therefore
    it might create a confusion.
    j-mracek authored and m-blaha committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    929d913 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. Onboard packit tests

    inknos authored and jan-kolarik committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    7ce37c7 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

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

Commits on Mar 28, 2024

  1. ELN: Don't obsolete DNF with DNF5 yet

     Matches rpm-software-management/dnf5#1309 for
     DNF 5.
    
    Signed-off-by: Stephen Gallagher <[email protected]>
    sgallagher authored and jan-kolarik committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    b7e4766 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    75803f5 View commit details
    Browse the repository at this point in the history
  3. bash-completion: Prepare ownerships for dnf5 switch

    Use `dnf-3` and `dnf4` files for bash completion and link the `dnf` only when `dnf5` is not used yet.
    jan-kolarik authored and ppisar committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    4334ea2 View commit details
    Browse the repository at this point in the history
  4. Release 4.19.1

    evan-goode committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    e84837b View commit details
    Browse the repository at this point in the history