Blame SOURCES/BZ-1645618-updateinfo-suggest-verbose-command.patch

5e9bef
diff --git a/yum/update_md.py b/yum/update_md.py
5e9bef
index 103149a9..5c91232a 100644
5e9bef
--- a/yum/update_md.py
5e9bef
+++ b/yum/update_md.py
5e9bef
@@ -611,8 +611,7 @@ class UpdateMetadata(object):
5e9bef
                     msg = _("Update notice %s%s is broken, or a bad duplicate, skipping.") % (un['update_id'], _rid(repoid))
5e9bef
                     if not have_dup:
5e9bef
                         msg += _('\nYou should report this problem to the owner of the %srepository.') % _rid(repoid, "%s ")
5e9bef
-                        msg += _('\nIf you are the owner, consider re-running the same command with --verbose to see the '
5e9bef
-                                 'exact data that caused the conflict.')
5e9bef
+                        msg += _('\nTo help pinpoint the issue, please attach the output of "yum updateinfo --verbose" to the report.')
5e9bef
                     have_dup = True
5e9bef
                     if self._vlogger:
5e9bef
                         self._vlogger.warn("%s", msg)