public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Jelle van der Waa <jelle@vdwaa.nl>
To: git-commits@fedoraproject.org
Subject: [rpms/rpmlint] rawhide: Exclude Cockpit package spelling issues
Date: Fri, 25 Sep 2026 15:21:38 GMT [thread overview]
Message-ID: <179034969847.1.15044239831444365002.rpms-rpmlint-c7851c70d6cb@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/rpmlint
Branch : rawhide
Commit : c7851c70d6cb0a9599b2f92bb93df4c04b7bbc64
Author : Jelle van der Waa <jelle@vdwaa.nl>
Date : 2026-09-23T11:03:17+00:00
Stats : +1/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/rpmlint/c/c7851c70d6cb0a9599b2f92bb93df4c04b7bbc64?branch=rawhide
Log:
Exclude Cockpit package spelling issues
Exclude common terms used in the Cockpit package description such as
udisks/sssd and DBus.
---
diff --git a/fedora.toml b/fedora.toml
index 7e893df..e2222d2 100644
--- a/fedora.toml
+++ b/fedora.toml
@@ -303,7 +303,7 @@ Filters = [
'-debuginfo.* description-line-too-long',
# ignore "common" jargon words
# https://bugzilla.redhat.com/show_bug.cgi?id=1424684#c9
- 'spelling-error.* \b([Aa]daptors?|[Aa]ddons?|argparse|[Aa]ssistive|[Aa]sync|[Aa]syncio|[Bb]ackends?|[Bb]itmapped|[Bb]itstream|[Bb]ooleans?|[Bb]ootloaders?|[Bb]trfs|BTRFS|[Cc]airo|checkpolicy|[Cc]odecs?|[Cc]onfigs?|[Cc]rypto|[Cc]ryptographic|crypttab|[Cc]ustomizable|[Dd]atetimes?|[Dd]efrags?|[Dd]evel|[Dd]ialogs?|[Dd]istributable|dracut|[Ee]mbeddable|[Ee]ncodings?|[Ee]xecutables?|[Ee]xtensibility|[Ff]ilesystems?|freedesktop|gbm|GLAPI|glapi|GLib|[Gg]lyphs?|GObject|GStreamer|[Hh]ostnames?|HTTPS?|https?|[Hh]ypervisors?|iSCSI|initramfs|io|Kerberos|libXss|libaudit|libc|libcom|libgcrypt|libmagic|libpng|libs?|libsoup|libudev|libvirt|libvirtd|libxcb|linux|[Ll]ossless|[Ll]owlevel|LUKS|luks|malloc|[Mm]etadata|[Mm]etapackages?|[Mm]iddlewares?|[Mm]ountpoints?|[Mm]ulti|[Nn]amespaces?|netdev|[Pp]assphrases?|pinentry|[Pp]ixbufs?|[Pp]luggable|posix|[Pp]ragma|[Pp]reprocessors?|py|[Rr]ealtime|rpmnew|rpmsave|[Rr]untimes?|[Ss]calable|spi|storaged|tcp|[Tt]oolkits?|truetype|tss|udev|[Uu]nlockers?|[Uu]serspace|[Uu]tils?|[Vv]alidators?|[Vv]ectorize[drs]?|[Vv]irtualization|[Ww]ayland)\b',
+ 'spelling-error.* \b([Aa]daptors?|[Aa]ddons?|argparse|[Aa]ssistive|[Aa]sync|[Aa]syncio|[Bb]ackends?|[Bb]itmapped|[Bb]itstream|[Bb]ooleans?|[Bb]ootloaders?|[Bb]trfs|BTRFS|[Cc]airo|checkpolicy|[Cc]odecs?|[Cc]onfigs?|[Cc]rypto|[Cc]ryptographic|crypttab|[Cc]ustomizable|[Dd]bus]|[Dd]atetimes?|[Dd]efrags?|[Dd]evel|[Dd]ialogs?|[Dd]istributable|dracut|[Ee]mbeddable|[Ee]ncodings?|[Ee]xecutables?|[Ee]xtensibility|[Ff]ilesystems?|freedesktop|gbm|GLAPI|glapi|GLib|[Gg]lyphs?|GObject|GStreamer|[Hh]ostnames?|HTTPS?|https?|[Hh]ypervisors?|iSCSI|initramfs|io|Kerberos|libXss|libaudit|libc|libcom|libgcrypt|libmagic|libpng|libs?|libsoup|libudev|libvirt|libvirtd|libxcb|linux|[Ll]ossless|[Ll]owlevel|LUKS|luks|malloc|[Mm]etadata|[Mm]etapackages?|[Mm]iddlewares?|[Mm]ountpoints?|[Mm]ulti|[Nn]amespaces?|netdev|[Pp]assphrases?|pinentry|[Pp]ixbufs?|[Pp]luggable|posix|[Pp]ragma|[Pp]reprocessors?|py|[Rr]ealtime|rpmnew|rpmsave|[Rr]untimes?|[Ss]calable|spi|sssd|storaged|tcp|[Tt]oolkits?|truetype|tss|udev|[Uu]disks|[Uu]nlockers?|[Uu]serspace|[Uu]tils?|[Vv]alidators?|[Vv]ectorize[drs]?|[Vv]irtualization|[Ww]ayland)\b',
# Fedora no longer uses explicit ldconfig %post/%postun as of Fedora 28
'postin-without-ldconfig',
'postun-without-ldconfig',
reply other threads:[~2026-09-25 15:21 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=179034969847.1.15044239831444365002.rpms-rpmlint-c7851c70d6cb@fedoraproject.org \
--to=jelle@vdwaa.nl \
--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