From e8a734062713a89c9ea2f1e637025914857861b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Fri, 3 Jan 2025 16:29:34 +0100 Subject: [PATCH] doc: "dnf history userinstalled" replaced with "dnf repoquery --userinstalled" The replacement has already been recommended in dnf(8) manual of DNF4 project. Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=2335257 --- 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 7e69c36a9..06ec092d7 100644 --- a/doc/changes_from_dnf4.7.rst +++ b/doc/changes_from_dnf4.7.rst @@ -202,6 +202,7 @@ Changes to individual commands ``history`` * ``undo`` subcommand now accepts ``--ignore-extras`` and ``--ignore-installed`` like original ``history replay`` command. + * ``userinstalled`` subcommand was dropped. It is replaced by ``dnf repoquery --userinstalled``. * ``store`` subcommand now creates a directory with transaction JSON file instead of a single transaction JSON file directly. * ``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.