Blame SOURCES/0002-Document-changes-to-offline-upgrade-command-RhBug-19.patch

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