public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Guinevere Larsen <guinevere@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/gdb] gdb-17.2-rebase-f44: Fix RPM suggestion help text
Date: Sun, 28 Jun 2026 00:02:10 GMT [thread overview]
Message-ID: <178260493084.1.10817291524508758160.rpms-gdb-885cdf83f9b9@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/gdb
Branch : gdb-17.2-rebase-f44
Commit : 885cdf83f9b97748b08f67de0a2d6d951ffe1aa0
Author : Guinevere Larsen <guinevere@redhat.com>
Date : 2025-05-22T13:14:26-03:00
Stats : +4/-2 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/gdb/c/885cdf83f9b97748b08f67de0a2d6d951ffe1aa0?branch=gdb-17.2-rebase-f44
Log:
Fix RPM suggestion help text
The help text for "info rpm-suggestions" was causing the selftest
help_doc_invariant to fail, because the first line didn't end in a
period. I've reworded that text slightly to make the first line a single
sentence, so that it can conform to that invariant and reduce noise when
checking for regressions.
---
diff --git a/gdb-add-rpm-suggestion-script.patch b/gdb-add-rpm-suggestion-script.patch
index 1eccb30..3010fb8 100644
--- a/gdb-add-rpm-suggestion-script.patch
+++ b/gdb-add-rpm-suggestion-script.patch
@@ -149,7 +149,7 @@ diff --git a/gdb/python/lib/gdb/command/rpm-suggestions.py b/gdb/python/lib/gdb/
new file mode 100644
--- /dev/null
+++ b/gdb/python/lib/gdb/command/rpm-suggestions.py
-@@ -0,0 +1,525 @@
+@@ -0,0 +1,527 @@
+# Copyright 2023 Free Software Foundation, Inc.
+
+# This program is free software; you can redistribute it and/or modify
@@ -655,7 +655,9 @@ new file mode 100644
+
+# The 'info rpm-suggestions' command.
+class rpm_suggestion_info(gdb.Command):
-+ """Relist any RPM installation suggestions that have been made
++ """Relist RPM suggestions.
++
++ Relist any RPM installation suggestions that have been made
+ since the executable was last changed."""
+ def __init__(self):
+ super().__init__("info rpm-suggestions", gdb.COMMAND_NONE, gdb.COMPLETE_NONE)
reply other threads:[~2026-06-28 0:02 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178260493084.1.10817291524508758160.rpms-gdb-885cdf83f9b9@fedoraproject.org \
--to=guinevere@redhat.com \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox