Skip to content

Commit

Permalink
doc: history info no longer merges transactions
Browse files Browse the repository at this point in the history
We have agreed that the new dnf5 behavior of simply listing all selected
transactions is more expected.

Originally the merging was introduced 15 years ago in commits
rpm-software-management/dnf@6e94950
and
rpm-software-management/dnf@b058142
  • Loading branch information
kontura authored and m-blaha committed Jan 24, 2025
1 parent b0f1caf commit ecd7a5b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doc/changes_from_dnf4.7.rst
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,7 @@ Changes to individual commands
* ``store`` subcommand's ``--output`` option now accepts a directory path instead of a file. The default is ``./transaction``.
* ``replay`` subcommand was moved to a standalone ``replay`` command, that now accepts a path to a directory instead of a file path.
The directory can be created with ``--store`` option and in addition to the JSON transaction, it can contain packages, group and environments used in the transaction.
* ``info`` subcommand now prints a separate section for each selected transaction. It no longer merges all selected transactions into a single transaction section.

``info``
* Dropped ``--all`` option since this behavior is the default one.
Expand Down

0 comments on commit ecd7a5b

Please sign in to comment.