Blame SOURCES/0037-Document-changes-to-offline-upgrade-command.patch

922fe2
From 97fe94c94f030f5596a3a3ac52748bdd7544ad52 Mon Sep 17 00:00:00 2001
922fe2
From: Jan Kolarik <jkolarik@redhat.com>
922fe2
Date: Tue, 1 Nov 2022 09:15:08 +0000
922fe2
Subject: [PATCH] Document changes to offline-upgrade command (RhBug:1939975)
922fe2
922fe2
A support for security filters was added to the offline-upgrade command. This commit adds the documentation into the man pages.
922fe2
922fe2
= changelog =
922fe2
type: bugfix
922fe2
resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1939975
922fe2
---
922fe2
 doc/command_ref.rst | 28 ++++++++++++++--------------
922fe2
 1 file changed, 14 insertions(+), 14 deletions(-)
922fe2
922fe2
diff --git a/doc/command_ref.rst b/doc/command_ref.rst
922fe2
index bee6a109..7279b3a4 100644
922fe2
--- a/doc/command_ref.rst
922fe2
+++ b/doc/command_ref.rst
922fe2
@@ -113,7 +113,7 @@ Options
922fe2
 
922fe2
 ``--advisory=<advisory>, --advisories=<advisory>``
922fe2
     Include packages corresponding to the advisory ID, Eg. FEDORA-2201-123.
922fe2
-    Applicable for the install, repoquery, updateinfo and upgrade commands.
922fe2
+    Applicable for the ``install``, ``repoquery``, ``updateinfo``, ``upgrade`` and ``offline-upgrade`` (dnf-plugins-core) commands.
922fe2
 
922fe2
 ``--allowerasing``
922fe2
     Allow erasing of installed packages to resolve dependencies. This option could be used as an alternative to the ``yum swap`` command where packages to remove are not explicitly defined.
922fe2
@@ -125,12 +125,12 @@ Options
922fe2
     Try the best available package versions in transactions. Specifically during :ref:`dnf upgrade <upgrade_command-label>`, which by default skips over updates that can not be installed for dependency reasons, the switch forces DNF to only consider the latest packages. When running into packages with broken dependencies, DNF will fail giving a reason why the latest version can not be installed.
922fe2
 
922fe2
 ``--bugfix``
922fe2
-    Include packages that fix a bugfix issue. Applicable for the install, repoquery, updateinfo and
922fe2
-    upgrade commands.
922fe2
+    Include packages that fix a bugfix issue. 
922fe2
+    Applicable for the ``install``, ``repoquery``, ``updateinfo``, ``upgrade`` and ``offline-upgrade`` (dnf-plugins-core) commands.
922fe2
 
922fe2
 ``--bz=<bugzilla>, --bzs=<bugzilla>``
922fe2
-    Include packages that fix a Bugzilla ID, Eg. 123123. Applicable for the install, repoquery,
922fe2
-    updateinfo and upgrade commands.
922fe2
+    Include packages that fix a Bugzilla ID, Eg. 123123. 
922fe2
+    Applicable for the ``install``, ``repoquery``, ``updateinfo``, ``upgrade`` and ``offline-upgrade`` (dnf-plugins-core) commands.
922fe2
 
922fe2
 ``-C, --cacheonly``
922fe2
     Run entirely from system cache, don't update the cache and use it even in case it is expired.
922fe2
@@ -148,8 +148,8 @@ Options
922fe2
 
922fe2
 ``--cve=<cves>, --cves=<cves>``
922fe2
     Include packages that fix a CVE (Common Vulnerabilities and Exposures) ID
922fe2
-    (http://cve.mitre.org/about/), Eg. CVE-2201-0123. Applicable for the install, repoquery, updateinfo,
922fe2
-    and upgrade commands.
922fe2
+    (http://cve.mitre.org/about/), Eg. CVE-2201-0123. 
922fe2
+    Applicable for the ``install``, ``repoquery``, ``updateinfo``, ``upgrade`` and ``offline-upgrade`` (dnf-plugins-core) commands.
922fe2
 
922fe2
 ``-d <debug level>, --debuglevel=<debug level>``
922fe2
     Debugging output level. This is an integer value between 0 (no additional information strings) and 10 (shows all debugging information, even that not understandable to the user), default is 2. Deprecated, use ``-v`` instead.
922fe2
@@ -208,8 +208,8 @@ Options
922fe2
     Enable additional repositories by an id or a glob.
922fe2
 
922fe2
 ``--enhancement``
922fe2
-    Include enhancement relevant packages. Applicable for the install, repoquery, updateinfo and
922fe2
-    upgrade commands.
922fe2
+    Include enhancement relevant packages. 
922fe2
+    Applicable for the ``install``, ``repoquery``, ``updateinfo``, ``upgrade`` and ``offline-upgrade`` (dnf-plugins-core) commands.
922fe2
 
922fe2
 .. _exclude_option-label:
922fe2
 
922fe2
@@ -280,8 +280,8 @@ Options
922fe2
      ``--setopt`` using configuration from ``/path/dnf.conf``.
922fe2
 
922fe2
 ``--newpackage``
922fe2
-    Include newpackage relevant packages. Applicable for the install, repoquery, updateinfo and
922fe2
-    upgrade commands.
922fe2
+    Include newpackage relevant packages. 
922fe2
+    Applicable for the ``install``, ``repoquery``, ``updateinfo``, ``upgrade`` and ``offline-upgrade`` (dnf-plugins-core) commands.
922fe2
 
922fe2
 ``--noautoremove``
922fe2
     Disable removal of dependencies that are no longer used. It sets
922fe2
@@ -353,11 +353,11 @@ Options
922fe2
 
922fe2
 ``--sec-severity=<severity>, --secseverity=<severity>``
922fe2
     Includes packages that provide a fix for an issue of the specified severity.
922fe2
-    Applicable for the install, repoquery, updateinfo and upgrade commands.
922fe2
+    Applicable for the ``install``, ``repoquery``, ``updateinfo``, ``upgrade`` and ``offline-upgrade`` (dnf-plugins-core) commands.
922fe2
 
922fe2
 ``--security``
922fe2
-    Includes packages that provide a fix for a security issue. Applicable for the
922fe2
-    upgrade command.
922fe2
+    Includes packages that provide a fix for a security issue. 
922fe2
+    Applicable for the ``install``, ``repoquery``, ``updateinfo``, ``upgrade`` and ``offline-upgrade`` (dnf-plugins-core) commands.
922fe2
 
922fe2
 .. _setopt_option-label:
922fe2
 
922fe2
-- 
922fe2
2.38.1
922fe2