From 29f83e506ea255874a4c24af32cfb98f96d58c1f Mon Sep 17 00:00:00 2001 From: Evan Goode Date: Wed, 1 Nov 2023 20:13:23 +0000 Subject: [PATCH] changes.rst: document changes to needs-restarting --- doc/changes.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/changes.rst b/doc/changes.rst index 538aa2a466..7f8d9f0455 100644 --- a/doc/changes.rst +++ b/doc/changes.rst @@ -129,6 +129,14 @@ Module command -------------- * Dropped ``--all`` option since this behavior is the default one. +Needs-restarting command +------------------------ + * ``needs-restarting`` no longer scans for open files to determine whether any outdated files still in use. The default behavior is now the ``--reboothint`` behavior of DNF 4 needs-restarting, which reports whether a system reboot is recommended depending on which packages have been updated since the most recent boot. + * Reboot will now be recommended if any package with an associated ``reboot_suggested`` advisory has been installed or updated. + * The ``-s, --services`` option no longer scans for open files. Instead, restarting a service is recommended if any dependency of the package that provides the service, or the package itself, has been updated since the service started. + * Dropped ``-r, --reboothint`` option; this is now the default behavior. + * Dropped ``-u, --useronly`` option. + Repoclosure command ------------------- * Dropped ``--pkg`` option. Positional arguments can be used to specify packages to check closure for.