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

eb8139
From 97fe94c94f030f5596a3a3ac52748bdd7544ad52 Mon Sep 17 00:00:00 2001
eb8139
From: Jan Kolarik <jkolarik@redhat.com>
eb8139
Date: Tue, 1 Nov 2022 09:15:08 +0000
eb8139
Subject: [PATCH] Document changes to offline-upgrade command (RhBug:1939975)
eb8139
eb8139
A support for security filters was added to the offline-upgrade command. This commit adds the documentation into the man pages.
eb8139
eb8139
= changelog =
eb8139
type: bugfix
eb8139
resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1939975
eb8139
---
eb8139
 doc/command_ref.rst | 28 ++++++++++++++--------------
eb8139
 1 file changed, 14 insertions(+), 14 deletions(-)
eb8139
eb8139
diff --git a/doc/command_ref.rst b/doc/command_ref.rst
eb8139
index bee6a109..7279b3a4 100644
eb8139
--- a/doc/command_ref.rst
eb8139
+++ b/doc/command_ref.rst
eb8139
@@ -113,7 +113,7 @@ Options
eb8139
 
eb8139
 ``--advisory=<advisory>, --advisories=<advisory>``
eb8139
     Include packages corresponding to the advisory ID, Eg. FEDORA-2201-123.
eb8139
-    Applicable for the install, repoquery, updateinfo and upgrade commands.
eb8139
+    Applicable for the ``install``, ``repoquery``, ``updateinfo``, ``upgrade`` and ``offline-upgrade`` (dnf-plugins-core) commands.
eb8139
 
eb8139
 ``--allowerasing``
eb8139
     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.
eb8139
@@ -125,12 +125,12 @@ Options
eb8139
     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.
eb8139
 
eb8139
 ``--bugfix``
eb8139
-    Include packages that fix a bugfix issue. Applicable for the install, repoquery, updateinfo and
eb8139
-    upgrade commands.
eb8139
+    Include packages that fix a bugfix issue. 
eb8139
+    Applicable for the ``install``, ``repoquery``, ``updateinfo``, ``upgrade`` and ``offline-upgrade`` (dnf-plugins-core) commands.
eb8139
 
eb8139
 ``--bz=<bugzilla>, --bzs=<bugzilla>``
eb8139
-    Include packages that fix a Bugzilla ID, Eg. 123123. Applicable for the install, repoquery,
eb8139
-    updateinfo and upgrade commands.
eb8139
+    Include packages that fix a Bugzilla ID, Eg. 123123. 
eb8139
+    Applicable for the ``install``, ``repoquery``, ``updateinfo``, ``upgrade`` and ``offline-upgrade`` (dnf-plugins-core) commands.
eb8139
 
eb8139
 ``-C, --cacheonly``
eb8139
     Run entirely from system cache, don't update the cache and use it even in case it is expired.
eb8139
@@ -148,8 +148,8 @@ Options
eb8139
 
eb8139
 ``--cve=<cves>, --cves=<cves>``
eb8139
     Include packages that fix a CVE (Common Vulnerabilities and Exposures) ID
eb8139
-    (http://cve.mitre.org/about/), Eg. CVE-2201-0123. Applicable for the install, repoquery, updateinfo,
eb8139
-    and upgrade commands.
eb8139
+    (http://cve.mitre.org/about/), Eg. CVE-2201-0123. 
eb8139
+    Applicable for the ``install``, ``repoquery``, ``updateinfo``, ``upgrade`` and ``offline-upgrade`` (dnf-plugins-core) commands.
eb8139
 
eb8139
 ``-d <debug level>, --debuglevel=<debug level>``
eb8139
     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.
eb8139
@@ -208,8 +208,8 @@ Options
eb8139
     Enable additional repositories by an id or a glob.
eb8139
 
eb8139
 ``--enhancement``
eb8139
-    Include enhancement relevant packages. Applicable for the install, repoquery, updateinfo and
eb8139
-    upgrade commands.
eb8139
+    Include enhancement relevant packages. 
eb8139
+    Applicable for the ``install``, ``repoquery``, ``updateinfo``, ``upgrade`` and ``offline-upgrade`` (dnf-plugins-core) commands.
eb8139
 
eb8139
 .. _exclude_option-label:
eb8139
 
eb8139
@@ -280,8 +280,8 @@ Options
eb8139
      ``--setopt`` using configuration from ``/path/dnf.conf``.
eb8139
 
eb8139
 ``--newpackage``
eb8139
-    Include newpackage relevant packages. Applicable for the install, repoquery, updateinfo and
eb8139
-    upgrade commands.
eb8139
+    Include newpackage relevant packages. 
eb8139
+    Applicable for the ``install``, ``repoquery``, ``updateinfo``, ``upgrade`` and ``offline-upgrade`` (dnf-plugins-core) commands.
eb8139
 
eb8139
 ``--noautoremove``
eb8139
     Disable removal of dependencies that are no longer used. It sets
eb8139
@@ -353,11 +353,11 @@ Options
eb8139
 
eb8139
 ``--sec-severity=<severity>, --secseverity=<severity>``
eb8139
     Includes packages that provide a fix for an issue of the specified severity.
eb8139
-    Applicable for the install, repoquery, updateinfo and upgrade commands.
eb8139
+    Applicable for the ``install``, ``repoquery``, ``updateinfo``, ``upgrade`` and ``offline-upgrade`` (dnf-plugins-core) commands.
eb8139
 
eb8139
 ``--security``
eb8139
-    Includes packages that provide a fix for a security issue. Applicable for the
eb8139
-    upgrade command.
eb8139
+    Includes packages that provide a fix for a security issue. 
eb8139
+    Applicable for the ``install``, ``repoquery``, ``updateinfo``, ``upgrade`` and ``offline-upgrade`` (dnf-plugins-core) commands.
eb8139
 
eb8139
 .. _setopt_option-label:
eb8139
 
eb8139
-- 
eb8139
2.38.1
eb8139