From 2cbd9632975b372b777ad3a239d594c36a24a9de Mon Sep 17 00:00:00 2001 From: Evan Goode Date: Fri, 17 Jan 2025 16:04:31 +0000 Subject: [PATCH] doc: Note transient transactions will appear in history --- doc/command_ref.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/command_ref.rst b/doc/command_ref.rst index 2c1ec4ac44..84ae05e51a 100644 --- a/doc/command_ref.rst +++ b/doc/command_ref.rst @@ -710,6 +710,10 @@ transactions and act according to this information (assuming the which specifies a transaction by a package which it manipulated. When no transaction is specified, list all known transactions. + Note that transient transactions (see :ref:`--transient + `) will be listed even though they do not make + persistent changes to files under ``/usr`` or to the RPM database. + The "Action(s)" column lists each type of action taken in the transaction. The possible values are: * Install (I): a new package was installed on the system