From 2eca5b5078cbf8a883a96fdb3f03cc072e8a60e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ale=C5=A1=20Mat=C4=9Bj?= Date: Thu, 5 Dec 2024 12:49:56 +0100 Subject: [PATCH] changes_from_dnf4: fix formatting of indented `list` points --- doc/changes_from_dnf4.7.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/changes_from_dnf4.7.rst b/doc/changes_from_dnf4.7.rst index 3d286fd34..7e69c36a9 100644 --- a/doc/changes_from_dnf4.7.rst +++ b/doc/changes_from_dnf4.7.rst @@ -214,6 +214,7 @@ Changes to individual commands ``list`` * Dropped ``--all`` option since this behavior is the default one. * Changed the behavior of the ``--available`` option. + * In DNF4, only packages not installed or with higher versions were listed. This behavior remains unchanged when the option is not used, reducing duplications in the "Installed Packages" section. * When using the ``--available`` option, DNF5 considers all versions available in enabled repositories, irrespective of the installed version.