Skip to content

Commit

Permalink
man: Improve upgrade-minimal command docs (RHEL-6417)
Browse files Browse the repository at this point in the history
Making the man pages for the `upgrade-minimal` command clearer about how packages with advisories are upgraded.

Resolves: https://issues.redhat.com/browse/RHEL-6417
  • Loading branch information
jan-kolarik committed Apr 30, 2024
1 parent e3cb438 commit 99824d0
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions doc/command_ref.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1760,12 +1760,14 @@ Upgrade-Minimal Command
``dnf [options] upgrade-minimal``
Updates each package to the latest available version that provides a bugfix, enhancement
or a fix for a security issue (security).
or a fix for a security issue (security). Newer updates not mentioned in any advisories
are ignored.

``dnf [options] upgrade-minimal <package-spec>...``
Updates each specified package to the latest available version that provides
a bugfix, enhancement or a fix for security issue (security). Updates
dependencies as necessary.
a bugfix, enhancement or a fix for security issue (security). Newer updates
not mentioned in any advisories are ignored. Dependencies are updated
as needed.

.. _specifying_packages-label:

Expand Down

0 comments on commit 99824d0

Please sign in to comment.